/*FONTS*/

.nunito {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

/*BODY*/

body {
    background-color: #3A5DAE;
    background-image: url(../img/fondotextura.webp);
}

/*HEROBANNER*/

#herobanner {
    position: relative;
    background-image: url(../img/fondo-banner.png);
    height: 100vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top-left-radius: 50vw;
    border-top-right-radius: 50vw;
    margin-top: 80px;
    background-position: 0px -25px;
}

.perroimg {
    position: absolute;
    transform: scaleX(-1);
    width: 25%;
    top: 25%;
    left: 14%;
}

#herobanner .ganate img {
    position: absolute;
    top: 4%;
    z-index: 1;
    width: 44%;
    left: 52%;
    transform: translateX(-50%);
}

.img-tapado {
    position: absolute;
    width: 100%;
    height: 47%;
    z-index: -1;
    top: -40px;
    left: 0;
    background: rgb(58, 93, 174);
}

.logos2 {
    width: 40%;
}

.navbar img {
    width: 50%;
}

.navbar-toggler:hover {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(136deg) brightness(119%) contrast(119%);
    border: none;
}

.navbar-toggler-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(136deg) brightness(119%) contrast(119%);
}

.fondo {
    width: 100%
}

.contenedor-header {
    background-image: url(../img/fondo.webp);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;

}

.img-logo {
    position: absolute;
    width: 38%;
    top: 9%;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

.texto-elige {
    z-index: 2;
    background-color: white;
    border-radius: 20px;
    width: 350px;
    height: 60px;
    position: absolute;
    top: 30%;
    justify-content: center;
    display: flex;
    align-self: center;
    align-items: center;
    color: #3A5DAE;
    font-size: 36px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    left: 50%;
    transform: translateX(-50%);
}

.logos {
    width: 16%;
}

.text-secundario {
    z-index: 2;
    color: white;
    font-size: 26px;
    width: 50%;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    text-shadow: 2px 4px 9px rgba(0, 0, 0, 0.6);
}

.texto-terciario {
    z-index: 2;
    font-size: 26px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    text-shadow: 2px 4px 9px rgba(0, 0, 0, 0.6);
    color: white;
}

.text-monto {

    background: #0033A0;
    font-size: 64px;
    color: white;
    width: 65%;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 51px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/*formulario*/

#formulario h2 {
    color: #3A5DAE;
    font-size: 42px;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
}

#formulario .caja {
    background: white;
    padding-top: 80px;
    padding-bottom: 40px;
    border-radius: 51px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    border: none;
    color: red;
    width: 70%;
    margin: auto;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;

}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    color: green;
    width: 70%;
    margin: auto;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;

}


.caja p {
    text-align: start;
}

#formulario label {
    color: #3A5DAE;
    font-size: 24px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
    padding-bottom: 5px;
}

#formulario input {
    border-radius: 20px;
    border: none;
    border: solid 1px #A7A7A7;
    height: 40px;
    padding-left: 15px;

}

#formulario input::placeholder {
    font-size: 16px;
    color: #C9C9C9;
}



#formulario input[type="submit"] {
    background: #3A5DAE;
    height: 50px;
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 20px;
    width: 40%;
    margin: auto;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.wpcf7-not-valid-tip {
    margin-left: 15px;
    margin-top: 4px;
}

#formulario input[type="submit"]:hover {
    background: #00257A;
    transform: scale(1.02);
    transition: all 0.2s ease;
}


.enviar p {
    text-align: center;
    position: relative;
}

.wpcf7-spinner {
    position: absolute;
    top: 14px;
}

#formulario {
    scroll-margin-top: 2vh;
}

#premio {
    scroll-margin-top: 30vh;
}

#formulario input[type="checkbox"] {
    border: solid 1px #A7A7A7;
}

#formulario .text-bases {
    color: #00257A;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

#formulario select {
    color: #00257a;
    border: solid 1px #A7A7A7;
    border-radius: 20px;
    height: 100%;
    width: 100%;
}

#formulario a {
    text-decoration: none;
    color: #00257a;
}

.gato {
    position: absolute;
    bottom: -18%;
    left: -29%;
    width: 42%;
    height: auto;
}

.perro {
    position: absolute;
    right: -38%;
    bottom: 21%;
    width: 50%;
    height: auto;
}

/*ganadores*/

.celebracion-2 {
    position: absolute;
    width: 40%;
    left: 0;
    bottom: 0;
}

.celebracion-3 {
    position: absolute;
    width: 40%;
    right: 0;
    bottom: 0;
    transform: scaleX(-1);

}

.gato-2 {
    width: 35%;
    z-index: 2;
    margin: auto;
    left: -10px;
}

#ganadores {
    padding-top: 100px;
    padding-bottom: 120px;
}

#ganadores h2 {
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: 40px;
}

#ganadores .text-resultados {
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    font-size: 20px;
}

#ganadores .text-resultados strong {
    font-weight: 900;
}

#ganadores .text-ganador {
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    font-size: 18px;
    width: 38%;
    margin: auto;
}

