body{
    background: #060644;    
    font-family: Helvetica, Sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
    line-height: 1;
}

a{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
    text-decoration: none;
}

img{
    width: 100%;
    vertical-align: middle;
    display: flex;
}

img.a{
    width: 70%;
    margin: 0 auto;
}

img.b{
    margin: 0 auto;
    width: 100%;
}

img.c{
    margin: 0 auto;
    width: 40%;
}

img.j{
    margin: 0 auto;
    width: 80%;
}

p, summary{
    font-size: 18px;
    line-height: 1.2;
}

#urgencia{
    background-color: #f00;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 6px;
    margin-bottom: 40px;
    line-height: 1.3;
}

#mainDiv{
    margin: 0 15px;
    align-items: center;
    justify-content: space-around;
    display: flex !important;
    flex-wrap: wrap;
}

#MainText{
    color: #fff;
    text-align: center !important;
}

h1{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
}

#estudio{
    font-weight: bold;
    font-size: 20px;
}

#caracteristicas{
    justify-content: space-around;
    display: flex;
    background: linear-gradient(to bottom,#f9f7f4,#ffd12c);
    width: 95%;
    margin: 30px auto;
    padding: 8px 0;
    border-radius: 20px;
}

#caracteristicas div{
    width: 30%;
    justify-content: center;
    text-align: center;    
    font-weight: bold;
}

.titulo-grande, .titulo-medio, .titulo-chico{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
}

.titulo-grande{
    font-size: 40px;
    margin: 30px auto 30px auto;
    width: 90%;
}

.titulo-medio{
    font-size: 25px;
    margin: 7px auto;
    width: 96%;
}

.titulo-chico{
    font-size: 20px;
    margin: 5px auto;
    width: 90%;
}

.preguntas{
    display: flex;
    flex-wrap: wrap;
    background-color: #3b44b7;
    width: 75%;
    margin: 0 auto;
    padding: 25px;
    border-radius: 20px;
    font-size: 20px;
}

.preguntas div{
    display: block;
    margin-bottom: 28px;
    width: 90%;
}

.preguntas span.sp{
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
}

.preguntas span.sq{
    color: #000;
    font-weight: bold;
    display: inline;
    background-color: #ffd12c;
    line-height: 1.3;
    padding: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.boton, .boton2{
    background-color: #01cd3e;
    display: flex;
    list-style: none;
	padding: 10px;
	margin: 12px auto;
    border-radius: 12px;
    justify-content: center;
    text-align: center;
    width: 80%;
}

.boton a, .boton2 a{
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
}

.contenedor{
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 20px 10px;
    box-sizing: border-box;
}

.descripcion, div.z{
    display: block;
    width: 90%;
    margin: 25px auto;
    font-weight: bold;
}

.descripcion span{
    color: #ffd12c;
}

.descripcion p, div.z p{
    color: #fff;
}

.contenedor2, .contenedor3{
    background-color: #3b44b7;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 90%;
}

.contenedor2{
    margin: 30px auto;
    padding: 10px;    
}

.contenedor3{
    margin: 10px auto;
    padding-bottom: 20px;
}

.aa{
    display: block;
    width: 99%;
    margin: 0 auto;
    border-radius: 15px;
    border: 3px solid #ffd12c;
}

.bb{
    display: block;
    font-weight: bold;
}

.bb span{
    line-height: 1.4;
    font-size: 25px;
}

div#x{
    margin: 40px auto;
}

.razones{
    background-color: #3b44b7;
    color: #fff;
    display: block;
    width: 90%;
    margin: 15px auto;
    padding: 15px;
    font-weight: bold;
}

#borde{
    border: 3px solid #ffd12c;
    margin: 0 40px;
}

#borde2{
    border: 3px solid #d63a3a;
    margin: 0 55px 20px 55px;
}

#borde3{
    border: 3px solid #2ecc71;
    margin: 0 55px 20px 55px;
}

.numero{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 80%;
    margin: 6px auto;
    font-size: 3rem;
}

.razones p{
    line-height: 1.2;
    text-align: center;
    font-size: 20px;
}

.izq{
    float: left;
    width: 90%;
    padding: 15px;
    border: 3px dashed #d63a3a;
    background-color: #3b44b7;
    margin-bottom: 15px;
}

.der{
    float: right;
	width: 90%;
    padding: 15px;
    border: 3px dashed #2ecc71;
    background-color: #3b44b7;
    margin-bottom: 15px;
}

#antes, #despues, #resumen{
    color: #fff;
    font-weight: bold;
    display: inline-block;
}

#antes div, #despues div{
    margin: 15px;
    font-size: 20px;
}

#resumen{
    margin-top: 10px;
}

#resumen div{
    margin-bottom: 10px;
}

