/*
Autor: Ing. Hector Martinez Martinez
*/

/* Fuentes Personalizadas */
@font-face {
	font-family:Lato-Black;
    src: url(fuentes/Lato-Black.ttf) format('truetype')
    }

@font-face {
	font-family:Lato-Bold;
    src: url(fuentes/Lato-Bold.ttf) format('truetype')
    }

@font-face {
	font-family:Lato-Hairline;
    src: url(fuentes/Lato-Hairline.ttf) format('truetype')
    }

@font-face {
	font-family:Lato-Heavy;
    src: url(fuentes/Lato-Heavy.ttf) format('truetype')
    }

@font-face {
	font-family:Lato-Light;
    src: url(fuentes/Lato-Light.ttf) format('truetype')
    }
@font-face {
	font-family:Lato-Medium;
    src: url(fuentes/Lato-Medium.ttf) format('truetype')
    }

@font-face {
	font-family:Lato-Regular;
    src: url(fuentes/Lato-Regular.ttf) format('truetype')
    }
 @font-face {
	font-family:Lato-Thin;
    src: url(fuentes/Lato-Thin.ttf) format('truetype')
    }

 @font-face {
	font-family:Lato-Semibold;
    src: url(fuentes/Lato-Semibold.ttf) format('truetype')
    }

/*************************
*******Stilos Generales******
**************************/

* {
    padding: 0px;
    margin: 0px;
}

body{
      margin:0px;
      background: #BCC2D7;
      margin: 0;
      padding: 0;
      font-family: Lato-Regular;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
h1{
    font-size: 34px;
    font-family: Lato-Bold;
    color:#333333;
}
h2{
    font-size: 17px;
    font-family: Lato-Semibold;
}
h3{
    font-size: 15px;
    font-family: Lato-Light;
}
h4{
   font-size: 12.5px;
}

ul, li{
    list-style: none;
    font-family: Lato-Regular;
}

p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}

/********************************
*******Contenedor Principal******
********************************/
#contenedor{
    width: 100%;
    margin: auto;
    background: white;
  /*  min-height: 790px;*/
    }

/********************************
*******Contenedor pagina******
********************************/
 #contenedor .contpagina{
/*   border: 1px solid blue;*/
    width: 83%;
    height: 100%;
    margin: auto;
    background: white;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
 }

 /********************************
*******Barra de navegacion******
********************************/
.navegador{
 /*   border: 1px solid red;*/
    width: 100%;
    background: white;
    text-align: left;
}

.navegador header{
 width: 100%;
 height: 90px;

}

header{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

header img{
    height: 90px;
    margin-left: 20px;
}



/*************Botones*************/
.nav ul{
    list-style: none;    /*quita las bolitas que aparecen en la lista*/
}

.nav ul li {
    display: block;
    float: left;
    margin-right: 20px;
    font-size: 15px;
    font-weight: bold;
}
.nav ul li a{
    color: #124DC4;
    text-decoration: none;
    padding-bottom: 5px;
}

.nav ul li a:hover{
    color: #303030;
   border-bottom: 2px double #124DC4;
}

/********************************
***********Carrusel************
********************************/
.carruselx1{
    width: 98%;
    height: 500px;
    margin: auto;
 /*   background: #9932CC;*/
}

.infiniteCarousel {
	clear:right;
}

/********************************
*******Seccion1 Nombre empresa******
********************************/
 #contenedor .section1{
 /* border: 1px solid blue;*/
    width: 100%;
    height: 130px;
    margin: auto;
    background: #124dc4;
    padding-top: 50px;
    text-align: center;

}

 #contenedor .section1 h1{
     color:#FFFFFF;
 }

 #contenedor .section1 h2{
     color: #FFFFFF;
     font-size: 22px;
     padding-top: 10px;
 }



/********************************
*********Section2 Sevicios ***************
********************************/
#contenedor .section2{
   background: white;
   margin-top: 40px;
}

