
/* Bebas Neue */
@font-face {
    font-family: 'Bebas Neue';
    src: url('BebasNeue-Regular.ttf') format('truetype');
}

/* Avenir 55 Roman */
@font-face {
    font-family: 'Avenir 55 Roman';
    src: url('12-avenir-55-roman-05173.otf') format('opentype');
}


html{height:100%;}
body{font-family: 'Avenir 55 Roman', sans-serif;margin:0;padding:0;font-weight:300;height:100%;font-weight:300;font-display: swap;color:#787878;font-size:16px;
    background:url('../img/f1.png?v2');background-size:auto;background-repeat:no-repeat;background-position:top left;
}
a{text-decoration: none;color:#616161}
h1{    font-weight: 200;
    color: #000;
    font-size: 5em;
    font-family: 'Bebas Neue';
    line-height: 12px;}
h2{color:#000;font-family: 'Bebas Neue';font-size: 2em;}
h2 b{color:#1b9dc8;}
hr{ display: block;width: 90%;border: #686868 solid 1px;}
b{font-weight:600;}




section{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    width:100%;
    margin:5px auto;padding:20px 0;
}
.webpage{
    width:90%;margin:0 auto;
}
section:nth-child(even){
    background:url(../img/fc.png);
    background-size:auto;
    background-position:left bottom;
    background-repeat: no-repeat;
}
section:nth-child(odd){
    background:url(../img/fc2.png);
    background-size:auto;
    background-position:right center;
    background-repeat: no-repeat;
}

#principal .webpage{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#quienes-somos h1{color:#fff;text-align: center;}

#quienes-somos .webpage{
    background: url(../img/qs.png);
    background-size: 100% auto;
    color: #FFF;
    border-radius: 50px;
}
#quienes-somos .webpage div{
    width:90%;margin:30px auto;text-align: center;
}
#quienes-somos h2{color:#FFF;}
#tips{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#tips .webpage{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

#tips a{
    display:block;text-align: center;margin:20px;
}
#planes{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#planes h1 b{
    color:#69c4e8;text-align: center;
}

#planes .webpage {
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;}

#planes .m_plan{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin:30px auto;
}
#planes .m_plan .plan{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    color: #666;
    width: 200px;
    text-align: center;
}
.plan p{
    display:block;height:80px;
}
.ps h2{    margin-top: 0;}
.m_plan:nth-child(2) .plan{background:#f1f1f1}
h3{color:#69c4e8;}
h4{color:#000;}

.btn-orange{
    display: block;
    color: #FFF;
    padding: 7px;
    width: 157px;
    font-size: 15px;
    margin: 5px auto;
    border-radius: 20px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, #FF9800 5%, rgb(221 102 21) 26%, #FF9800 54%, #FF9800 100%);text-align: center;
}


#articulos{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#articulos .webpage{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

#articulos a{
    display:block;text-align: center;margin:20px;
}


#embajadores{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#embajadores .webpage{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: flex-start;
    text-align: justify;
}
.ps{width:30%;padding:10px;}

#citas{
    background: url(../img/frm.png);
    background-color: #69c4e80d;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#citas .webpage{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: flex-end;
}

#contacto{   
    background: url(../img/f2.png?v2);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;    margin: 0;
}
#contacto h1{
    color:#56b0da;
}
#contacto .webpage{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: flex-start;
}
#form{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
#form input{    display: block;
    border-radius: 10px;
    width: 252px;
    height: 20px;
    border: #d4d4d4 solid 1px;
    margin: 20px auto;}

footer{        width: 100%;
    margin: 0 auto;
    padding: 30px 5px;
    background: #14779f;
    color: #FFF;
    min-height: 10px;
    overflow: hidden;}

