

/* imagen full responsive */

:root {
 --primario: #6b7e86;
 --secundario: #ec9b3b;
}

.titulo span{
    color:#f7be16;
}
.nav-link{
    color: #f5f4f4;
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
 
   }
    
.navbar{
    border-top: 1px solid #e1e1e1;
    border-bottom: 25px solid #09e92e;
    background-color: #ff8200;
    padding: 20px 20px; 
    font-family: 'Poppins', sans-serif;
    
}
/* letra carrusel  */
   .carousel-inner h3 
{
    color: rgb(255, 255, 255);
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
}
    
    .carousel-inner h7{
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
}
p.aviso {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
    
.imagen-bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
 
}


  


.categorias h2{
    font-size: 2.5rem;
    color: #0e0d0d;
    
}
.categorias a{
    font-weight: 400;
    color: #070707;
    text-decoration: none;
}

.nosotros .img-nosotros{
     min-height: 30rem ;
}

.img-nosotros{
    background-image: url(../img/1.jpg);
    
}

.btn-success{
    background-color: #f7be16!important;
    
}

.container .misionVision
{
    border-color: rgb(26, 26, 25);
}

/* estilos footer  */


footer{
width: 100%;
background-color: #43883F;
color: rgb(8, 8, 8);
margin-top: 30px;
font-family: 'Poppins', sans-serif;
}

.container-footer-all{
width: 100%;
max-width: 1200px;
margin: auto;
padding: 40px;
color: white;

}

.container-body{
display: flex;
justify-content: space-between;
}

.colum1{
max-width: 500px;
}

.colum1 h1{
font-size: 22px;
}

.colum1 p{
font-size: 18px;
color: #ffffff;
margin-top: 20px;
}

.colum2{
max-width: 400px;

}

.colum2 h1{
font-size: 22px;
}

.row1{
margin-top: 20px;
display: flex;
}

.row1 img{
width: 36px;
height: 36px;
}

.row1 label{
margin-top: 10px;
margin-left: 20px;
color: #FFFFFF;
}

.colum3{
max-width: 400px;
}

.colum3 h1{
font-size: 22px;
}

.row2{
margin-top: 20px;
display: flex;
}

.row2 img{
width: 36px;
height: 36px;
}

.row2 label{
margin-top: 10px;
margin-left: 20px;
max-width: 140px;
}

.container-footer{
width: 100%;  
background-color: #0f0f0f;

}

.footer{
max-width: 1200px;
margin: auto;
display: flex;
justify-content: space-between;  
padding: 20px;

}

.copyright{
color: #ff8200;
}

.copyright a{
text-decoration: none;
color: #ff8200;
font-weight: bold;
}

.information a{
text-decoration: none;
color: #ff8200;
font-family: 'Poppins', sans-serif;
}


@media screen and (max-width: 1100px){

.container-body{
flex-wrap: wrap;
}

.colum1{
max-width: 100%;
}



.colum3{
margin-top: 40px;
}

}
header .menu{
    width: 100%;
    max-width: 1440px;
}


header ul.menu {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    border-bottom: 70px Solid #ff8200;
    border-radius: 15px;
    
    }

    header ul.menu li {
    width: 20%;
    display: block;
    float: left;
    text-align:center;
    margin-right: 10px;
    position: relative;
    top:50px;
    }

    header ul.menu li a { 
    margin-top: 25px;
    width: 200%;
    height:100px;
    display: block;
    background: #ff8200;
    color: white;
    font-size: 35px;
    line-height: 4em;
    text-decoration: none;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;

    }

    .container-frase h1
    {
        font-family: 'Poppins', sans-serif;
        color: white;
        font-size: 34px
     
        
        
        
    }

    .container-frase
    {
        background-color: #2bc03f;
        /* width: 100%;
        max-width: 100%; */
        text-align: center;
        
    }


    @media screen and (max-width: 426px){
        .carousel-inner img{
            height: 200px;
        }
    }

    .container-quien p {
        color: #000000;
        font-size: 25px;
        border-color: #43883F;
        border-style:solid;
        border-width: 5px;
             border-radius: 15px;
        font-family: 'Poppins', sans-serif;
        text-align:justify;

    }
    .misionVision{
        color: #000000;
        font-size: 25px;
        border-color: #43883F;
        border-style:solid;
        border-width: 5px;
        border-radius: 15px;
        font-family: 'Poppins', sans-serif;

    }
    .formato{
        font-family: 'Poppins', sans-serif;
        font-size: 40px;
        color: rgb(0, 0, 0);
       
    }