/*******seccion2 Tituloslos en GRal*******/
.titx1{
    border-bottom:2px solid #124dc4;
    margin: auto;
    width: 35%;
}
.titx1 h1{
    margin-bottom: 20px;
}
.titx1 p{
  margin-bottom: 10px;
  color: #2c3e50;
}


/*******seccion2 productos*******/
 .servprin1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 30px;
 }
  .servprin1 a{
  text-decoration: none;
 }

 .servprin1 .ite1{  /*contenedor de servicio*/
   /*  border: 1px solid red;*/
     width: 250px;
     height: 300px;
     background: #f9f9f9;
     margin: 5px 7px 5px 7px;
     color: #000000;
 }

 .servprin1 .ite1:hover{
      box-shadow: 3px 3px 5px 2px #363636;
 }
 .servprin1 .ite1:hover h2{
      animation: fadeInLeft 3s; /*animacion*/
      -moz-animation: fadeInLeft 3s;/*animacion*/
 }

/* .servprin1 .ite1:hover p{
       animation: flipInX 3s; /*animacion*/
 /*     -moz-animation: flipInX 3s;/*animacion*/
/* } */
  .servprin1 .ite1:hover img{
      animation: flipInX 3s; /*animacion*/
      -moz-animation: flipInX 3s;/*animacion*/
  }


 .servprin1 .sa1{ /*titulo*/
 /*   border: 1px solid blue;*/
    height: 70px;
 }

 .servprin1 .ite1 h2{
    padding-top: 25px;
    color:#333333;
 }
 .servprin1 .sa2{ /*icono*/
/*   border:1px solid green;*/
   height: 70px;
 }
 .servprin1 .ite1 img{
    height: 50px;
 }
 .servprin1 .sa3{/*comentario*/
  /*  border: 1px solid #00BFFF;*/
    height:95px;
 }
 .servprin1 .ite1 p{

 }
 .servprin1 .barr1{
     height: 65px;
     background: #124dc4;
 }
 .servprin1 .barr1 h3{
     padding-top:20px;
     color:white;
 }


 /********************************
*********Section3 ***************
********************************/
#contenedor .section3{
  /* background: url(../img/prin/Fondox1.jpg) 0% 100% no-repeat, #FFFFFF;*/
 /*  border: 1px solid red;*/
   margin-top: 30px;
   border-bottom: 1px solid #ADADAD;
   padding-bottom: 80px;
}

#contenedor .section3 h1{
    margin-top: 20px;
    padding-top: 40px;
    color: #303030;
}
#contenedor .section3 h3{
    color:#5D86BB;
    margin-bottom: 30px;
}

.section3 span p{
  color:#333333;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section3 .mix1{
    width: 31%;
    background: #124dc4;
}
.section3 .mxcol{
    background: #e43c5c;
}

.section3 .fixc{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.section3 .fixc h2{
    padding-top: 16px;
    padding-bottom: 25px;
    color:#FFFFFF;
    border-bottom: 1px solid white;
}
.section3 .fixc p{
    color:#FFFFFF;
    padding: 20px 15px 10px 15px;
    text-align: center;
}

.section3 .fixc ul{
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 45px;
}
.section3 .fixc img{
    padding-top: 15px;
}

.section3 .fixc li{
    font-size: 14px;
    list-style-image: url(../img/der3.png) ;
    color:white;
    text-align: left;
    margin-left: 15px;

}
 /********************************
*********Section4 ***************
********************************/
 #contenedor .section4{
 /* border: 1px solid blue;*/
    width: 100%;
    height: 130px;
    margin: auto;
    background: url(../img/varr/escheresque_ste.png);
    padding-top: 50px;
    text-align: center;

}

 #contenedor .section4 h1{
     color:#FFFFFF;
 }

 #contenedor .section4 h2{
     color: #FFFFFF;
     font-size: 20px;
     padding-top: 10px;
     font-family:Lato-Hairline;
 }
 #contenedor .section4 h2 span{
     color:#71b4cf;
 }

 /********************************
*********Section5 ***************
********************************/
#contenedor .section5{
   background: #FFFFFF;
  /*border: 1px solid red;  */
  padding-top: 40px;
}
.section5 .works1{
  /* border: 1px solid blue;*/
    margin-top: 60px;
    margin-bottom: 140px;
}
.section5 .works1 p{
    text-align: center;
}
.section5 .works2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.section5 .works2 a{
    text-decoration: none;
}

