@charset "utf-8";
body {
padding: 0px;
	margin: 0px;
width: 100%;
background-color: #fff;
	}


img {
	width: 100%;
	height: auto;
	float: left;
}
#main_wrapper {
  width:100%;
font-family: Arial, Helvetica, sans-serif;

	margin: 0px;
	float: left;
	
}

.center {
    width: 100%;
    max-width: 1110px;
	margin: 0px auto;
}
	header {
    width: 100%;

		margin: 0px;
		padding: 0px;
		margin-top: 20px;
		float: left;
	}
	#header_logo {
	width: calc(55% - 30px);
	float: left;
		position: relative;
		margin-right: 30px;
		margin-top: 20px;
		
	}
#slogan {
	width: calc(100% - 21%);
    position: absolute;
    top: 74%;
    left: 21%;
    font-size: 18px;
    color: #666666;
	
}
.mensaje-whatsapp-txt {
    width: 60%;
    float: left;
	font-size: 15px;
	color: #fff;
	box-sizing: border-box;
	padding-left: 10px;
	margin-bottom: 3px;
	margin-top: 15px;
}
.mensaje-whatsapp-txt-hijo {
    width: 100%;
    float: left;
}
.mensaje-whatsapp {
    width: 60%;
    float: left;
border-radius: 8px 8px 8px 8px;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    border: 2px solid #00849B;
	background-color: #091c3a;
	margin-bottom: 28px;
	box-sizing: border-box;
}
.mensaje-whatsapp img{
    width: 100%;
	height: auto;
}
.mensaje-whatsapp a{
}
.mensaje-whatsapp img:hover{
background: rgba(39,76,99,1);
background: -moz-linear-gradient(top, rgba(39,76,99,1) 0%, rgba(39,76,99,1) 44%, rgba(30,58,101,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(39,76,99,1)), color-stop(44%, rgba(39,76,99,1)), color-stop(100%, rgba(30,58,101,1)));
background: -webkit-linear-gradient(top, rgba(39,76,99,1) 0%, rgba(39,76,99,1) 44%, rgba(30,58,101,1) 100%);
background: -o-linear-gradient(top, rgba(39,76,99,1) 0%, rgba(39,76,99,1) 44%, rgba(30,58,101,1) 100%);
background: -ms-linear-gradient(top, rgba(39,76,99,1) 0%, rgba(39,76,99,1) 44%, rgba(30,58,101,1) 100%);
background: linear-gradient(to bottom, rgba(39,76,99,1) 0%, rgba(39,76,99,1) 44%, rgba(30,58,101,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#274c63', endColorstr='#1e3a65', GradientType=0 );
}	

	#header_contacto {
    width: 45%;
    float: left;
    background-color: #2a4166;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
box-sizing: border-box;
		
    background-image: url(images/header-contacto.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
	padding-bottom: 5px;
	}

	#header_contacto ul, #contacto-datos ul{
	width: 100%;
	float: left;
		padding: 0px;
		margin: 0px;
	}
	#header_contacto li, #contacto-datos li{
    width: 100%;
		
    float: left;

    padding-bottom: 0px;
    margin: 0px;
    margin-bottom: 10px;
    list-style-type: none;
		display: flex;
	}
.contacto_icono {
	width: 32px;
	margin-right: 5px;
	float: left;
}
.contacto_txt {
    width: calc(100% - 37px);
    float: left;
    font-size: 18px;
    color: #ffffff;
    float: left;
  line-height: 16px;
margin:auto;
}
.contacto_txt a{
    color: #ffffff;
	text-decoration: none;
}
.contacto_txt a:hover{
    color: #ffcf27;
	text-decoration: none;
}
/*menu*/
	nav {
    width: 100%;
    background-color: #12233e;
		margin: 0px;
		padding: 0px;
		margin-top: 20px;
		float: left;
	}
.topnav {
  overflow: hidden;
  background-color: #12233e;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none!important;
  font-size: 17px;
	
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
	
}

