:root{
    --Beige: #FBFFE5;
    --Azulmarino: #200754;
    --Gris:rgba(21, 20, 57, 0.4);
    --azulboton: #2F80ED;
}

*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

html, body{
    background: #ffffff;
    overflow-x: hidden;

}










/**Menu de Navegacion **/

#header{
    position: relative;
    width: 100%;
}

.menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 143px;
    background:#ffffff;

    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    
}

.menu .logo-box{
    margin-left: 3%;
}
.menu .logo-box img{
  width: 153px;
  height: 61.05px;
}
.menu .logo-box h1 a{
    text-decoration: none;
}
.btn-menu{
    display: none;
    max-height: 32px;
    
}



.menu .list-container{
  width: 45%;
  

}

.menu .list-container .lists a{
    text-decoration: none;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    Color: #1E0E62;
    border-radius: 24px;
    transition: 0.3s;
    
    padding: 6px;

}
.menu .list-container .lists li a.activo{
    background: rgb(19, 50, 134);
    color:#ffffff
}
.menu .list-container .lists li a:hover{
    background: rgb(19, 50, 134);
    color:#ffffff
}

.menu .list-container .lists{
    display: flex;
    justify-content: space-between;
}
.menu .list-container .lists li{
    list-style: none;
}



.sign-up .list-sign-up li{
    list-style: none;
}
.sign-up .list-sign-up{
    display: flex;
    justify-content: space-between;
}
.sign-up .list-sign-up a{
    text-decoration: none;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #1E0E62;
    padding: 6px;
    border-radius: 24px;

}
.sign-up .list-sign-up li a.activoprueba{
    background: #2F80ED;
    color:rgb(255, 255, 255);
}
.sign-up .list-sign-up li a:hover{
    background: var(--Azulmarino);
    color: #ffffff;
}

.btn-menu button{
    background-color: white;
    border: none;
    outline: none;
}





@media (max-width:984px){
    .btn-menu{
        display: block;
        margin-right: 5%;
    }
    .btn-menu img{  
     height: 30px;
     width: 30px;
     padding-bottom: 3%;
    }
   .menu .list-container{
    display: none;
   }
   .menu .sign-up{
    display: none;
   }

}
















/**menu desplegable */


.menudesplegable{
    width: 100%;
    z-index: 100000;
    position: fixed;
    background-color: white;
    top: 143px;
    left: 10000px;
    text-align: center;
    height: 80vh;
}
.menudesplegable .intermediocentro{
    margin: auto;
}
.listadodesple #iniciosesion{
    padding-top: 70px;
}
.listadodesple li{
    margin: 15px auto;
    list-style: none;
}
.listadodesple a{
    text-decoration: none;
    font-size: 20px;
    color: #1E0E62 ;
    width: 100%;
  
}
.listadodesple .activoprueba{
    text-decoration: none;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 76px;
    Color: #1E0E62;
    border-radius: 24px;
    transition: 0.3s;
    padding: 8px;
    background: #006eff;
    color: rgb(255, 255, 255);
}

.listadodesple hr{
    width: 50%;
    margin: auto;
    background-color: white;
    border-width: 0.5px;
 
}
.btn-menu #btn-menu-desplegable svg{
    width: 30px;
    height: 30px;
    margin-left: 20%;
   

}

@media (max-width: 550px){
    .listadodesple hr{
        width: 80%;
        margin: auto;
        background-color: white;
        border-width: 0.5px;
     
    }


}





main{
    position: relative;
    top: 143px;
    text-align: center;
}


.titulo-texto{
    margin: 5% auto;
    padding: 0 10px;
}
.titulo-texto h1{
    color:rgb(19, 50, 134);
    font-size: 38px;
    font-family: system-ui;
}
.titulo-texto p{
    font-size: 20px;
    font-family: system-ui;
}











