/* 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:none;}
/* ========================================
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: #000;
}
/*

*/
.titulo{
  font-size: 35px;
  color:#000;
}


.justify-content-center{
  justify-content: center !important;
}

.img-responsive{
  display:block;
  max-width: 100%;
  height:auto;
}
.owl-carousel .owl-item img, .rowproductos img, .borderimg{
  border:none;
}


/*Botones whatsapp y telefono*/
 .social {
  position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
  right: 0; /* Establecemos la barra en la direccion */
  top: 400px; /* Bajamos la barra 300px de arriba a abajo */
  z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
  background:#00000094;
  border-radius: 10px 0px 0px 10px;
  text-align: right;

}
 
  .social ul {
    list-style: none;
    text-align: right;
    padding:5px 5px 5px 5px;
    margin:0;
    align-items: center;

  }
 
  .social ul li a {
    display: inline-block;
    color:#fff;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
    border-radius: 10px;
  }
  .social ul li .icon-background-ws {background:#1FC045 !important;} /* Establecemos los colores de cada red social, aprovechando su class */
  .social ul li .icon-background-ws:hover {background:#16e046 !important;} 
  .social ul li .icon-background-phone {background:#4a4a4a !important;}
  .social ul li .icon-background-phone:hover {background:#7b7a7a !important;}

 
  .social ul li a:hover {
    background: #000; /* Cambiamos el fondo cuando el usuario pase el mouse */
    /*padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
  }
  @media(min-width: 600px){
    .social{
      top:200px;
    }
  }
  @media(max-width:720px){
      .verboton{
        display:none !important;
        align-content: center!important;
      }
  }
  @media(min-width:720px){
    .verboton-cel{
      display:none !important;
    }
  }
    @media(min-width: 992px){
    .social{
      top:200px;
    }
  }
     .socialcel {
  position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
  bottom: -25px; /* Establecemos la barra en la direccion */
  right:10px; /* Bajamos la barra 300px de arriba a abajo */
  z-index: 1; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
  background:#00000094;
  border-radius: 10px 10px 0px 0px;
  align-items: center;
  margin-bottom: 15px;
  text-align:center;
}
 
  .socialcel ul {
    list-style: none;
    padding:5px 5px;
  }
 
  .socialcel ul li a {
    display: inline-block;
    color:#fff;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
    border-radius: 10px;
  }
 
  .socialcel ul li .icon-background-ws-cel {background:#1FC045 !important;} /* Establecemos los colores de cada red social, aprovechando su class */
  .socialcel ul li .icon-background-ws-cel:hover {background:#16e046 !important;} 
  .socialcel ul li .icon-background-phone-cel {background:#4a4a4a !important;}
  .socialcel ul li .icon-background-phone-cel:hover {background:#545454 !important;}

 
  .socialcel ul li a:hover {
        background: #000; /* Cambiamos el fondo cuando el usuario pase el mouse */
  }

#header .header-body{
  min-height: 85px;
}


.owl-stage {
  display: flex;
  align-items: center;
}

.d-block{
  display:block;
}

.d-none{
  display: none;
}
@media(min-width: 991px){
  .d-lg-block{
    display: block;
  }
  .d-lg-none{
    display:none;
  }

}