*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
:focus{
    outline: none;
}
a {
	text-decoration: none;
}
body{
    font-family: 'Open Sans', sans-serif;
}

@font-face {
    font-family:'theboldfont';
    src: url("/fonts/theboldfont.ttf");
}

header{
    transition: all .5s ease;
    width:100%;
    z-index:9999;
    position: fixed;
    top:0;
    
    
}
.headerbg{
    transition: all .5s ease;
    background: rgba(0, 0, 0, 0.9);
}
.cajamenu{
    width:100%;
    margin: auto;
    max-width: 1400px;
    
}
nav{
    height:70px;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cajalogo{
    display:inline-block;
    margin-top: 0.6em;
    margin-left: 10%;
    width:200px;
    height:auto;
}
.cajalogo img{
    max-width:100%;
    object-fit: contain;
}

nav #icon{
    color:white;
    font-size: 40px;
    float:right;
    margin-right: 40px;
    display: none;
}


.cajaicono{
    width: 40px;
    height:40px;
    float:right;
    margin-right: 40px;
    display: none;
    margin-top:1em;
    
}
.try{
    
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;

}
.hamburguesa{
    height: 15%;
    width: 100%;
    
    
}
.hamburguesa:after, .hamburguesa:before, .hamburguesa{
    position:absolute;
    width: 100%;
    content:'';
    background-color: #fff;
    transition: .5s;

}
.hamburguesa:after{
    height:100%;
    top:10px;
    
}
.hamburguesa:before{
    height:100%;
    top:-10px;
    
}
.cruz{
    transition: .5s;
    transform: rotateZ(45deg);
}
.cruz:before{
    transition: .5s;
    top:0px;
    transform:rotateZ(90deg)
}
.cruz:after{
    transition: .5s;
    top:0px;
    transform:rotateZ(0deg)
}
nav .ulmenu{
    float: right;
    margin-right: 5%;
    
}
nav .ulmenu .limenu{
    display: inline-block;
    margin-top: 30px;
    margin-right: 8px;
    margin-left: 8px;
    
}
nav .ulmenu ul{
    display:none;
}
nav .ulmenu .limenu:hover ul{
    display:block;
    position:absolute;
    margin-top: 20px;
 
}
nav .ulmenu .limenu ul a{
    display:block;
    padding: 15px 20px;
    color:#fff;
    text-decoration: none;
    background: #222222;
}
.down{
    display:none;
    color:#148e17;
    text-decoration: none;
    font-size:25px;   
}

nav .ulmenu .limenu ul a:hover{
    background:#148e17;
}
.limenu .amenu{
    color:#fff;
    font-size: 1em;
    padding: 25px 10px;
    
}
.amenu.active,.amenu:hover{
    background: #148e17;
    transition:  .5s, ease-in-out;
}

.bx-red{
    display:none;
}
/*
<label id="icon">
                    <i class="fas fa-bars"></i>
                </label>
                */