.active {
    background-color: #071122;
    color: #36BED9;
}

.topnav .icon {
  display: none;
}
.escondernav {
  display: none!important;
}
.fa-angle-right {
	color: #127080;
}
.icon-chico {
	color: #127080;
	font-size: small;
}

/*contenido*/
section, article {
    width: 100%;
		margin: 0px;
		padding: 0px;
		float: left;
	
}
.articulo-about {

background: rgba(0,132,155,1);
background: -moz-linear-gradient(left, rgba(0,132,155,1) 0%, rgba(0,132,155,1) 51%, rgba(39,55,117,1) 55%, rgba(39,55,117,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,132,155,1)), color-stop(51%, rgba(0,132,155,1)), color-stop(55%, rgba(39,55,117,1)), color-stop(100%, rgba(39,55,117,1)));
background: -webkit-linear-gradient(left, rgba(0,132,155,1) 0%, rgba(0,132,155,1) 51%, rgba(39,55,117,1) 55%, rgba(39,55,117,1) 100%);
background: -o-linear-gradient(left, rgba(0,132,155,1) 0%, rgba(0,132,155,1) 51%, rgba(39,55,117,1) 55%, rgba(39,55,117,1) 100%);
background: -ms-linear-gradient(left, rgba(0,132,155,1) 0%, rgba(0,132,155,1) 51%, rgba(39,55,117,1) 55%, rgba(39,55,117,1) 100%);
background: linear-gradient(to right, rgba(0,132,155,1) 0%, rgba(0,132,155,1) 51%, rgba(39,55,117,1) 55%, rgba(39,55,117,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00849b', endColorstr='#273775', GradientType=1 );
}
#about {
    width: 100%;
    min-height: 362px;
    float: left;
    background-image: url(images/background-des.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;	
}
#about-txt{
	width: 50%;
	float: left;	
	color: #fff;
	margin-top: 25px;
}
#about-txt p{
	width: 100%;
	float: left;	
	margin-block-start: 0;
    margin-block-end: 20px;
}
#venta, #arriendos{
	width: 100%;
	float: left;
}