/**seccion de planes 

.background {

    padding: 0 25px 25px;
    position: relative;
    width: 100%;
    text-align: center;
  }
  
  .background::after {
    content: '';
    background: #FBFFE5;
    background: -moz-linear-gradient(top, #FBFFE5 0%, #FBFFE5 100%);
    background: -webkit-linear-gradient(top, #FBFFE5 0%,#FBFFE5 100%);
    background: linear-gradient(to bottom, #FBFFE5 0%,#FBFFE5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a9ff', endColorstr='#4394f4',GradientType=0 );
    height: 350px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  .pricing-plan svg{
      width: 20%;
      height: 20%;
      color: #a3a3a7;
  }
  
  @media (min-width: 900px) {
    .background {
      padding: 0 0 25px;
    }
  }
  
  .container {
    margin: 0 auto;
    padding: 60px 0 0;
    max-width: 960px;
    width: 100%;
  }
  
  .panel {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    position: relative;
    width: 100%;
    z-index: 10;
  }
  
  .pricing-table {
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    width: 70%;
    margin: auto;
    z-index: 9995;
  }
  
  @media (min-width: 900px) {
    .pricing-table {
      flex-direction: row;
      width: 100%;
      padding: 5%;
      
    }

    
  }
 @media (max-width: 590px){
    .pricing-table {
        width: 100%;
        padding: 5%;
        
      }
 }

  
  .pricing-table * {
    text-align: center;
    text-transform: uppercase;
  }
  
  .pricing-plan {
    border-bottom: 1px solid #e1f1ff;
    padding: 25px;
  }
  
  .pricing-plan:last-child {
    border-bottom: none;
  }
  
  
  @media (min-width: 900px) {
    .pricing-plan {
      border-bottom: none;
      border-right: 1px solid #e1f1ff;
      flex-basis: 100%;
      padding: 25px 50px;
    }

  
    .pricing-plan:last-child {
      border-right: none;
    }
  }
  
  .pricing-img {
    margin-bottom: 25px;
    max-width: 100%;
  }
  
  .pricing-header {
    color: #888;
    font-weight: 600;
    letter-spacing: 1px;
  }
  
  .pricing-features {
    color: rgb(19, 50, 134);
    font-weight: 600;
    letter-spacing: 1px;
    margin: 50px 0 25px;
  }
  
  .pricing-features-item {
    border-top: 1px solid #e1f1ff;
    font-size: 12px;
    line-height: 1.5;
    padding: 15px 0;
  }
  
  .pricing-features-item:last-child {
    border-bottom: 1px solid #e1f1ff;
  }
  
  .pricing-price {
    color: rgb(19, 50, 134);
    display: block;
    font-size: 20px;
    font-weight: 700;
  }
  
  .pricing-button {
    border: 1px solid #9dd1ff;
    border-radius: 10px;
    color: #348EFE;
    display: inline-block;
    margin: 25px 0;
    padding: 15px 35px;
    text-decoration: none;
    outline: none;
    transition: all 150ms ease-in-out;
  }
  
  .pricing-button:hover,
  .pricing-button:focus {
    background-color: #e1f1ff;
  }
  
  .pricing-button.is-featured {
    background-color: #48aaff;
    color: #fff;
  }
  
  .pricing-button.is-featured:hover,
  .pricing-button.is-featured:active {
    background-color: #269aff;
  }

.pricing-plan ul{
    list-style: none;
}

*/


/**seccion de planes */

