/* Add here all your CSS customizations */

h1,h2,h3,h4,h5,h6{ font-weight: bold;}
p{ color: #000;}
body{ background-color: #FFF;box-shadow:  none !important;}
/* ========================================
ESTILOS DEL ENCABEZADO ADICIONALES
==========================================*/
#header .header-logo img {
	margin:0;
	max-height: 75px;
}

/* ========================================
ESTILOS DEL MENU ADICIONALES
==========================================*/
html #header .header-nav-bar-primary {
    background: none!important;
    border-top: 2px solid #AEAEAE;
    border-bottom:2px solid #AEAEAE;
    padding-bottom: 0;
}
#header .header-nav-bar .header-nav-main {
	margin:0;
}
#header .header-nav-main nav > ul > li > a {
	color:#0d375b;
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: 20px;
   padding: 20px 50px;
   text-transform: uppercase;
}
 #header .header-nav-main nav > ul > li:hover > a,ul.nav-pills > li.active > a {
    color:#55b847;
}
.nav-pills > li + li {
    margin-left: 0px;
}
/* ========================================
ESTILOS DEL FOOTER
==========================================*/
#footer {
    background: #6C7073 none repeat scroll 0% 0%;
    border-top: 4px solid #6C7073;
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 30px;

}
#footer .container .row > div {
    margin-bottom: 0px;
}
#footer p {color:#fff; margin-bottom: 0;}
/* ========================================
ESTILOS DE INICIO
==========================================*/
.sort-destination.full-width .isotope-item {
    width: 50%;
}
.thumb-info.thumb-info-centered-info .thumb-info-title {
    top: 45%;
    font-size: 35px;
}
ul.image-gallery .image-gallery-item {
    margin-bottom: 0px;
}
/* ========================================
ESTILOS DE NOSOTROS
==========================================*/
section.section {
  margin-top: 0;
}
section.section h4, h4 {
  color:#000 !important;
  font-size: 2.2em;
  text-transform: uppercase;
  margin-bottom: 25px;
}

/* ========================================
ESTILOS DEL CARRUSEL
==========================================*/
.owl-prev,.owl-next{
    background-color: #FF1C27 !important;
}
.owl-carousel .owl-item img, .rowproductos img,.borderimg{ border: 2px solid #fff;}
/* ========================================
ESTILOS DEL BREADCUMBS
==========================================*/
.page-header{ background-color: #F2F2F2; border: none; padding: 13px 0;}
.breadcrumbs a { color: black; }
.breadcrumbs span { color: #000; font-weight: bold;}
/* ========================================
ESTILOS DEL FORMULARIO
==========================================*/
.formulariocontacto{
	background-color: #000; border-radius: 4px;color:#fff;
}
.errorSummary,.errorMessage{ color: #FF1C27;}
.errorSummary p{color: #FF1C27;}
/* ========================================
ESTILOS DE LOS PRODUCTOS
==========================================*/
.rowproductos a{ text-decoration: none;}
.rowproductos img{ border-radius: 5px;}
.rowproductos p{ color: #000; font-size: 16px; font-weight: bold;} 

.letra{
    color: #000;
    font-size: 20px;
    border-top: solid 15px;color:#F00000;
    border-bottom: solid 15px;color:#F00000;
    padding-top: 80px;
    padding-bottom: 80px;
}

.color{
    color: #fff;
    font-size: 20px;
}

section.section h4, h4 {
    color: #fff;
    font-size: 2.2em;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.header-btn-collapse-nav{
  position: relative;
  z-index: 999;
}