#venta h1, #arriendos h1, .detalle-venta h1{
    width: 100%;
	height: 10px;
    float: left;
    border-bottom: 1px solid #CCCCCC;
	position: relative;
	margin-bottom: 25px;
}
.destacado-tit {
color: #e70505;
font-size: 18px;

}
#venta h2{
    width: 100%;
	
    float: left;
	font-size: 16px;
	color: #338399;
	    font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
	box-sizing: border-box;
	padding-left: 5px;
}
#venta h4 {
    font-size: 18px;
	margin-bottom: -15px;
}
#venta h4 a{
	text-decoration: none;
	color: #338399;
}
#venta h4 a:hover{
	text-decoration:underline;
}
#venta h6{
    width: 100%;

    float: left;
    font-size: 16px;
    color: #666666;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
	margin-bottom: 8px;
	box-sizing: border-box;
	padding-left: 5px;
}
.venta-titulo{
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
	
}
#venta ul {
width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
#venta li {
    width: 25%;
    float: left;
    list-style-type: none;	
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	
}
.venta-destacado {
	width: 100%;
	height: 170px;
	float: left;
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
	background-color: #2a4166;
	position: relative;
	margin-bottom: 30px;
}
.venta-destacado a{
	

}
.venta-destacado:hover{
	
background-color: #0c576b;
}
.venta-destacado img{
	position: absolute;
	left: -10px;
	top: 0px;
	transition:all 0.8s ease;
}
.venta-destacado img a{
    border-width: 0px;
	
}
.venta-destacado img:hover{
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
	transition:all 0.8s ease;
}
.horquilla {
	width: 25%;
	height: 150px;
	float: left;
	position: relative;
}
.horquilla img{
position: absolute;
	top: -40px;
}
.tipos-horquillas {
	width: calc(37.5% - 20px);
	float: left;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 1px solid #b3b3b3;
	box-sizing: border-box;
	padding: 10px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.horquilla_icono {
	width: 50px;
	margin-right: 5px;
	float: left;
	background-color: #2a4166;
	border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
	box-sizing: border-box;
	padding: 5px;
}
.horquilla-tit{
    width: calc(100% - 55px);

    float: left;
	font-size: 16px;
	color: #338399;
	    font-weight: bold;

	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
	box-sizing: border-box;
	padding-left: 5px;
}
.horquilla-bajada{
    width: calc(100% - 55px);
    height: 10px;
    float: left;
    font-size: 16px;
    color: #666666;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
	margin-bottom: 8px;
	box-sizing: border-box;
	padding-left: 5px;
}
aside {
	background-color:  #276576;
    width: 100%;
		margin: 0px;
		padding: 0px;
		float: left;
}
#ventajas {
    width: 100%;
	float: left;
	margin-bottom: 20px;
}
#ventajas ul{
    width: 100%;
	float: left;	
	padding: 0px;
	margin: 0px;
}
#ventajas li{
    width: 25%;
    float: left;
    box-sizing: border-box;
    list-style-type: none;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
}
.ventajas-modulo{
    width: 100%;
	height: 180px;
    float: left;
    border: 1px dashed #FFFFFF;
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.ventajas-icono{
	    width: 100%;
    float: left;
	display: flex;
}
.ventajas-texto{
	    width: 100%;
    float: left;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.ventajas-icono img{
	    max-width: 147px;
	height: auto;
	text-align: center;
	margin:auto;
}
#ventajas h1{
    width: 100%;
	height: 10px;
    float: left;
    border-bottom: 1px solid #1e3442;
	position: relative;
	margin-bottom: 5px;
}
.venta-titulo-b{
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #276576;
    color: #a0cdda;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;	
}
footer {
	background-color:  #12233e;
    width: 100%;
		margin: 0px;
		padding: 0px;
		float: left;
}
#contacto-footer {
    width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
#mapa-ubicacion {
	 width: calc(50% - 20px);
	float: left;	

	
    position: relative;
    padding-bottom: 348px; 
    height: 0;
    overflow: hidden;	
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
	margin-left: 10px;
	margin-right: 10px;
	

}
#mapa-ubicacion iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;

}
#contacto-datos {
		width: 50%;
	float: left;
	box-sizing: border-box;
	padding-left: 15px;
	margin-top: 20px;
	
}
.horario {
	font-size: 14px;
}
.interlinia-contacto {
	margin-bottom: 25px!important;
}
.boton-presupuesto a, .boton-presupuesto-b a{
	width: 100%;
	float:left;
	color: #fff!important;
	text-decoration: none!important;
	padding-top: 40px;
	padding-bottom: 40px;
		border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
	
}
.boton-presupuesto {
	width: calc(100% - 10px);
	float:left;
	text-align: center;
	color: #fff;
		border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
	background-color: #993333;
    font-weight: bold;
    text-transform: uppercase;
}

.boton-presupuesto a:hover, .boton-presupuesto-b a:hover {
    width: 100%;
    background-color: #AF1717;
}
.boton-presupuesto-b {
	width: 100%;
	float:left;
	text-align: center;
	color: #fff;
		border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
	background-color: #993333;
    font-weight: bold;
    text-transform: uppercase;
}
.detalle-venta-general{
	width: 100%;
	float: left;
	
}
.detalle-venta{
	width: 50%;
	float: left;
	margin-bottom: 30px;
	position: relative;
}
/*slide de fotos*/
.container-slide {
	width: 100%;
}
    #slides {
      display: none
    }
.referencia {
	width: 100%;

	color: #939393;
	font-size: 12px;
}
.scrollToTop{
    width: 40px;
    height: 40px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
    display: none;
    color: #C0AB1F;
    z-index: 99;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    background-image: url(images/arrow.png);
    background-repeat: no-repeat;t
    background-position: center top;
}
.scrollToTop:hover{
    text-decoration:none;
}