.section5 .proy1{
  /*  background: #FF3366;*/
    width: 380px;
    height: 270px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.section5 .zx1 p, .section5 .zx2 p,.section5 .zx3 p {
    padding-top: 230px;
    text-decoration: cancel-underline;
    text-align: center;
}
.section5 .zx1{
    background:url(../img/work1/w1.jpg) no-repeat;
    color: white;
}
.section5 .zx1:hover{
    animation: flipInX 2s; /*animacion*/
      -moz-animation: flipInX 3s;/*animacion*/
    background:url(../img/work1/w4.jpg) no-repeat;
}

.section5 .zx2{
    background: url(../img/work1/w2.jpg) no-repeat;
    color: white;
}
.section5 .zx2:hover{
    animation: flipInX 2s; /*animacion*/
      -moz-animation: flipInX 3s;/*animacion*/
    background:url(../img/work1/w5.jpg) no-repeat;
}

.section5 .zx3{
    background: url(../img/work1/w3.jpg) no-repeat;
    color: white;
}
.section5 .zx3:hover{
    animation: flipInX 2s; /*animacion*/
      -moz-animation: flipInX 3s;/*animacion*/
    background:url(../img/work1/w6.jpg) no-repeat;
}


 /********************************
*********Section6 ***************
********************************/
#contenedor .section6{
   background:url(../img/varr/reg1.jpg) no-repeat;
   background-attachment: fixed;
   height: 300px;
   text-align: center;
}

#contenedor .section6 .registrarx1{
   width: 83%;
   margin: auto;
}

#contenedor .section6 .registrarx1 h1{
    color: white;
    padding-top: 35px;
    text-align: center;
}
#contenedor .section6 .registrarx1 p{
    color: white;
    padding: 60px 30px 0 30px;
    font-size: 17px;
}
.section6  .botx1{
      padding-top: 20px;
}

.botx1 a{
    text-decoration: none;
    border: 1px solid white;
    color: white;
    padding: 7px 14px 7px 14px;
    background: #e43c5c;
}

.botx1 a:hover{
    background: #2c3e50;
}

 /********************************
*********Section7 ***************
********************************/
#contenedor .section7{
   background: #FFFFFF;
/*   border: 1px solid #00FFFF;*/
   margin-top:60px;
   margin-bottom: 60px;
}

.section7 .contax1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    height: 100%;
    margin-top: 40px;
}


.contax1 .dat1x{
    display:flex;
    flex-direction: column;
    width: 230px;
    text-align: left;
    padding-left: 10px;

}
.dat1x .dta1{
  border-bottom: 1px solid  #124dc4;
}

.dat1x .dta1 h2{
   margin-top: 25px;
   margin-bottom: 25px;
   color: #124dc4;
}

.dat1x .dta1 p{
   margin-left: 15px;
   color: #2c3e50;
   font-size: 13px;
}
.dat1x .dta1 img{
   width: 19px;
    margin-right: 20px;
}
.contax1 .map{
    width: 75%;
}

.contax1 .map iframe{
  border: none;
    width: 100%;
    height: 100%;
}


/********************************
*************Footer**************
********************************/
footer{
    clear: both;
    width: 100%;
    height: 120px;
    background: #124dc4;
    margin-top:50px;
    padding-top: 50px;
}

footer .ubic1{
display: flex;
flex-wrap: wrap;
justify-content: center;
padding-bottom: 20px;
}

footer .ubq1{
    margin-left: 10px;
    margin-right: 10px;
}

footer p{

     color: white;
     font-size:12px;
     text-align: center;
}