@media (max-width:1069px){
    nav #icon{
        display:block;
     }
     header{
        background: rgba(0, 0, 0, 0.9);
     }
     nav .ulmenu{
         position:fixed;
         width: 100%;
         height: 100vh;
         top:70px;
         left:-100%;
         text-align: center;
         transition: all .5s;
          /* fallback for old browsers */
          background: -webkit-linear-gradient(to right, #3fea50, #45f48e);
          /* Chrome 10-25, Safari 5.1-6 */
          background: linear-gradient(to right, #3fea50, #45f48e);
          /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
         
     }
     .ulmenu .limenu{
         display: flex;
         flex-direction: column;
         line-height: 0px;
         width:100%;
         margin:auto!important;
         border-style: solid;
        border-width: 0 0 1px ;
        border-color: #fff;

     }
     .limenu .amenu{
         display: block;
         padding: 1.5em 0;
         text-align: left;
         padding-left: 30px;
     }
     nav .ulmenu.show{
         left:0%;

     }
     .cajalogo{
         width:180px;
     }
     .cajaicono{
         display: flex;
         flex-direction: row;
         align-items: center;
         justify-content: center;
     }
     nav .ulmenu .limenu:hover ul{
        display:none;
        position: static;
        margin-top: 0;
    }
    nav .ulmenu .limenu ul a{
        margin:auto!important;
        border-style: solid;
       border-width: 0 0 1px ;
       border-color: #fff;
       padding:1.2em 0;
       text-align: left;
         padding-left:60px;
       
    }
    .cajadown{
        display:flex;
        width:40%;
        text-align: center;
        box-sizing: border-box;
        padding:15px;
        cursor: pointer;
        
    } 
    .down{
        display:block;
        color: #fff;
        text-align: center;
        width:100%;
    }
    .servmenu{
        display:flex;
        flex-direction: row;
    }
    .servmenu a{
        display:flex;
        width:60%;
    }
    .bx-red{
        display:flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .bx-red h2{
        width:100%;
        margin:20px auto;
        color:#fff;
        font-family: 'Raleway', sans-serif;
        
    }
    .redbx{
        
        color: white;
	text-decoration: none;
	padding: 1rem;
	display: flex;
    transition: all .5s;
    text-align: center;
    display:flex;
    justify-content: center;
    font-size:2em;
    border-radius: 25px;
    background:none !important;
    
    }
}
/*-----------------ESTILO SOCIAL BAR-----------------*/

.social-bar {
	position: fixed;
	right: 0;
	top: 60%;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 100;
}

.icon {
	color: white;
	text-decoration: none;
	padding: .7rem;
	display: flex;
	transition: all .5s;
}

.icon-facebook {
	background: #2E406E;
}

.icon-whatsapp {
	background: #3FEA50;
}

.icon-youtube {
	background: #E83028;
}

.icon-instagram {
	background: #3F60A5;
}

.icon:first-child {
	border-radius: 1rem 0 0 0;
}

.icon:last-child {
	border-radius: 0 0 0 1rem;
}

.icon:hover {
	padding-right: 3rem;
	border-radius: 1rem 0 0 1rem;
	box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
}

@media (max-width:1024px){
.social-bar{
    display:none;
}
}
/*------------------VIDEO------------------------------------------------------------------*/
.contenedorvideo{
    width:100%;
    height:100vh;
    display:flex;
    position:relative;
    overflow: hidden;
}
.contenedorvideo .column {
    width:50%;
    height:100%;
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
  }
  .bxtx{
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    width:90%;
    
  }
  .bxtx h1 {
    margin-bottom:30px;
    text-align:center;
    color:#fff;
    font-family: 'theboldfont', sans-serif;
    padding:15px 30px;
  }
  .bxtx a {
    text-align:center;
    border-radius: 250px;
    text-decoration:none;
    padding:15px 30px;
    margin: 10px;
    margin-top:80px;
    color: #fff;
    background-color: #148e17;
    font-family: 'theboldfont', sans-serif;
    font-size:1.2em;
  }
  .bxtx a:hover{
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.8);
    transform: translateY(-15px);
  }
  .overlay{
      width:100%;
      height:100vh;
      position:absolute;
      top:0;
      left:0;
      background:rgba(0, 0, 0, 0.4);
      z-index:-8;
  }
#videofondo{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -10;
    visibility: visible;
}
#imgfondo{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -10;
    visibility: visible;
    display:none;
}
@media screen and (max-width:1069px){
    .contenedorvideo{
     margin-top:70px;
     flex-direction: column;
    }
    .contenedorvideo .column {
        width:100%;
        display:flex;
        justify-content:flex-end;
        flex-direction:column;
        align-items:center;
      }
    .bxtx{
        margin-bottom: 50px;
       
    }
    .bxtx a{
        margin-top: 30px;
    }
    .columna1{
        width:100%;
        height:50% !important;
    }
    .columna2{
        width:90%;
        margin:0 auto;
        
    }
    .columna2 h1{
        
        font-size:1.3em;
    }
    
    
    }

    @media screen and (max-width:700px){

        #videofondo{
            display:none;
            }
            #imgfondo{
                display:block;
            }
    }
/*--------------------SECCION NOSOTROS-------*/
.contenedor90{
    width: 90%;
    max-width: 1600px;
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
   
}
.interiorcontenedor{
    display:flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 7em;
    
}
.imagenderecha{
    width: 40%;
    display:flex;
    flex-wrap: wrap;
}
.imagenderecha img{
    width:100%;
}
.imagenmovil{
    display:none;
}
.textoizquierda{
    width:50%;
    margin: 0 auto;
    display:flex;
    flex-wrap:wrap;
    align-content:flex-start;
}

.cajatitulouno .titulouno{
    text-align: center;
    color:#222222;
    font-size: 3em;
    font-family: 'theboldfont', sans-serif;

}
.cajatextouno{
    display: flex;
    margin-top: 200px;
    color:#6E7062;
    
}
.textouno{
        display: block;
        text-align: justify;
        font-size:1.1em;
        font-family: 'Raleway', sans-serif;

}

@font-face {
    font-family:'theboldfont';
    src: url("/fonts/theboldfont.ttf");
}


@media  screen and (max-width: 800px){


    .contenedor90{
        width:100%;
        margin-top:0;
        margin-bottom:0;
    }
    .interiorcontenedor{
        margin-top:50px;
    }
    .imagenderecha{
        width:100%;
    }
    .textoizquierda{
        width: 90%;
        padding-bottom: 90px;
        
    }
    .cajatitulouno .titulouno{
    font-size: 2em;
    }
    .cajatextouno{
        margin-top:90px;
    }
    .imagenmovil{
        display:block;
        max-width: 100%;
        object-fit: contain;
    }
    .imagenpc{
        display:none;
    }
    .textouno{
        text-align: center;
    }
}

/*---------------------------------VIDEO EMPRESA----------------*/


