/* 

Xenon Template 

http://www.templatemo.com/preview/templatemo_416_xenon

   ==========================================================================
    HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== 

*/

html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.map-canvas {
	height: 330px;
}
.margin-bottom {
	margin-bottom: 30px;
}
.video-holder iframe {
	border: none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.text-muted {
  color: #848b8f;
}
/* ==========================================================================
    Forms
   ========================================================================== */
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"],
form textarea {
  background: #fff;
  color: #777777;
  border: 1px solid #d2d2d2;
  padding: 12px 15px;
  width: 100%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus,
form textarea:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  border-color: #cd3c44;
}
label {
  font-weight: normal;
}
#lightbox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.7);
  -webkit-filter: none !important;
}
#lightbox img {
  display: block;
  position: absolute;
  border: 5px solid #fff;
  box-shadow: 0 0 20px #000;
  border-radius: 1px;
}
body.blurred > * {
  -webkit-filter: blur(2px);
  -webkit-transform: translate3d(0, 0, 0);
}
.lightbox-loading {
  background: url(../images/loading.gif) center center no-repeat;
  width: 31px;
  height: 31px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 48%;
  left: 50%;
}
.lightbox-caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.lightbox-caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.lightbox-button {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.lightbox-button:hover,
.lightbox-button:focus {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.lightbox-close {
  right: 10px;
  top: 10px;
  background-image: url('../images/close.png');
}
.lightbox-next {
  right: 10px;
  top: 48%;
  background-image: url('../images/next.png');
}
.lightbox-previous {
  left: 10px;
  top: 48%;
  background-image: url('../images/previous.png');
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
    Structure & Defaults
   ========================================================================== */
html,
body {
  font-size: 100%;
}
body {
  background: #ffffff;
  color: #777777;
  font-size: 13px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
}
a {
  color: #cd3c44;
  text-decoration: none !important;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
a:hover {
  color: #232323;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	text-align: left;
}


/* ==========================================================================
    Header
   ========================================================================== */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  margin-top: 40px;
  color: #fff;
  background-color: #cd3c44;
  font-size: 18px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  font-size: 18px;
  color: #fff;
  background-color: #cd3c44;
}
header.site-header {
  background-color: #cd3c44;
  padding-bottom: 9.9%;
}
.logo-wrapper {
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
.logo-wrapper a.navbar-brand {
  position: relative;
  background-color: #fff;
  padding: 0 20px;
  margin: 0 !important;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
.logo-wrapper a.navbar-brand em {
  font-style: normal;
  color: #cd3c44;
}
.logo-wrapper a.navbar-brand:hover {
  background-color: #fff;
}
.logo-wrapper .logo-s {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/logo-s.png) no-repeat;
  margin-right: -99px;
  margin-top: -19px;
  width: 122px;
  height: 122px;
}
.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
#main-menu ul {
  position: relative;
  z-index: 9;
  margin-top: 30px;
  height: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
#main-menu ul .nav-s {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/nav.png) no-repeat;
  margin-left: -99px;
  margin-top: -23px;
  width: 122px;
  height: 122px;
}
#main-menu ul li a {
  padding: 0;
  margin: 0 35px;
  line-height: 80px;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
#main-menu ul li a:hover {
	color: #000000;
	font-size: large;
}
#main-menu ul li:first-child {
  margin-left: 30px;
}
#main-menu ul li:last-child {
  margin-right: 30px;
}
#main-menu ul li.active a {
	background: transparent;
	color: #080202;
	font-size: large;
}

.fondomenu{
  background-color: #cd3c44;
}
/*** TOP SECTION STYLING ***/
.top-section {
  padding-bottom: 400px;
  padding-top: 0px;
  color: #fff;
  width: 100%;
  /*height: 100%;*/
}
.top-section .image-holder {
  text-align: right;
}
.top-section .image-holder img {
  width: 100%;
  height: 100%;
}
.top-section h4 {
  font-size: 32px;
  letter-spacing: 2px;
  font-weight: 300;
  margin: 0;
}
.top-section h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0;
}
.top-section h5 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.top-section p {
  margin: 35px 0;
  width: 100%;
}
.top-section a.button {
  border: 2px solid #fff;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  padding: 10px 20px;
  margin-top: 0px;
}
.top-section a {
	color: #fff;
}
.top-section a:hover {
	color: #fff;
}