/*tabla*/
#tabla-tamanos {
	width: calc(100% - 20px);
	margin-left: 20px;
	font-size: 14px;
	float: left;
	margin-bottom: 110px;
	
}
.tabla-destacada {
    background-color: #b90000!important;
    color: #fff!important;
    font-weight: bold;
}
.tabla-destacada-arrow {
    color: #b90000!important;
}
#tabla-tamanos td:nth-child(1){
width: 10%;
	
}
#tabla-tamanos td:nth-child(2){
width: 2%;
}
#tabla-tamanos td:nth-child(3){
width: 20%;
}
#tabla-tamanos td:nth-child(4){
width: 2%;
}
#tabla-tamanos td:nth-child(5){
width: 20%;
}
#tabla-tamanos td:nth-child(6){
width: 2%;
}
#tabla-tamanos td:nth-child(7){
width: 20%;
}
#tabla-tamanos td:nth-child(8){
width: 2%;
}
#tabla-tamanos td:nth-child(9){
width: 20%;
}

.tabla-tipo-tit{
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    background-color: #071122;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
	padding-top: 10px;
	
}
.tabla-tipo-tit a{
    color: #fff;
    text-decoration: none;
}
.tabla-tipo-tit a:hover{
    color: #FFF966;
    text-decoration: none;
}
.tabla-medidas-txt{
    font-size: 12px;
    color: #686868;
}
.tabla-medidas-gris td{
    background-color: #D1D1D1;
height: 30px;
}
.tabla-medidas-espacio td, .tabla-medidas-espacio th{
	height: 2px;
}
.tabla-medidas-gris th[scope=row] {
    background-color: #00849b;

}
.tabla-tipo-tit-b{
border-radius: 0px 0px 5px 5px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
	background-color: #071122;
	color: #00849b;
    font-size: 14px;
    text-align: center;
	padding-bottom: 10px;
}

.tabla-tipo-cont {
	float: left;
	display: inline-block;
	position: relative;
	min-width: 100%;
}
.tabla-tipo{
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    position: absolute;
    text-align: center;
    top: -14px;
    height: 90px;
    margin-left: 82%;
    color: #fff;
    right: 33%;
    text-transform: uppercase;
	font-weight: normal;

	
}
.tabla-tipo-flecha{
	    text-align: center;	
}
.tabla-tipo-centrar {
    text-align: center;
    font-weight: normal;
}
.tabla-txt {
	float: left;
	width: 100%;
	font-size: 16px;
	padding-bottom: 15px;
	box-sizing: border-box;
	position: inherit;
}
.tabla-txt a{
    text-decoration: none;
    color: #62B0CC;
}
.tabla-txt a:hover{
    color: #CF4F6B;
}
.icon-caret-down {
    color: #071122;
	    line-height: 7px!important;

}
.color-cotizaconnosotros {
    font-style: italic;	
}
.color-cotizaconnosotros-on {
    background-color: #b90000!important;
}
.color-cotizaconnosotros-on a{
    color: #fff!important;
}
.cont-precio-oferta {
		width: calc(100% - 20px);
	margin-left: 20px;
	position: absolute;
	top: 470px;
	display: none;
}
.precio-oferta {
width: 100%;
	float: left;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
	background-color: #12233e;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 5px;

}
.precio-oferta-hc {
	top: 500px;
}
.precio-oferta-monto {
	float: left;
	padding-left: 10px;
}
.precio-oferta-desde {
	font-size: 26px;
}
.precio-oferta-cifra {
    font-size: 40px;
    font-weight: bold;
}
.precio-oferta-iva {
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
	background-color: #2a4166;
	padding: 10px;
float: left;
	margin-top: 2px;
	margin-left: 8px;
}
.precio-oferta-efectivo {
font-size: 16px;
	line-height: 18px;
	float: left;
	margin-left: 8px;
	margin-top: 13px;
	display: inline-block;
}
.tac-general{
	width: 100%;
	float: left;
    position: relative;
    padding-bottom: 500px; 
    height: 0;
    overflow: hidden;	
	margin-bottom: 20px;

}
.tac-general iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.formulario-contacto-general{
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
    padding-right: 10px;
}
#submenu {
	width: calc(100% - 15px);
	float: left;
	margin-left: 15px;
	text-align: center;
	margin-bottom: 25px;
	font-size: 14px;
	color: #4a4a4a;
	font-weight: bold;
}
#submenu ul{
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}
#submenu li{
	width: calc(16.66% - 8px);
	float: left;
	list-style: none;
	background-color: #ccc;
	margin-right: 4px;
	margin-left: 4px;
	box-sizing: border-box;
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
	text-align: center;

	font-size: 12px;
	font-weight: bold;
	
}
#submenu li a{
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
	color:#666666;
}
#submenu li a:hover{
background-color: #666;
	color: #fff;
	border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
}


