

@font-face {
    font-family:"Yanone Kaffeesatz";
    src: url(../fonts/YanoneKaffeesatz-Regular.ttf);
}
@font-face {
    font-family:"Open Sans";
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: "Orbitron";
    src: url(../fonts/Orbitron-Regular.ttf);
}
@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Regular.ttf);
}
*{
    box-sizing: border-box;
    padding: 0;
    margin:0;
}



img {
   
    max-width: 100%;

}
body {
    background: #DBDBDB;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;

}

video{
    display: block;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(0%) translateY(0%);
    z-index: -1;


}

h1{
    font-family: 'Orbitron', sans-serif;
    
}

 h2, h3, h4, h5, h6 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: 1.5px;
}

/*----------------------Estilos de Generales----------------------------*/
.section__titulo{
    text-align: center;
    font-size: 40px;
    color: rgb(36, 74, 143);
}

.contenedor{
  
    margin:auto;
    width: 100%;
}

/*-------------------- Estilos de header---------------------*/

.header {
  

    padding: -10%;
    padding-top: -100px;
    margin: 0;
    padding-bottom: 6.5%;
    height: 26px;
  position: fixed;
    
    left: 0;
    top:0;
    width: 100%;
    background-color: rgba(255,255,255,1);
    border-bottom-style: solid  ;
border-bottom-width: 5px;
border-bottom-color: rgb(36, 74, 143);

    
}
.header .contenedor {

    display:flex;

   justify-content: space-between;
}

.logo {
  
   padding-top: 30px;

    text-align: center;
    list-style: none;
    margin: 25px;
    color:rgb(39, 1, 252);
    text-decoration:underline rgb(39, 1, 252) ;
}

.icon-menu {
    margin: 20px;
    color:#fff
}

.icon-menu {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 30px;
    background: rgb(36, 74, 143);
    text-align: center;
    line-height: 45px;
    border-radius:5px;
    margin-left: auto;
    cursor: pointer;


}

/*--------------------- Estilos del Menú------------------------*/

.nav {
    position: absolute;
    top: 60px;
    left: -100%;
    width: 100%;
    transition: all 0.4s;

    }

.menu {
    list-style:none;
    padding: 0;
   
 margin:0 ;
  
}


.menu__link{

    display:block;
    padding: 8px;
    padding-top: 0px;
   letter-spacing: 0.1vh;
    background:rgba(0,0,0,.85);
    text-decoration: none;
    text-align:center;
    color:rgb(36, 74, 143);
    
}
.menu__link:hover, .select {
    background: rgb(36, 74, 143);
    color:white;
    text-decoration: none;
    transition: 0.4s;

}

.mostrar {
    left: 0;
}


/*-----------------------Estilos del Banner-----------------------*/
.banner{
    padding-top: 87px;
    margin-top: 0;
    position: relative;
    z-index: -1000;
    margin-bottom: 20px;
}

.banner .contenedor{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    color: #fff;
    text-align: center;
}

.banner__txt{
    display: none;
}

/*----------------------Estilos de info----------------------------*/
.info{
 display: flex; 
 justify-content: space-between;
        margin-top: -80px;

}
.info__columna{

    background: rgb(36, 74, 143);
    color: #fff;
    padding: 15px;
    margin-bottom: 30px;
    
  

}


/*----------------------Estilos de Servicios----------------------------*/


figure:hover  #imagenservicios1 {

width: 100%;
transition: all 400ms;
-webkit-transform:scale(1.1);
transform:scale(1.05);

} 
#imagenservicios1 {
    background-image: url(../img/servicios8.jpg);
    background-size: 100% ;
    height: 140%; 
    text-decoration: none; 
    } 


figure:hover  #imagenservicios2 {

    width: 100%;
    transition: all 400ms;
    -webkit-transform:scale(1.1);
    transform:scale(1.05);
    text-decoration: none; 
    
    } 

    #imagenservicios2 {

	
        background-image: url(../img/servicios4.jpg);
     background-size: 100% 100%;
        height: 140%;
        text-decoration: none; 
        
     } 
     figure:hover  #imagenservicios3 {

        width: 100%;
        transition: all 400ms;
        -webkit-transform:scale(1.1);
        transform:scale(1.05);
        
        } 
     #imagenservicios3 {


        background-image: url(../img/servicios7.jpg);
        background-size: 100%; 
        height: 290%
    
        
        } 
        figure:hover  #imagenservicios4 {

            width: 100%;
            transition: all 400ms;
            -webkit-transform:scale(1.1);
            transform:scale(1.05);
            
            } 
        #imagenservicios4 {


            background-image: url(../img/servicios2.jpg);
            background-size: 100%; ;
            height: 190%
        
            
            } 

         figure {
                overflow: hidden;
                height: 140%;
          
        }
        .figure2{
            overflow: hidden;
            height: 190%;
    }


