@charset "utf-8";
@import url('normalize.css');
@import url('fonts.css');

*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;    
}
html,body {
    background-color: rgba(204, 204, 204, 0.32);
}
#principal {
    width: 95%;
    max-width: 1024px;
    background-color: #fff;
    overflow: hidden;
    margin: auto;
    overflow: hidden;
}

.logo {
    width: 100%;
    overflow: hidden;
}
.logo1 {
    width: 313px;
    margin-left: 10px;
    float: left;
}

.logo2 {
    width: 102px;
    float: right;
    margin-right: 10px;    
}
.logo img {
    width: 100%;
}
#barra {
    width: 100%;
}
header{
    height:42px;
    position: relative;
    width: 100%;
    z-index: 3;
    border: thin solid #4F4F4F;
}
header, nav{
    display: block;
}

#menu{
    width: 100%;
    float: right;
}   
#menu ul{
    list-style: none;
    font-size: 16px;
}
#menu li{
    display: block;
    float: left;
    text-transform: uppercase;
    text-align: center;
    width: 16%
}
#menu li a{
    display: block;
    color: #000;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
}
#menu li a:hover{
    background: #cecece;
    color: #000000;
    font-weight: bold
}
    
#nav-mobile {
    display: none;
    float: right;
    width: 95%;
    height: 40px;
    position: absolute;
    right: 0;
    top:0;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
}   
#nav-mobile span {
    font-size: 35px;
    color: #fff;
    float: right;
}
#nav-mobile.nav-active{
    opacity: 1;
}
header nav ul li a span {
    padding-right: 10px;
}

.main {
    width: 100%; 
    min-height: 600px;
    margin-top: 10px;
    overflow: hidden;
}

.contenido {
    width: 90%;
    margin: auto;
    overflow: hidden;
}
.contenido img {
    width: 100%;
}
.subtitulos {
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 25px;
}
.izquierdo {
    width: 70%;
    float: left;
    padding: 10px 10px;    
}
.derecho {
    width: 30%;
    float: left;
    overflow: hidden;
    padding: 10px 10px;
}
.nota1 {
    border-right: solid 2px #7b7b7b;
    padding: 10px;
    text-align: justify;
}
.nota2 {
    padding: 5px;
    border-bottom: solid 2px #7b7b7b;   
}
.nota3 {
    padding: 5px;
}

.pie {
    width: 100%;   
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}
.pie img {
    width: 90%;   
}

.negritas {
    font-weight: bold;
}

.horario {
    font-weight: bold;
    padding-bottom: 10px;
}

/*AVISO CONTINGENCIA */
.modal-title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: rgb(255, 0, 0);
}
.modal-body {
    text-align: center;
    font-size: 26px;
    font-weight: 300;    
}
.modal-aviso1 {
    float: left;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}
.modal-aviso1 {
    float: left;
    width: 100%;    
}

/*AVISO CONTINGENCIA */

/*PRIVACIDAD */
.privacidad {
    margin-top: 25px;
    font-weight: bold;
    text-align: center;
}
.privacidad a {
    text-decoration: none;  
    color: black;
}
.privacidad a:hover {
    text-decoration: underline;
}
.priv_main {
    width: 100%;
    margin: auto;
}
.priv_main h1 {
    text-align: center;
    font-size: 1.5em;
}
.priv_main p {
    text-align: justify;
    width: 80%;
    margin: auto;
}


/*FORMULARIO DE CONTACTO*/
.formulario {
    width: 95%;
    margin: 10px auto;
    padding: 10px;
    background: #e5e5e5;
}
.formulario p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    padding: 5px;
}
input, textarea {
    width: 100%;
    font-size: 18px;
    margin: 5px 0 10px 0;
}
input {
    height: 40px;
}
 input[type=submit] {
    width: 50%;
    height:50px;
    display: block;
    margin: auto;
    border:none;
    font-weight:400;
    letter-spacing:2px;
    color:#FFFFFF;
    background: #ffaf4b; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */

}
.cont_izq {
    width: 45%;
    float: left;
    margin-left: 5%;
    padding: 10px;
    padding-top: 15px;
}


.cont_der {
    width: 45%;
    float: right;
    margin-right: 5%;
    margin-bottom: 10px;
    padding: 10px;
    background-color: darkseagreen
}



.cont_nota {
    width: 90%;
    display: block;
    margin: 15px auto 15px auto;
    text-align: justify;
}

.cont_direccion {
    margin-top: 10px;
    margin-left: 5px;
}
/*UBICACION*/

.ubicac_der {
    width: 45%;
    float: right;
    margin-right: 5%;
    padding: 10px;
}

.ubicac_izq {
    float: left;
    margin-left: 5%;
    width: 45%;
    padding: 10px;
}
.dir_titulo {
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}
.dir_nota {
    margin-top: 15px;
    margin-left: 5px;
    line-height: 1.5em;
}
/*MAPA DE GOOGLE*/
.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* TERMINA MAPA DE GOOGLE*/

/*HISTORIA*/


.hist_nota {
    width: 90%;
    margin: auto;
    text-align: justify;
    margin-bottom: 1em;
}

.img_izquierda img {
    float: left;
}
.img_derecha img {
    float: right;
    float: right;
}
.img_centrada {
   text-align: center;
    
}
/*PRODUCTOS*/
.producto_img {
    width: 30%;
    float: left;
    text-align: center;
    margin: 10px;
}
.producto_img img {
    width: 90%;
}

.fila {
    overflow: hidden;
    margin-bottom: 20px;
}


/*SERVICIOS*/

.servicios {
    width: 90%;
    margin: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.serv_nota {
    line-height: 1.25em;
    margin-bottom: 20px;
    width: 95%;
    padding: 15px;
}
.servicios span {
    color: #14c40d;
    font-size: 1.25em;
}
.serv_izquierdo {
    width: 60%;
    float: left;
    text-align: justify;    
}
.servicios .lista {
    line-height: 2em;
}
.serv_derecho {
    width: 40%;
    float: right;
    padding: 5px;
}
.servicios img {
    width: 100%;
    margin-top: 10px;
}

/* =================INICIA CODIGO SLIDER================= */
/* ====================================================== */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #7e7e7e;
	box-shadow: 0 0 5px #ccc;
	border:  10px solid #cbcbcb;
	left: -0px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/*TERMINA CODIGO SLIDER*/

/*AQUI EMPIEZAN LAS MEDIA QUERIES PARA EL CAMBIO DE PANTALLA */
@media screen and (min-height: 800px){
#principal {
    min-height: 1000px;
}
 