/* your styles go here */
@font-face {
    font-family: "Bauhaus";
    src: url(fonts/Bauhaus 93.ttf) format("truetype");
}
@font-face {
    font-family: "Candara";
    src: url(fonts/candara.ttf) format("truetype");
}
@font-face {
    font-family: "Erasbolditc";
    src: url(fonts/erasbolditc.ttf) format("truetype");
}
.super-paragraph{
   width: 100%; text-align: center;
  background-color: #ff000096;
  color: #fff;
  font-family: Erasbolditc;
  font-size: 60px;
  padding-top: 10px;
}
.background-gray-lightest {
    background: #003661 !important;
}


@media only screen and (max-width: 425px) {
    .navbar-header{
        background-color: #003661;
    }
    .navbar-btn{
    	color: white;
    }
    .navbar a.navbar-brand{
    	    color: #f5f5f5;
    }
    .img-footer-p{
        width: 100%; height: 100px; 
    }
}
.titleW {
	    color: white;
}
.lead{
	color: white;
}
.titleW{
	font-size: 38px;
}
.lead{
	font-family: "Candara";
	font-size: 20px;
}
.linered{
  height: 5px;
  background-color: #941008;
}
.img-container{
	padding-bottom: 150px;
}
.img-container-nosotros{
	padding-bottom: 50px;
}
.img-nosotros {
  box-shadow: 2px 2px 5px #999;
}
.nosotros{
    font-family: "Candara";
	color: #003661;
	font-size: 20px;
}
.nosotros-title{
	font-size: 25px;
}
.titlenosotros{
	    color: #941008;
}
.logo-contacto{
	    width: 50%;
    margin-right: 0;
}
.aviso{
    font-size: 15px;
    font-family: "Candara";
    color: #003661;
}
.video-responsive {
    position: relative;
    padding-top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}
.image_gallery{
    width: 100%;
}
.title-blog{
    font-family: Erasbolditc;
    font-size: 35px;
    color: #941008;
}
.texto-post{
    font-size: 20px;
    font-family: "Candara";
    color: #003661;
}
.borde-fin-post{
    border-bottom: 1px solid #ccc !important;
}
.title-plastired{
    font-family: Erasbolditc;
    font-size: 25px;
    color: #941008;
}
.title-pregunta{
    font-size: 20px;
    font-family: "Candara";
    color: #941008;
}
.text-pregunta{
    font-size: 20px;
    font-family: "Candara";
    color: #003661;
}
#empresa{
    padding-left:40px;
    padding-right: 40px;
    padding-bottom: 20px; 
    background-color: #941008;
    font-family: Candara;
    font-size: 16px;
    color: #fff; 
}
.tpl{
    font-family: "Erasbolditc";
}
.list{
    list-style:none;
    text-decoration: none;
    border-bottom: solid 0px !important;
}
.link-footer{
    color: #fff !important;
}
.productos{
    color: #003661;
    font-size: 20px;
}
.img-container-productos{
    padding-bottom: 50px;
}
.img-productos {
    box-shadow: 2px 2px 5px #999;
}
.productos-title {
    color: #003661;
    font-size: 38px;
}
.img-footer-p{
width: 100%;
height: 200px;
}
.titleproductos {
    color: #941008;
    font-size: 30px;
}
.lineaVDer {
    border-right: 1px solid #fff;
}
.lineaVIzq {
    border-left: 1px solid #fff;
}

.borde{
    border: 2px solid #ccc;
}