a#pull {display: none;}
nav {    height: 115px;
    width: 100%;
    background: none;
    position: relative;
    border-bottom: solid 0px #DDD;}
#logo{}
#logo img{}
nav ul{padding: 0;float:right;margin:17px 0 0;min-width:40%;height: 40px;}
nav li {display:block;float: left;max-width:27%;}
nav a {color:#223251;display:block;text-align: center;text-decoration: none;text-transform: uppercase;border:none solid 2px;margin-right:2px;}
nav li a { border-right: 0px solid #576979;font-size: 14px;padding: 8px 3px;}
nav li:last-child a {border-right: 0;}
nav a:hover, nav a:active {background:none;color:#1880a7;}



#fb{width:30px;border:none !important;font-size:20px;}
#in{width:30px;border:none !important;font-size:20px;}
#ln{display:block;width:90%;margin:15px auto;}



.tabs {
    display: flex;
}

.tab {
    flex: 1;
    text-align: center;
    padding: 10px;
    background-color: #d4d4d4;
    cursor: pointer;
    width: 160px;
}

.tab.active {
    background-color: #007bff;
    color: #fff;
}

.form-container {
    padding: 20px;
}

/* Ocultar el formulario que no está activo */
.sign-in-form {
    display: none;
}
#ingresar{display: flex;
margin: 20px auto;
width: 500px;
border: #515151 solid 1px;
padding: 20px;
border-radius: 20px;
background: #fff;
flex-direction: column;
align-content: center;
flex-wrap: nowrap;
align-items: center;}

label,input{display:block;width:200px;}

/*****GALERIA************/
#carousel {
    width: auto;
    max-width:100%;
    overflow: hidden;
    position: relative;
}

#carousel img {
    width: 100%;
    height: auto;
}

/* Estilo para los bullets */
#bullet-container {
    text-align: center;
    margin-top: 10px;
}

.bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #69c4e8;
    border-radius: 50%;
    margin: 0 25px;
    cursor: pointer;    
}

.bullet.active {
    background-color: #0A5180; /* Cambia el color del bullet activo */
}




/*********************************/
.hg{height:100%;}
.paddt{padding:20px 0;}
.paddp{padding:10px 0;}
.margintop{margin-top:100px;}
.noventa{width:98%;}
.der{float:right;}
.izq{float:left;}
.contenedor{width:85%;display:block;margin-top:20px;}
.gde{width:65%;}
.peq{width:35%;}
.mit{width:55%;}
.mit2{width:45%}
.img_med{width:60%;}
.full{width:100%;}
.centro{margin:0 auto;display:block;}
.txt{font-size:15px;text-align:justify;}
.mitad{width:48%;}
.txtcentro{text-align: center;}

.msjban{width:30%;background:#FFF;padding:30px 25px;position:absolute;top:80px;text-align: right;}
.msjban h1{font-size:35px;color:#515151;display:block;float:right;}
.msjban b{color:#666;display:block;float:right;}
.msjban strong{color:#000;}
.msjban a{background:#f90;color:#fff;text-align: center;text-decoration: none;width:200px;padding:10px 0;display:block;margin:10px auto;float:right;}

.mostrar{
  display:block;
}




  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
  font-size:10px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
  font-size:10px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
  font-size:10px;
}

.footerTXT{
    width:100%;max-width:1200px;margin:0 auto;
  }



 /* Estilos para el botón de menú en pantallas pequeñas */
 #menu-button {
    display: none; /* Ocultar el botón en pantallas grandes */
    cursor: pointer;
    font-size: 20px;
    background-color: #333;
    color: white;
    border: none;
}
#mL{color:#FFF;font-size:40px;margin-left:10px;display:none;}

/* Estilos para el menú en pantallas pequeñas */
#menu-list {
    display: block; /* Ocultar la lista en pantallas pequeñas */
    list-style: none;
    padding: 0;
    position: inherit;
    top:0px;
    left: 0;
    right: 0;
}

#menu-list li {
    text-align: center;
    padding: 10px;    background: #ffffff8c;
}

/* Mostrar el menú en pantallas pequeñas cuando se hace clic en el botón */
#menu-button:checked + #menu-list {
    display: block;
}


