


/*  @import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700&amp;display=swap" rel="stylesheet">
 body {

  font-family: 'Montserrat', sans-serif;
 
} */





  /*--------------------- Navbar-----------------------------*/






  #scrollcartas::-webkit-scrollbar {
    width: 10px;
  }
  
  #scrollcartas::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(90, 90, 62); 
    border-radius: 10px;
  }
   
  #scrollcartas::-webkit-scrollbar-thumb {
    background: #525252;
    border-radius: 10px;
  }
  
  #scrollcartas::-webkit-scrollbar-thumb:hover {
    background: #0d6efd;
  }
  
  
  
  
  
  
  
  
  
  #clientsimg {
    max-width: 100%;
    filter: grayscale(0%);
    transition: 0.3s;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  #portfolio .owl-carousel .item {
    height: 10rem;
    padding: 2rem;
  }
  
  .titulo{
      font-family: 'Inter', sans-serif;
      text-align: center;
      padding-top: 50px;
      font-size: -webkit-xxx-large;
      color: #6c757d;
  }
  
  .my-element {
      animation-name: fadeInUp;
      animation-duration: 3s; /* don't forget to set a duration! */
    }
  
    .my-element2 {
      animation-name: fadeInLeft;
      animation-duration: 3s; /* don't forget to set a duration! */
    }
  
  .borde{
      margin: auto;
      width: 30%;
      border-top: dashed;
      color: red;
  }
  
  .card-text{
      color: #6c757d;
  }
  
  
  
  .fontfam{
      font-family: 'Inter', sans-serif;
  }
  
  .left{
      margin-left: 10px;
  }
  
  
  
  
  
  
  
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  
  a {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    color: #0857c3; 
  
  
  }
  
  .nav-link:hover {
  color: rgba(233, 52, 52, 0.925);
  }
  a:hover, a:focus {
    background-size: 100% 2px;
    transition: background-size .5s;
  }
  
  
  
  
  
  
  
  .infoabout {
      font-size: 20px;
      text-align: justify;
      color: #333;
      display: flex;
      align-items: center;
  }
  
  
  .cart{
    padding-top: 2rem;
  
  }
  
  
  
    /*--------------------- Navbar-----------------------------*/
     #logorojo {
      width: 18%;
      height: auto;
    }
  
    #logoblanco {
      width: 18%;
      height: auto;
    }
  
    .letra{
      color: rgb(35 59 92);
      cursor: pointer;
      /* -webkit-text-stroke-width: thin; */
      font-weight: 500;
  }
  
    .navbar{
        position:fixed; 
        z-index: 2; 
        height: 75px; 
        padding: 1.5rem;
    }
  
    #headerblock{
      height: 75px;
    }
  
    @media screen and (max-width:780px) {
      #headerblock {
        height: 89px;
        
      }
    }
    @media screen and (max-width: 990px) {
        .navbar {
            position:fixed; 
            z-index: 2; 
            display: inline-table;
          
        }
      }
  
    @media (min-width: 1024px) {
      #logorojo #logorojo {
        padding-left: 60px;
      }
    }
    
    @media (max-width: 780px) {
  
      #header #logorojo {
        width: 50%;
      }
      #header #logoblanco {
        width: 50%;
      }
  
    }
    /*--------------------- Navbar-----------------------------*/
  
  
  
  
  
  /*  ------------------Intro Carrusel----------------------- */
  #intro {
   
    width: 100%;
  }
  
  #imgblock{
    height: 89vh;
    object-fit: contain;
    margin-left: -10rem;
  
  }
  
  @media (max-width: 968px) {
    #imgblock{
      height: 30vh;
      width: auto;
      object-fit: cover;
      margin-left: 0rem;
    
    }
  
  }
  
   #intro .carousel-img::before {
    content: '';
    position: absolute;
    width: 105%;
    height: 100%;
    background-image: linear-gradient(270deg,rgb(0 0 0 / 30%),#151a36)
  }
   
  #intro .carousel-img {
    border: 0;
    margin: 0;
    padding: 0;
  
  }
  
  #intro .carousel-text {
      /* background: url(img/fon3.png); */
      background: linear-gradient(270deg,#151a36,#003d75);
      background-position: bottom;
      background-repeat: no-repeat;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: flex-start;
      padding: 40px 40px 20px 90px;
      position: relative;
  
  }
  
  
  @media screen and (max-width: 768px){
    #intro .carousel-text {
      padding: 40px 40px 40px 40px;
    }
  }
  
  #intro .carousel-text hr {
    background: #fff;
    height: 2px;
    float: left;
    width: 100px;
    margin: 0px;
  }
  
  #intro .carousel-text h1 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    font-style: oblique;
  }
  
  #intro .carousel-text h3 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    margin: 0 0 18px;
    line-height: 1;
  }
  
  #intro h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
  }
  /*  ------------------Intro Carrusel----------------------- */
  
  
  
  
  
 










  .header_logo_wrapper {
    height: 120px;
    /* background: url(img/fondo3.jpg); */

    background-size: cover;
    background-repeat: no-repeat;
}