.background {
    padding: 0 25px 25px;
    position: relative;
    width: 100%;
    text-align: center;
  }
  
  .background::after {
    content: '';
    height: 350px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  .pricing-plan svg{
      width: 20%;
      height: 20%;
      color: #a3a3a7;
  }
  .pricing-plandos svg{
    width: 20%;
    height: 20%;
    color: #a3a3a7;
}
  
  @media (min-width: 900px) {
    .background {
      padding: 0 0 25px;
    }
  }
  
  .container {
    margin: 0 auto;
    padding: 0px 0 0;
    max-width: 1400px;
    width: 100%;
  
  }
  
  .panel {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    position: relative;
    width: 100%;
    z-index: 10;
  }
  
  .pricing-table {
    background-color: transparent;
    
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
    z-index: 9995;
  }
  
  @media (min-width: 900px) {
    .pricing-table {
      flex-direction: row;
      width: 100%;
      padding: 5%;
      
    }

    
  }
 @media (max-width: 660px){
    .pricing-table {
        width: 100%;
        padding: 5%;
        
      }
 }
 @media (max-width: 480px){
    .background {
        padding:0;

      }
      .pricing-table{
        padding: 0;
      }
 }

  
  .pricing-table * {
    text-align: center;
    text-transform: uppercase;
  }
  
  .pricing-plan {
    
    margin: 25px;
    height: 700px;
    -webkit-box-shadow: 10px 9px 31px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 9px 31px -12px rgba(0,0,0,0.75);
    box-shadow: 10px 9px 31px -12px rgba(0,0,0,0.75);
    border-radius: 20px;
    background-color: white;
  }
  .pricing-plandos {
    margin: 30px;
    height: 700px;
    -webkit-box-shadow: 10px 9px 31px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 9px 31px -12px rgba(0,0,0,0.75);
    box-shadow: 10px 9px 31px -12px rgba(0,0,0,0.75);
    border-radius: 20px;
    background-color: white;
    
  }
  
  .pricing-plan:last-child {
    border-bottom: none;
  }
  .pricing-plandos:last-child {
    border-bottom: none;
  }
  
  @media (min-width: 900px) {
    .pricing-plan {
      border-bottom: none;
      border-right: 1px solid #e1f1ff;
      flex-basis: 100%;
      padding: 25px 50px;
    }
    .pricing-plandos {
        border-bottom: none;
        border-right: 1px solid #e1f1ff;
        flex-basis: 100%;
        padding: 25px 50px;
      }

  
    .pricing-plan:last-child {
      border-right: none;
    }
    .pricing-plandos:last-child {
        border-right: none;
      }
  }
  
  .pricing-img {
    margin-bottom: 25px;
    max-width: 100%;
  }
  
  .pricing-header {
    color: #888;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .preciosesion{
     padding: 20px 0;
  }
  .preciosesion h3{
    font-size: 45px;
    color: rgb(19, 50, 134);
   }
  .preciosesion #euro{
      font-size: 22px;
  }
  .preciosesion p{
  
    color: #888;
   }
  
  .pricing-features {
    color: rgb(19, 50, 134);
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0 25px;
  }
  
  .pricing-features-item {
    border-top: 1px solid #e1f1ff;
    font-size: 12px;
    line-height: 1.5;
    padding: 15px 0;
  }
  
  .pricing-features-item:last-child {
    border-bottom: 1px solid #e1f1ff;
  }
  
  .pricing-price {
    color: rgb(19, 50, 134);
    display: block;
    font-size: 20px;
    font-weight: 700;
  }
  
  .pricing-button {
    border: 1px solid #9dd1ff;
    border-radius: 20px;
    color: #348EFE;
    display: inline-block;
    margin: 25px 0;
    padding: 15px 35px;
    text-decoration: none;
    transition: all 150ms ease-in-out;

    -webkit-box-shadow: 10px 9px 28px -18px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 9px 28px -18px rgba(0,0,0,0.75);
    box-shadow: 10px 9px 28px -18px rgba(0,0,0,0.75);
  }
  
  .pricing-button:hover,
  .pricing-button:focus {
    background-color: #e1f1ff;
  }
  
  .pricing-button.is-featured {
    background-color: #48aaff;
    color: #fff;
  }
  
  .pricing-button.is-featured:hover,
  .pricing-button.is-featured:active {
    background-color: #269aff;
  }

.pricing-plan ul{
    list-style: none;
}
.pricing-plandos ul{
    list-style: none;
}








/**preguntas frecuentes**/


.preguntas-frecuentes{
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
    align-items: center;
}

/**titulo preguntas frecuentes**/
.preguntas-frecuentes .titulo{
    margin: 10% auto;
}

.preguntas-frecuentes .titulo h2{
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    
    color: #1E0E62;
    

}


.preguntas-frecuentes .preguntas-filas{
   width: 70%;
   z-index: 8000;  
   margin: auto;
}
.preguntas-frecuentes .preguntas-filas ul{
    list-style: none;
}
.preguntas-frecuentes .preguntas-filas hr{
   border: none;
   height: 10px;
}
.preguntas-frecuentes  .preguntas-filas li{
    margin: 4% auto;
 }
 .preguntas-frecuentes .preguntas-filas h3{
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    ;
    color: #1E0E62;
}.preguntas-frecuentes .preguntas-filas p{
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 32px;
    
    color: #1E0E62;

} 
.preguntas-frecuentes .titulo{
    width: 100%;
}
.preguntas-frecuentes .titulo h2{
    margin: 0% auto;
    text-align: center;
}
.preguntas-frecuentes .imagenbackground{
    width: 100%;

}

@media (max-width: 470px) {

    .preguntas-frecuentes .titulo h2{
        font-size: 28px;
    }
    .preguntas-frecuentes .titulo{
        margin: 17% auto;
    }



  }






































/** contactanos **/


.formulario-contacto{
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
    
}
.formulario-contacto .titulo-formulario{

    margin: 5% auto;
    width: 100%;
    
    
}
.formulario-contacto .graciasform{
    display: none;
}
.formulario-contacto .titulo-formulario hr{
    border: none;
    height: 5px;
}
.formulario-contacto .titulo-formulario h2{
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    color: #1E0E62;
    margin: 0% auto;
    text-align: center;
}
.formulario-contacto .titulo-formulario h3{
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: #1E0E62;
    margin: 0% auto;
    text-align: center;
}

/**formulario casillas**/

.formulario-contacto form{
    margin: 5% auto;
    width: 100%;
    text-align: center;
}

