@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,800,900');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Heebo:400,500,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

body{
	font-family: 'Lato', sans-serif;
	/*background-image: url(../images/white_wall.png);
	border-image-repeat: repeat;*/
	background-color: #fff;
}
:root{
	--pollo:#ffba00;
}
a{
	color: #000;
}
p{
	font-size: 16px !important;
	
}

a:hover{
	text-decoration: none;
	color: #ffba00;
}
.navbar-default{
color: #fff;
background-color: #000;
border-color: #000;
	
}
.navbar-brand{
	z-index: 999999;
}
.navbar-brand img{
	z-index: 9999999999999999999999999999;
	margin-top: -15px;
}
.navbar-default .navbar-nav > li > a{
    color:#ffd800;
	transition: all .25s ease;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	
}
.navbar-default .navbar-nav > li > a:hover{
    color:#fff;
    background-color: transparent;
}


.navbar-default .navbar-nav > .dropdown > a .caret{
	/*border-top-color: ;*/
    border-bottom-color: #fff;
}
.navbar-default .navbar-brand{
	color:#fff;
}
.menu-large {
  position: static !important;
}
.megamenu{
  padding: 20px 0px;
  width:100%;
  background-image: url(../images/white_wall.png);
	background-repeat: repeat;
}
.megamenu p{
	color: #000;
	font-weight: 700;
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #fff;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #333333;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-header {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.img-thumbnail {
    background-color:none;
    border: 0px;
}
.img-thumbnail{
	background-color: #000;
	border-radius: 0px;
}
.img-thumbnail:hover {
    background-color: #ffd800 !important;
}
@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;

  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
	color:#fff;
  }
}

.nav{
	/*padding: 20px 0px;*/
	
}
.navbar{
	margin-bottom: 0px;
	padding: 20px 0px;
	/*border-bottom: 3px solid #fff;*/
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
	font-weight: 400;
	
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
	
    background-color: transparent;
	
}
.navbar-collapse{
	background-color: #000;
}

