
header, nav, section, article, aside, footer {
   display:block;
}

@font-face {
  font-family: 'Conv_CourierStd';
  src: url('../fonts/CourierStd.eot');
  src: local('☺'), url('../fonts/CourierStd.woff') format('woff'), url('../fonts/CourierStd.ttf') format('truetype'), url('../fonts/CourierStd.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_CourierStd-Bold';
  src: url('../fonts/CourierStd-Bold.eot');
  src: local('☺'), url('../fonts/CourierStd-Bold.woff') format('woff'), url('../fonts/CourierStd-Bold.ttf') format('truetype'), url('../fonts/CourierStd-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration: none;
	border: none; 
}

.clear{
  clear: both;
}

.overFlow{
  overflow: auto;
  height: inherit !important;
}

img{
  width: 100%;
}

body{
  color:#000000;
	font-size: 14px;
  font-family: 'Lato', sans-serif;
}

header{
  width: 25%;
  padding: 1%;
  float: left;
  position: relative;
  background-color: #ffffff;
}

header .interno{
  float: right;
  width: 95%;
  text-align: center;
}

header .logo img{
  max-width: 146px; 
  width: 90%; 
  margin-bottom: 20px;
}

.logo:hover{
  opacity: 0.7;
}

header nav{
  width: 100%;
}

header nav li{
  margin-bottom: 10px;
}

header nav li a{
  display: block;
  background-color: #F54C41;
  color:#F1F1F1;
  padding: 4px 0;
}

header nav li a:hover{
  color:#F54C41;
  background-color: #F1F1F1;
}

header .redes{
  margin-top: 30px;
}

header .redes ul li{
  display: inline-block;
  color:#F54C41;
  margin-right: 4px;
}

header .redes .fa{
  font-size: 1.5em;
  color:#D94949;
}

header .redes .fa:hover{
 color: #7C6B6B; 
}


header .redes p{
  font-style: italic;
  font-size: 1.3em;
}

header .faceHeader{
  width: 100%;
  margin-top: 3%;
}

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

section{
  width: 73%;
  float: right;
  position: relative;
}

/* ------ contacto -------- */
.contacto{
  background-color: #F54C41;
  height: 100%;
}

.contacto form{
  width: 90%;
  margin: 1% 5%;
  overflow: hidden;
  max-width: 1800px;
  display: block;
  color:#fff;
}

.contacto form .row{
  float: left;
  width: 100%;
  margin-right: 7%;
  margin-left: 0%
}
.contacto form .row .table{
 display:block;
}
.contacto form .colum{
  float: left;
  width: 28%;
  margin-right: 7%;
}

.contacto .colum:last-child{margin-right: 0;}

.contacto label, .contacto input, .contacto select, .contacto textarea, .contacto p{
  display: block;
  width: 100%;
  color:#fff;
}

.contacto span{
  display: block;
  margin-top: 20px;
}

.contacto span input{
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 25px;
}

.contacto span label{
  margin:20px 10px 6px 0;
  display: inline-block;
  width: auto;
  height: auto;
}


.contacto label{
  margin: 10px 0 6px 0;
}

.contacto select{
  background-color:#F54C41;
  border-bottom: 1px solid #fff;
  margin-top: 10px;
  font-style: italic;
}

.contacto input{
  margin-bottom: 17px;
  background-color:rgb(204, 115, 107);
  border-bottom: 1px solid #fff;
  height: 17px; 
  font-style: italic;
}

.contacto .table input{
  width:70px;
}
.contacto textarea{
  background-color:#F54C41;
  border: 1px solid #fff;
  min-height: 120px;
  font-style: italic;
  padding: 7px;
}

.contacto button{
  color:#F54C41;
  background-color: #fff;
  border: 1px solid #fff;
  float: right;
  margin-top: 20px;
  width: 100px;
  padding: 2% 0;
  font-weight: bold;
  cursor: pointer;
}

.contacto button:hover{
  background-color:#F54C41;
  color: #fff;
}

.contacto .dire{
  margin-top: 20px;
  font-size: 1.2em;
}

.contacto h1{
  font-family: 'Conv_CourierStd';
  color: #6FBBC1;
  margin-left: 5%;
  margin-top: 5%;
  font-size: 3em;
}
.contacto h2{
  font-family: 'Conv_CourierStd';
  color: #fff;
  margin-left: 5%;
  margin-bottom: 3%;
  font-size: 2.2em;
  line-height: 0.8em;
}
.contacto h3{
  font-family: 'Conv_CourierStd';
  color: #fff;
  font-size: 1.3em;
  line-height: 0.8em;
}

/* ------ NOSOTROS -------- */
.nosotros{
  background-color: #6FBBC1;
  height: 100%;
}

.nosotros h1{
  font-family: 'Conv_CourierStd';
  color: #fff;
  margin-left: 5%;
  margin-top: 8%;
  font-size: 2.8em;
  line-height: 1em;
}
.nosotros h2{
  font-family: 'Conv_CourierStd';
  color: #F54C41;
  margin-left: 5%;
  margin-bottom: 4%;
  font-size: 4.2em;
}
.nosotros h1 span{
  font-size: 0.7em;
  margin-left: -25px;
}

.nosotros .texto{
  width: 90%;
  margin: 3% 5% 1% 5%;
  overflow: hidden;
  max-width: 1150px;
  padding: 10% 0;
  text-align: justify;
}

.nosotros .texto h4{
  font-size: 1em;
  color:#fff;
  margin-bottom: 10px;
}

.nosotros .texto figure{
  width: 40%;
  margin-right: 2%;
  float: left;
}

.nosotros .texto p{
  margin: 0 0 25px 0;
  line-height: 1.2em;
  font-size: 0.9em;
}

.nosotros .texto b{
  margin: 0 0 13px 0;
  display: block;
}

.nosotros.new{
  background-color: #72bbc2;
}

.nosotros .half{
  width: 50%;
  float: left;
  color:#fff;
}
/*------- PRODUCTOS -----*/
.productos{
  background-image: url(../img/producto/bg.jpg);
  height: 100%;
  position: relative;
}

.productos .interno{
  height: 100%;
  max-width: 1200px;
}

.productos .interno img{
  position: absolute;
  width: 27%;
  cursor: pointer;
}

.productos .title{
  max-width: 260px;
  top: 45%;
  left: 38%;
  cursor: default!important;

}
.productos .uno{
  max-width: 25%;
  top: 7%;
  left: 4%;
}

.productos .dos{
  max-width: 19%;
  top: 14%;
  left: 34%;
}
.productos .tres{
  max-width: 21%;
  top: 5%;
  right: 25%;
}
.productos .cuatro{
  max-width: 25%;
  top: 9%;
  right: 3%;
}
.productos .cinco{
  max-width: 20%;
  top: 35%;
  left: 6%;
}
.productos .seis{
  max-width: 22%;
  top: 35%;
  right: 3%;
}
.productos .siete{
  max-width: 14%;
  bottom: 2%;
  left: 2%;
}
.productos .ocho{
  max-width: 20%;
  bottom: 10%;
  left: 20%;
}
.productos .nueve{
  max-width: 20%;
  bottom: 22%;
  right: 44%;
}
.productos .diez{
  max-width: 23%;
  bottom: 2%;
  right: 25%;
}
.productos .once{
  max-width: 20%;
  bottom: 17%;
  right: 17%;
}
.productos .doce{
  max-width: 23%;
  bottom: 8%;
  right: 1%;
}

.productos .interno img:hover{
  -moz-transform: scale(1) rotate(-10deg);
-webkit-transform: scale(1) rotate(-10deg);
-o-transform: scale(1) rotate(-10deg);
-ms-transform: scale(1) rotate(-10deg);
transform: scale(1) rotate(-10deg);
-webkit-transition: all 30ms ease;
-moz-transition: all 30ms ease;
-ms-transition: all 30ms ease;
-o-transition: all 30ms ease;
transition: all 30ms ease;
opacity: 0.7;
}
.productos .interno .title:hover{
    -moz-transform: scale(1) rotate(0deg);
-webkit-transform: scale(1) rotate(0deg);
-o-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
-webkit-transition: all 30ms ease;
-moz-transition: all 30ms ease;
-ms-transition: all 30ms ease;
-o-transition: all 30ms ease;
transition: all 30ms ease;
opacity: 1;
}

/*----- INDEX -----*/
section .interno{
  max-width: 1700px;
  overflow: hidden;
  position: relative;
}

.bgGray{
  background-image: url(../img/bgGeneral.jpg);
  width: 100%;
  float: left;
}
.somos{
  float: left;
  position: relative;
  margin-right: 3%;
  margin-top: 20px;
}

.somos h1{
  font-size: 3em;
  color: #F54C41;
  margin-bottom: 5px;
  margin-top: 25px;
  font-family: 'Conv_CourierStd-Bold';
}

.somos p{
  text-align: justify;
}
.faceHome{
  float: right;
  position: relative;
  width: 64%;
  margin-top: 1%;
}

.faceHome h5{
  color: #fff;
  background-color: #3C5A83;
  height: 25px;
  line-height: 25px;
  font-size: 1.3em;
  font-weight: 300;
  padding-left: 15px;
  margin-bottom: 1%;
  margin-right: 2%;
}

.faceHome figure{
  float: left;
  width: 60%;
  margin-right: 2%;
  position: relative;
}

.faceHome p{
  float: right;
  position: relative;
  width: 38%;
}

footer{
  background-color: #ffffff;
  background-image: url(../img/bg-footer.png);
  background-repeat: repeat-x;
  width: 100%;
  margin-top: 30px;
  padding-top: 1.5%;
  float: left;
  background-repeat-y: no-repeat; 
}

footer img{
  max-width: 49px;
  vertical-align: middle;
  margin-right: 1%;
  display: inline-block;
}

footer span{
  display: inline-block;
}

footer span p{
  font-size: 1.1em;
}

footer span p:last-child{
  font-size: 1em;
}

#menu{
  display: none;
  max-width: 40px;
}


/*----- MEDIA QUERIES -----*/
@media screen and (max-width: 990px) {
  body{font-size: 14px;}
  header .interno{
    width: 100%;
  }   
}

@media screen and (max-width: 768px) {
  header{
    width: 96%;
  }
  header .logo img{
    max-width: 115px;
    float: left;
    margin-bottom: 10px;
  }

  #menu{
    float: right;
    margin-right: 30px;
    margin-top: 30px;
    width: auto;
  }

    #submenu{
    display: none;
    width: 100%;  
    float: left; 
    position: static; 
    height: auto;
    padding-left: 0;
  }

  #submenu li{
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
  }

  #submenu li a{
    padding: 2.5% 0;
  }

  section{
    width: 100%
  }
  .contacto form .colum{
    width: 45%;
  }
  .somos{
    margin-left: 2%;
    width: 34%;
  }
  .nosotros form .colum{
    width: 45%;
  }
  .faceHome{
    width: 34%;
    margin-left: 2%;
  }

  .productos .siete{
    top: 70%;
  }

  .productos .diez{
    right: 29%;
    top:75%;
  }

  .productos .ocho{
    left: 18%;
    top: 55%;
  }
  .productos .nueve{
    top:60%;
  }
  .productos .once{
    right: 17%;
    top:55%;
  }
  .productos .doce{
    top:70%;
  }
  #menu{
    display: block;
  }
  #submenu{
    display: none;
  }
  footer #wrapper{
    text-align: center;
  }
  footer span{
    width: 100%; margin-top: 20px; margin-bottom: 10px;
  }
  footer img{
    margin: 10px 20px;
  }
  .faceHeader{
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .productos .siete{
    top: 70%;
  }
  .productos .once{
    right: 14%;
    top:55%;
  }

  .productos .diez{
    right: 29%;
    top:75%;
  }
  .productos .nueve{
    right: 43%;
    top:60%;
  }
  .productos .ocho{
    left: 18%;
    top: 55%;
  }
  .productos .seis{
    top: 32%;
  }
  .productos .doce{
    top:70%;
  }
  .productos .interno{
    min-height: 510px;
  }
}

@media screen and (max-width: 480px) {
  .contacto form .colum{
    width: 100%;
    margin-right: 0;
  }
  .somos{
    margin-right: 2%;
    width: 96%;
    margin-bottom: 3%;
  }

  .faceHome{
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
    margin-bottom: 3%;
  }

  .nosotros .texto figure{
    width: 100%;
    margin-bottom: 20px;
  }
  .productos .interno{
    min-height: 380px;
  }
  #menu{
    margin-right: 10px;
    margin-top: 46px;
  }

  header .redes {
  margin-top: 0px;
  position: absolute;
  top: 20px;
  right: 19px;
}