#ganadores .listado {
    color: #00257a;
    background: white;
    font-family: 'Nunito';
    height: 50px;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: auto;
}

.ganadores {
    color: white;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;

}

.celebracion {
    position: absolute;
    height: 55%;
    bottom: 0;
}


/*footer*/

footer {
    color: white;
    background-color: #0033A0;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    position: relative;
    padding-top: 10px;
}



/*RESPONSIVIDAD*/

@media (max-width: 600px) {

    .wpcf7 form.invalid .wpcf7-response-output,
    .wpcf7 form.unaccepted .wpcf7-response-output,
    .wpcf7 form.payment-required .wpcf7-response-output {
        width: 100%;
    }

    .wpcf7 form.sent .wpcf7-response-output {
        width: 100%;
    }

    #herobanner {
        background-position: -56px 0px;
    }

    #herobanner .ganate img {
        top: 5%;
        width: 60%;
    }

    .perroimg {
        width: 34%;
    }

    #formulario label {
        font-size: 18px;
    }

    .celebracion {
        display: none;
    }

    #ganadores .text-ganador {
        width: 100%;
    }

    #ganadores h2 {
        font-size: 34px;
    }

    .texto-elige {
        width: 60%;
        font-size: 24px;
        height: 40px;
        top: 17%;
    }

    .text-secundario {
        font-size: 16px;
        width: 100%;
    }

    .text-monto {
        top: 68%;
        width: 85%;
        font-size: 22px;
        height: 44px;
    }

    .texto-terciario {
        top: 78%;
        font-size: 14px;
        width: 73%;
    }

    .logos {
        width: 50%;
    }

    .gato {
        display: none;
    }

    .perro {
        display: none;
    }

}


/*segundo lading*/

nav {
    background: #0033A0;
    display: flex;
    align-self: center;
    align-items: center;
    padding: 12px 0px;
    position: fixed !important;
    width: 100%;
    z-index: 99999999;
    top: 0;
}

.nav-link {
    color: white;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.nav-link:hover {
    color: #96BEFB;
    transition: all 0.2s ease;
}

.nav-link:active {
    color: white !important;
}

.linea {
    border-right: solid 1px white;
}


#banner-2 {
    background: url(../img/banner.webp);
    height: 649px;
    background-repeat: no-repeat;
    background-size: cover;
}

#banner-2 h2 {
    font-size: 48px;
    color: white;
    font-family: 'Nunito';
    font-weight: 300;
    text-shadow: 2px 4px 9px rgba(0, 0, 0, 0.6);
}

#banner-2 h2 strong {
    font-weight: 600;
}

#banner-2 button {
    background: #3A5DAE;
    height: 50px;
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 24px;
    width: 40%;
    margin: auto;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

#banner-2 button:hover {
    background: #00257A;
    transform: scale(1.02);
    transition: all 0.2s ease;
}

#mid-banner {
    scroll-margin-top: 7vh;
}

#mid-banner p {
    color: white;
    font-size: 36px;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    line-height: 46px;
    width: 75%;
    margin: auto;
}

#mid-banner p strong {
    font-weight: 600;
}

#mid-banner button {
    background: white;
    height: 50px;
    border: none;
    border-radius: 20px;
    color: #3A5DAE;
    font-size: 20px;
    width: 46%;
    margin: auto;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
}

#mid-banner button:hover {
    background: white;
    transform: scale(1.02);
    transition: all 0.2s ease;
}

#mid-banner {
    padding-top: 50px;
    padding-bottom: 50px;
}

#mid-banner .pata {
    filter: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(2989%) hue-rotate(218deg) brightness(104%) contrast(106%);
}

.lan-2 {
    background-color: #96BEFB;
    background-image: url('../img/patabanner.webp');
    padding-bottom: 300px;
    padding-top: 100px;
	background-size: cover;
}

.celebracion2 {
    position: absolute;
    height: auto;
    right: 0;
    z-index: -1;
    bottom: 0;
}

.david {
    position: absolute;
    left: 0%;
    top: 10%;
    width: 19%;
    z-index: 9999;
}

.lan-2 .chiwawa {
    top: 75%;
    width: 34%;
    left: 93%;
    height: auto;
    position: absolute;
}

.lan-2 .perro2 {
    position: absolute;
    top: 63%;
    width: 45%;
    height: auto;
    left: -34%;
}



#formulario .row-especial span {
    font-size: 16px;
}

.logo {
    height: 80px;
    margin-bottom: 20px;
}

#formulario .row-especial label {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Estilo para los radio buttons de edad del perro */
.wpcf7-form-control-wrap[data-name="edad-perro"] input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 40px !important;
    height: 40px !important;
    border: solid 1px #A7A7A7;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    position: relative;
    outline: none;
    margin-right: 8px;
    vertical-align: middle;
    transition: all 0.2s ease;
}

.wpcf7-form-control-wrap[data-name="edad-perro"] input[type="radio"]:checked {
    background-color: #A7A7A7;
    border-color: #A7A7A7;
}

