@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);

@import url(form.css);

*{
box-sizing: border-box;
}

img{
    display: block;
    max-width: 100%;
    
}

body{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    
}

/*Estilos del header*/

.header{
    height: 60px;
    z-index: 1000;
    
}


.header{
    position: fixed;
    margin-top: 0px;
    width: 100%;
    background: rgba(0,0,0,0.6)
    
    
}


.header .contenedor{
    display: flex;
    justify-content: space-between;
    
}

.contenedor{
    margin: auto;
    width: 100%;
}

.inscribe {
    display: none;
    margin: auto;
    
    
}
.inscribe a{
    text-decoration: none;
    color:#fff;
    padding: 10px;
    font-size: 11px;
    
}

.inscribe a:hover{
    background: rgba(255,255,255,0.2)
    
}
/*--------------------------Estilos menu--------------------------*/


.icon-menu{
    
    display: block;
    height: 40px;
    width: 42px;
    font-size: 30px;
    background: #FBA919;
    color: #fff;
    margin-left: auto;
    cursor: pointer;
    text-align: center;
    border-radius: 7px;
    line-height: 37px;  
    
}



.logo, .icon-menu{
    margin: 5px;
    color: #fff;
}


.nav{
    position: absolute;
    top: 60px;
    left: -100%;
    width: 100%;
    transition: all 0.4s;
        
}

.menu{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.menu__link{
    display: block;
    padding: 15px;
   background: #FBA919;
    text-decoration: none;
    color: #fff;
    border-top: 0px solid #fff;
    
}

.menu__link:hover{
    background: #fff;
    color: #FBA919;
    border-top: 1px solid #FBA919;
    
}
.mostrar{
    left: 0px;
}

.select{
     background: #fff;
    color: #FBA919;
    border-top: 1px solid #FBA919;
    
    
}
/*------------------------estilos del banner------------------------*/

.banner{
    height: 220px;
    margin-top: -0px;
    position: relative;
    z-index: -1000;
    overflow: hidden;
}

.banner .contenedor{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    color:#fff;
    text-align: center;
    
}

.banner__titulo{
    margin-top: 60px;
    font-size: 18px;
    
}


.banner__txt{
    display: none;
    
}

.banner img{
    
    margin-top: 0px;
}

/*-----------------------Estilos de seciones-----------------------*/

.barra_nav{
    width: 100%;
    background: #333;
    display: flex;
    flex-wrap: wrap;
    
}

.inscribe__bajo{
    
    background: #fba919;
    padding: 10px;
    width: 50%;
    margin: 0 auto;
   
}

.inscribe__bajo1{
    text-align: right;
    background: #fba919;
    padding: 10px;
    width: 50%;
   
}
.link {
    
    padding: 10px 05px;
    color: #fff;
    text-decoration: none;
   
}
.link:hover{
    color: #fff;
    background: rgba(255,255,255,0.5);
    text-decoration: none;
    
}


.login{
    background: #333;
    width: 100%;
    display:flex;
    padding: 10px;
    justify-content: flex-end;
    
}

.login form {
    margin: auto;
   
    
}
input{
    border-radius: 5px;
    padding: 10px;
}
.entrar{
    cursor: pointer;
    background: #fba919; 
    color: #fff;
    border: 0px;
 
}
.entrar:hover{
    background: rgba(255,255,255,0.5);
    color: #fff;
    border: 0px;
}



/*------------------------------Fotobar-----------------------*/

.fotobar{
    position: relative;
    max-height: 250px;
    overflow: hidden;
    z-index: -1000;
}


.cont__texto__fotobar{
    position: absolute;
    top:10px;
    left: 30%;
    background: rgba(0,0,0,0.6);
    padding: 10px;
    font-size: 13px;
    color: #fff;
    text-align: left;
}
.cont__texto__fotobar h3{
    margin: 0px;
}

.enlacebajo{
    
    width: 80%;
    margin:auto;
    text-align: center;
}

.enlace__abajo{
    
    margin:0;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    background: rgba(0,0,0,0.5);
   
}

.enlace__abajo:hover{
    background: #fba919;
}
/*---------------------Iconos---------------------*/

.iconos{
    display: flex;
    margin: auto;
    justify-content: space-around;
    margin-top: -20px;
     width: 89%;
    
}

.icoinfo{
    
    width: 33%;
    background: #fba919;
    padding: 10px;
    color: #fff;
    font-size: 13px;
}

.icoinfo h4{
    font-size: 25px;
    margin: 0;
    padding: 0px;
}

/*------------------------Estilos del info QR------------------------*/
.email{
    width: 220px;
}

.pass{
    width: 100px;
}


/*------------------------Estilos del footer------------------------*/

.footer{
    
    background: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 12px;
}



/*----------------Estilos responsive--------------*/

@media(min-width:480px){
 
    .logo{
        font-size: 40px;
    }
    
    .banner__titulo{
        
        font-size: 24px;
        margin-top: 60px;
        
    }
    .banner__txt{
        
        font-size: 16px;
        display: block;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    
    
   .inscribe a{
    font-size: 14px;
            }

    
}



@media(min-width:768px){
    
    .banner__titulo{
        font-size: 40px;
        
    } 
    
    .banner__txt{
        
        margin-bottom:30px;
    }
    
    
    
}

@media(min-width:1024px){
    
    .banner img{
    
    margin-top: 0px;
}
    .banner .contenedor{
        margin-top: 250px ;
    }
    
    .banner__titulo{
        font-size: 40px; 
        margin-top: -300px
    }  
    
    .banner__txt{
        
        font-size:20px;
    }
    
    .contenedor{
        width: 1000px;
    }
    .nav{
        position: static;
        width: auto;
    }
    .menu{
        display: flex;
        background: rgba(0,0,0,0.6);
        margin: 5px;
        
    }
    .icon-menu{
        display: none;
    }
    .menu__link{
        background: none;
        font-size: 14px;
    }
    .select{
        color: #fff;
        background: #FBA919;
    }
    .header{
    position: fixed;
    margin-top: 0px;   
    
    }
     
}

@media(min-width:1280px){
    
    .contenedor{
        
        width: 1200px;
    }
    .menu{
        display: flex;
        background: rgba(0,0,0,0.4);
    }
    
    
}







