/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.contactenos  {
  position: fixed;
  bottom: 0px;
  left: 85%;
  z-index:200;
}

.contactenos-m  {
  position: fixed;
  bottom: 10px;
  left: 75%;
  z-index:200;
}


.n-productos  {
	padding: 30px;
	border: 1px solid #ddd;
}

.n-productos li {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px																																																																;
}


.n-productos h3 {
	font-weight: 500;		
	color:#4a6ba5;
	margin-bottom: 0px!important;																																																											;
}

.contactenos  {
  position: fixed!important;
  bottom: 0px;
  left: 85%;
  z-index:200;
}

.contactenos-m  {
  position: fixed!important;
  bottom: 30px;
  right: 10px;
  z-index:200;
  width: 100px;
}

.lista-placas {
	font-weight: 600;
	font-size: 20px;
	color: #578fcb;
	list-style: disc;
	margin-left: 20px;
}

.lista-placas-2 {
	font-weight: 600;
	font-size: 20px;
	color: #bbd3e6;
	list-style: disc;
	margin-left: 20px;
}

.a-right {text-align: right!important;
}

.icono-inner {margin-top: 10px; font-size: 14px; font-weight: 500; line-height: 16px;
}

.container-center {
  position: relative;
  height: 46px;
}

.center-element {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.color {width: 80px; height: 80px; border-radius: 50%; margin: 0 auto
}

.banner-titulo {
text-shadow: 0px 0px 9px rgba(0,0,0,0.81)!important;
color: #fff;
font-size: 22px;
}


.sombra {
text-shadow: 0px 0px 9px rgba(0,0,0,0.81)!important;
color: #fff;
font-size: 32px;
}


.pvc-back {
background: rgb(206,207,209);
background: linear-gradient(180deg, rgba(206,207,209,1) 35%, rgba(255,255,255,1) 100%);
}



.pvc-item {
	margin-top: 30px;
	height: 100px;
	margin-left: 10%;
}

.pvc-item h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #000;
}

.pvc-item p {
}


.producto-item {
	padding: 2%;
}

.producto-item h4 {
	margin: 5%;
	margin-top: 10px;
	font-size: 18px;
}


.catalogo {
	background: url(../images/00/catalogo-back.jpg) right / cover;
}


.formulario-consulta { 
 	background: #eee;
 	padding: 10px;
 	margin-top: 20px;
 }

.icon-contacto { 
 	font-size: 17px;
 	border-bottom: 1px solid #ccc;
 	width: 100%;
 	padding: 10px 0px 10px 0px;
 	font-weight: 700;
 	font-family: 'Montserrat', sans-serif;
 }



 .producto { margin-top: 30px;
 }

  .producto img { box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
 }

   .producto h4 { color: #578fcb; margin-top: 10px; font-weight: 600!important;
 }

    .alternativo {  color: #578fcb!important;  font-weight: 600!important;
 }


  .item-opacity { opacity: 0.4;
 }


@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
   }


.banner-titulo {
	padding: 30px 5px 0px 40px;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
}

.banner-texto {
		padding: 5px 5px 5px 40px;
	font-size: 15px;
	font-weight: 500;
	color: #ae8640!important;
}


.lead {
    font-size: 1rem;
    font-weight: 300; 
}

  .home-clases-banner h3 {
	text-align: center;
	color:  #fff;
	font-weight: 400;
	font-size: 30px;
}


.home-clases-banner h3 span {
	
	font-weight: 500;
	font-size: 20px;
}

.titulo-clase span {
    font-size: 12px;
    line-height: 13px!important;
    font-weight: 500;
    letter-spacing: 0;
}

..portfolio-desc h3 a {
    font-size: 17px;
}




  
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