.formulario-contacto #formulario input{
    width: 50%;
    height: 35px;
    margin: 12px auto;
    border-radius: 24px;
    outline: none;
    border:1.5px solid #b0adbd;
    text-align: center;
    font-size: 15px;
    color: #000000;


}

form#formulario {
  display: flex;
  flex-direction: column;
}
.formulario-contacto #formulario #btnverificacion{
    height: 25px;
    width: 25px;
    text-align: left;
    
}
.formulario-contacto #formulario textarea{
    width: 50%;
    height: 200px;
    margin: 0 auto;
    
    padding: 20px;
    border-radius: 24px;
    outline: none;
    border:1.5px solid #b0adbd;
    font-size: 15px;
    color: #000000;
    font-family: sans-serif;
}

.formulario-contacto #formulario .send button{
    background: #2F80ED;
    border-radius: 100px;
    outline: none;
    width: 400%;
    height: 40px;
    border: none;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
   
    cursor: pointer;
    transition: 0.5s;


}
@media only screen and (max-width:450px){
    .formulario-contacto #formulario input{
        width: 70%;
    }
    .formulario-contacto #formulario textarea{
        width: 70%;
    }
    .formulario-contacto .titulo-formulario{
        margin: 20% auto;
    }
    .formulario-contacto .titulo-formulario h2{
        font-size: 28px;
    }
    .formulario-contacto .titulo-formulario h3{
        font-size: 20px;
    }

}
























