h1,
h2,
h3,
h4,
h5 {
    font-family: "Poppins", sans-serif;
}

p {
    font-family: "lato", sans-serif;
}

/* Cta Scroll */

.cta-rightcorner {
    position: fixed;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
    margin-left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding: 10px 20px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-rightcorner button {
    box-shadow: 0px 2px 25px -4px rgba(0, 0, 0, 0.5);
}

.btn-comprar-m {
    top: 0px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    /* min-width: 100px; */
    padding: 10px 25px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    background: -webkit-linear-gradient(40deg, #00acd2 0%, #0265de 100%);
    background: -o-linear-gradient(40deg, #00acd2 0%, #0265de 100%);
    background: -webkit-linear-gradient(320deg, #00acd2 0%, #0265de 100%);
    background: -o-linear-gradient(320deg, #00acd2 0%, #0265de 100%);
    background: linear-gradient(130deg, #00acd2 0%, #0265de 100%);
    opacity: 1;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

/* nav lado derecho */
.corpo-nav .cont-gral .iconContacto {
    margin-top: 0px;
    margin-left: 0px;
    height: 17px;
    padding-bottom: 4px;
    padding-left: 5px;
    padding-right: 2px;
    display: inline-block;
    width: auto;
    transition: all 0.3s ease-in-out;
}

.corpo-nav .cont-gral hr {
    height: 15px;
    width: 1px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    color: #b7b7b7;
    transition: all 0.3s ease-in-out;
}

.corpo-nav-scroll .cont-gral p img {
    filter: invert(100%);
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

.cont-gral.--special {
    padding: 0px 15px;
}

/* Seccion Formulario */
.corpo-banner {
    max-height: calc(800px - 30px);
    min-height: 500px;
    height: 100%;
    padding-top: 30px;
    background: url(../img/fondos/banner-top.jpg) center center;

    background-position: -10% 30%;
    background-size: cover;
}

.corpo-banner.--special {
    background: url(../img/fondos/banner-top-diatrabajador-2.jpg);
    background-position: center center;
    background-size: cover;
  }

  .corpo-banner.--special.--diamadre {
    background: url(../img/fondos/banner-top-diamadre.jpg);
    background-position: center center;
    background-size: cover;
  }

  .corpo-banner.--special.--diapadre {
    background: url(../img/fondos/banner-top-diapadre.jpg);
    background-position: center center;
    background-size: cover;
  }


.corpo-banner .right .box {
    position: relative;
    width: 100%;
    max-width: 450px;
    height: auto;
    overflow: hidden;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: center;
    -ms-flex-align: start;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 40px 20px 40px;

    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    box-shadow: 0px 2px 15px -4px rgba(0, 0, 0, 0.15);
}

.corpo-banner .right .box h4 {
    padding-bottom: 20px;
}

.inputMaterial {
    margin-top: 15px;
}

/* subTitulos */

.corpo-cont h2 {
    font-weight: 600;
    margin-bottom: 5px;
    background: -webkit-linear-gradient(40deg, #00acd2 0%, #0265de 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #01a2dc;
}

.corpo-cont h5 {
    max-width: 600px;
    color: #b9b9b9;
    font-weight: 400;
}

/*------------------------------------------*/

/*Seccion 1 */

.corpo-cont .cont-gral .info {
    padding-top: 100px;
}

.cont-gral .info {
    width: 100%;
}

/*CAMBIO LANDING DIA DEL NIÑO */

.corpo-cont .cont-gral .info p {
    line-height: 30px;
    max-width: 1050px;
    margin: 0 auto;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 20px;
    color: #898989;
}

.corpo-cont .cont-gral .info .legal {
    line-height: 30px;
    font-size: 19px;
    padding-top: 0px;
    color: #898989;
}

.corpo-cont .cont-gral .info .legal b {
    font-weight: 800;
}

.btn-primario {
    font-size: 15px;
}

/*------- Seccion 2 -Mobile ------- */

.card .imgMod {
    background-color: white;
    box-shadow: none;
}

.card .img .ppalMod {
    background-color: white;
}

.card .img .img-ppal {
    display: flex;
    flex-direction: column;
}

.card .img .img-ppal .imgSize {
    width: 40%;
}

.card .img .img-ppal p {
    font-size: 16px;
    text-align: center;
    line-height: 18px;
}

.card .info .descValija .descripcion {
    font-size: 16px;
    text-align: center;
    line-height: 18px;
}

/* ------- Seccion 3? -carrusel -------- */

/* carrusel Main */

.card .img {
    border-radius: 4px;
}

.valijas-padding {
    padding-bottom: 240px;
    border-bottom: none;
}

.corpo-valijas {
    border-bottom: none;
}

/* ----------- seccion 4 - fotter ----------------- */

footer .footer-cont {
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 70px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

footer .cont-gral .FanbagFooter {
    width: 90px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

footer .cont-gral h5 {
    font-size: 17px;
    font-weight: 400;
    max-width: 400px;
    text-align: center;
    margin-bottom: 0px;
    color: #b9b9b9;
    padding-top: 10px;
}

footer .cont-gral h6 {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0px;
    color: #757575;
    padding-top: 30px;
}

footer p,
footer a {
    font-family: "Poppins", sans-serif;
    color: #969696;
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 2px;
    margin: 0;
}

footer .linkedin {
    width: 100%;
    max-width: 90px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer .linkedin img {
    height: 17px;
    width: auto;
    margin: 0px;
    padding-right: 6px;
}

footer .linkedin .iconContacto {
    filter: invert(100%);
    width: 15px;
}
