/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

@font-face {
font-family: 'Arial-bold';
src: url('fonts/Arial-Bold.otf') format('opentype');
}
@font-face {
font-family: 'Arial-Cond';
src: url('fonts/Arial-Cond.otf') format('opentype');
}
@font-face {
font-family: 'Arial-Light';
src: url('fonts/Arial-Light.otf') format('opentype');
}

body {
  padding-top: 54px;
  font-family: 'Arial-Light';
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.business-header {
  height: 50vh;
  min-height: auto;
  background: url('../images/banner-bienvenida.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.material-header {
  height: 40vh;
  min-height: auto;
  background: url('../images/banner-material-consulta.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.productos-header{
  height: 40vh;
  min-height: auto;
  background: url('../images/banner-mis-productos.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.formatos-header{
  height: 40vh;
  min-height: auto;
  background: url('../images/banner-formatos.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.identificacion-header{
  height: 40vh;
  min-height: auto;
  background: url('../images/banner-identificacion-cliente.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.comentarios-header{
  height: 40vh;
  min-height: auto;
  background: url('../images/banner-comentarios-sugerencias.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.card {
  height: 100%;
}

.navbar-brand img{
  width: 150px;
}
.bg-insignia{
  background-color: #c8102e !important
}
.nav-item a{
  font-size: 0.95rem !important
}
.card-img-top{
  border-top-left-radius:inherit !important;
  border-top-right-radius: inherit !important; 
}
.card {
    border: 0px solid rgba(0,0,0,.125);
    border-radius: initial;
}
.card-footer{
   border-top: 0px
}  
.card-footer img{
  width: 30px;
  margin-right: 10px;
}
.txt-center{
  text-align: center;
  color: white;
  font-size: 20px;
}
.img-promo img{
  width: 100%;
}
.img-home{
  width: 100%;
  overflow: hidden;
  margin-top: 70px;
}
.img-home-r img, .img-home-l img{
  width: 95%;
}
.img-home-r img{
  float: right;
}
.img-home-l img{
  width: 95%;
  float: left;
}
.txt-title-direcciones{
  text-align: center;
  font-family: 'Arial-bold';
  color: #c8102e;
  margin-top: 50px;
}
.txt-direcciones{
  color: #c8102e;
  padding: 0px 85px;
  margin-top: 50px;
}
.txt-direcciones span{
  font-family: 'Arial-bold';
}
.col-md-6.txt-direcciones:first-child {
    border-right: 1px solid #d0d0d0;
}
.diagonal {
  background-color: skyblue;
  margin-top: 90px;
  padding: 5% 20px;
  margin-bottom: -65px;
  -webkit-transform: skewY(5deg);
  -moz-transform: skewY(5deg);
  -ms-transform: skewY(5deg);
  -o-transform: skewY(5deg);
  transform: skewY(5deg);
}

.bg-footer{
  background-color: white;
  text-align: center;
  padding: 15px 0px;
  color: #9c9c9c;
}
.datos-contacto{
  color: white;
}
.datos-contacto i{
  font-size: 35px;
  padding-right: 12px;
}
.datos-contacto div{
  display: flex;
  align-items: center;
  margin-top: 20px
}
.insignia-map iframe{
  width: 100%;
  height: 279px;
  margin-top: 30px;
}
#twitter-widget-0{
  height: 500px !important;
  overflow: scroll;
}
.diagonal-interiores{
  margin-top: -65px !important;
}



.bg-material{
  background: url('../images/back-material.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.bg-productos{
  background: url('../images/back-productos.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.bg-formatos{
  background: url('../images/back-formatos.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.bg-identificacion{
  background: url('../images/back-identificacion.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.bg-comentarios{
  background: url('../images/back-comentarios.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}


.btn-archives{
  color: white;
  font-size: 15px !important;
  border-radius: 0px !important;
  padding: 10px 19px !important;
  margin: 35px 0px;
  width: 100%;
  text-align: left !important;
  display: flex !important;
  align-items: center;
}
.btn-archives img{
  width: 50px;
  margin-right: 10px;
}
.btn-archives div{
  width: 65px;
  float: left;
}
.section-archives{
  width: 100%;
  margin-top: 70px;
  margin-bottom: 150px;
}
.btn-sections{
  width: 30%;
  float: left;
}
.content-archives{
  width: 68%;
  float: right;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.71);
}
.btn-primary {
    border-color: #a72432;
}



.lists-archives{
  padding: 20px 20px;
}
.title-section-archives{
  text-align: center;
  font-family: 'Arial-bold';
  color: #C8102E;
}
.archive{
  display: flex;
  align-items: center;
  font-family: 'Arial-Cond';
  float: left;
  width: 50%;
}
.lists-archives i{
  font-size: 30px;
    padding: 10px 20px;
}


.show-section{
  display: block;
}
.hide-section{
  display: none !important;
}




.dropbtn {
    background-color: #4CAF50;
    color: white;
    border: none;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f7f7f7;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: -35px;
}

.dropdown-content a{
    color: #C8102E;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41}


.int{
  padding-left: 35px !important;
}

.int2{
  padding-left: 70px !important;
} 
.btn-mobile, .btn-mobile:hover, .btn-mobile:active{
    width: 100%;
    background-color: #C8102E !important;
    border-color: #C8102E !important;
}
.dropdown-menu.show {
    width: 100%;
    height: 300px;
    overflow: scroll;
}
.facebook-wdgt{
  overflow: hidden;
}

.section-comments{
  padding-top: 80px;
  padding-bottom: 200px;
  text-align: center;
}
.section-comments img{
  width: 250px;
  margin-bottom: 25px;
}

.content-form{
  padding: 25px 25px;
  background-color: #C8102E;
}

.content-form input, .content-form textarea{
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
  border: 0px;
}

.content-form input{
  height: 35px;
}

.content-form input[type="submit"]{
  width: 175px;
  color: #C8102E;
}

.content-form textarea{
  
}
@media(min-width: 320px){
  .select-mobile{
    display: block;
  }
  .btn-sections{
    display: none;
  }
  .content-archives {
    width: 100%;
  }
  .archive{
    width: 100%
  }
  .material-header, .productos-header, .formatos-header, .identificacion-header, .comentarios-header {
    height: 90px;
}
.dropdown-menu.show {
    
    margin-top: 268px;
}
	.business-header {
  height: 90px;
}
}
@media(min-width: 480px){
  .material-header {
    height: 50vh;
}
.dropdown-menu.show {
    
    margin-top: 232px;
}
		.business-header {
  height: 100px;
}
	  .material-header, .productos-header, .formatos-header, .identificacion-header, .comentarios-header {
    height: 100px;
}
}
@media(min-width: 640px){
  .dropdown-menu.show {
    
    margin-top: 244px;
}
		.business-header {
  height: 295px;
}
		  .material-header, .productos-header, .formatos-header, .identificacion-header, .comentarios-header {
    height: 245px;
}
}
@media(min-width: 768px){
  .archive{
    width: 50%
  }
  .material-header, .productos-header, .formatos-header, .identificacion-header, .comentarios-header {
    height: 180px;
}
  .dropdown-menu.show {
    
    margin-top: inherit;
}
		.business-header {
  height: 180px;
}
}
@media(min-width: 992px){
  .select-mobile{
    display: none;
  }
  .btn-sections{
    display: block;
  }
  .content-archives {
    width: 68%;
  }
  .material-header, .productos-header, .formatos-header, .identificacion-header, .comentarios-header  {
    height: 370px;
}
		
}
@media(min-width: 1024px){
  .material-header {
    height: 40vh;
}
		.business-header {
  height: 275px;
}
	 .material-header, .productos-header, .formatos-header, .identificacion-header, .comentarios-header  {
     height: 275px;
}
}
@media(min-width: 1200px){
  .business-header {
    height: 275px;
}
		 .material-header, .productos-header, .formatos-header, .identificacion-header, .comentarios-header  {
     height: 275px;
}
}

#sociales-fix{
	z-index: 1;
	width: 1em;
	padding: 1em 4.5em 1em 3em;
	position: fixed;
	top: 45%;
	right: 0;
	-webkit-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
	list-style: none;
	background-color: #c8102e;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;

	
}

#sociales-fix li{
	margin: 1em;
	list-style: none;
}

#sociales-fix a{
	color: white;
	text-decoration: none;
}

#botones-carrusel {
	
	color: #c8102e;
	
}