/****RESPONSIVE******/


@media only screen and (max-width :1130px) {
    #principal .webpage {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    width: 100%;
    align-items: center;
    }
    nav {
        height: 115px;
        width: 100%;
        background: none;
        position: relative;
        border-bottom: solid 0px #DDD;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    #quienes-somos .webpage {
        background-size: auto 100%;}
    
    h1{text-align: center;line-height:70px;}



}

@media only screen and (max-width : 776px) {
    #menu-list {
        display:none;
        position:fixed;
        background-color: transparent;top:0;
    }

    #menu-button {
        display: none;
    }
    #mL{    display: block;
        color: #FFF;
        font-size: 34px;
        margin-left: 2px;
        width: 50px;
        position: fixed;
        left: 0;
        text-align: center;
        background: #005086;
        z-index: 9999999;
        padding: 4px 7px 8px;top:0;}


    #principal{
        margin:0;padding:0;
    }
    #principal .webpage{width:100%;}
    #inicio .webpage{background:#FFF;}
#inicio{margin-top:100px;}

    h1{    line-height: 70px;    }
   
    .banimg {        padding: 0;}
   
#up{display:none;}
#logo {
    display: block;
    position: absolute;
    z-index: 3;
    top: 5%;
    width: 150px;
    left: 35%;
}
#logo img{width:100%}
nav {
    border-bottom: 0;
    position: relative;
    
    margin-top: 0px;
    padding-top: 25px;
    z-index: 9999999;height: auto;
}
nav ul {display: none;height: auto;width: 100%;z-index: 22;float:none;margin:0;background:#eff3f6 !important;}
nav li {width: 100%;
    float: left;
    position: relative;
    height: 30px;
    font-size: 12px;
    max-width: 75% !important;}
nav a {text-align:center;width: 100%;text-indent: 25px;border-bottom:#1b3f72 solid 0px;}
nav a#pull {display: block;width: 100%;position: relative;height: 54px;padding: 4px 0;}
nav a#pull:after {content:"";background: url('../img/nav-icon.png') no-repeat;width: 30px;height: 30px;display: inline-block;
        position: absolute;right: 15px;top: 14px;}

nav a:hover, nav a:active {border:none;}

.izq{float:none;margin:0 auto;}
.contenedor{width:95%;display:block;margin-top:10px;}
.gde{width:100%;}
.peq{width:100%;}
.mit{width:100%;}
.mit2{width:100%}
.img_med{width:60%;}
.full{width:100%;}
.centro{margin:0 auto;display:block;}
.txt{font-size:17px;text-align:justify;}
.mitad{width:95%;padding:2px 2px;}

.msjban {
    width: 75%;
    background: #ffffffd1;
    padding: 30px 25px;
    position: absolute;
    top: 60px;
    text-align: center;
    left: 8%;
}

.msjban h1 {float: none;}
.msjban b {float: none;}
.msjban a {float: none;}
.msjban img{float: none;}


section {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

#quienes-somos .webpage {
    background: url(../img/qs.png);
    background-size: auto 100%;}

#tips .webpage {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
#planes .webpage {
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;}

    #planes .m_plan {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        margin: 30px auto;
    }

    #planes .m_plan .plan {
        margin: 20px;}

        #articulos {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        }

        #articulos .webpage {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: space-around;
            align-items: center;
        }

        #embajadores {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;}

            #embajadores .webpage {
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: space-evenly;
                align-items: flex-start;
            }

            #planes .m_plan {
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: space-evenly;
                align-items: center;
                width: 100%;
                margin: 30px auto;
            }

            #planes .m_plan .plan {
                background: #fff;
                padding: 10px;
                border-radius: 10px;
                color: #666;
                width: 200px;
                text-align: center;
                margin: 20px;
            }

            .ps {
                width: 90%;
                padding: 10px;
            }

            #contacto img{display:none;}

#contacto{
    text-align: center;
    color: #000;
}
#form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}


}