/* ----------------- Footer--------------------------*/

 .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #cfcfcf2e;
    color: #000;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
.social-links a:hover {
    background: #0857c3;
    color: #fff;
  }
  
  .social-links {
    text-align: center;
  }
  
  .fa {
    color: #fff;
  }



  /*  ------------------nostros Section----------------------- */

#nosotros{
    background-color: #eee;
    background-size: cover;
    padding: 50px 0 50px 0;
    position: relative;
}

.section-header h3 {
    font-size: 35px;
    color: rgb(35, 59, 92);
    text-align: center;
    position: relative;
    
    
}


 .about-col {
    background-size: 100% auto;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    margin-bottom: 20px;
}

.cadtxt {
    height: 250px;
  }

.btnestilo {
    background: transparent;
    font-weight: 600;
    color: #444;
    font-size: 1rem;
    padding: 1rem 1.5rem;
    border: 2px solid #eee;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 1s ease;
    box-shadow: 0.5rem 0.5rem 1rem #ccc, -0.5rem -0.5rem 1rem #fff;
}






  /*  ------------------SIG---------------------- */

#sig{
    background-color: #ebeaea;
    background-size: cover;
    padding: 50px 0 50px 0;
    position: relative;
}































  a:hover,
a:focus{
	color: #d61d25;
	text-decoration: none;
}
:focus{
	outline: 0 !important;
	text-decoration: none !important;
}

