/* CSS QUE HI HAVIA AL WORDPRESS */

#titulo_call{
	color: #6644FF;
	text-align: center;
	margin-bottom: 10px;
}

.div-100-rm, .div-100-tal {
    display: flex;
    width: 100%;
}

.div-33-3{
    width: 33%;
    text-align: center;
    background-color: #E6E6E6;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.div-33-4{
    width: 33%;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}


.div-70-form{
	width: 70%;
        text-align: center;
	padding-top: 20px;
	background-color: #D9D9D9;
	padding-bottom: 3%;
        border-top-left-radius: var(--border-radius);
        border-bottom-left-radius: var(--border-radius);
}

#num_repeticions, #pes_repeticions{
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px;
    border-radius: 20px;
    text-align: center;
    color: #353535;
    width: 100%;
    height: 39px;
}

#calculadora_repeticions{
    padding-left: 130px;
    padding-right: 130px;
}

#estimate{
    margin-top: 17px;
    background-color: #00FFE5;
    color: #100F11;
    border: 1px solid #00FFE5;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    cursor: pointer;
}

#descarga{
    background-color: #00FFE5;
    color: #000;
    border: 1px solid #00FFE5;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    margin-top: 46px;
}

#titulo_cal, #titulo_cal_tabla {
	margin-bottom: 22px;
}

#1rmfinal{
    background-color: #9747FF;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 28px;
    font-size: 25px;
}

.text-50{
	width: 50%;
	font-weight: 600;
	font-size: 20px;
	font-family: "Sofia Sans", sans-serif;
}

.text-100{
	width: 100%;
	display: flex;
	padding-bottom: 20px;
}


.div-15{
	width: 15%;
}

.div-70{
	width: 70%;
}

.center-td{
	text-align: center;
	background-color: #fff!important;
	border: 0px;	
}

.center-td-title{
    text-align: center;
    background-color: #6644FF!important;
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
}

.center-td {
    text-align: center;
    background-color: #fff !important;
    border: 0px;
}

#info-link{
    margin-top: 40px!important;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

#link-vbt_guide{
	color: #00FFE5;
	font-size: 17px;
}

#bloque-links{
	margin-top: 15px;
}

#calculadora_despues{
    background-color: #6644FF;
    padding-bottom: 63px!important;
    padding-top: 30px;
    margin-top: 0px!important;
    margin-bottom: 0px;
    border-top-right-radius:var(--border-radius);
    border-bottom-right-radius:var(--border-radius);	
}

#calculadora_ahora{
    background-color: #6644FF;
    padding-bottom: 113px;
    padding-top: 30px;
    margin-top: 0px;
    border-top-right-radius:var(--border-radius);
    border-bottom-right-radius:var(--border-radius);	
}

#weight_calc, #rep_calc{
color: #fff;
text-align: center;
margin-top: 30px;
font-size: 15px;
}

#rm_tabla_new{
	text-align: center;
	width: 100%!important;
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

#rm_tabla_old{
	text-align: center;
	width: 100%!important;
  color: #fff!important;
	margin-top: 50px;
	font-size: 20px;
	font-weight: bold;
}

#imagen_gift{
	width: 90%;
}

#imatge_gift_grafic{
	width: 40%;
}

#imatge_gift_grafic{
	width: 40%;
}

#contenedor_imagen_gift{
	text-align: center;
	margin-top: 40px;
}

#img_gift_inside{
	padding-left: 30px;
	padding-right: 30px;
}

.div-100-rm{
	display: flex;
	width: 100%;
}

.div-30-separador{
	width: 30%;
}

#texto{
    font-size: 13px;
    color: #fff;
}

.div-50 {
    width: 50%;
}

#titulo_cal, #titulo_cal_tabla {
    margin-bottom: 22px;
}

#titulo_cal_tabla{
    color: #fff!important;
}

#titulo_cal_inici, #titulo_cal_fin {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 22px;
}

.div-100 {
    display: flex;
    width: 100%;
}

table{
	font-size: .9em;
  border-spacing: 0;
  border-collapse: collapse;
}

table td, table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
}


@media (max-width: 767px){
	.div-100-rm{
	display: block;
	width: 100%;
        }
	.div-30-separador{
	width: 100%;
        }
.div-70-form{
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
	}
	
	#calculadora_repeticions{
		padding-left: 10px;
    padding-right: 10px;
	}
	#calculadora_ahora{
		display: none;
	}
	
.ac_mobile_menu_block {
        display: flex;
        }
        
.texto_menu{
		display: flex;
		}
.div-33-3, .div-33-4{
	  width: 100%;
    margin-bottom: 14px;
	}
	.div-100-tal{
		display: block;
	}	
	
}

/* FI CSS QUE HI HAVIA AL WP */