.flexslider {
  height: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.flexslider .flex-viewport {
  height: 100%;
}
.flexslider .flex-control-nav {
  bottom: 20px;
}
.flexslider .slides {
  height: 100%;
}
.flexslider .slides li {
  height: 100%;
}


/*seccion welcome*/

.welcome{
	margin: 50px 0px 0px 0px;
}
.welcome h1{

	padding: 10px;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
	
}
.welcome h4{
	line-height: 1.2em;
	font-weight: 300;
	color:#222;
	text-transform: uppercase;
	
	
}

/* termina seccion welcome*/

/*seccion Nuestros Productos*/

.nuestros-productos{
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	padding: 20px 0px 60px 0px;
	
}
.nuestros-productos h1{
	color: #ffba00;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	margin: 50px 0px 20px 0px;
}
.nuestros-productos h4{
	text-align: center;
	color: #aaa;
	line-height: 1.5em;
	margin: 30px 0px;
	font-weight: 400;
}
.nuestros-productos-item img{
	border:5px solid #fff;
	transition: all .25s ease-in;
}
.nuestros-productos-item img:hover{
	border:5px solid #ffba00;
}
.nuestros-productos-item p{
	text-align: center;
	color: #ffba00;
	margin: 20px 0px;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 1.5em;
	transition: all .25s ease-in;
}
.nuestros-productos-item:hover p{
	color: #fff;
}
.border-white{
	width: 100px;
	height: 4px;
	margin: 0 auto 20px auto;
	background-color: #fff;
}

.border-black{
	width: 100px;
	height: 4px;
	margin: 0 auto 20px auto;
	background-color: #000;
}

.border-yellow{
	width: 100px;
	height: 4px;
	background-color: #ffba00;
	margin: 20px 0px;
}



/* termina Nuestros Productos*/

a button.btn-default{
	background-color: #ffba00;
	border-radius: 3px;
	color: #000;
	font-weight: 500;
	padding: 15px 20px;
	text-transform: uppercase;
	border:none;
	margin-top: 30px;
	
	
}
a button.btn-default:hover{
	background-color: #fff;
	color: #000;
	text-decoration:none!important;
	
}

/*INICIA clientes-section*/

.clientes-section{
	background-color: #EEEEEE;
	min-height: 200px;
}
.clientes-section h1{
	font-family: Montserrat;
	color: #000;
	text-align: center;
	text-transform:uppercase;
	font-weight: 800;
	margin: 50px 0px 10px 0px;
}
.clientes-section img{
	margin: 60px 0px;
}


/* TERMINA clientes-section*/


/*INICIA videos-section*/

.videos-section{
	background-image: url(../images/bg_white.jpg);
	background-attachment: fixed;
	min-height: 300px;
}

.videos-section h1{
	color: #000;
	text-align: center;
	text-transform:uppercase;
	font-weight: 800;
	margin: 50px 0px 10px 0px;
}
.videos{
	margin: 30px 0px;
}

/*TERMINA videos-section*/

/*INICIA medidas-section*/

.medidas-section{
	
	background-image: url(../images/white_wall.png);
	background-repeat: repeat;
	min-height: 300px;
	padding: 20px 0px 60px 0px;
}

.medidas-section h1{
	color: #000;
	text-align: center;
	text-transform:uppercase;
	font-weight: 800;
	margin: 50px 0px 10px 0px;
}
.medidas-section p{
	text-align: center;
}



/*TERMINA medidas-section*/


/*EMPIEZA PRODUCTOS SECTION*/
.productos-section{
	padding: 20px 0px 60px 0px;
	
}

.productos-section h1{
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	margin: 50px 0px 20px 0px;
}

.box-producto{
	margin: 20px 0px;
	text-align: center;
	transition: all .25s ease;
	
}
.box-producto img{
	margin: 10px 0px;
}

.box-producto p{
	font-weight: 600;
	text-align: center;
	font-size: 1.5em;
	color: #000;
	transition: all .25s ease;
	font-family: Montserrat;
	
}
.box-producto:hover p{
	color: #ffba00;
}

/*TERMINA PRODUCTOS SECTION*/

/*EMPIEZA PIZARRONES-VIDRIO SECTION*/

.pizarrones-vidrio-section{
	padding: 20px 0px 30px 0px;
	
}
.pizarrones-vidrio-section h2{
	font-weight: 800;
	margin-left: 20px;
	color: #000;
	text-transform: uppercase;
	font-family: Montserrat;
	
}
.pizarrones-vidrio-section h3{
	text-align: left;
	font-size: 2.5em;
	text-transform: capitalize;
	color: #000;
	margin-top: 0px;
	font-weight: 800;
	font-family: Montserrat;
}

.pizarrones-vidrio-section h4{
	color: #666;
	font-family: Montserrat;
	text-transform: uppercase;
	
	font-weight: 700;
	
}
.pizarrones-vidrio-section p{
	font-family: 'Roboto', sans-serif;
	color:#666;
	font-weight: 300;
	line-height: 2em;
}
.pizarrones-vidrio-section p.desc{
	font-size: .8em;
	font-weight: 700;
	margin-left: 12px;
	color: #444;
}
.hot{
	position: relative;
}
.hot:after{
	content: "el más vendido";
	position: absolute;
	background-color:rgba(255,0,4,1);
	top: 20px;
	left: 25px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 10px;
}
.tipos-vidrio img{
	margin: 10px 0px;
	
	border-radius: 1px;
}
.tipos-borde img{
	border:5px solid #ddd!important;
	transition:  all .35s ease;
}
.tipos-borde img:hover{
	border:5px solid #ffba00!important;
}

.tipos-vidrio p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 2em;
	line-height: 2em;
	margin: 20px 0px;
	color: #666;
	
}
.tipos-vidrio p span{
	
	font-size: .75em;
	letter-spacing: 2px;
	font-weight: 400;
	color: #7E7E7E;
	text-transform: uppercase;
	display: block;
	height: 100px;
	
}
.tipos-vidrio h4{
	font-family: Montserrat;
	font-size: 1.6em;
	margin-top: 30px;
	margin-bottom: 10px!important;
	color: #000;
	text-transform: capitalize;
	font-weight: 800;
	
}