/**/
.navbar{
	margin-bottom: 0;
	border: 0 none;
}
.navbar .navbar-left{
	padding-top: 35px;
	padding-bottom: 35px;
}
.navbar .navbar-left a{
	display: inline-block;
}
.navbar .navbar-left a span{
	color: #d61d25;
	font-weight: bold;
	display: inline-block;
	border-left: 1px solid #000;
	padding: 4px 20px;
	margin-left: 20px;
}
.navbar .navbar-right{
	padding-top: 31px;
}
.navbar .navbar-right ul{}
.navbar .navbar-right ul li{}
.navbar .navbar-right ul li a{
	font-size: 18px;
	color: #333;
	padding-left: 11px;
	padding-right: 11px;
}
.navbar .navbar-right ul li a:focus,
.navbar .navbar-right ul li a:hover{
	background: none;
	color: #d61d25;
}
.navbar .navbar-right .raya{
	border-left: 1px solid #000;
	display: inline;
	height: 40px;
	margin-left: 25px;
	margin-top: 15px;
	width: 40px;
}
.navbar .navbar-right .raya a{
	color: #000000;
	font-weight: bold;
	margin-left: 25px;
}
.navbar .navbar-right .boton-nav{
	background-color: #B91E24;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	margin-left: 15px;
}
.raya span{
	color: #B91E24;
	font-weight: 600;
	padding-left: 10px;
}
.cuerpo{
	background-color: #F2F2F2;
}
.cuerpo .btn{
	background-color: #B91E24;
	border-color: #B91E24;
}
.cabecera{
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 600px;
	margin-bottom: 50px;
	width: 100%;
}
.cabecera{
	padding-left: 130px;
	padding-top: 150px;
}
.cabecera h2{
	color: #fff;
	font-weight: bold;
	margin-left: 80px;
	width: 350px;
}
.cabecera h5{
	color: #fff;
	margin-left: 80px;
	width: 350px;
}
.cabecera .btn1{
	background-color: #B91E24;
	border-color: #B91E24;
	font-weight: 600;
	margin-left: 80px;
}
section.primera-seccion{
	position: relative;
}
.carousel{}
.carousel .item{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.carousel .item .fondo-movil{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}
.izq{
	color: #aaa;
}
.carousel .item .ban-table{
	height: calc(100vh - 113px);
	min-height: 500px;
	display: table;
	width: 500px;
	margin-left: 50px;
}
.carousel .item .ban-cell{
	display: table-cell;
	vertical-align: middle;
}
.carousel .item .flechas{
	margin-bottom: 28px;
}
.carousel .item .flechas a{
	display: inline-block;
	background: #949292;
	padding: 17px 0;
	border-radius: 50%;
	width: 52px;
	line-height: 1;
	text-align: center;
	margin-right: 5px;
}
.carousel .item .flechas a:hover{
	background: #ba1e25;
}
.carousel .item .dere{
	color: #B91E24;
}
.carousel .item .ico-t{
	color: #fff;
	font-size: 25px;
	padding-left: 5px;
}
.carousel .item .titulo{
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	margin: 0 0 18px;
	line-height: 1;
}
.carousel .item .share{
	color: #fff;
	display: inline;
}
.carousel .item .share .compa{
	display: inline-block;
}
.carousel .item .share a{
	margin-left: 8px;
	display: inline-block;
}
.carousel .item .cont{
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
}
.fecha{
	color: #878787;
}
.ex{
	color: #000000;
	margin-top: 20px;
}
.ex span{
	color: #B91E24;
}
.ex h4{
	font-weight: bold;
}
.ex p{
}
.col-md-3 h4{
	color: #000;
	font-weight: bold;
	text-align: left;
}
.cuerpo{
	position: relative;
	padding-top: 40px;
}
.cuerpo .notas{
	padding-bottom: 50px;
}
.cuerpo .nota{
	padding-top: 47px;
	background: url(images/barra.png) center top repeat-x;
	margin-bottom: 47px;
}
.cuerpo .nota .img{
	position: relative;
	margin-bottom: 15px;
}
.cuerpo .nota .img > span{
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	background-size: 100% auto;
	left: 15px;
	top: 20px;
}
.cuerpo .nota .img img{
	width: 100%;
	height: auto;
}
.cuerpo .nota .img .share{
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	height: 120px;
	font-size: 18px;
}
.cuerpo .nota .img .share:before{
	content: '';
	display: block;
	position: absolute;
	top: -80px;
	right: -80px;
	width: 160px;
	height: 160px;
	background: #ba1e25;
	transform: rotate(45deg);
}
.cuerpo .nota .img .share a{
	color: #fff;
	position: absolute;
	right: 0;
	top: 23px;
}
.cuerpo .nota .img .share a.face{
	right: 40px;
}
.cuerpo .nota .img .share a.twit{
	right: 12px;
}
.cuerpo .nota .fecha{
	font-size: 15px;
	margin-bottom: 12px;
	text-transform: capitalize;
}
.cuerpo .nota .fecha span{
	color: #ba1e25;
	font-weight: 600;
}
.cuerpo .nota h2{
	margin: 0 0 13px;
	font-size: 20px;
	font-weight: bold;
}
.cuerpo .nota h2 a{
	color: #000;
}
.cuerpo .nota h2 a:hover{
	color: #ba1e25;
}
.cuerpo .nota p{
	font-size: 17px;
	line-height: 1.3;
}
.botones{
	display: inline;
	height: 400px;
	margin-left: 350px;
	width: 350px;
}
.botones button{
	border-color: #878787;
	margin-bottom: 80px;
}
.botones .btn-1{
	background-color: #f2f2f2;
	border-color: #b2b2b2;
}
.sus{
	background-color: #B91E24;
	min-height: 200px;
	width: 100%;
}
.links{
	border: solid 1px #878787;
	border-bottom: none;
	border-top: none;
	font-size: 16px;
	font-weight: bold;
	margin-top: 45px;
	min-height: 100px;
	width: 250px;
}
.subscribise{
	background-image: url("images/subscribete-1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 30px;
	min-height: 600px;
}
.subs{
	float: right;
	max-width: 800px;
}
.texto-s{
	max-width: 500px;
}
.subscribise .subs h2{
	color: #fff;
	font-size: 10vh;
	font-weight: bold;
}
.subscribise .subs .info{
	color: #fff;
	font-size: 24px;
	margin-bottom: 50px;
	text-align: center;
}
.subscribise .subs input{
	background-color: #6A6061;
	border-color: #6A6061;
	height: 70px;
	margin-bottom: 50px;
}
.subscribise .subs .caja-i{
	display: flex;
	margin: 0;
	padding: 0;
}
.subscribise .subs .caja-b{
	display: flex;
	margin: 0;
	padding: 0;
}
.subscribise .subs input::placeholder{
	color: #fff;
}
.subscribise .subs button{
	background-color: #BA1E25;
	border-color: #BA1E25;
	color: #fff;
	font-weight: bold;
	height: 70px;
	margin-bottom: 50px;
	width: 150px;
}
.subscribise .chattin{
	margin: auto 0;
}
.subscribise span p{
	color: #fff;
}
.subscribise p{
	color: #fff;
	text-align: left;
}
.chat{
	border-right: 1px solid #fff;
}
.phone{
	border-right: 1px solid #fff;
}
.foto-g{
	margin-bottom: 30px;
	min-height: 400px;
}
.foto-g h3{
	color: #000;
	font-weight: bold;
	margin-bottom: 50px;
}
.foto-g img{
	margin-bottom: 30px;
}
footer{
	background-color: #B91E24;
	bottom: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer p{
	color: #fff;
	padding-top: 0px;
	text-align: center;
}
footer .redes{
	padding-top: 21px;
	text-align: center;
	font-size: 24px;
}
footer .redes a{
	color: #fff;
	display: inline-block;
	margin: 0 9px;
}
footer .redes .ic{
	color: #fff;
}
.nav-header{
	background-color: rgba(0,0,0,.6);
	position: absolute;
	width: 100%;
	z-index: 2;
}
.nav-header .nav{
	display: table;
	text-align: center;
	width: 100%;
}
.nav-header .navbar-nav > li{
	display: table-cell;
	float: none;
	width: 25%;
}
.nav-header .navbar-nav > li a{
	color: #eee;
	padding: 30px 5px;
}
.nav-header .navbar-nav > li a img{
	margin-right: 6px;
}
.nav-header .navbar-nav > li a span{
	font-weight: 600;
}
.nav-header .navbar{
	border: none;
	margin-bottom: 0px;
	min-height: auto;
	position: relative;
}
.nav-header .navbar-nav > li.active-1{
	background-image: url("images/nav-ac-1.jpg");
	background-position: 100% 100%;
	background-size: 100% 100%;
}
.nav-header .navbar-nav > li.active-1 div.pattern{
	background: rgba(51,6,8,.7);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.nav-header .navbar-nav > li a:hover{
	background: none !important;
}
.arrows{
	margin-left: 80px;
}
.arrows span{
	background: #aaa;
	border-radius: 100%;
	color: #fff;
	padding: 14px 16px;
}
.arrows span.active{
	background: #B91E24;
}
.news-dest .share{
	color: #fff;
	margin-left: 80px;
	margin-top: 3%;
}
.news-dest{
	margin-top: 55%;
	padding-left: 2.7%;
}
.news-dest .item{
	height: 300px;
	margin: 0 auto;
	padding: 10px;
}
.news-dest .item .pattern{
	background: rgba(0,0,0,.7);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 93%;
	z-index: 11;
}
.news-dest .item a{
	position: relative;
	z-index: 100;
}
.news-dest .item img{
	height: 60px;
	position: absolute;
	width: 60px;
	z-index: 200;
}
.news-dest .item img.img-back{
	background-position: 100% 100%;
	background-size: cover;
	height: 100%;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 93%;
	z-index: 10;
}
.news-dest .item .meta{
	color: #fff;
	margin-top: 50%;
	position: relative;
	width: 95%;
	z-index: 100;
}
.news-dest .item .meta a{
	color: #fff;
	font-weight: bold;
}
.news-dest .item .meta span{
	font-size: .9em;
	line-height: 2em;
	margin-bottom: 5%;
}
.news-dest .item .meta span.share{
	margin: 0;
	padding-top: 2%;
}
img.img-dest{
	width: 100% !important;
}
.ex{
	overflow: hidden;
	padding-right: 0;
}
.ex-long .fecha{
	color: #878787;
	margin-top: 1%;
}
.ex-long{
	color: #000000;
	margin-top: 20px;
	overflow: hidden;
	padding-right: 0;
}
.ex-long span{
	color: #B91E24;
}
.ex-long h4{
	font-weight: bold;
}
.ex-long p{
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.ex{
	padding-left: 0px !important;
	padding-right: 0px;
}
.ex .icon-left,
.ex-long .icon-left{
	left: 5%;
	position: absolute;
	top: 5%;
	width: 70px;
}
.ex .icon-right,
.ex-long .icon-right{
	position: absolute;
	right: -200px;
	top: -200px;
}
.ex .share,
.ex-long .share{
	position: absolute;
	right: 1%;
	text-align: center;
	top: 1%;
}
.ex .share span,
.ex .share a,
.ex-long .share span,
.ex-long .share a{
	color: #fff;
	text-align: center;
}
.ex .img-responsive{
	width: 100% !important;
}
.ex .icon-right{
	right: -220px;
	top: -220px;
}
.ex .share{
	right: 6%;
	top: 1%;
}
.ex .icon-left{
	left: 8%;
	top: 8%;
	width: 70px;
}
.col-md-12 p{
	color: #000;
	font-size: 14px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: left;
}
.img-hr{
	margin-bottom: 7%;
	margin-top: 14%;
}
.col-hr{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.col-hr img{
	height: 6px;
	width: 100%;
}
.indi .cates{
	padding-top: 35px;
	text-align: center;
	margin-bottom: 20px;
}
.indi .cates .bo{
	background-color: #B91E24;
	border: 0 none;
	font-size: 13px !important;
	letter-spacing: 1px;
	font-weight: 600;
	border-radius: 27px;
	padding: 4px 26px;
	margin: 0 3px;
	cursor: default;
	color: #fff;
	text-transform: uppercase;
}
.indi h1{
	font-size: 35px;
	color: #1f1e1e;
	font-weight: bold;
	text-align: center;
	margin: 0 0 40px;
}
.indi .img-prin{
	margin-bottom: 60px;
}
.indi .img-prin img{
	width: 100%;
	height: auto;
}
.indi .sociales{}
.indi .sociales .solo{
	font-size: 16px;
	text-align: center;
	width: 23px;
	padding-top: 5px;
	padding-bottom: 16px;
}
.indi .sociales .solo a{
	color: #000;
}
.indi .nota-cuerpo{
	font-size: 17px;
	padding-bottom: 32px;
}
.indi .nota-cuerpo h2{
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 18px;
	padding-top: 5px;
}
.indi .nota-cuerpo h3{
	font-size: 25px;
	margin: 0 0 18px;
}
.indi .nota-cuerpo p{
	margin-bottom: 18px;
}
.indi .nota-cuerpo img{
	max-width: 100%;
	height: auto;
}
.indi .nota-cuerpo ul{
	padding: 0;
	margin: 0;
	list-style: none;
	/*padding-bottom: 18px;*/
}
.indi .nota-cuerpo ul > li{
	padding-left: 24px;
	position: relative;
	margin-bottom: 18px;
}
.indi .nota-cuerpo ul > li:before{
	content: '';
	display: block;
	background: #B91E24;
	width: 5px;
	height: 5px;
	left: 5px;
	top: 11px;
	position: absolute;
}
.btn-group{
	margin-bottom: 40px;
	width: 100%;
}
.btn-group .bt{
	background-color: #B91E24;
	border-color: #B91E24;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	width: 50%;
	text-transform: uppercase;
	padding-top: 35px;
	padding-bottom: 35px;
}
.btn-group .bt:focus,
.btn-group .bt:hover{
	background: #1a1919 !important;
}
.btn-group .bt i{
	font-size: 11px;
	margin: 0 8px;
}
.titulo h1{
	color: #000;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
}
.col-md-12 .img-head{
	margin-bottom: 25px;
}
.col-md-9 .desarrollo{
	margin-bottom: 25px;
}
.rs{
	margin-top: 25px;
	text-decoration: none;
}
.rs ul li{
	margin-bottom: 20px;
	text-decoration: none;
}
.rs a{
	color: #000;
}
.rs .r{
	font-size: 25px;
}

.border{
	border: solid;
	border-color: #E5E5E5;
	color: #000;
	font-weight: bold;
	height: 300px;
	margin-left: 40px;
	padding-left: 50px;
}
.border .radio{
	background-color: #E5E5E5;
	height: 50px;
	margin-bottom: 15px;
	width: 420px;
}
.border .radio .rdo{
	margin-left: 15px;
	margin-top: 15px;
}
.input-radio.radio .radio-first{
	margin-top: 40px;
}
.radio .label{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 35px;
}
.border .grey .boton{
	background-color: #958F8F;
	border-color: #958F8F;
	border-radius: 0px;
	color: #fff;
	width: 150px;
}
.conclu h2{
	color: #000;
	padding: 25px;
	text-align: left;
}
.conclu .p{
	marg: 0;
	text-align: left;
}
.demas h4{
	color: #000;
	font-weight: bold;
	padding-left: 25px;
}
.comentarios{
	margin-bottom: 25px;
}
.btn-destacada{
	font-weight: bold;
	height: 35px;
	margin-left: 25px;
	moz-border-radius: 25px 25px 25px 25px;
	webkit-border-radius: 25px 25px 25px 25px;
}
.ventas-destacada p{
	font-size: 20px;
	margin-bottom: 15px;
	width: 100%;
}
.ventas-destacada h1{
	font-size: 28px;
	font-weight: bold;
	padding-left: 35px;
	text-align: left;
}
.ventas-destacada h3{
	font-size: 26px;
	padding-left: 35px;
	text-align: left;
}
.ventas-destacada .interes{
	width: 100%;
}
.gustar{
	margin-bottom: 30px;
}
.gustar h2{
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 20px;
}
.gustar .lee{
	height: 220px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.gustar .lee h3{
	position: absolute;
	margin: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.7);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.3;
}
.gustar .lee a{
	display: block;
	color: #fff;
	padding: 20px 25px;
}
.gustar .lee a:hover{
	color: #d61d25;
}
.comentarios{
	padding-bottom: 30px;
}
.comentarios h2{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 25px;
}
.compras{
	width: 100%;
}
.suscri-mod{
	margin-bottom: 40px;
}
.suscri-mod h4{
	background: #b50e11;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	padding: 17px 10px;
	font-weight: 600;
	letter-spacing: 1px;
}
.suscri-mod .formu{}
.suscri-mod .formu input{
	border: 0 none;
	box-shadow: none;
	background: #f1eded;
	text-align: center;
	color: #666;
}
.suscri-mod .formu .enviar{
	background: #736162;
	border-color: #736162;
	padding-left: 25px;
	padding-right: 25px;
}
.fb-mod{
	margin-bottom: 40px;
}
.fb-mod h4{
	font-weight: bold;
	margin: 0 0 20px;
}
.fb-mod .iframe{}
.fb-mod .iframe iframe{
	width: 100% !important;
}

/**/

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.nav-header .navbar-nav > li a img{
		/*margin: 0;*/
		width: 50px;
		height: 50px;
	}
	.indi .img-prin {
	    margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.navbar .navbar-left{
		text-align: center;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.navbar .navbar-left img{
		width: 173px;
	}
	.carousel .item .ban-table {
    	height: calc(100vh - 83px);
	}
	.carousel .item{
		background: none !important;
	}
	.carousel .item .fondo-movil{
		display: block;
	}
	.carousel .item .ban-table{
		margin-left: 0;
		width: 100%;
	}
	.carousel .item .ban-cell{
		vertical-align: bottom;
	}
	.carousel .item .item-txt{
		background: rgba(0,0,0,.5);
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 31px;
		padding-bottom: 37px;
	}
	.carousel .item .titulo{
		font-size: 40px;
	}
	.carousel .item .cont{
		font-size: 15px;
	}
	.cuerpo .notas{
		padding-bottom: 0;
	}
	.cuerpo .nota p{
		font-size: 15px;
		line-height: 1.5;
	}
	footer{
		text-align: center;
	}
	footer img{
		width: 150px;
		margin: 0 auto;
	}
	footer p{
		text-align: center !important;
		font-size: 12px;
	}
	footer .redes{
		font-size: 18px;
		margin-bottom: 11px;
	}
	.indi .cates{
		padding-top: 0;
	}
	.indi .cates .bo{
		margin-bottom: 5px;
		font-size: 10px !important;
	}
	.indi h1{
		font-size: 28px;
	}
	.indi .nota-cuerpo{
		font-size: 15px;
	}
	.indi .nota-cuerpo h2{
		font-size: 20px;
	}
	.indi .nota-cuerpo h3{
		font-size: 20px;
	}
	.btn-group .bt{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.gustar .lee{
		margin-bottom: 15px;
		height: 160px;
	}
}
  