/* Eliminamos el contenido del pseudo-elemento before para quitar el tick */
.wpcf7-form-control-wrap[data-name="edad-perro"] input[type="radio"]:checked::before {
    content: "";
}

/* Estilo para los radio buttons de tipo del perro */
.wpcf7-form-control-wrap[data-name="tipo-perro"] input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 40px !important;
    height: 40px !important;
    border: solid 1px #A7A7A7;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    position: relative;
    outline: none;
    margin-right: 8px;
    vertical-align: middle;
    transition: all 0.2s ease;
}

.wpcf7-form-control-wrap[data-name="tipo-perro"] input[type="radio"]:checked {
    background-color: #A7A7A7;
    border-color: #A7A7A7;
}

/* Eliminamos el contenido del pseudo-elemento before para quitar el tick */
.wpcf7-form-control-wrap[data-name="tipo-perro"] input[type="radio"]:checked::before {
    content: "";
}

/* Estilo para TODOS los radio buttons de Contact Form 7 */
.wpcf7-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 40px !important;
    height: 40px !important;
    border: solid 1px #A7A7A7;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    position: relative;
    outline: none;
    margin-right: 10px;
    vertical-align: middle;
    transition: all 0.2s ease;
}

.wpcf7-radio input[type="radio"]:checked {
    background-color: #A7A7A7;
    border-color: #A7A7A7;
}

/* Eliminamos el contenido del pseudo-elemento after para quitar el tick */
.wpcf7-radio input[type="radio"]:checked::after {
    content: "";
}

/* Estilo para el checkbox de acepta-bases */
.wpcf7-form-control-wrap[data-name="acepta-bases"] input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 40px !important;
    height: 40px !important;
    border: solid 1px #A7A7A7;
    border-radius: 8px !important;
    background-color: white;
    cursor: pointer;
    position: relative;
    outline: none;
    margin-right: 10px;
    vertical-align: middle;
    transition: all 0.2s ease;
}

.wpcf7-form-control-wrap[data-name="acepta-bases"] input[type="checkbox"]:checked {
    background-color: #A7A7A7;
    border-color: #A7A7A7;
}

/* Eliminamos el contenido del pseudo-elemento after para quitar el tick */
.wpcf7-form-control-wrap[data-name="acepta-bases"] input[type="checkbox"]:checked::after {
    content: "";
}




@media (max-width: 600px) {
	
	#ganadores .listado{
		width: 100%;
    	height: auto;
	}


    .logos2 {
        width: 87%;
    }

    .navbar img {
        width: 100%;
        height: auto;
    }

    .david-2 {
        width: 40%;
        z-index: 2;
        position: relative;
        right: -24px;
    }

    .logo {
        display: none;
    }

    #herobanner {
        height: 180vw;
        margin-top: 40px;
    }

    #formulario img {
        width: 70%;
    }

    #formulario .caja {
        padding-top: 30px;
    }

    .img-tapado {
        height: 300px;
    }

    .img-logo {
        width: 60%;
        top: 4%;
    }


    #mid-banner img {
        width: 100%;
    }

    .lan-2 .perro2 {
        display: none;
    }

    .lan-2 .chiwawa {
        display: none;
    }

    .celebracion2 {
        display: none;
    }

    .david {
        display: none;
    }

    #formulario h2 {
        font-size: 28px;
    }

    #banner-2 h2 {
        font-size: 26px;
    }

    #banner-2 button {
        width: 90%;
    }

    #mid-banner p {
        font-size: 24px;
        line-height: 30px;
        width: 100%;
    }

    #mid-banner button {
        width: 100%;
        font-size: 18px;
    }

    #mid-banner .pata {
        height: auto;
        width: 30px;
    }

    #formulario .caja {
        border-radius: 0;
    }

    .lan-2 {
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .wpcf7-form-control-wrap[data-name="edad-perro"] input[type="checkbox"] {
        height: 27px !important;
        width: 27px !important;
    }

    .wpcf7-checkbox input[type="checkbox"] {
        height: 27px !important;
        width: 27px !important;
    }

    #formulario input[type="submit"] {
        width: 100%;
    }

    .wpcf7-form-control-wrap[data-name="acepta-bases"] input[type="checkbox"] {
        height: 27px !important;
        width: 27px !important;
    }

    #ganadores {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 0;
    }

    .linea {
        border-right: none;
    }



    .sombreado {
        width: 100%;
        height: 350px;
        position: absolute;
        z-index: 0;
        background: rgba(0, 0, 0, 0.4);
    }

    #banner-2 .container-fluid {
        position: relative;
        z-index: 1;
    }

    #banner-2 {
        height: 350px;
    }

    .lan-2 img {
        width: 40% !important;
    }
}

@media (min-width: 1024px) and (max-width: 1272px) {
    #herobanner .ganate img {
        top: 2%;
        width: 38%;
    }

    #herobanner {
        background-position: 0px -150px;
    }

    .text-secundario {
        font-size: 24px;
    }

    .perroimg {
        top: 21%;
        left: 15%;
    }

    .text-monto {
        font-size: 48px;
    }

    .texto-terciario {
        font-size: 24px;
    }


}