.cta1, .cta2{
    border-radius: 20px;
    margin: 10px auto 50px auto;
    padding-top: 20px;
    padding-bottom: 25px;
    width: 95%;
}

.cta1{
    background-color: #f3f5fa;
}

.cta2{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    box-sizing: border-box;
}

#oferta-final{
    background-color: #3b44b7;
    margin: 0 auto;
    padding: 15px;
    border-radius: 20px;
    border: 3px solid #ffd12c;
}

i#f{
    font-size: 40px;
}

details{
    margin: 20px 10px;
    position: relative;
}

details summary {
    color: #fff;
    font-weight: bold;
    list-style: none; /* ocultamos la flecha */
    cursor: pointer; /* cambia el cursor del puntero */
    margin-right: 30px;
}

details p {
    color: #fff;
    font-weight: bold;
    background: #3b44b7; /* color de fondo del contenido oculto */
    padding: 5px;
    border-radius: 5px;
    border: 3px solid #ffd12c;
}

details summary::before {
    position: absolute;
    content: "👇";
    font-size: 1.5rem;
    top: 0;
    right: 1px;
}

details[open] summary::before {
    -webkit-animation: rotate-emoji 0.6s ease-in-out both;
    animation: rotate-emoji 0.6s ease-in-out both;
}

@-webkit-keyframes rotate-emoji {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

  /* Estilos para el botón */
  .whatsapp-float {
      position: fixed;
      height: 54px;
      width: 54px;
      bottom: 20px;
      right: 20px;
      background-color: #25d366;
      color: #fff;
      border-radius: 50%;
      padding: 10px;
      font-size: 55px;
      text-align: center;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      z-index: 9999;
  }

@media only screen and (min-width: 1000px){
    #urgencia{
        font-size: 25px;
    }
    
    #mainDiv{
        align-items: flex-end;
        margin: 0 35px;
    }
    
    #MainText{
        width: 40%;
        text-align: left;
        vertical-align: middle;
        margin: auto 0;
    }
    
    h1{
        font-size: 50px;
        text-align: left;
    }
    
    #estudio{
        font-size: 25px;
        text-align: left;
    }
    
    #primera-imagen{
        width: 35%;
    }
    
    #caracteristicas{
        width: 60%;
    }
    
    #caracteristicas span{
        font-size: 25px;
    }
    
    .titulo-grande{
        font-size: 50px;
    }
    
    .titulo-medio{
        font-size: 40px;
        width: 82%;
    }
    
    .titulo-chico{
        font-size: 25px;
        width: 75%;
    }
    
    .preguntas{
        width: 80%;
        font-size: 25px;
    }
    
    .preguntas input{
        width: 25px;
        height: 25px;
    }
    
    .boton{
        width: 40%;
        padding: 20px;
    }
    
    .boton2{
        width: 60%;
        padding: 15px;
    }
    
    .boton a, .boton2 a{
        font-size: 40px;
    }
    
    .descripcion{
        display: flex;
        width: 45%;
    }
    
    .descripcion div.d{
        width: 60%;
    }
    
    div.z{
        width: 45%;
    }
    
    img.a{
        width: 30%;
        object-fit: contain;
    }
    
    img.b{
        width: 70%;
    }
    
    img.c{
        width: 12%;
    }
    
    img.j{
        width: 30%;
        vertical-align: middle;
        object-fit: contain;
    }
    
    .contenedor{
        margin: 50px auto;
    }
    
    .contenedor2{
        width: 70%;
        justify-content: space-between;
    }
    
    .contenedor3{
        width: 60%;
    }
    
    img.aa{
        width: 50%;
        object-fit: cover;
    }
    
    .bb{
        width: 40%;
    }
    
    .bb span{
        font-size: 40px;
    }
    
 /*   div#x{
        background-image: url("/landing/fondo.jpg");
        background-size: auto;
        background-repeat: no-repeat ;
        max-width: 100%;
        max-height: 300px;
    }
   */ 
    #borde{
        width: 50%;
        margin: 0 auto;
    }
    
    .razones{
        width: 50%;
    }
    
    .izq{
        width: 40%;
    }
    
    .der{
        width: 40%;
    }
    
    #antes div, #despues div{
        font-size: 24px;
    }
    
    .cta1, .cta2{
        width: 70%;
    }
    
    .cta1{
        margin-bottom: 40px;
    }
    
    #resumen{
        display: block;
        margin: 35px auto 35px auto;
        width: 75%;
    }
    
    #resumen div{
        font-size: 25px;
    }
    
    i#f{
        font-size: 65px;
    }
    
    i#g{
        font-size: 40px;
        vertical-align: middle;
    }
    
    p, summary{
        font-size: 20px;
    }
    
    details{
        width: 60%;
        margin: 23px auto;
    }
}