.poyos-col{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.poyos-col p{
font-size: 16px;
	line-height: 18px;
}

.poyos-col img{
width: 100%;
	height: auto;
}
.poyos-mezcla {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.poyos-mezcla-header {
	width: 100%;
	float: left;
	background-color: #143f67;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.poyos-mezcla-img {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	
}
.poyos-mezcla-cubo {
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
	padding-left: 70px;
	padding-right: 70px;
padding-top: 6px;
	
}
.poyos-mezcla-medidas {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #143f67;
}
.poyos-mezcla-txt {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    margin-bottom: 10px;
}
.poyos-mezcla-txt p{

    padding-top: 0px;
	margin-top: 0px;

}
.poyos-mezcla-txt a{
    text-decoration: none;
    color: #004451;
}
.poyos-mezcla-txt a:hover{
    text-decoration: underline;
    
}
.poyos-col-detalle{
	width: 33.333%;
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.poyos-col-detalle h4{
color: #1997b6;
	font-weight: bold;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 16px!important;
}
.poyos-col-detalle ul{
    width: 100%;
    float: left;
	margin: 0px;
	padding: 0px;
}
.poyos-col-detalle li{
    width: 100%!important;
    float: left;
    margin: 0px!important;
    padding: 0px!important;
    list-style-type: disc!important;
	margin-bottom: 15px!important;
}
.poyos-col-detalle a{
color: #d49f3c;
	text-decoration: none;
}
.poyos-col-detalle a:hover{
color: #1997b6;
}
.blog-txt{
	 width: calc(100% - 360px);
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}
.blog-txt img{
float: inherit;
}
.blog-txt h1{
width: 100%!important;
    height:inherit!important; 
    border-bottom: 0px solid #CCCCCC!important;
    position: relative;
	font-size: 26px;
	margin-bottom: 16px!important;
    margin-top: 0px;

}
.blog-txt h2{

}
.blog-txt-numeros {
	float: left;
	height: 23px;
	width: 30px;
	background-color: #009dc6;
	color: #fff;
	border-radius: 200px 200px 200px 200px;
-moz-border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
	text-align: center;
	position: absolute;
	top: -10px;
	padding-top: 7px
	
}
.blog-txt-numeros-parche {
	position: relative;
	width: 40px;
	margin-right: 35px;
	
}
.blog-txt-bajada{
	font-size: 19px;

}
.blog-sidebar{
	width: 360px;
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
}
.blog-texto-sidebar {
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    margin-bottom: 10px;
    text-align: center;
    color: #143f67;
}
.texto-index{
	background-color: #071325;
	color: #95b6bf;
	
}
.index-text{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.index-text h2 {
    display: block;
    font-size: 22px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
	color: #bfe4e8;
}
.index-text h3 {
    display: block;
    font-size: 18px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
	color: #bfe4e8;
}
.index-text ul {
    display: block;
	margin: 0px;
	padding: 0px;

}
.index-text li {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 16px;
    margin-bottom: 6px;
    padding: 0px;
    list-style-type: disc!important;
}


.index-text strong {
	color: #fff;
}
.index-text a {
	color: #F5CA4D;
	text-decoration: none;
}
.index-text a:hover {
	color: #C58417;
}
.index-text-foto {
width: 45%;
	height: auto;
	float: right;
	margin-left: 10px;
}
.index-text-icono {
width: 60px;
	height: auto;
	float: left;
	margin-right: 10px;
}
.linksimple {
color: #0A85A4;
	
}

.linkdeparrafo a{
	color: #e5720f;
	text-decoration: none;
}
.linkdeparrafo a:hover {
	color: #39929b;

}

.contenedor-responsivo-iframe {
    position: relative;
    overflow: hidden;
    padding-top: 1020px;	
}
.iframe-responsivo {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 1110px) {

		#slogan {
    font-size: 15px;
	
}
	
	header {
box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}
#header_contacto {
	background-image: none;
	}
.mensaje-whatsapp-txt  {
    width: 100%;
	margin-top: 0px;

}
	
	.mensaje-whatsapp  {
    width: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
}

#about {
    width: 100%;
    min-height: 362px;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    background-size: cover;
	    background-position: center top;
}	
#about-txt{
	width: 70%;

}
.venta-destacado {

	height: 150px;

}
.horquilla {
	width: 25%;
	height: auto;
	float: left;
	position: inherit;
}
.horquilla img{
position:inherit;
	float: left;

}	
.ventajas-texto{
	font-size: 14px;

}
#venta h3 {
    font-size: 15px;
}
.detalle-venta-general{
padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}	