.servicios{
    display: flex;
    justify-content: space-between;

}
.servicios__columna{
    
list-style: none;

    margin-bottom: 100px;
    
 
}
.servicios__columna ul li {
    list-style: none;
    height: 190%;
    text-decoration: none;
}
.servicios__descripcion {

    list-style: none;
    text-decoration: underline   #fff;
     
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0,0,0,0.5);
    width: 60%;
    height: 200px;
    padding: 5px;

   
}

.servicios__titulo{
    font-size: 25px;
    margin: 5px 0;
}

.servicios__img{
    width: 100%;
}

.contenedorservicios{
    width: auto;
    margin: 20px;
 
  
}

/*----------------------Estilos de Footer----------------------------*/
.footer{
    background: #333 ;
    color:#fff;
    padding: 10px;
    text-align: center;
}
.footer .social [class^="icon-"]{
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-size: 30px;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 40px;
}
/*----------------------Estilos de SOPORTE TÉCNICO INFORMÁTICO ----------------------------*/
/*----------------------Estilos de CABLEADO ESTRUCTURADO ----------------------------*/
/*----------------------Estilos de MANTENIMIENTO Y REPARACIÓN DE COMPUTADORES < ----------------------------*/
/*----------------------Estilos de DESARROLLO DE SOFTWARE ----------------------------*/

.MRC{
    padding-top: 160px;
    text-align: center;
   
    font-size: 45px;
}
 .contenido1{
    
     padding-left: 110px;
     margin: 40px;
     display: flex;
     margin-bottom: 220px
    
 }
.subcontenido{
    
 margin-top: 120px;
 margin-left: 120px;
 text-align: center;
}
.subcontenidoimg{
   width: 400px;
   height: 400px;
   margin: 60px;
   }
.texto {
    text-align: center;
    justify-content: space-between;
}

               /* FORMULARIO */





.form_wrap{
    width: 80%;
 height:    500px; 
    margin: 50px auto;
    padding: 50px auto;
    display: flex;

    background: #fff;
    border-radius: 10px;

    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.cantact_info{
    width: 80%;

}
.cantact_info iframe{
    height: 500px;
    box-sizing: border-box;
}

form.form_contact{
    margin-top: -60px;
    width: 50%;
    padding: 90px 90px;
}


label {
    font-size: 18px;
	font-weight: 800;
	color: #0c0b0b;
	margin-bottom: 30px;
    letter-spacing: 0.2em;
}
.user_info{
    margin-top: 60px;
}
.logo2{
    
    display:flex;

    text-align: center;
    padding: 0;
    margin: 0;
}
.logo3{

    font-weight: 600;
    font-size: 30px;
    padding-left:120px;
    margin-top: -55px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: .0em;
color:rgb(39, 1, 252);
font-family: 'Yanone Kaffeesatz', sans-serif;
letter-spacing: .1em;
}


/* BOTON DE WHATSAPP */

.float{

	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px rgb(48, 45, 45);
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
  transition:.4s;
}

.my-float{
	margin-top:16px;
}












/*----------------------Estilos de Responsive----------------------------*/

@media  (min-width:300px) {
 body{
   
    margin: 0;
    margin-left: 0;
    padding: 0;
 }


.contenedor{
    width:300px;
}



    .info .servicios {

     display:flex ;
     justify-content: space-between;
 

    }

    .info__columna{
        width: 32%;
        flex-direction: column;
        
    }
    .info__titulo {
        font-size: 30px;
        margin: 5px 0;
    }
    .section__titulo {
        width: 100%;
    }
    .servicios {
        flex-wrap: wrap;
    
        margin-top: 0;
    }
    
    .servicios__columna {
        width: 49%;
    }
    .footer .social [class^="icon-"] {
        margin:0 10px;
    }

}

@media (min-width:768px) {

    .logo{
        font-size: 30px;
        margin-top: -10px;
        margin-left: 60px;
        text-align: center;
}
    .servicios__titulo{
        font-size: 40px;
    }
    .servicios__columna ul li {
        list-style: none;
        height: 10%;
        text-decoration: none;
    }
}

@media (min-width:1024px) {



    .logo{
        font-size: 20px;
        margin-top: -10px;
        margin-left: -10px;
        text-align: center;
}
    .contenedor{
        width: 1000px;
    }

    .section__titulo{
        font-size: 50px;
        margin: 30px 0;
    }

    .nav{
        position: static;
        width: auto;
    }

    .menu{
        display: flex;
    }

    .icon-menu{
        display: none;
    }

    .menu__link{
        background: none;
        font-size: 20px;
    }

    .select{
        color: #fff;
        background: rgb(36, 74, 143) ;
    }



    .info{
        margin-top: -120px;
        }
    .info__columna{
        padding: 30px;
    }

    .info__titulo{
        font-size: 40px; 
        text-align: center;   
    }
    .servicios__descripcion{
        padding: 20px;
      
    }

    .servicios__titulo{
        font-size: 50px;
    }

    .servicios__txt{
        font-size: 20px;
    }
}
 @media(min-width:1280px){

  
    .contenedor{
        width: 1200px;
    }
    .logo{
        font-size: 30px;
    }
    .banner .contenedor{
        top:40%;
    }
    .info {
        margin-top: -220px;
    }

}

