@font-face{
    font-family: Regular-Roboto;
    src: url(../font/Roboto-Regular.ttf);
}                                                                               
@font-face{
    font-family: italic-Roboto;
    src: url(../font/Roboto-LightItalic.ttf);
}
@font-face{
    font-family: light-Roboto;
    src: url(../font/Roboto-Light.ttf);
}
@font-face {
    font-family: light-Book;
    src: url(../font/lightBook.TTF);
}
@font-face {
    font-family: strongBook;
    src: url(../font/strongBook.TTF); 
}
@font-face {
    font-family: itaStrongBook;
    src: url(../font/itaStrongBook.TTF);
}
@font-face {
    font-family: itaStrongBook;
    src: url(../font/itaBook.TTF);
}
html{
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
}
/*First*/
.first{
    width: 100%;
    height: 100vh;
}
.video{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -10;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -5;
    background-color: rgba(1, 38, 94, 0.5);
}
.header{
    width: 100%;
    height: auto;
    display: flex;
    z-index: 0;
}
.logo{
    margin: 0 0 0 1em;
}
.logo img{
    width: 150px;
    height: auto;
}
.menu{
    display: flex;
    justify-content: center;
    margin: 0 30px 0 0;
}
#hamburger{
    z-index: 20;
    position: absolute;
    right: 1em;
}
#hamburger button{
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    width: 60px;
    height: 60px;
}
#hamburger button span{
    border-radius: 5px;
    background: white;
    display: block;
    width: 60%;
    margin: 5px auto;
    height: 5px;

    animation-duration: 1s;
    animation-fill-mode: forwards;
}
#hamburger button.open .top-line{
    animation-name: top-line-animation;
}
#hamburger button.open .middle-line{
    animation-name: middle-line-animation;
}
#hamburger button.open .bottom-line{
    animation-name: bottom-line-animation;
}
#hamburger button .top-line{
    animation-name: top-line-animation-close;
}
#hamburger button .middle-line{
    animation-name: middle-line-animation-close;
}
#hamburger button .bottom-line{
    animation-name: bottom-line-animation-close;
}
@keyframes top-line-animation{
    50%, 100%{
        margin: 0 auto;
        transform: translateY(5px) rotate(-45deg);
    }
}
@keyframes bottom-line-animation{
    50%, 100%{
        margin: 0 auto;
        transform: translateY(-5px) rotate(45deg);
    }
}
@keyframes middle-line-animation{
    20%, 100%{
        margin: 0 auto;
        width: 0;
        opacity: 0;
    }
}
@keyframes top-line-animation-close{
    0%{
        margin: 0 auto;
        transform: translateY(5px) rotate(-45deg);
    }
    50%, 100%{
        margin: 5px auto;
        transform: translateY(0px) rotate(0deg);
    }
}
@keyframes bottom-line-animation-close{
    0%{
        margin: 0 auto;
        transform: translateY(-5px) rotate(45deg);
    }
    50%, 100%{
        margin: 5px auto;
        transform: translateY(0px) rotate(0deg);
    }
}
@keyframes middle-line-animation-close{
    0%{
        margin: 0 auto;
        width: 0;
        opacity: 0;
    }
    20%, 100%{
        margin: 0 auto;
        width: 60%;
        opacity: 1;
    }
}
.active {
    transform: translateX(100%);
}
.menu ul{
    flex-direction: column;
    position: absolute;
    width: 40%;
    min-height: calc(100dvh - 80px);
    background: #01265E;
    top: 0;
    right: 0;
    transition: all .5s ease;
    list-style: none;
    padding: 40px 50px 40px 0;
    z-index: 15;
    margin-right: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.menu ul li{
    margin: 10px 0 0 10%;
    height: calc((100vh - 20%) / 6);
    display: block;
    font-size: 25px;
    font-family: Regular-Roboto;
}
.menu ul a{
    text-decoration: none;
    list-style: none;
    color: #fff;
}
.welcome{
    font-family: strongBook;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 25px;
    padding: 0 20px;
    color: #fff;
}
.welcome2{
    display: none;
}
/*Second*/
.second{
    padding: 0 30px;
    position: relative;
}
.t1{
    color: #fff;
    font-family: light-Roboto;
    padding: 5px;
    transform: rotate(-5deg);
    position: absolute;
    top: -6.5rem;
    left: 0.2em;
}
.num{
    font-family: strongBook;
}
.yellowBlock{
    transform: rotate(-5deg);    
    position: absolute;    
    z-index: 1;
    top: -4.5rem;
    left: -0.2em;
    text-align: center;
    background-color: #ffa200;
    color: #fff;
    text-shadow: 2px 2px 5px black;
    font-size: 42px;
    padding: 5px;
    margin: 0px 179px 0 11px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.acuaBlock{
    transform: rotate(-5deg);    
    position: absolute;
    top: -1rem;
    right: 0.2em;
    background-color: #2CBAAC;
    font-family: italic-Roboto;
    padding: 0 10px 10px 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.acuaBlock h2{
    color: #fff;
    text-shadow: 2px 2px 5px black;
    text-align: right;
    font-size: 40px;
}
.acuaBlock h1{
    color: #01265E;
    font-size: 23px;
}
/*Third*/
.third{
    margin: 3em 0 0 0;
}
.third_2{
    width: 100%;
    height: auto;
    display: flex;
}
.tb1{
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: light-Roboto;
    font-size: 20px;
    color: #01265E;
    letter-spacing: 1px;
    padding: 0 8px;

}
.tittle{
    padding: 0 0 20px 0;
}
.blueTittle{
    color: #01265E;
    font-size: 40px;
    font-family: strongBook;
    line-height: 0.8;
    text-align: center;
}
.greenTittle{
    color: #2CBAAC;
    font-size: 40px;
    font-family: strongBook;
    text-align: center;
}
.container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: light-Roboto;
}
.item{
    text-align: center;
    flex: none;
    width: calc((100% - 20px) / 3);
    height: fit-content;
    margin-bottom: 35px;
    padding: 0;
    font-size: 10px;
}
.imgitem{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70%;
    margin: 25px 0;
}
.item img{
    height: 60px;
    width: auto;
}
.txtitem{
    width: 100%;
    height: 30%;
    color: #01265E;

}
.strong{
    font-family: Regular-Roboto;
}
/*fourth*/
.fourth{
    padding: 50px 0 25px;
}
.map{
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
}
.map iframe{
    width: 100%;
}
.fourth video{
    width: 100%;
    height: auto;
}
/*fifth*/
.fifth{
    width: 100%;
    height: auto;
    background-color: #01265E;
    display: flex;
}
.block{
    width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
    top: 30px;
}
.tb2{
    text-align: center;
    padding: 20px 10px 0;
}
.tb2 p{
    font-size: 39px;
    color: #b7812c;
    font-family: strongBook;
    line-height: 0.8;
    text-align: center;
}
.ciudadLogo{
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 30px;
}
.ciudadLogo img{
    width: 305px;
    height: auto;
}
.tb3{
    text-align: center;
    padding: 0 32px 10px;
}
.tb3 p{
    font-size: 20px;
    color: #01265E;
    font-family: regular-Roboto;
    line-height: 1;
    text-align: center;
}
.container2{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: light-Roboto;
    position: relative;
    top: 30px;
    padding: 0 0 20px 0;
}
.txtitem1{
    width: 100%;
    height: 30%;
    color: #fff;

}
/*sixth*/
.sixth{
    width: 100%;
    height: auto;
    background-color: #01265E;
    padding: 23px 0;
    margin: 0 0 50px 0;
    position: relative;
    top: 30px;
}
.t2{
    font-family: italic-Roboto;
    letter-spacing: 1px;
    text-align: center;
    background-color: #ffa200;
    text-shadow: 2px 2px 5px black;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    color: #fff;
    font-size: 25px;
    padding: 5px;
    margin: 0 79px;
    transform: rotate(-5deg);
    position: relative;
    top: 10px;
    z-index: 1;
}
.t3{
    background-color: #2CBAAC;
    color: #01265E;
    text-shadow: 2px 2px white;
    font-size: 19px;
    font-family: strongBook;
    letter-spacing: 1px;
    text-align: center;
    padding: 12px;
    margin: 0 30px;
    transform: rotate(-5deg);
}
.t4{
    text-align: center;
    color: white;
    font-family: light-Roboto;
    font-size: 11px;
    padding: 8px 0;
    letter-spacing: 2px;
    transform: rotate(-5deg);
}
/*seventh*/
.seventh{
    padding: 40px  0 0;
}
.container1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: light-Roboto;
    padding: 0 0 40px 0;
}
.item1{
    text-align: center;
    flex: none;
    width: calc((100% - 0px) / 2);
    margin-bottom: 10px;
    padding: 5px 0;
    font-size: 14px;
}
.item1 img{
    width: 100%;
    height: auto;
}
.button{
    width: auto;
    height: 40px;
    background-color: #2CBAAC;
    display: block;
    padding: 5px 15px;
    font-family: Regular-Roboto;
        font-size: 20px;
    color: white;
    border-radius: 7px;
    border-width: 0px;
    margin: 20px auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* Cotizar modal styles moved from index.html */
.cotizar-modal{position:fixed;inset:0;background:rgba(0,0,0,0.6);display:none;align-items:center;justify-content:center;z-index:9999}
.cotizar-modal[aria-hidden="false"]{display:flex}
.cotizar-modal-content{background:#fff;padding:20px;border-radius:6px;max-width:420px;width:90%;box-shadow:0 8px 24px rgba(0,0,0,.2);position:relative}
.cotizar-close{position:absolute;right:10px;top:8px;border:none;background:transparent;font-size:22px;cursor:pointer}
#cotizarForm input[type=text],#cotizarForm input[type=email],#cotizarForm input[type=tel]{width:95%;padding:10px;margin-top:8px;border:1px solid #ccc;border-radius:4px}
.cotizar-actions{display:flex;gap:10px;margin-top:12px}

/*eighth*/
.eighth{
    background-color: #01265E;
}
.t5{
    font-size: 42px;
    line-height: 0.7;
    text-align: left;
    color: #fff;
    padding: 20px 50px 5px 20px;
    font-family: strongBook;
}
.t6{
    font-size: 34px;
    line-height: 0.7;
    text-align: right;
    color: #2CBAAC;
    padding: 5px 20px 5px 0px;
    font-family: strongBook;
}
.t7{
    font-size: 45px;
    line-height: 0.7;
    text-align: center;
    color: #ffa200;
    padding: 10px 20px 0px;
    font-family: strongBook;
}
.t8{
    font-family: italic-Roboto;
    font-size: 30px;
    line-height: 0.7;
    text-align: center;
    color: #fff;
    background-color: #ffa200;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    letter-spacing: 1px;
    margin: 60px 30px 0px;
    padding: 20px;
    transform: rotate(-5deg);
    text-shadow: 2px 2px 5px rgb(43, 43, 43);
}
.t9{
    font-family: italic-Roboto;
    font-size: 25px;
    line-height: 0.7;
    text-align: center;
    color: #fff;
    padding: 10px;
    transform: rotate(-5deg);
}
.social{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 0;
}
.social a{
    padding: 0 15px;
}
.social a img{
    width: 50px;
    height: auto;
}
.eighth form{
    padding: 0 35px 20px;
}
.eighth form input{
    display: block;
    width: 93%;
    height: auto;
    margin: 15px 0;
    padding: 10px;
    font-family: Regular-Roboto;
    font-size: 23px;
    border-radius: 7px; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
::-webkit-input-placeholder { color: #01265E; } 
.authorization{
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnautho{
    width: 30px !important; 
    height: 30px !important; 
    margin: 0 !important;
}
.t10{
    width: 90%;
    display: inline-block !important; 
    font-size: 12px;
    font-family: Regular-Roboto;
    color: #fff;
    text-align: center;
}
.tb4{
    text-align: justify;
    padding: 20px 0;
    font-family: light-Roboto;
    color: #fff;
    font-size: 14px;
    line-height: 1.1;
}
.submit{
    display: flex;
    justify-content: center;
    align-items: center;
}
.submit input{
    display: block;
    width: auto !important;
    background-color: #2CBAAC;
    height: 40px;
    margin: 0 !important;
    padding: 5px 25px !important;
    font-family: Regular-Roboto !important;
    font-size: 25px !important;
    color: white !important;
    border-radius: 7px;
    border-width: 0;
}
/*nineth*/
.nineth{
    padding: 40px 0px 0px;
}
.nineth p{
    text-align: center;
    font-family: Regular-Roboto;
    color: #01265E;
    font-size: 20px;
    line-height: 1.2;
}
.nineth a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 0px ;
}
.nineth a img{
    width: 300px;
    height: auto;
}
.map-end{
    width: 100%;
    height: auto;
}
/*tenth*/
.tenth{
    width: 100%;
    height: auto;
    padding: 10px 0;
    font-size: 11px;
    font-family: light-Roboto;
    color: #fff;
    background-color: #01265E;
}
.t11{
    display: inline-block;
    text-align: center;
    padding: 5px;
}
.t12{
    display: inline-block;
    text-align: center;
}
.t12 a p{
    font-size: 11px;
    font-family: light-Roboto;
    color: #fff;
    padding: 5px;
}
.t13{
    font-size: 10px;
    text-align: center;
    padding: 10px;
}
.kad{
    text-align: center;
    width: 100%;
    height: auto;
}
.kad img{
    width: 50px;
    height: auto;
}
@media only screen and (min-width:481px) and (max-width:768px){
    /*First*/
    .menu ul {
        min-height: calc(100dvh - 60px);
        padding: 30px 50px 30px 0;
    }
    .welcome{
        position: relative;
    }
    .welcome h1{
        position: absolute;
        top: 0;
    }
    .t1 {
        top: -3.5rem;
        left: 50dvh;
    }
    .yellowBlock {
        top: -1.5rem;
        left: 50dvh;
    }
    .acuaBlock {
        top: 2rem;
        right: 50dvh;
    }
    .item{
        font-size: 14px;
    }
    .t3{
        font-size: 40px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1279px) and (orientation: portrait){
    /*First*/
    .left{
        width: 5%;
        height: auto;
        display: flex;
    }
    .logo{
        display: inline-block;
        width: 20%;
        height: auto;
    }
    .logo img{
        width: 80%;
        height: auto;
    }
    .menu{
        display: initial;
        width: 80%;
        height: auto;
        justify-content: initial;
        align-items: initial;
        margin: 30px 0 0 0;
    }
    #hamburger{
        display: none;
    }
    .menu ul{
        position: static;
        height: auto;
        width: 100%;
        background: none;
        padding: 0;
        margin-right: 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
    }
    .menu ul li{
        margin: 0 ;
        display: block;
        font-size: 18px;
        text-align: center;
    }
    .menu ul a:hover{
        cursor: pointer;
        color: #2CBAAC;
    }
    .right{
        width: 5%;
        height: auto;
        display: flex;
    }
    .welcome{
        display: none;
    }
    .welcome2 {
        width: 100%;
        height: auto;
        display: flex;
        position: absolute;
        top: 22em;
    }
    .textWelcome {
        font-family: strongBook;
        width: 50%;
        height: auto;
        font-size: calc(2em + 1vw);
        padding: 0 5%;
        color: #fff;
        margin-top: 12rem;
    }
    /*Second*/
    .second{
        display: none;
    }
    .second2{
        width: 50%;
        height: auto;
        padding-left: calc((1vw + 10%) / 2);
    }
    .t1{
        top: 36em;
        right: 26em;
        left: unset;
        font-size: calc(0.5em + 1vw);
    }
    .yellowBlock{
        top: 12.5em;
        right: 3em;
        left: unset;
        font-size: calc(2.5em + 1vw);
    }
    .acuaBlock{
        top: 42em;
        right: 9em;
        left: unset;
        font-size: calc(0.5em + 1vw);
    }
    /*Third*/
    .third {
        margin: 0em;
    }
    .tb1{
        font-size: calc(1em + 1vw);
    }
    .tittle{
        padding: 20px 0 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;;
    }
    .blueTittle{
        font-size: calc(2.5em + 1vw);
        margin-right: 18px;
    }
    .greenTittle{
        font-size: calc(2.5em + 1vw);
    }
    .item{
        width: calc((100% - 20px) / 6);
        font-size: 6px;
    }
    .txtitem{
        font-size: calc(0.5em + 1vw);
    }
    /*fourth*/
    /*fifth*/
    .clubLogo img{
        width: 120px;
    }
    .tb2 p{
        font-size: calc(2.5em + 1vw);
    }
    .ciudadLogo img{
        width: 605px;
    }
    .tb3 p{
        font-size: calc(1em + 1vw);
        margin-bottom: 20px;
    }
    .container2{
        width: 100%;
        margin-bottom: 20px;
    }
    .txtitem1{
        font-size: calc(0.5em + 1vw);
    }
    /*sixth*/
    .sixth{
        height: 9em;
        background-color: #01265E;
        margin: 30px 0;
        justify-content: center;
        position: relative;
    }
    .t2{
        width: 15em;
        height: 2em;
        font-family: italic-Roboto;
        letter-spacing: 1px;
        text-align: center;
        background-color: #ffa200;
        text-shadow: 2px 2px 5px black;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        color: #fff;
        font-size: calc(1em + 1vw);
        padding: 5px;
        margin-left: 35%;
        transform: rotate(-5deg);
        position: absolute;
        top: -1.5rem;
        left: calc(100dvw - 41em);
        z-index: 1;
    }
    .t3{
        width: 14em;
        height: 2em;
        background-color: #2CBAAC;
        color: #01265E;
        text-shadow: 2px 2px white;
        font-size: calc(1.8em + 1vw);
        font-family: strongBook;
        letter-spacing: 1px;
        text-align: center;
        margin-left: 35%;
        padding: 12px;
        transform: rotate(-5deg);
        position: absolute;
        top: 1rem;
        left: calc(100dvw - 26em);
        right: 0;
    }
    .t4{
        text-align: center;
        color: white;
        font-family: light-Roboto;
        font-size: calc(0.2em + 1vw);
        margin-left: 35%;
        padding: 5px 0;
        letter-spacing: 2px;
        transform: rotate(-5deg);
        position: absolute;
        top: 7rem;
        left: calc(100dvw - 79em);
    }
    /*seventh*/
    .item1{
        width: calc((100% - 0px) / 4);
    }
    .button{
        width: calc((50% - 0px) / 1);
        margin: 10px 25% 10px 25%;
    }
    .button:hover{
        cursor: pointer;
        background-color: #26a093;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0), 0 6px 20px 0 rgba(0, 0, 0, 0.0);
    }
    /*eighth*/
    .eighth{
        display: flex;
    }
    .esPosible{
        width: 30%;
        height: auto;
    }
    .t5{
        margin-top: 30vh;
    }
    .principalForm{
        width: 70%;
        height: auto;
    }
    .t10{ 
        font-size: calc(0.5em + 1vw);
    }
    .tb4{
        font-size: calc(0.5em + 1vw);
    }
    /*nineth*/
    .nineth a img{
        width: 400px;
    }
    /*tenth*/
    .tenth{
        width: 100%;
        height: auto;
        padding: 10px 0;
        font-family: light-Roboto;
        color: #fff;
        background-color: #01265E;
        display: flex;
    }
    .t11{
        display: initial;
        text-align: center;
        padding: 5px;
        width: 200%;
        font-size: 18px;
    }
    .t12{
        display: initial;
        text-align: center;
        width: 100%;
    }
    .t12 a p{
        font-size: 18px;
        font-family: light-Roboto;
        color: #fff;
        padding: 5px;
        width: 100%;
    }
    .t13{
        font-size: 18px;
        text-align: right;
        padding: 5px;
        width: 100%;
    }
    .kad{
        text-align: center;
        width: 50%;
        height: auto;
    }
    .kad img{
        width: 80px;
        height: auto;
    }
}
@media only screen and (min-width:769px) and (max-width:1279px) and (orientation: landscape){
    /*First*/
    .left{
        width: 5%;
        height: auto;
        display: flex;
    }
    .logo{
        display: inline-block;
        width: 20%;
        height: auto;
    }
    .logo img{
        width: 80%;
        height: auto;
    }
    .menu{
        display: initial;
        width: 80%;
        height: auto;
        justify-content: initial;
        align-items: initial;
        margin: 30px 0 0 0;
    }
    #hamburger{
        display: none;
    }
    .menu ul{
        position: static;
        height: auto;
        width: 100%;
        background: none;
        padding: 0;
        margin-right: 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .menu ul li{
        margin: 0 ;
        display: block;
        font-size: 18px;
        text-align: center;
    }
    .menu ul a:hover{
        cursor: pointer;
        color: #2CBAAC;
    }
    .right{
        width: 5%;
        height: auto;
        display: flex;
    }
    .welcome{
        display: none;
    }
    .welcome2 {
        width: 100%;
        height: auto;
        display: flex;
        position: absolute;
        top: 17em;
    }
    .textWelcome {
        font-family: strongBook;
        width: 50%;
        height: auto;
        font-size: calc(2em + 1vw);
        padding: 0 5%;
        color: #fff;
        margin-top: 12rem;
    }
    /*Second*/
    .second{
        display: none;
    }
    .second2{
        width: 50%;
        height: auto;
        padding-left: calc((1vw + 10%) / 2);
    }
    .t1{
        top: 20em;
        right: 16em;
        left: unset;
        font-size: calc(0.5em + 1vw);
    }
    .yellowBlock{
        top: 8em;
        right: 1em;
        left: unset;
        font-size: calc(2.5em + 1vw);
    }
    .acuaBlock{
        top: 26em;
        right: 3em;
        left: unset;
        font-size: calc(0.5em + 1vw);
    }
    /*Third*/
    .third {
        margin: 0em;
    }
    .tb1{
        font-size: calc(1em + 1vw);
    }
    .tittle{
        padding: 20px 0 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;;
    }
    .blueTittle{
        font-size: calc(2.5em + 1vw);
        margin-right: 18px;
    }
    .greenTittle{
        font-size: calc(2.5em + 1vw);
    }
    .item{
        width: calc((100% - 20px) / 6);
        font-size: 6px;
    }
    .txtitem{
        font-size: calc(0.5em + 1vw);
    }
    /*fourth*/
    /*fifth*/
    .clubLogo img{
        width: 120px;
    }
    .tb2 p{
        font-size: calc(2.5em + 1vw);
    }
    .ciudadLogo img{
        width: 605px;
    }
    .tb3 p{
        font-size: calc(1em + 1vw);
        margin-bottom: 20px;
    }
    .container2{
        width: 100%;
        margin-bottom: 20px;
    }
    .txtitem1{
        font-size: calc(0.5em + 1vw);
    }
    /*sixth*/
    .sixth{
        height: 9em;
        background-color: #01265E;
        margin: 30px 0;
        justify-content: center;
        position: relative;
    }
    .t2{
        width: 15em;
        height: 2em;
        font-family: italic-Roboto;
        letter-spacing: 1px;
        text-align: center;
        background-color: #ffa200;
        text-shadow: 2px 2px 5px black;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        color: #fff;
        font-size: calc(1em + 1vw);
        padding: 5px;
        margin-left: 35%;
        transform: rotate(-5deg);
        position: absolute;
        top: -1.5rem;
        left: calc(100dvw - 44em);
        z-index: 1;
    }
    .t3{
        width: 14em;
        height: 2em;
        background-color: #2CBAAC;
        color: #01265E;
        text-shadow: 2px 2px white;
        font-size: calc(1.8em + 1vw);
        font-family: strongBook;
        letter-spacing: 1px;
        text-align: center;
        margin-left: 35%;
        padding: 12px;
        transform: rotate(-5deg);
        position: absolute;
        top: 1rem;
        left: calc(100dvw - 29em);
        right: 0;
    }
    .t4{
        text-align: center;
        color: white;
        font-family: light-Roboto;
        font-size: calc(0.2em + 1vw);
        margin-left: 35%;
        padding: 5px 0;
        letter-spacing: 2px;
        transform: rotate(-5deg);
        position: absolute;
        top: 7rem;
        left: calc(100dvw - 79em);
    }
    /*seventh*/
    .item1{
        width: calc((100% - 0px) / 4);
    }
    .button{
        width: calc((50% - 0px) / 1);
        margin: 10px 25% 10px 25%;
    }
    .button:hover{
        cursor: pointer;
        background-color: #26a093;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0), 0 6px 20px 0 rgba(0, 0, 0, 0.0);
    }
    /*eighth*/
    .eighth{
        display: flex;
    }
    .esPosible{
        width: 30%;
        height: auto;
    }
    .t5{
        margin-top: 30vh;
    }
    .principalForm{
        width: 70%;
        height: auto;
    }
    .t10{ 
        font-size: calc(0.5em + 1vw);
    }
    .tb4{
        font-size: calc(0.5em + 1vw);
    }
    /*nineth*/
    .nineth a img{
        width: 400px;
    }
    /*tenth*/
    .tenth{
        width: 100%;
        height: auto;
        padding: 10px 0;
        font-family: light-Roboto;
        color: #fff;
        background-color: #01265E;
        display: flex;
    }
    .t11{
        display: initial;
        text-align: center;
        padding: 5px;
        width: 200%;
        font-size: 18px;
    }
    .t12{
        display: initial;
        text-align: center;
        width: 100%;
    }
    .t12 a p{
        font-size: 18px;
        font-family: light-Roboto;
        color: #fff;
        padding: 5px;
        width: 100%;
    }
    .t13{
        font-size: 18px;
        text-align: right;
        padding: 5px;
        width: 100%;
    }
    .kad{
        text-align: center;
        width: 50%;
        height: auto;
    }
    .kad img{
        width: 80px;
        height: auto;
    }
}
@media only screen and (min-width:1280px){
    /*First*/
    .left{
        width: 15%;
        height: auto;
        display: flex;
    }
    .logo{
        display: inline-block;
        width: 20%;
        height: auto;
    }
    .logo img{
        width: 80%;
        height: auto;
    }
    .menu{
        display: initial;
        width: 80%;
        height: auto;
        justify-content: initial;
        align-items: initial;
        margin: 30px 0 0 0;
    }
    #hamburger{
        display: none;
    }
    .menu ul{
        position: static;
        height: auto;
        width: 100%;
        background: none;
        padding: 0;
        margin-right: 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .menu ul li{
        margin: 0 ;
        display: block;
        font-size: 18px;
        text-align: center;
    }
    .menu ul a:hover{
        cursor: pointer;
        color: #2CBAAC;
    }
    .right{
        width: 15%;
        height: auto;
        display: flex;
    }
    .welcome{
        display: none;
    }
    .welcome2 {
        width: 100%;
        height: auto;
        display: flex;
        position: absolute;
        top: 22em;
    }
    .textWelcome {
        font-family: strongBook;
        width: 50%;
        height: auto;
        font-size: calc(2em + 1vw);
        padding: 0 5%;
        color: #fff;
        margin-top: 12rem;
    }
    /*Second*/
    .second{
        display: none;
    }
    .second2{
        width: 50%;
        height: auto;
        padding-left: calc((1vw + 10%) / 2);
    }
    .t1{
        top: 11.5em;
        right: 16em;
        left: unset;
        font-size: calc(0.5em + 1vw);
    }
    .yellowBlock{
        top: 6em;
        right: 3.5em;
        left: unset;
        font-size: calc(2.5em + 1vw);
    }
    .acuaBlock{
        top: 16em;
        right: 7em;
        left: unset;
        font-size: calc(0.5em + 1vw);
        padding: 5px 30px 15px 30px;
    }
    /*Third*/
    .third {
        margin: 0em;
    }
    .tb1{
        font-size: calc(1em + 1vw);
    }
    .tittle{
        padding: 20px 0 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;;
    }
    .blueTittle{
        font-size: calc(2.5em + 1vw);
        margin-right: 18px;
    }
    .greenTittle{
        font-size: calc(2.5em + 1vw);
    }
    .item{
        width: calc((100% - 20px) / 6);
        font-size: 2px;
    }
    .txtitem{
        font-size: calc(0.5em + 1vw);
    }
    /*fourth*/
    /*fifth*/
    .clubLogo img{
        width: 120px;
    }
    .tb2 p{
        font-size: calc(2.5em + 1vw);
    }
    .ciudadLogo img{
        width: 605px;
    }
    .tb3 p{
        font-size: calc(1em + 1vw);
        margin-bottom: 20px;
    }
    .container2{
        width: 90%;
        margin-bottom: 20px;
    }
    .txtitem1{
        font-size: calc(0.5em + 1vw);
    }
    /*sixth*/
    .sixth{
        height: 15em;
        background-color: #01265E;
        margin: 30px 0;
        justify-content: center;
        position: relative;
    }
    .t2{
        width: 15em;
        height: 2em;
        font-family: italic-Roboto;
        letter-spacing: 1px;
        text-align: center;
        background-color: #ffa200;
        text-shadow: 2px 2px 5px black;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        color: #fff;
        font-size: calc(1em + 1vw);
        padding: 5px;
        margin-left: 35%;
        transform: rotate(-5deg);
        position: absolute;
        top: -1.5rem;
        left: calc(100dvw - 58em);
        z-index: 1;
    }
    .t3{
        width: 14em;
        height: 2em;
        background-color: #2CBAAC;
        color: #01265E;
        text-shadow: 2px 2px white;
        font-size: calc(1.8em + 1vw);
        font-family: strongBook;
        letter-spacing: 1px;
        text-align: center;
        margin-left: 35%;
        padding: 12px;
        transform: rotate(-5deg);
        position: absolute;
        top: 2.5rem;
        left: calc(100dvw - 42em);
        right: 0;
    }
    .t4{
        text-align: center;
        color: white;
        font-family: light-Roboto;
        font-size: calc(0.2em + 1vw);
        margin-left: 35%;
        padding: 5px 0;
        letter-spacing: 2px;
        transform: rotate(-5deg);
        position: absolute;
        top: 10rem;
        left: calc(100dvw - 90em);
    }
    /*seventh*/
    .seventh{
        display: flex;
    }
    .item1{
        width: calc((100% - 0px) / 4);
    }
    .button{
        width: calc((50% - 0px) / 1);
    }
    .button:hover{
        cursor: pointer;
        background-color: #26a093;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0), 0 6px 20px 0 rgba(0, 0, 0, 0.0);
    }
    /*eighth*/
    .eighth{
        display: flex;
    }
    .esPosible{
        width: 30%;
        height: auto;
    }
    .t5{
        margin-top: 30vh;
    }
    .principalForm{
        width: 70%;
        height: auto;
    }
    .t10{ 
        font-size: calc(0.1em + 1vw);
    }
    .tb4{
        font-size: calc(0.1em + 1vw);
    }
    /*nineth*/
    .nineth a img{
        width: 400px;
    }
    /*tenth*/
    .tenth{
        width: 100%;
        height: auto;
        padding: 10px 0;
        font-family: light-Roboto;
        color: #fff;
        background-color: #01265E;
        display: flex;
    }
    .t11{
        display: initial;
        text-align: right;
        padding: 5px;
        width: 100%;
        font-size: 18px;
    }
    .t12{
        display: initial;
        text-align: center;
        width: 50%;
    }
    .t12 a p{
        font-size: 18px;
        font-family: light-Roboto;
        color: #fff;
        padding: 5px;
        width: 100%;
    }
    .t13{
        font-size: 18px;
        text-align: right;
        padding: 5px;
        width: 100%;
    }
    .kad{
        text-align: left;
        width: 50%;
        height: auto;
    }
    .kad img{
        width: 80px;
        height: auto;
    }
}