.tabla-txt {
}
.precio-oferta-efectivo {
    width: calc(100% - 20px);
    font-size: 16px;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
	padding-top: 10px;
 
    border-top: 1px solid #2A4166;
	box-sizing: border-box;
}

}
@media (max-width: 910px) {
	.tipos-horquillas{
		min-height: 100px;
	}
.contenedor-responsivo-iframe {

    padding-top: 1080px;	
}

}
@media (max-width: 810px) {
.precio-oferta-iva {
width: 20%;
	padding: 10px;
float: left;
	margin-top: 2px;
	margin-left: 8px;
	box-sizing: border-box;
	text-align: center;
}
.precio-oferta-efectivo {
    width: calc(80% - 20px);
    font-size: 16px;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
	padding-top: 10px;
 
    border-top: 0px;
	box-sizing: border-box;
}
}
@media (max-width: 710px) {
	
	header { 
	box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		margin-top: 0px;
	}
	#header_logo {
	width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
		
	}	
.mensaje-whatsapp-txt  {
    width: 35%;
	margin-top: 0px;
	box-sizing: border-box;
		padding-left: 0px;
	font-size: 16px;
	margin-top: 20px;
}
.mensaje-whatsapp-txt-hijo {
	width: calc(100% - 5px);
	float: left;
	line-height: 14px;

	
}
	.mensaje-whatsapp  {
   width: 65%;
	margin-top: 0px;
	margin-bottom: 10px;
		box-sizing: border-box;
		
		
}
#header_contacto {
    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
	padding-bottom: 5px;
	}
	#slogan {
    font-size: 14px;
	
}

/*menu*/
nav {
    margin-top: 10px;
}
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }	
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }	
.escondernav {
  display: inherit!important;
}
#about-txt{
	width: 100%;
margin-top: 15px;
}