.videocontainer{
    width:100%;
    display:flex;
    flex-wrap: wrap;
    margin-top: 50px;
    background-image: url("/imagenes/motobg.jpg");
    
}
.videobox{
    width:90%;
    height:auto;
    display:flex;
    flex-wrap: wrap;
    margin:0 auto;
    justify-content: center;
    padding-bottom:50px;
    
}
.titulovideo{
    width:100%;

}
.titulovideo h1{
    text-align: center;
    color:#fff;
    font-size: 3em;
    font-family: 'theboldfont', sans-serif;

    padding:50px;

}
.videocont{
    width:100%;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
  }
  .iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
  }


@media (max-width:1024px){
    .videocontainer{
        margin-top: 0;
    }
    .videobox{
        width:100%;
        height:auto;
        display:flex;
        margin:0 auto;
        
    }
    .titulovideo h1{
        color:#fff;
        font-size: 2em;
        padding:50px;
    
    }
    #videoPlayer{
        margin: 0 auto;
        width:100%;
    }
}

/*=================================================================*/

.tituloseccion{
    width:100%;
    margin-bottom:50px;

}
.tituloseccion h1{
    text-align: center;
    font-family: 'theboldfont', sans-serif;
    color:#222222;
    font-size: 35px;
}
.fotostrabajos{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-evenly;
    padding-bottom: 100px;
}
.foto{
    width:28%;  
    object-fit:contain;
    
}
.foto img{
    width:100%;
}

@media screen and (max-width:1024px){
    .foto{
        width:90% !important;
        margin:20px auto;
    }
}

/*===========================MISIÓN Y VISIÓN==================================*/
.contenedormv{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
    background-image: url("/imagenes/fondoblancobg.jpg");
    background-position: center;
    background-size: cover;
    justify-content: center;
   
}
.interiorcontenedor90{
    display:flex;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1600px;
    background-image: url("/imagenes/fondoblancobg.jpg");
    background-position: center;
    background-size: cover;
    padding-top: 50px;
}
.bxmivi{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 100px;
}
.bxmision{
    width:40%;
}
.bxmision h2{
    text-align: center;
    font-family: 'theboldfont', sans-serif;
    margin:25px auto;
}
.bxmision p{
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
}
.bxvision{
    width: 40%;
}
.bxvision h2{
    text-align: center;
    font-family: 'theboldfont', sans-serif;
    margin:25px auto;
}
.bxvision p{
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
}

@media screen and (max-width:800px){
    
    .contenedormv{
        width:100%;
        margin-top:0;
        margin-bottom:0;
        
    }
    .interiorcontenedor90{
        margin-top:0px;
    }
    .bxmision{
        width:90%;
        margin-bottom: 50px;
    }
    .bxvision{
        width:90%;
    }
}


/*===================== FOOTER =============================================*/
footer{
    width:100%;
    background:#000;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cont-footer{
    width:90%;
    display:flex;
    flex-wrap: wrap;
    padding: 40px 0;
}
.cont-iz-footer{
    width:50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    
    
}
.cont-der-footer{
    width:50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.bxredes{
    width:90%;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    
}

.ibx{
    background:none !important;
    border: 1px solid #fff;
    border-radius: 5px !important;
    font-size: 25px;
    padding: 10px 10px;
    height:50px;
}
.ibx:hover{
    padding-right: 10px !important;
	border-radius: 5px !important;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.42);
    background:#fff !important;
    color:#000;
}
.lgbx{
    width:40%;
    object-fit: contain;
    
    
}
.lgbx img{
    width:100%;
    
}
.menubx{
    width:40%;
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    
}
.menubx a{
    text-decoration: none;
    color:#fff;
    margin:10px 0;
    font-family: 'Raleway', sans-serif;
    width:50%;
    
}
.menubx a:hover{
    color:#148e17;
}
.tit-bx-redes{
    color:#fff;
    font-size: 25px;
    
}
.bxcotizacion{
    display: flex;
    flex-wrap: wrap;
    width:100%;
    
}
.bx-btn-cotizacion{
    
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.bx-btn-cotizacion a{
    background:#148e17;
    width:40%;
    text-decoration: none;
    color:#fff;
    padding: 15px 25px;
    border-radius: 25px;
    text-align: center;
    font-family: 'theboldfont', sans-serif;

}
.copy{
    width:100%;
    display:flex;
    flex-wrap: wrap;
    background: #148e17;
}
.copy h1{
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color:#fff;
    font-size: 20px;
    margin:0 auto;
    padding: 10px 0;
    font-weight: 400;
    width:100%;
}


@media screen and (max-width:800px){

    .cont-iz-footer{
        width:100%;
        margin: 0 auto 60px auto;
    }
    .cont-der-footer{
        width:100%;
    }
    .tit-bx-redes{
        margin: 10px auto 40px auto;
    }
    .bxredes{
        margin: 0 auto 40px auto;
    }
}
