@import url('https://fonts.googleapis.com/css?family=Montserrat|Tajawal&display=swap');
*{
    box-sizing: border-box;
    
}

body{
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

/*------------------Estilos base----------------------*/

img{
    display: block;
    width: 100%;
    max-width: 100%; 
    filter: drop-shadow(1px 5px 1px rgba(0,0,0,0.1));
    
}

/*img:hover{
    transition: 1s;
    transform: scale(1.1);
    
}*/

h1, h2 ,h3, h4 ,h5 ,h6 {
    margin: 0;
}

.container {
    width: 100%;
    margin:auto;
}

.container--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;  
}

.column {
    width: 100%;
}

/*------------------Estilos header----------------------*/
 
.main-header {
    width: 100%;
    
}

.logo {
    font-size: 1.8em;
    color: #013763;
    padding: 10px;
    font-family: 'Tajawal', sans-serif; 
    font-weight: 100; 
}
.logo-dizatel{
    filter: drop-shadow(5px 5px 5px #000);
    width: 200%;

    padding-left: 10px
}

.main-header__contactInfo__phone {
    font-family: 'Tajawal', sans-serif;
    background: #013763;
    color: white;
    padding: 10px;
    margin: 0 auto;
    border-top-left-radius: 20px;
} 

.main-header__contactInfo__addres{
    font-family: 'Tajawal', sans-serif;
    background: #0079d0;
    color: white;
    padding: 10px;
    margin: 0;
    border-top-left-radius: 20px;
}

.main-header [class* ="icon-"]:before{
    position: relative;
    top: 2px;
    right: 5px;
    
}


/*------------------Estilos del menu----------------------*/

.main-nav{
    width: 100%;
    position: relative;
    z-index: 2000;
    padding: 10px;
}

.icon-menu { 
    display: block;
    color: #fff;
    border: 1px solid white;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    font-size: 1.5em;
    filter: drop-shadow(0px 0px 3px #000);

    
}

.icon-menu:hover{
    width: 42px;
    height: 42px;
    filter: drop-shadow(5px 5px 4px #fff);
    transition: 0.5s ease;
}

.social-icon{
    display: flex;
    justify-content:space-between;
    

    
}

.social-icon [class* ="icon-"]{
    color: #000;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    
}

.social-icon__link{
    text-decoration: none;
}

.menu{
    /*display: none;/*******************/
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: RGBA(0,0,0,0.85);
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    height: 0;
    overflow: hidden;
    transition: height 0.5s linear;
    
    
}


.menu__link{
    display: block;
    padding: 15px;
    color: #fff;
    text-decoration: none;
}

.menu__link:hover{
    transition: .3s ease;
    background: #013763; 
    /*transition: .5s ease;*/
}

.menu__link--select{
    background: #013763; 
}

.mostrar{
    height: 196px;
}
/*------------------Estilos del banner----------------------*/
.banner{
    margin-top: -55px;
    position: relative;
}
.banner:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: rgba(255,255,255,0.3);*/
    z-index: 1000;
    top: 0;
}
.banner__img{
    width: 100%;
    height: 500px;
    object-fit:cover;
}

.banner__content{
    width: 70%;
    background: rgba(255,255,255,0.5);
    color: #013763;
    box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.5);
    /*filter: drop-shadow(2px -2px 5px #000);*/
    text-align: center;
    position: absolute;
    z-index: 1500;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 3em;
    font-weight: bold;
    
}



/*------------------Estilos principales----------------------*/

.group__color .container{
    background: #a6b1b5;
    font-weight: bold;
    color: #013763;
    padding: 10px;
    text-align: center;
    /*filter: drop-shadow(5px 5px 5px #000);*/
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.main__tittle{
    margin: 15px 0;
    font-size: 1.8em;
    font-family: 'Tajawal';
    font-weight: 100;
}

.main__txt{
    padding: 5px;
    font-size: 1.4em;
    margin: 15px 0;
}

.column__tittle{
    font-size: 1.3em;
}

.main__about__description .column:nth-child(2){
    padding: 10px;
}


.btn{
    display: block;
    text-align: center;
    text-decoration: none;
    width: 120px;
    background: #013763;
    color:#fff;
    padding: 10px;
    margin: 10px auto;
    filter: drop-shadow(5px 5px 5px #000);
    
    
}

.group__tittle{
    font-family: 'Tajawal';
    text-align: center;
    font-weight: 100;
    font-size: 1.8em;
    margin: 30px;
    
}

.fabricamos--calidad .column{  
   margin-bottom: 30px; 
}

.fabricamos--calidad .img{
    margin: auto;
    max-width: 350px;
    
}

.fabricamos--calidad__tittle {
    text-align: center;
    font-size: 1.3em;
    padding-top: 10px;
    padding-bottom: 20px;
    
}

.fabricamos--calidad__subtittle{
    font-size: 1.5em;
    color: #013763;
    font-weight: bold;
    text-align: center;
}


/*------------------Estilos del footer----------------------*/

.main-footer{
    background: #222;
    color: #fff;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.8em;
    font-family: 'Tajawal', sans-serif;
    
}

.copy{
    text-align: center;
    margin: auto;
    margin-top: 15px;
}

.main-footer [class* ="icon-"]{
    color: #fff;
    text-decoration: none;
     
}

.main-footer [class* ="icon-"]:before{
    position: relative;
    top: 3px;
    right: 5px;
}

.Jairo3st{
    color: aqua;
}

.info-dizatel{
    color: aqua;
}





/*------------------Estilos del footer----------------------*/


@media screen and (min-width:350px){

    
    .logo{
        color: #013763;
    }
    
    .main-header__contactInfo{
        text-align: right;
    }
    

    

.main-nav{
        background: rgba(0,0,0,0.85);
        background-image: url(../images/menu-nav-dizatel.png)
    }
    
    
.banner{
        margin-top: 0;
        z-index: -1000;
    } 
.banner__img{
        height: 450px;
    }
    
.banner__content{
    font-size: 3em;
    font-weight: bold;
    }
    
.main{
     padding-bottom: 15px;   
    }

.main__about__description .column:nth-child(2) {
        padding: 20px;
        font-size: 0.9em;
        
        }
.main__about__description .btn{
        margin: 0px 0px 0px 20%;
        
        
    }
    
.fabricamos--calidad .column{
        border: 3px solid #013763;
        border-radius: 25px;
        padding: 5px 0px 5px 0px;
        filter: drop-shadow(1px 1px 5px #000);
        /*background: #fff;*/
        
        }   
    
.fabricamos--calidad__img{
        height: auto;
        width: auto;
        object-fit: cover;
        }
    
.main-footer .container--flex{
        align-items: flex-start;
        
    }    
    
.column--50{
        width: 49%;
        
    }   
    
.column--50-25{
        width: 49%;
        
    }

.column-33{
        width: 32%;
    }

.gracias__txt{

    font-size: 16px;
    margin-top: 6em;
    margin-right: 3em;
    padding: 5px;

}
    
}

@media screen and (min-width:768px) {
    

    
    
    .banner__img{
        height: 450px;
    }
    
    .main__tittle{
    font-size: 2.2em;
    }
    
    .logo-dizatel{
        width: 80%;
    }
    
    .main__about__description{
    margin-top: 30px;    
    }
    .main__about__description .column--50:nth-child(2){
        font-size: 1em;
    }
    .main__about__description .column--50:nth-child(2) .column__txt{
        line-height: 30px;
        
    }
    .main__about__description .btn{
        margin: 0px 0px 0px 30%;
        
        
    }
    .column--50-25{
        width: 24.5%;
    }
    
    
    .column__tittle{
       font-size: 1em;  
    }
    .group__tittle{
        font-size: 2.2em;
        
    }

    .gracias__txt{

    font-size: 18px;
    margin-top: 5em;
    margin-right:7em;
    padding: 5px;

}
}
@media screen and (min-width:1024px){
    

    
   .banner__img{
        height: 500px;
    }
    .container{
        width: 1000px;
    }
    .logo{
        font-size: 2em;
        padding: 0;
   
    }
    
      .logo-dizatel{
        width: 20em;
    }
    .main-header__contactInfo__phone, .main-header__contactInfo__address{
        padding: o;
        font-size: 1.15em;
    }
    .main-nav{
        padding: 0;
        
    }
    
    .banner__content{
        font-size: 5em;
        
        
    }
    

    
    .icon-menu{
        display: none;
        
    }
    
    .menu {
        position: static;
        display: flex;
        height: auto;
        width: auto;
    }
    
    .menu__link{
        padding: 20px;
    }
    .group__color .container{
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 28px;
        
    }
    .main__tittle {
        font-size: 2.5em;
        
    }
    
    .main__about__description .column--50:nth-child(2) .column__txt{
        line-height: 45px;
    }
    
    .fabricamos--calidad__tittle{
        font-size: 1.4em;
        }
    .fabricamos--calidad__subtittle{
        font-size: 1.8em;
        
    }
    
    .main-footer{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .gracias__txt{

    font-size: 21px;
    margin-top: 5em;
    margin-right:8em;
    padding: 5px;

}
    
}
@media screen and (min-width:1600px){
    .container{
    width: 1400px;
        }
    .main__about__description .column:nth-child(1) img {
      width: 100%;
      height: 358px;
        object-fit: cover;
    }
    
    .fabricamos--calidad__img{
        height: 300px;
    }
    

}