#about {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
	
}	
#venta li {
    width: 50%;	
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	
}	
.horquilla {
	display: none;
}
	.tipos-horquillas {
	width: calc(50% - 30px);
		min-height: 100px;
}
.ventajas-modulo{
	height: 180px;
	padding-top: 0px;
}
.ventajas-texto{
	font-size: 12px;

}
.detalle-venta{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.tabla-txt {

}	
#tabla-tamanos {
	width: 100%;
	margin-left: 0px;
	font-size: 14px;
	margin-bottom: 0px;
	
}
.venta-titulo, .venta-titulo-b{
	text-align: center;
	display:inline-table;
}
	.cont-precio-oferta{
	width: 100%;
	margin-left: 0px;
	position: inherit;
	top: 0px;	
	}	
.precio-oferta {
	width: 100%;

	}
.precio-oferta-iva {
	width: auto;
	padding: 10px;
	margin-top: 2px;
	margin-left: 8px;
}
.precio-oferta-efectivo {
	width: auto;
font-size: 16px;
	line-height: 18px;
	margin-left: 8px;
	margin-top: 5px;
}
	.precio-oferta {
		margin-bottom: 20px;
	}
.precio-oferta-hc {
	top: 0px;
}
#submenu {
	width: 100%;
	float: left;
	margin-left: 0px;
	text-align: center;
	margin-bottom: 25px;
	font-size: 14px;
	color: #4a4a4a;
	font-weight: bold;
}
.poyos-col{
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.poyos-col-detalle{
	width: 100%;
	float: left;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.poyos-col-detalle img{

	padding-left: 25%;
	padding-right: 25%;
box-sizing: border-box;
}
	
	
.blog-sidebar, .blog-txt{
	width: 100%;

}	
.blog-txt h1{	
	font-size: 20px;
	}
	
	.blog-txt-bajada {
		font-size: 17px;
		
	}
	
}
@media (max-width: 530px) {
.mensaje-whatsapp-txt  {
	font-size: 14px;
}
	.mensaje-whatsapp  {
	margin-bottom: 10px;	
}
.venta-destacado {
	height: 100px;

}
	#header_contacto {
		background-image: none;
	}
.venta-titulo, .venta-titulo-b{
	text-align: center;
	display:inline-table;
}
	.tipos-horquillas {
	width: calc(100% - 30px);
		margin-bottom: 10px;
		margin-left: 15px;
		min-height: inherit;
}
.ventajas-modulo{
    width: 100%;
	height: 140px;
	}
#ventajas li{
    width: 50%;

}
		.ventajas-icono img{
			max-height: 80px;

}
	.ventajas-icono img{
	    max-width: 100px;

}
#mapa-ubicacion {
	display: none;
	}
	#contacto-datos {
		width: 100%;
	}
	
#venta h3 {
    font-size: 13px;
}	
	.precio-oferta-monto {
		
		width: 100%;
	}
.precio-oferta-iva {
width: 20%;
	padding: 10px;
float: left;
	margin-top: 2px;
	margin-left: 8px;
	box-sizing: border-box;
	text-align: center;
}
.precio-oferta-efectivo {
    width: calc(80% - 20px);
    font-size: 16px;
    line-height: 18px;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
	padding-top: 10px;
 
    border-top: 0px;
	box-sizing: border-box;
}
	.poyos-col-detalle img{

	padding-left: 15%;
	padding-right: 15%;
box-sizing: border-box;
}
.index-text{
	width: 100%;

}
}
@media (max-width: 380px) {
	#slogan {
    font-size: 12px;
	
}
.mensaje-whatsapp-txt  {
	margin-top: 10px;
	font-size: 14px;
}
	.mensaje-whatsapp  {
	margin-bottom: 10px;	
}
.contacto_txt {

    font-size: 14px;

}
#about {

	font-size: 14px;
	line-height: 18px;
}
.venta-destacado {
	height: auto;

}
#venta li {
    width: 100%;
	}
.venta-destacado img{
	position: inherit;
	box-sizing: border-box;
	padding-left: 10px;
	padding-bottom: 20px;

	
}
.precio-oferta-desde {
	font-size: 20px;

}
	.precio-oferta-cifra {
	font-size: 28px;

}

}