.tipos-perso h4{
	font-size: 1.6em;
	margin-top: 30px;
	margin-bottom: 10px!important;
	color: #000;
	letter-spacing: -1px;
	
}
.tipos-perso img.number{
	width: 30px;
	margin:10px 10px 10px 0px;
	
}
.pasos{
	margin: 0px 0px 20px 0px;
}
.pasos h4{
	margin-bottom: 30px !important;
}
.pasos img{
	
	width: 100px;
	margin: 10px auto;
	
}
.pasos h2{
	color: #ffba00;
	font-size: 1.3em;
	text-transform:none;
	margin: 0px;
	text-align: center;

}
.pasos p{
	text-align: center;
	font-size: .9em;
	margin: 5px 0px;
}





/*TERMINA PIZARRONES-VIDRIO SECTION*/




/* EMPIEZA footer*/

#myFooter {
    background-color: #000;
    color: #777777;
    padding-top: 30px;
}

#myFooter .footer-copyright {
    background-color: #ffba00;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
	
}
.footer-copyright p{
	color: #000!important;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}
#myFooter ul li i{
	color: #B4B4B4;
	margin-right: 5px;
}

#myFooter h5 {
    font-size: 18px;
    color: #ffba00;
    font-weight: 400;
    margin-top: 30px;
}

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
	font-weight: 300;
}

#myFooter a {
    color: #777;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .social-networks {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 16px;
}

#myFooter .social-networks a {
    font-size: 20px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
	color: #ffba00;
}

#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

#myFooter .btn {
    color: white;
    background-color: purple;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
}


/* CSS used for positioning the footers at the bottom of the page. */
/* You can remove this. */



#myFooter{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}


/*TERMINA FOOTER*/



/*EMPIEZA encabezado*/

.encabezado{
	background-image:url(../images/dot.png);
	background-repeat: repeat;
	
	padding: 10px 0px;
	min-height: 100px;
	
}
.encabezado h3{
	color: #000;
	text-transform: uppercase;
	background-color: #ffffff;
	padding: 10px;
	font-weight: 800;
	display: inline-block;
	font-size: 1.5em;
	font-family: Montserrat;
	letter-spacing: 5px;
	
	
	
}
.encabezado h4{
	color: #fff !important;
	font-weight: 300;
}
.encabezado h4{
	margin-top: 25px;
	color: #fff;
}
.encabezado a{
	color: darkseagreen;
	font-weight: 500;
	margin-right: 5px;
}
.encabezado a:hover{
	color: #fff;
}
.encabezado a::after{
	content: "\f101";
	color: #fff;
	font-family: 'FontAwesome';
	margin-left: 10px;
	font-weight: normal;
}

/*TERMINA encabezado*/