#dvbanderas{
  background: url(../images/banner-banderas.jpg) no-repeat;
  height: 64px;
  width: 100%;
-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.75);
box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.75);
}
.efectobandera{
  opacity:0.9;
  width: 100%;
}

.efectobandera:hover{
  opacity: 1;
  width: 110%;
  z-index: 5;
 -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
}
.separador-rojo-clase-slider{
  margin-top: 0%;
  height: 95px;
  width: 100%;
  background: url(../images/separador-rojo.jpg) no-repeat ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.separador-rojo-clase{
  margin-top: 0%;
  height: 95px;
  width: 100%;
  background: url(../images/separador-rojo.jpg) no-repeat ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.separador-azul-clase{
  margin-top: 2%;
  height: 95px;
  width: 100%;
  background: url(../images/separador-azul.jpg) no-repeat ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*** PRODUCT STYLING ***/
#servicios {
  /*background: url(../images/bg1.png) no-repeat center top;*/
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 500px;
  margin-top: -640px;
}
#servicios #product-inner {
  padding-top: 0px;
}
#quienessomos{
    width: 80%;
  height: 250px;
    margin: auto;
}
#quienessomos .circle {
  width: 370px;
  height: 370px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  margin-top: -50px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
#quienessomos .circle h3 {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  left: 0;
  font-size: 26px;
  color: #222;
  line-height: 50px;
  font-weight: 400;
  padding: 0 40px;
}

#quienessomos .circle p {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  font-size: 100%;
}
#quienessomos .product-item {
  margin-top: 18%;
}
/*#quienessomos .product-item h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}*/

.propsrv1{
width:15%;
height:15%;
margin-left: 13%;
margin-right:5%;
margin-top:2%;
}

.propsrv2{
  width:15%;
  height:15%;
  margin-right:5%;
  margin-top:2%;
}

.propsrv3{
  width:15%;
  height:15%;
  margin-right:5%;
  margin-top:2%;
}

.propsrv4{
  width:15%;
  height:15%;
  margin-top:2%;
}

.etq1{
width:15%;
height:15%;
margin-left: 18%;
margin-right:4.3%;
margin-top:1%;
}

.etq2{
  width:15%;
  height:15%;
  margin-right:5.7%;
  margin-top:1%;
}

.etq3{
  width:15%;
  height:15%;
  margin-right:4.1%;
  margin-top:1%;
}

.etq4{
 width:15%;
 height:15%;
 margin-top:1%;
}

.ex3 img {
/*border: 5px solid #cecece;*/
-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.ex3 img:hover {
/*-webkit-transform: rotate(-0deg);
-moz-transform: rotate(-0deg);
-ms-transform: rotate(-0deg);
transform: rotate(-0deg);*/
-webkit-filter: drop-shadow(5px 5px 20px black) grayscale(1);
}

/*** galeria STYLING ***/
#galeria {
  padding-top: 15px;
  margin-top: -460px;
  padding-bottom: 100px;
}
#galeria .title h2 {
	font-size: 22px;
	color: #222222;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-align: center;
}
#galeria .title span {
	font-size: 15px;
	font-weight: 300;
	text-align: center;
}
#galeria .work-item {
  margin-top: 40px;
}
#galeria .work-item h4 {
	font-size: 16px;
	font-weight: 600;
	color: #222;
	margin: 20px 0 5px 0;
	text-align: left;
}
#galeria .work-item span {
	color: #cd3c44;
	text-align: left;
}
#galeria .work-item .image-holder {
	overflow: hidden;
	position: relative;
	text-align: left;
}
#galeria .work-item .image-holder img {
  width: 100%;
}
#galeria .work-item .image-holder .overlay {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #cd3c44;
  color: #fff;
  top: 0;
  left: 0;
  text-align: center;

  /*border: 5px solid #ebebeb;*/
-webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
-moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
#galeria .work-item .image-holder .overlay a {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 650ms ease-in-out;
  -moz-transition: all 650ms ease-in-out;
  -o-transition: all 650ms ease-in-out;
  transition: all 650ms ease-in-out;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  text-align: center;
  line-height: 50px;
}
#galeria .work-item .image-holder:hover .overlay {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
#galeria .work-item .image-holder:hover .overlay a {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
#galeria .filters {
	margin-top: 1.3%;
	margin-bottom: 0.5%;
	list-style: none;
	padding: 0;
	text-align: center;
}
#galeria .filters li {
	display: inline-block;
	margin: 0 15px;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
}
#galeria .filters li.active {
	color: #cd3c44;
	text-align: center;
}
#galeria #Grid .mix {
  display: none;
  opacity: 0;
}
/*** BOTTOM SECTION STYLING ***/
#bottom-section {
  /*background: url(../images/bg2.png) no-repeat center top;*/
  background-size: cover;
  padding-top: 270px;
  margin-top: -320px;
}
#cotizador {
  padding-top: 8px;
}
#cotizador .left-one h1 {
	font-size: 30px;
	font-weight: 300;
	color: #222;
	margin: 0 0 20px 0;
	text-align: center;
}
#cotizador .left-one h1 em {
  font-style: normal;
  color: #cd3c44;
}
#cotizador .right-one {
  color: #222;
}
#cotizador .right-one .title {
  padding-top: 60px;
  margin-bottom: 80px;
}
#cotizador .right-one .title h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #222;
}
#cotizador .right-one .title span {
  font-size: 16px;
  font-weight: 300;
}
#cotizador .right-one .text-left {
  margin-left: 40px;
}
#cotizador .right-one .text-left h4 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 40px 0;
}
#cotizador .right-one .text-left ul {
  padding: 0;
  list-style-type: square;
  list-style-position: inside;
}
#iconocotizador {
  background: url(../images/4.png) no-repeat;
  width: 193px;
  height: 169px;
  margin: auto;
 }
 
#iconocotizador:hover {
  background: url(../images/4-2.png) no-repeat;
  width: 193px;
  height: 169px;
    margin: auto;
 }

#contacto {
  padding-top: 40px;
  margin-bottom: 60px;
}
#contacto fieldset {
  margin-bottom: 30px;
}
#contacto h2 {
	font-size: 22px;
	color: #222;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-align: left;
}
#contacto span {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
	text-align: left;
}
#contacto form {
  margin-top: 40px;
}
#contacto input[type=submit] {
  border: 0;
  outline: 0;
  background: #cd3c44;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
}
#contacto input[type=submit]:focus {
  border: 0;
  outline: 0;
}
#contacto textarea {
  height: 140px;
}
.colorcampo{
  background-color:#ebebeb; 
  color:#000;
}
#contacto .contacto-form {
  padding-top: 40px;
}
#contacto .right-contacto h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  color: #e2e2e2;
  margin: 0 0 60px 0;
}
footer {
  background: #cd3c44;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 0;
  margin-bottom: 20px;
}
footer p {
  margin: 0;
  padding: 0;
}
footer a {
  color: #fff;
}
footer .social {
  text-align: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .social li {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 1200px) {
  #dvbanderas{
  background: url(../images/banner-banderas.jpg) repeat;
  height: 23px;
  width: 100%;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.75);
  }
  .efectobandera{
  opacity:0.9;
  width: 100%;
}

.efectobandera:hover{
  opacity: 1;
  width: 110%;
  z-index: 5;
 -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
}

.separador-rojo-clase{
background: url(../images/separador-rojo.jpg) no-repeat;
  height: 23px;
  width: 100%;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.75);
  box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.75);
}
  #quienessomos .circle {
    width: 270px;
    height: 270px;
    margin-top: 0;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
  }
  #quienessomos .circle h3 {
    top: 34%;
  }
  #quienessomos .circle p {
    font-size:80%;
  }
  #main-menu ul li a {
    margin: 0 30px;
  }
}
/*  Medium devices (desktops, 992px and up)  */
@media (max-width: 992px) {
  .top-section {
    text-align: center;
    padding-bottom: 600px;
  }
  .top-section .image-holder {
    text-align: center;
    margin-bottom: 80px;
  }
  .top-section p {
    margin-left: auto;
    margin-right: auto;
  }
 #servicios {
    margin-top: -700px;
  }