/**seccion footer **/
footer{
  background: #200754;
  margin-top: 20%;
}
.menu-footer{
  position: relative;
  width: 70%;
  height: auto;
  width: 80%;
  margin: 5% auto;
  margin-bottom: 1%;

  display: flex;
  justify-content: space-between;

}
.menu-footer .paginas{
  
   padding: 5% 0px;

}
.menu-footer .paginas hr {
  border: none;
  height: 25px;
}
.menu-footer .paginas h3{
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
.menu-footer .paginas p{
  color: #fff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}

.menu-footer .sobre-nosotros{
  padding: 5% 0px;

}
.menu-footer .politicas{
  padding: 5% 0px;
  margin-right: 20%;
}
@media (max-width: 1100px){
  .menu-footer .politicas{
      padding: 5% 0px;
      margin-right: 0;
  }

}
@media (max-width: 900px){
  
  
  .menu-footer{
     width: 90%;
  }
}
@media (max-width: 750px){
  
  
  .menu-footer{
     flex-direction: column;
     text-align: center;
  }
}


.menu-footer .sobre-nosotros h3{
  color: #ffffff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  
}
.menu-footer a{
  text-decoration: none;
  color: white;
}

.menu-footer .sobre-nosotros hr{
  border: none;
  height: 25px;
}
.menu-footer .sobre-nosotros p{
  color: #ffffff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}


.menu-footer .politicas h3{
  color: #ffffff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
}

.menu-footer .politicas hr{
  border: none;
  height: 25px;
}
.menu-footer .politicas p{
  color: #ffffff;
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

/** formulario del footer**/
.menu-footer .formulario-subcripcion .revista{
 padding: 2% 0;
  
} 
.menu-footer .formulario-subcripcion .revista h3{
  color: #ffffff;
  font-family: sans-serif;
  font-size: 20px;
}
.menu-footer .formulario-subcripcion .revista-parrafo{
  padding-bottom: 5%;
  
}

.menu-footer .formulario-subcripcion .revista-parrafo p{
  color: #ffffff;
  font-family: sans-serif;
  font-size: 15px;
  
}
.menu-footer .formulario-subcripcion #formulario input{    
  height: 30px;   
  border-radius: 34px;
  outline: none;
  border:1.5px solid #b0adbd;
  text-align: center;
  font-size: 15px;
  color: #000000;
  margin-bottom: 3%;
  
  
}

.menu-footer .formulario-subcripcion #formulario .send button{
  background: #139147;
  border-radius: 100px;
  
  width: 120px;
  height: 40px;
  border: none;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
 
  cursor: pointer;
  transition: 0.5s;    
}







.footer-text{
    margin: 0% auto;
}

.footer-text p{
    color: white;
    padding-left: 9%;
}








.aviso-cookies {
	display: none;
	background: #fff;
	padding: 20px;
	width: 70%;
    height: 300px;
	line-height: 150%;
	border-radius: 10px;
	position: fixed;
	bottom: 24%;
	left: 15%;
	z-index: 10000;
	padding-top: 60px;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
	text-align: center;
}


.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .galleta {
	max-width: 100px;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
	margin-bottom: 15px;
}

.aviso-cookies .boton {
	width: 100%;
	background: #595959;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}

.aviso-cookies .boton:hover {
	background: #000;
}

.aviso-cookies .enlace {
	color: #4DBFFF;
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlace:hover {
	text-decoration: underline;
}

.fondo-aviso-cookies {
	display: none;
	background: rgba(0, 0, 0, 0.575);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.fondo-aviso-cookies.activo {
	display: block;
}





















.banner-install{
    height: 130px;
    width: 40%;
    border-radius: 15px;

    margin: 15px auto;
    margin-top: 30px;
    background-color: rgb(255, 177, 87);
}
@media (max-width: 720px){
    .banner-install{
        width: 50%;
    }
}
@media (max-width: 530px){
    .banner-install{
        width: 80%;
    }
}
.banner-install p{
    padding: 10px;
    color: white;
    font-size: 20px;
}

.banner-install button{
    margin: 5px auto;
    background: #ffffff;
    border-radius: 100px;
    align-content: center;
    width: 150px;
    height: 40px;
    border: none;
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    transition: 0.5s;
    margin: auto;
    outline: none;
}

















.whatsapp{
  background-color: #25d366;
  position: fixed;
  border-radius: 1000px;
  left: 5px;
  width: 60px;
  height: 60px;
  bottom: 5px;
  z-index: 1000000;
  display: flex;
  text-align: center;
  border: none;
}
.whatsapp svg{
  margin: auto;
  width: 60%;
  height: 60%;
  color: white;
}

.whatsappdiv{
  position: fixed;
  bottom: 44px;
  left: 44px;
  z-index: 10000;
  width: 275px;
  height: 266px;
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 15px;
  -webkit-box-shadow: 3px 4px 14px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 4px 14px -4px rgba(0,0,0,0.75);
  box-shadow: 3px 4px 14px -4px rgba(0,0,0,0.75);
  border-radius: 19px;
  display: none;
}
.botonesdiv{
  display: flex;
  flex-direction: column;
}

.enlacewhat{
  text-decoration: none;
  font-family: sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  /* line-height: 76px; */
  Color: #1E0E62;
  border-radius: 24px;
  transition: 0.3s;
  padding: 4% 10px;
  background: #25d366;
  color: rgb(255, 255, 255);
  margin: 2% auto;
}
.titulo{
  margin: 10% auto;
  font-family: system-ui;
  font-size: 18px;
  text-align: center;
}






































.llamadasdiv{
  display: none;
  background: #fff;
  padding: 20px;
  width: 90%;
  height: 450px;
  line-height: 150%;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000;
  box-shadow: 0px 2px 20px 10px rgb(222 222 222 / 25%);
  text-align: center;
  overflow-y: auto;
}

.llamadasdiv svg{
  width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-shadow: 0 0 11px 0 rgb(0 0 0 / 75%);
    -moz-box-shadow: 0 0 11px 0 rgba(0,0,0,.75);
    box-shadow: 0 0 11px 0 rgb(0 0 0 / 75%);
    border-radius: 10px;
}


.listas3{
  display: flex;
  justify-content: space-evenly;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.psico img{
  width: 120px;
  border-radius: 100px;
}

/*
.elegir{
  background: #2f80ed;
    border-radius: 100px;
    align-content: center;
    width: 145px;
    height: 24px;
    border: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 13px;
    cursor: pointer;
    transition: .5s;
    -webkit-box-shadow: 13px 14px 22px -13px rgba(0,0,0,.75);
    -moz-box-shadow: 13px 14px 22px -13px rgba(0,0,0,.75);
    box-shadow: 13px 14px 22px -13px rgba(0,0,0,.75);
}*/


.elegir{
   background: #ffffff;
    border-radius: 100px;
    align-content: center;
    width: 145px;
    height: 24px;
    border: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 13px;
    cursor: pointer;
    transition: .5s;
    -webkit-box-shadow: 13px 14px 22px -13px rgba(0,0,0,.75);
    -moz-box-shadow: 13px 14px 22px -13px rgba(0,0,0,.75);
    box-shadow: 13px 14px 22px -13px rgba(0,0,0,.75);
}
p.button-inside {
    background: #2f80ed;
    border-radius: 100px;
    padding: 5px;
}


@media (max-width: 750px){
  .llamadasdiv{
      width: 90%;
      height: 537px;

  }
  .listas3{
    flex-direction: column;
  }
  .psico{
    display: flex;
  }
  .psico img{
    width: 61px;
  }

  .elegir{
       display: flex;
        width: 250px;
        height: 50px;
        box-shadow: none;
        margin: 10px auto;
  }
}

.titulote h3{
  font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #133286;

}

.psico h3{
  font-family: sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 32px;
  text-align: center;
  color: #636363;

}