#myCarousel .nav a small {
    display:block;
}
#myCarousel .nav {
	background:#fff;
}
#myCarousel .nav a {
    border-radius:0px;
}
.nav-pills{
	margin: 0px!important;
}
.nav-pills a{
	background-color: #ffba00;
}
.nav-pills a.active{
	background-color: #fff;
}
.carousel-inner{
	margin-bottom: -1px;
}
.carousel-inner h4{
	color: #000;
	background-color: #fff;
	display: inline-block;
	clear: both;
	font-weight: 900;
	padding: 5px 20px;
	text-transform: uppercase;
}
.carousel-inner p{
	color: #000;
	background-color: #ffba00;
	display: inline-block;
	padding: 5px 10px;
}
.container-fluid{
	
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.filtering img
{max-width:100%;}

.secondary-menu .content-menu ul{
	margin: 30px 0px;
	padding: 0px;
	
}

.secondary-menu .content-menu ul li{
	list-style-type: none;
	margin: 5px 10px 5px 0px;
	
	
}
.secondary-menu .content-menu ul li a{
	list-style-type: none;
	background-color: #000;
	color: #fff;
	font-weight: 400;
	margin: 0px;
	padding: 5px 10px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	
}

.secondary-menu .content-menu ul li a:hover{
	
	font-weight: 400;
	
}




.gallery{margin-bottom:7px;}
.gallery .post-image1{float:left;width:20%;}
@media only screen and (max-width: 979px) {
	.gallery .post-image1{width:50%;}
	.gallery .post-image1 img{width:100%;}}
@media only screen and (max-width: 479px) {
	.gallery .post-image1{width:100%;float:none;}}
.pb89{padding-bottom:89px;}.small{width:33px;height:33px;}.post-image1 a{position:relative;display:block;}.post-image1 a .img-span{-webkit-transition:0.3s all ease;transition:0.3s all ease;position:absolute;width:100%;height:5%;top:50%;left:0%;background-color:transparent;z-index:1;text-align:center;line-height:100%;font-size:16px;color:#ffffff;visibility:hidden;}.post-image1 a .img-span .fa{-webkit-transition:0.3s all ease;transition:0.3s all ease;position:absolute;left:50%;margin-left:-45px;right:0;top:50%;margin-top:-45px;color:#191919;font-size:1px;display:inline-block;width:1px;height:1px;border-radius:500px;background-color:#fced05;line-height:1px;visibility:hidden;}.post-image1:hover .img-span{width:100%;height:100%;top:0%;left:0%;display:block;visibility:visible;}.post-image1:hover a .img-span .fa{transition-delay:0.2s;font-size:50px;width:90px;height:90px;line-height:90px;visibility:visible;}.simple-post{padding-bottom:50px;}.simple-post .post-image{padding-bottom:23px;}.simple-post p{padding-bottom:16px;}.block-map{position:relative;}@media only screen and (max-width: 1530px) {.block-map{float:none;}}.block-map{height:470px;width:100%;margin-top:30px;}@media only screen and (max-width: 1530px) {.block-map{width:100%;}}@media only screen and (max-width: 767px) {.block-map{height:300px;}}.map img{max-width:inherit;}.map #map-canvas{width:100%;}@media only screen and (max-width: 767px) {.map #map-canvas{height:300px;}}.map figure{display:block;padding-top:56px;margin-bottom:24px;}.map figure iframe{width:100%;height:430px;max-width:100%;}.google-map-api{position:absolute;left:0;right:0;top:0;bottom:0;}#map-canvas{position:absolute;top:0;left:0;right:0;bottom:0;}#map-canvas img{max-width:none!important;}.back4{background:url('../images/back4.png') 0 77% no-repeat;background-position:77% 0%;padding-bottom:88px;padding-top:79px;}@media only screen and (max-width: 1199px) {.back4{background:none;}}.listing{padding-top:20px;}.listing li{padding-bottom:5px;padding-top:1px;display:inline-block;}.listing li a{font-size:17px;padding-bottom:13px;color:#191919;}.listing li a:hover{font-weight:400;}.listing li:before{color:#191919;content:'\f138';font-size:17px;font-family:'FontAwesome';padding-right:11px;cursor:pointer;-webkit-transition:0.3s all ease;transition:0.3s all ease;}.back5{background:url('../images/back5.png') 0 74% no-repeat;background-position:74% 0%;padding-bottom:141px;padding-top:201px;}@media only screen and (max-width: 767px) {.back5{padding-bottom:50px;padding-top:50px;}}.pt80{padding-top:80px;}.pb29{padding-bottom:29px;}.pb27{padding-bottom:27px;}.pb71{padding-bottom:71px;}.label-post{padding-bottom:45px;}.label-post .label{font-size:32px;color:#191919;float:left;padding-top:11px;padding-left:19px;padding-right:11px;}@media only screen and (max-width: 479px) {.label-post .label{float:none;padding-left:0;margin-bottom:15px;}}.label-post .post-info{overflow:hidden;margin-top:3px;}.label-post .post-info ul.listing{padding-top:10px;}.label-post .post-info h3{display:block;}.label-cricle-post{padding:23px 29px 29px;margin-bottom:30px;}.label-cricle-post .label-cirlce{float:left;width:60px;height:60px;border-radius:500px;border:1px #ababab solid;text-align:center;font-size:28px;color:#191919;}.label-cricle-post .label-cirlce .fa{line-height:60px;}@media only screen and (max-width: 479px) {.label-cricle-post .label-cirlce{float:none;}}.label-cricle-post h4{float:right;text-align:right;}@media only screen and (max-width: 479px) {.label-cricle-post h4{float:none;text-align:left;padding-top:20px;}}.label-cricle-post p{padding-top:19px;padding-bottom:7px;}.label-cricle-post a{padding:7px 9px;}.border{border:1px #ababab solid;}.pb30{padding-bottom:30px;}.border-top-foot{border-top:2px #191919 solid;}.pb60{padding-bottom:60px;}.simple-post2{padding-bottom:39px;}.simple-post2 .post-image1{padding-bottom:20px;}.simple-post2 h3{display:block;margin-right:61px;margin-bottom:13px;}@media only screen and (max-width: 1199px) {.simple-post2 h3{line-height:30px;}}@media only screen and (max-width: 979px) {.simple-post2 h3{margin-right:0;line-height:30px;}}.small .fa{line-height:33px;}.back6{background:url('../images/back6.png') 0 80% no-repeat;background-position:80% 0%;padding-bottom:90px;padding-top:114px;}@media only screen and (max-width: 767px) {.back6{padding-bottom:50px;padding-top:50px;}}.back7{background:url('../images/back7.png') 0 71% no-repeat;background-position:71% 0%;padding-bottom:79px;padding-top:77px;}@media only screen and (max-width: 767px) {.back7{padding-bottom:50px;padding-top:50px;background:none;}}.pb36{padding-bottom:36px;}dl#accordion dt{overflow:hidden;padding:14px 29px;border:1px #ababab solid;margin-bottom:10px;cursor:pointer;background-color:#f3f3f3;-webkit-transition:0.3s all ease;transition:0.3s all ease;}dl#accordion dt a{font-size:26px;line-height:24px;color:#191919;font-weight:700;position:relative;display:block;}dl#accordion dt:hover{background-color:#191919;}dl#accordion dt:hover a{color:#ffffff;}dl#accordion dd{display:none;overflow:hidden;}dl#accordion dd .indent{padding-left:29px;padding-bottom:13px;}dl#accordion dd a{color:inherit;}.regular{font-weight:400;}.yellow-p p{padding-bottom:10px;}.pb70{padding-bottom:70px;}.content-menu{display:inline-block;margin-bottom:18px;}.content-menu ul li{float:left;}.content-menu ul li a{color:#191919;font-size:24px;display:inline-block;margin-right:50px;}.content-menu ul li a:hover{font-weight:700;}.content-menu ul li a.is-checked{font-weight:400; background-color: #ffba00; color: #000;}@media only screen and (max-width: 767px) {.content-menu ul li a{margin-bottom:10px;}}.pb24{padding-bottom:24px;}.filtering{margin-bottom:96px;}.pb27{padding-bottom:27px;}.map-meta{padding-top:390px;padding-bottom:12px;}@media only screen and (max-width: 767px) {.map-meta{padding-top:290px;}}.map{padding-bottom:16px;padding-top:18px;position:relative;}.map img{max-width:inherit;}.map #map-canvas{width:100%;height:406px;}@media only screen and (max-width: 767px) {.map #map-canvas{height:300px;}}.contact-meta{font-size:17px;line-height:27px;padding-bottom:12px;}.contacts{padding-top:27px;}.contacts a{text-decoration:underline;color:#191919;}.contacts a:hover{color:#ccc;}.contacts br.s_br{display:none;}@media only screen and (max-width: 1199px) {.contacts br.s_br{display:inline-block;}}@media only screen and (max-width: 767px) {.contacts br.s_br{display:none;}}@media only screen and (max-width: 1199px) {.contacts{padding-bottom:25px;}}.to-right{float:right;}@media only screen and (max-width: 1199px) {.to-right{float:none;}}@media only screen and (max-width: 767px) {.to-right{float:right;}}.pb19{padding-bottom:19px;}.page-text{padding-bottom:72px;}.page-text p.simple{padding-top:12px;padding-bottom:42px;}.page-text a{color:#191919;}.page-text a:hover{color:#fced05;}
button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;}.contact-form-body{padding-bottom:98px;padding-bottom:137px;}.send-button{float:right;padding:16px 46px!important;}.send-button .pink-more{margin-top:18px;}@media only screen and (max-width: 1199px) {label.name,label.email{width:100%!important;}}label.name,label.email{width:84%!important;}.form-buttons{margin-top:6px;}#toTop{display:none;text-decoration:none;position:fixed;bottom:165px;right:100px!important;border-radius:500px;width:26px;height:26px;}#toTop:before{content:'\f077';color:#ccc;font-size:30px;line-height:27px;right:60px;bottom:60px;position:fixed;}#toTop:hover:before{color:#811111;}@media only screen and (max-width: 1199px) {#toTop{display:none!important;}}@media only screen and (max-width: 767px) {#toTop{display:none!important;}}@media only screen and (max-width: 320px) {#toTop{display:none!important;}}.slide-bg{height:600px;}@media only screen and (max-width: 1400px) {.slide-bg{height:405px;}}@media only screen and (max-width: 1199px) {.slide-bg{height:330px;}}@media only screen and (max-width: 979px) {.slide-bg{height:300px;}}a.a-block{display:inline-block;}a.a-block:hover .block{background-color:#191919;color:#fced05;}.camera_prev:hover:before{background:url('../images/slide_prev_hov.png') 0% 0% no-repeat;}.camera_next:hover:before{background:url('../images/slide_next_hov.png') 0% 0% no-repeat;}a.small:hover{color:#ffffff;background-color:#191919;}@media only screen and (max-width: 767px) {.camera_prev:before,.camera_next:before{width:20px;height:70px;background-size:contain;}.camera_prev:before:hover,.camera_next:before:hover{background:url("../images/slide_next_hov.png") no-repeat scroll 0 0 rgba(0,0,0,0);background-size:contain;}}.camera_prev:before:hover{background:url('../images/slide_prev_hov.png') 0% 0% no-repeat;background-size:contain;}.camera_next:before:hover{background:url('../images/slide_next_hov.png') 0% 0% no-repeat;background-size:contain;}.camera_prev:hover:before{background:url('../images/slide_prev_hov.png') 0% 0% no-repeat;background-size:contain;}.camera_next:hover:before{background:url('../images/slide_next_hov.png') 0% 0% no-repeat;background-size:contain;}@media only screen and (max-width: 979px) {.to_right{float:none;}.camera_prev,.camera_next{width:20px!important;height:70px!important;}}@media only screen and (max-width: 767px) {.camera_prev,.camera_next{left:10px;margin-left:0px;width:20px!important;height:70px!important;}}


/*INICIA CONTACTO*/

.contacto{
	margin: 20px;
}
.contacto-area h3{
	font-weight: 500;
}
.contacto-area p{
	color: #333;
	font-weight: 300;
	margin: 20px 0px;
	font-size: 1.1em;
}
.contacto-area ul{
	margin: 0;
	padding: 0;
}
.contacto-area ul li{
	list-style-type: none;
	margin: 15px 0px;
	color: #333;
}
.contacto-area ul li span{
	display: block;
	font-weight: 500;
	margin-bottom: 5px;
	color: #222;
}
.contacto-area ul li i{
	margin-right: 10px;
	color: #f90;
}
form.contacto .form-control{
	border-radius: 0px;
	margin: 0px 0px 20px 0px!important;
	
}
form.contacto textarea,input[type="text"] {
	border-color: #000!important;
}



.btn{
	border-radius: 0px!important;
	padding: 0px 20px;
	background-color: #000;
	
	
}
.btn-custom{
	background-color: #000;
	color: #fff;
	height: 40px;
	
}

.btn-custom:hover{
	color:#fff;
}
.btn-custom:checked{
	color: #fff;
}
.btn-custom:focus{
	color: #fff;
}
.btn-custom:after{
	font-family: FontAwesome;
    content: "\f1d8";
	height: 40px;
	padding: 0px 15px 10px 15px;
	position: absolute;
	line-height: 40px;
	margin-left: 20px;
	top: 0px;
	display: inline-block;
	background-color: var(--pollo);
	color: #fff;
}
.mapa{
	margin: 0px!important;
	padding: 0px!important;
	
	border-top:#000 solid 2px;
	
}

.escondido{
	display: none;
}
/*TERMINA CONTACTO*/


.wats{
	position: fixed;
	min-height: 30px;
	z-index: 9999;
	background-color: green;
	bottom: 20px;
	right:20px;
	padding: 10px;
	border-radius: 200px;
	
}
.wats:hover{
	box-shadow: 0 1px 2px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.07),0 4px 8px rgba(0,0,0,.07),0 8px 16px rgba(0,0,0,.07),0 16px 32px rgba(0,0,0,.07),0 32px 64px rgba(0,0,0,.07);
	background-color: #075e54;
}
.wats a{
	color: white;
	line-height: 30px;
	padding: 10px;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.1em;
	transition: all .2s ease;
}
.wats a span{
	margin-left: 10px;
	
}

.wats a i{
	line-height: 30px;
	font-size: 2em;
	color: white;
	vertical-align: middle;
}