.propsrv1{
width:15%;
height:15%;
margin-left: 11%;
margin-right:5%;
margin-top:2%;
}

.propsrv2{
  width:15%;
  height:15%;
  margin-right:5%;
  margin-top:2%;
}

.propsrv3{
  width:15%;
  height:15%;
  margin-right:5%;
  margin-top:2%;
}

.propsrv4{
  width:15%;
  height:15%;
  margin-top:2%;
}

.etq1{
width:15%;
height:15%;
margin-left: 12.7%;
margin-right:1.2%;
margin-top:1%;
}

.etq2{
  width:15%;
  height:15%;
  margin-right:4.8%;
  margin-top:1%;
}

.etq3{
  width:15%;
  height:15%;
  margin-right:4.8%;
  margin-top:1%;
}

.etq4{
 width:15%;
 height:15%;
 margin-top:1%;
}

  #quienessomos .product-item {
    margin-top: 18%;
  }
  #servicios .product-item h4 {
    color: #222;
  }

  #quienessomos .circle {
    margin: 0 auto;
    text-align: center;
  }
  #cotizador .right-one .text-left {
    margin-left: 200px;
  }
}
/*  Small devices (tablets, 768px and up)  */
@media (max-width: 768px) {
  #main-menu ul {
    height: auto;
    background: #fff;
    margin: 20px;
    padding: 20px 0;
  }
  #main-menu ul span {
    display: none;
  }
  #main-menu ul li {
    line-height: 40px;
  }
  #main-menu ul li a {
    line-height: 40px;
  }
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 1200px) {
  #servicios .video-holder {
    margin-top: 80px;
    overflow: hidden;
  }
  #servicios .video-holder iframe {
    width: 90%;
  }
  #servicios .video-holder h3 {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
  }

  .separador-rojo-clase-slider{
    margin-top: 0%;
    height: 28px;
    width: 100%;
    background: url(../images/separador-rojo.jpg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .separador-rojo-clase{
    margin-top: 0%;
    height: 28px;
    width: 100%;
    background: url(../images/separador-rojo.jpg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .separador-azul-clase{
    margin-top: 2%;
    height: 28px;
    width: 100%;
    background: url(../images/separador-azul.jpg) repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

#divFlotante{
    position: absolute;
    width: 5.5%;
    height: 47.5%;
    float: left;
    top: 15%;
    /*background: white;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);*/
    z-index: 5;
    }

.imgsocial{
    margin-left: 15%;
    margin-top: 15%;
    opacity:0.9;
}

.imgsocial:hover{
    margin-left: 15%;
    margin-top: 15%;
    opacity: 1;
    width:65%;
    z-index: 5;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
    box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
}

.imgvision{
  width:150%;
  height:150%;
}
.imgmision{
  width:150%;
  height:150%;
}

@media (max-width: 1200px) {
    #quienessomos{
    width: 100%;
    height: 100%;
    }
    .imgvision{
    width:50%;
    height:50%;
    }
    .imgmision{
    width:50%;
    height:50%;
    }

    .tablaquienessomos{
      width: 340px;
      height: 600px;
      display: table;
    }
    .renglonquienessomos{
      width: 100%;
      height: 200px;
      display: table-row;
      text-align: center;
      vertical-align: middle;
    }
    .columnaquienessomos{
      width: 100%;
      height: 200px;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
    }

    #divFlotante{
    position: absolute;
    width: 70px;
    height: 310px;
    float: left;
    top: 15%;
    background: white;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    z-index: 5;
    }

    .imgsocial{
        margin-left: 15%;
        margin-top: 15%;
        opacity:0.9;
    }

    .imgsocial:hover{
        margin-left: 15%;
        margin-top: 15%;
        opacity: 1;
        width:65%;
        z-index: 5;
        -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
        -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
        box-shadow: 0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;
    }

}
