/*
  Theme Name: Reveal
  Theme URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General  font-family: ;
--------------------------------------------------------------*/
@font-face {

  font-family: "Century Gothic";
  src: url("../fonts/century_gothic/GOTHIC.TTF");
  }

body {
  font-family: "Century Gothic", CenturyGothic, AppleGothic;
  background: #ffffff;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Century Gothic", CenturyGothic, AppleGothic;
  font-style: normal;
}


.fondo1 {
  width: 100%;
  height:450px;
  background-position: center;
  background-size: cover;
  min-height: 300px; 
  background-image: url('../img/Rectangle1.jpg');
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; 
}

.fondo1.con::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(39, 38, 38, 0.829), rgba(255, 246, 246, 0) 90%) no-repeat;
  z-index: -1;
}
.fondo2 {
  width: 100%;
  height:450px;
  background-position: center;
  background-size: cover;
  min-height: 300px; 
  background-image: url('../img/Rectangle2.jpg');
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; 
}

.fondo2.con::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(39, 38, 38, 0.829), rgba(255, 246, 246, 0) 90%) no-repeat;
  z-index: -1;
}

/*First page Index*/
.bg-img {
  /* The image used */
  width: 100%;
  height:400px;
  background-position: center;
  background-size: cover;
  min-height: 300px; 
  background-image: url('../img/Rectangle1.jpg');
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; 
 
}
.bg-img.con::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(39, 38, 38, 0.829), rgba(255, 246, 246, 0) 90%) no-repeat;
  z-index: -1;
}
.bg-productos {
  /* The image used */
  width: 100%;
  height:400px;
  background-position: center;
  background-size: cover;
  min-height: 300px; 
  background-image: url('../img/persianas/romanas/persiana_romana1.jpg');
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; 
 
}
.bg-productos.con::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(39, 38, 38, 0.829), rgba(255, 246, 246, 0) 90%) no-repeat;
  z-index: -1;
}

.centered-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-logo {
  margin: 3% 3%;
  width: 350px;
}

.img-log2 {
  margin: 3% 3%;
  width: 350px;
}

.header-container .row .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

.header-img {
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 110px;
  z-index: 2;
}

.header_title {
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 6px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 10%;
}

.header_p {
  font-style: normal;
  font-size: 18px;
  
  line-height: 25px;
  text-align: center;

  color: #FFFFFF;
}

.description_div {
  background: #FFFFFF;
}

.description_p {
  font-size: 16px;
  line-height: 22px;
  padding: 25px 25px;
  font-size: 14px;
  line-height: 22px;
  padding: 35px 35px;
  text-align: center;

  color: #393939;
}

.header-panel:hover {
  -ms-transform: scale(1.03);
  /* IE 9 */
  -webkit-transform: scale(1.03);
  /* Safari 3-8 */
  transform: scale(1.03);
  transition: all ease-in-out 0.1s;
  position: relative;
  z-index: 1;
}

.header-panel:hover .description_div {
  background: #F1364D;
  transition: all ease-in-out 0.1s;
}

.header-panel:hover .description_p {
  color: #FFFFFF;
  transition: all ease-in-out 0.1s;

}

.triangle-top {
  position: absolute;
  width: 0;
  height: 0;
  border-left:
    20px solid transparent;
  border-right:
    20px solid transparent;
  margin-bottom: 3%;
  z-index: 2;
}

.header-panel:hover .triangle-top {
  transition: all ease-in-out 0.1s;
  border-bottom:
    30px solid #F1364D;
}


/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #50d8af;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: #50d8af;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*-----------------------------------------------------------

Cuando el diseño requiera que el menu sea de color blanco aplicar la clase menu2 en la etiqueta body 
y se se requiere que el menu sea transparente aplicar clase menu1.
-------------------------------------------------*/

/*Estilos para menu transparente*/
.menu1 #header {
  padding: 14px 0;
  height: 84px;
  width: 100%;
  transition: all 0.5s;
  z-index: 997;
  background: linear-gradient(rgb(63, 61, 61), rgba(65, 63, 63, 0.041));
}

/*Estilos para menu blanco*/
.menu2 #header {
  padding: 14px 0;
  height: 84px;
  width: 100%;
  transition: all 0.5s;
  z-index: 997;
  background: #FFFFFF;
  /*linear-gradient(rgb(63, 61, 61), rgba(65, 63, 63, 0.041)); */
}



/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100%;
  /** position: relative;
  background: url("../img/intro-carousel/1.jpg") no-repeat;
  */
  background-size: cover;
}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}


#intro .intro-content h1 {
  color: #C50C0C;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#intro .intro-content h2 {
  color: #0c2e8a;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#intro .intro-content h2 span {
  color: #50d8af;
  text-decoration: underline;
}

#intro .intro-content .btn-get-started,
#intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #000;
}

#intro .intro-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#intro .intro-content .btn-projects {
  background: #50d8af;
  border: 2px solid #50d8af;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #50d8af;
}

#intro #intro-carousel {
  z-index: 8;
}

#intro #intro-carousel::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro #intro-carousel .item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */
#logo {
  float: left;
}

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin: 0;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  text-transform: uppercase;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

.div-right {
  float: right;
}

.user_img {
  width: 67px;
  height: 66px;
}

.btn-red {
  background: #D31F2A;
  color: #FFFFFF;
  border: 1px;
  padding: 5px 15px 5px 15px;
  outline: 0 !important;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.55);
  cursor: pointer;
  transition-duration: 0.4s;
  text-transform: uppercase;
  font-size: 14px;
  
  font-weight: 700px;
}

.red_direction_collapse {
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.55);
  margin-top: 10px
}

.red_direction_collapse .collapse_backgraund {
  background: #D31F2A;
  text-align: center;
}

.collapse_backgraund input {
  width: 190px;
  margin: 0px auto;
  margin-bottom: 10px;
}

.collapse_backgraund span {
  margin: 0px auto;
  color: #fff;
}

.btn-red-collapse {
  background: #D31F2A;
  color: #FFFFFF;
  border: 1px;
  padding: 5px 15px 5px 15px;
  outline: 0 !important;
  cursor: pointer;
  transition-duration: 0.4s;
  text-transform: uppercase;
  font-style: normal;
  
  font-weight: 700;
  font-size: 14px;
}

/* Nav Menu Arrows */
/*

.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}
*/

/* Nav Meu Container */



/* Nav Meu Styling */
/*Estilos para menu transparente*/
.menu1 .nav-menu a {
  padding: 15px 5px 5px 5px;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  outline: none;
}

.menu1 .nav-menu li:hover>a,
.menu1 .nav-menu .menu-active>a {
  color: #ffffff;
  border-bottom: #ff0000 3px solid;
}

.nav-menu>li {
  margin-left: 10px;
}

.menu1 .nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: rgba(255, 255, 255, 0.719);
}

.menu1 .nav-menu ul li {
  transition: 0.3s;
  border-bottom: #474545 1px solid;
}

.menu1 .nav-menu ul li a {
  padding: 10px;
  color: rgb(0, 0, 0);
  transition: 0.3s;
  display: block;
  font-size: 13px;
  
  text-transform: none;
}

.menu1 .nav-menu ul li:hover>a {
  color: #ff0000;
  border-bottom: none;
  background: rgb(255, 255, 255);
  width: 100%;
}

.menu1 .nav-menu ul ul {
  margin: 0;
}

/*Estilos para menu Blanco*/
.menu2 .nav-menu a {
  padding: 15px 5px 5px 5px;
  text-decoration: none;
  display: inline-block;
  color: #17202A;
  outline: none;
}

.menu2 .nav-menu li:hover>a,
.menu2 .nav-menu .menu-active>a {
  color: #17202A;
  border-bottom: #ff0000 3px solid;
}


.menu2 .nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: rgba(255, 255, 255, 0.719);
}

.menu2 .nav-menu ul li {
  transition: 0.3s;
  border-bottom: #474545 1px solid;
}

.menu2 .nav-menu ul li a {
  padding: 10px;
  color: rgb(0, 0, 0);
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.menu2 .nav-menu ul li:hover>a {
  color: #ff0000;
  border-bottom: none;
  background: rgb(255, 255, 255);
  width: 100%;
}

.menu2 .nav-menu ul ul {
  margin: 0;
}



/* Mobile Nav Toggle */

.logo_responsive_white {
  text-align: center;
  margin-bottom: 10%;
}

.contact_info_responsive {
  text-align: center;
  margin-top: 10%;
  color: white;
}

.user_session {
  text-decoration: none;
  color: white;
  font-size: 20px;
  
}

.user_session span {
  display: none;
}


#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #D31F2A;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: bold;
  
}

#mobile-nav ul li a:hover {
  color: #fff;
}

/*
#mobile-nav ul li li {
  padding-left: 30px;
}
*/

#mobile-nav ul li ul {
  padding-left: 10px;
}

#mobile-nav ul li ul li a {
  font-weight: 500;
  

}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ffffff;
}

#mobile-nav ul .menu-item-active {
  color: #ffffff;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}




/*Banner Info and button*/
.banner_info {
  padding: 0 3em;
  position: absolute;
  top: 40%;
  right: 10px;
  width: 100%;
  max-width: 700px;
  text-align: center;
  color: #fff;
  margin: auto;

}

.background {
  width: 100%;
  height: 270px;
  padding: 10px;
  margin: 0px 0px 0px 0px;
  text-align: right;
}

.slogan {
  font-size: 42px;
  
  line-height: 50px;
  color: #FFFFFF;

}

.btn-red-transparent {
  background: transparent;
  color: #FFFFFF;
  border: 1px;
  padding: 6px 36px 6px 36px;
  cursor: pointer;
  transition-duration: 0.4s;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  
  border: 2px solid #D31F2A;
  box-sizing: border-box;

}

.btn-red-transparent:hover {
  background: #e42c38;
  color: white;
}

/*Styles to emprende_tesiutto*/


.content_title {
  font-size: 35px;
  line-height: 40px;
  
}

.content_description {
  font-size: 17px;
  line-height: 25px;
  
  text-align: center;
}

.list_content {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
}

.container_title {
  width: 600px;
}

.container_title2 {
  width: 400px;
}

.content_title2 {
  font-size: 27px;
  line-height: 40px;
  
  text-align: center;
}


.row_frames .col-6 {

  padding: 10px;

}

.white_frame {
  height: 250px;
  width: 100%;
  background: #FFFFFF;
  position: relative;
  border: 1px solid #D5D5D5;
  box-sizing: border-box;
  border-bottom: 10px solid #D31F2A;
  box-shadow: 0px 9px 15px 4px rgb(0 0 0 / 15%);
}


.centered_text {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  
  line-height: 17px;
  display: flex;
  text-align: center;
}

.tab-pane .row .col-5 .list_content {
  font-size: 17px;
  line-height: 24px;
  
}

/*Planes y beneficios*/


nav>.nav.nav-tabs {

  color: #fff;
  background: #272e38;
  border-radius: 0;
  text-align: center;

}

nav>div a.nav-item.nav-link {
  border: none;
  padding: 20px 15px 5px 0px;
  color: rgb(0, 0, 0);
  background: #ffffff;
  border-radius: 0;
}



.tab-content {
  background: #ffffff;
  line-height: 25px;

  padding: 30px 25px;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus,
nav>div a.nav-item.nav-link.active {
  border: none;
  background: #393939;
  color: #fff;
  border-radius: 0;
  transition: background 0.20s linear;
}

.nav-tabs-container {
  background: #FFFFFF;
  /* Gris 1 */

  border: 1px solid #D5D5D5;
  box-sizing: border-box;
  /* Shadow1 */

  box-shadow: 0px 9px 15px 4px rgba(0, 0, 0, 0.15);
}

.triangle-top2 {
  position: relative;
  bottom: -5px;
  border-left:
    15px solid transparent;
  border-right:
    15px solid transparent;

  border-bottom:
    15px solid #ffffff;
}

.tab-pane .row .col-5 h3 {
  margin-left: 10px;
}


/* Ofrece una amplia variedad a tus clientes de productos Tesiutto */
#big_cover_img {
  object-fit: cover;
  width: 100%;
  height: 370px;
}

#degradado {
  background: linear-gradient(0deg, rgba(39, 38, 38, 0.829), rgba(255, 246, 246, 0) 90%) no-repeat;
}

#title_centered {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 400;
  
  font-size: 44px;
  line-height: 78px;
  text-align: center;

  color: #FFFFFF;

}


.products_content nav>.nav.nav-tabs {

  color: #fff;
  background: #272e38;
  border-radius: 0;
  text-align: center;

}

.products_content nav>div a.nav-item.nav-link {
  border-right: 2px solid #393939;
  padding: 15px 15px 15px 0px;
  color: rgb(0, 0, 0);
  background: #ffffff;
  border-radius: 0;
}



.products_content .nav-tabs-container.tab-content {
  background: #ffffff;
  line-height: 25px;

  padding: 30px 25px;
}

.products_content nav>div a.nav-item.nav-link:hover,
.products_content nav>div a.nav-item.nav-link:focus,
.products_content nav>div a.nav-item.nav-link.active {
  background: #ffffff;
  color: rgb(0, 0, 0);
  font-style: normal;
  
  font-weight: 700;
  border-radius: 0;
  transition: background 0.20s linear;
}

.products_content .nav-tabs-container {
  background: #FFFFFF;
  /* Gris 1 */

  border: none;
  box-sizing: border-box;
  /* Shadow1 */

  box-shadow: none;
}

.products_content .nav-tabs-container {
  padding: 0;
}

.products_content .tab-content {
  background: #ffffff;
  line-height: 25px;

  padding: 0px 0px;
}

.tab-pane .row .col-5 h3 {
  margin-left: 10px;
}


/*Tipos de productos*/


.products_types nav>.nav.nav-tabs {

  color: #fff;
  background: #272e38;
  border-radius: 0;
  text-align: center;

}

.products_types nav>div a.nav-item.nav-link {
  border: none;
  padding: 15px 15px 15px 0px;
  color: rgb(0, 0, 0);
  background: #ffffff;
  border-radius: 0;
}


.products_types .nav-tabs-container {
  background: #FFFFFF;
  /* Gris 1 */

  border: none;
  box-sizing: border-box;
  /* Shadow1 */

  box-shadow: none;
}

.products_types .tab-content {
  background: #ffffff;
  line-height: 25px;

  border-bottom: 2px solid #D5D5D5;
  box-shadow: none;

  padding: 0px 14px;
}

.products_types nav>div a.nav-item.nav-link:hover,
.products_types nav>div a.nav-item.nav-link:focus,
.products_types nav>div a.nav-item.nav-link.active {
  border: none;
  background: #393939;
  color: #fff;
  font-weight: normal;
  border-radius: 0;
  
  transition: background 0.20s linear;
}

.products_types .nav-tabs-container {
  background: #FFFFFF;
  /* Gris 1 */

  border: none;
  box-sizing: border-box;
  /* Shadow1 */

  box-shadow: none;
}

.tab-pane .row .col-5 h3 {
  margin-left: 10px;
}



.black_box {
  height: 300px;
  background: #393939;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  color: white;
}

.black_box p {
  margin-top: 13%;
  align-items: center;
  text-align: center;
  font-size: 17px;
  
  line-height: 20px;
}

.item-img {
  height: 300px;
}

.gray_box {
  background: #ffffff;
  padding: 0;
  margin-top: 20px;
}

.catalog-link {
  color: #393939;

}

.catalog-link:hover {
  color: #D31F2A;
}


/*Formulario de postularse*/
.contact_title {
  text-align: center;
  font-size: 34px;
  
  line-height: 36px;
  margin-top: 30px;

}

.btn-orange {
  background: #F1831D;
  color: #FFFFFF;
  border: 1px;
  padding: 5px 25px 5px 25px;
  outline: 0 !important;
  cursor: pointer;
  transition-duration: 0.4s;
  font-weight: 600;
  
  font-size: 16px;

}

.btn-orange:hover {
  background: #f38f32;
  color: white;
}

.contactform {
  background: #FFFFFF;
  box-shadow: 0px 9px 15px 4px rgba(0, 0, 0, 0.15);
}

.contactform .col-6 {
  padding-left: 0px;
}

.cover_img_contact {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contactform form .form-group label {
  font-weight: 700;
  
}

/*Formulario de contacto*/

.video_content {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 450px;
  object-fit: cover;
}

.contactform2 {
  background: #FFFFFF;
  box-shadow: 0px 9px 15px 4px rgba(0, 0, 0, 0.15);
}

.contactform2 form .form-group label {
  font-weight: 700;
  
}

.contacto_float {
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 2;
}



/* Accordion Preguntas fecuentes*/
#preguntas {
  background: #393939;
}

#preguntas .row .container {
  background: whitesmoke;
  margin: 5%;
}

.myaccordion {
  max-width: 100%;
  margin: 2% 8% 5% 8%;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.myaccordion .card {
  border: 1px solid #D5D5D5;
  box-sizing: border-box;
  box-shadow: 0px 9px 10px -2px rgba(0, 0, 0, 0.15);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  background: #FFFFFF;



}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .card-body p {
  font-size: 15px;
  
  line-height: 17px;
}

.myaccordion .card-body ul {
  font-size: 15px;
  
  line-height: 17px;
}

/*Card header title and button*/

.myaccordion .card-header .collapse_title {
  width: 98%;
}

.myaccordion .card-header .collapse_title h2 {
  font-weight: 400;
  
  font-size: 17px;
  line-height: 18px;
}

.myaccordion .card-header .collapse_button {
  width: 2%;
}

.myaccordion .black_collapse {
  width: 100%;
  font-size: 20px;
  
  line-height: 25px;
  color: #000000;
  padding: 0;
  border: none;
  outline: transparent;
}


.myaccordion .red_collapse {
  width: 100%;
  font-weight: 400;
  
  font-size: 20px;
  line-height: 25px;
  color: #D31F2A;

  padding: 0;
  border: none;
  outline: transparent;
}


.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li+li {
  margin-top: 10px;
}

#hint {
  display: block;
  transition: all ease-in-out 0.1s;
  visibility: visible;
  opacity: 1;
  max-height: 700px;
  transition: visibility 0s, opacity 0.3s, max-height 0.6s linear;

}

#hint.h-hide {
  display: none;
  transition: all ease-in-out 0.1s;
  visibility: hidden;
  opacity: 0;
  max-height: 0px;
  transition: max-height 0.3s, opacity 0.3s, visibility 0.3s linear;


}

.read-more-button {
  font-weight: 700;
  font-size: 20px;
  
  line-height: 25px;
  color: #D31F2A;
  outline: none;
  border: transparent;
  background: transparent;

}

.read-more-button:focus {
  outline-color: transparent;
  outline-style: none;
}

/*Catolgo tesiutto*/

#accordion2 .card-header .collapse_title {
  width: 98%;
}

#accordion2 .card-header .collapse_title h2 {
  font-weight: 400;
  font-size: 17px;
  
  margin-top: 4px;
  text-align: center;
}

#accordion2 .card-header .collapse_button {
  width: 2%;
}

#catologo .container-fluid {
  background: #D5D5D5;
}

#collapseCatalog .card-body {
  background: #E4E4E4;
}

#collapseCatalog .table td {
  font-weight: 500;
  font-size: 16px;
  
  line-height: 19px;
  color: #000000;
  border-top: none;
  border-bottom: 1px solid #a3a8a8;
  text-align: center;
}

/*Decoración y seguridad */


.carousel-item-img {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.banner_info-carousel {
  position: absolute;
  top: 32%;
  right: 15px;
  width: 100%;
  max-width: 1300px;
 

}
.carousle1 {
  width: 100%;
  height:500px;
  background-position: center;
  background-size: cover;
  min-height: 300px; 
  background-image: url('../img/persianas/romanas/persiana_romana1.jpg');
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; 
}

.carousle1.con::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(39, 38, 38, 0.829), rgba(255, 246, 246, 0) 90%) no-repeat;
  z-index: -1;
}
.carousle2 {
  width: 100%;
  height:500px;
  background-position: center;
  background-size: cover;
  min-height: 300px; 
  background-image: url('../img/cortinas/eyelet/eyelet2.jpg');
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; 
}

.carousle2.con::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(39, 38, 38, 0.829), rgba(255, 246, 246, 0) 90%) no-repeat;
  z-index: -1;
}
.carousle3 {
  width: 100%;
  height:500px;
  background-position: center;
  background-size: cover;
  min-height: 300px; 
  background-image: url('../img/slide.jpg');
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; 
}

.carousle3.con::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(39, 38, 38, 0.829), rgba(255, 246, 246, 0) 90%) no-repeat;
  z-index: -1;
}
.background-carousel {
  width: 100%;
  height: 270px;
  padding: 10px;
  margin: 0px 0px 0px 0px;
  text-align: right;
  color: #FFFFFF;

}

.background-carousel p {
  text-transform: uppercase;
}

.slogan-carousel {
  font-size: 33px;
  
  line-height: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 3%;
}

.p-carousel {
  font-size: 15px;
  line-height: 60px;
  
  color: #FFFFFF;
 
}

.security_row {
  margin-left: 0px;
  margin-right: 0px;
  border-bottom: 10px solid #FFCC00;
}

.security_row .col-md-6 {
  padding-right: 0px;
  padding-left: 0px;
}

.gray-col {
  background: #E6E6E6;
  height: 100%;
}

.security_content {
  text-align: center;
}

.security_title {
  width: 300px;
  padding-top: 50px;
}

.security_title_movile {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.security_content p {
  line-height: 36px;
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
}

/*Disfruta de la elegancia y comodidad*/
.elegance {
  background: #FFFFFF;
  box-shadow: 0px 9px 15px 4px rgba(0, 0, 0, 0.15);
}

.container_title3 {
  width: 700px;
}

.persiana {
  fill: rgb(0, 0, 0);
}

.cortina {
  fill: rgb(0, 0, 0);
}

.elegance:hover .persiana,
.elegance:hover .cortina,
.elegance:hover p {
  fill: #ffcc00;
  color: #ffcc00;
}

.elegance p {
  font-size: 14px;
  
  line-height: 17px;
  text-align: center;
}


/*Conoce los productos Tesiutto*/

.product_img_cover {
  object-fit: cover;
  width: 100%;
  height: 350px;
  transition-duration: 0.5s;
  filter: brightness(85%);

}

.product_content {
  margin-top: 20px;
}

.product_center_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.product_center_content p {
  color: white;
  font-weight: 400;
  font-size: 36px;
  
  line-height: 44px;
}

.product_center_content_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  color: white;
}

.product_center_content_overlay p {
  color: white;
  font-weight: 400;
  font-size: 36px;
  
  line-height: 44px;
}


.product_content:hover .product_center_content {
  transition-duration: 0.5s;
  opacity: 0;
}

.product_content:hover .product_img_cover {
  transition-duration: 0.5s;
  filter: brightness(50%);

}

.product_content:hover .product_center_content_overlay {
  transition-duration: 0.5s;
  opacity: 1;

}

#productos .btn-red-transparent {
  background: transparent;
  color: #000000;
  border: 1px;
  padding: 6px 36px 6px 36px;
  cursor: pointer;
  transition-duration: 0.4s;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  
  border: 2px solid #D31F2A;
  box-sizing: border-box;

}

/*Encuentra a una distribuidor cerca*/
.direction_row .col-md-4 {
  margin-left: -15px;
  margin-right: -15px;
}

.red_box {
  height: 200px;
  background: #D31F2A;
  box-shadow: 0px 9px 15px 4px rgba(0, 0, 0, 0.15);
}

.red_box_centered_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.red_btn_direction {
  display: none;
}

/*Estilos para sección Distribuidores*/

.row_ubicacion {
  background: #FFFFFF;
  box-shadow: 0px 9px 15px 4px rgba(0, 0, 0, 0.15);
}

#pac-input:focus {
  border-color: #4d90fe;
}

#box_info {
  background-color: #fff;
  height: 100%;
  width: 340px;
  top: 0px;
  right: 1%;
  position: absolute;
  transition: all 2s linear;
  padding: 20px;
  box-shadow: 0px 9px 10px 4px rgba(0, 0, 0, 0.15);
}

#box_info h5 {
  margin-top: 20px;
}

#close_div button {
  float: right;
  background: transparent;
  border: none;
  outline: 0 !important;
  cursor: pointer;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.btn_info {
  background: transparent;
  border: 1px;
  cursor: pointer;
  height: 30px;
  padding: 3px 10px 3px 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  
  border: 2px solid #D31F2A;
  outline: 0 !important;
}

#contact_info li {
  font-size: 15px;
  margin-top: 7px;
  
}

#horarios li {
  font-size: 15px;
}

#box_info .btn_info {
  height: 30px;
  padding: 3px 16px 3px 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  
}

.list-group {
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

#content_info {
  text-align: center;
  margin-top: 5%;
}


.row_ubicacion .list-unstyled {
  margin-top: 0px;
  width: 80%;
}




.badge_red {
  border-radius: 4px;
  padding-top: 7px;
  padding-right: 8px;
  height: 25px;
}

.btn_ubicacion {
  background: transparent;
  border: 1px;
  cursor: pointer;
  height: 40px;
  padding: 3px 16px 3px 16px;
  border: 2px solid #D31F2A;
  display: none;
  margin-right: 7px;
}

/*Sección productos*/
.header_productos .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.gray_row {
  height: 220px;
  background: #D5D5D5;
  color: rgb(0, 0, 0);
}



.gray_row h3 {
  text-align: center;
  margin-top: 5%;
}

.gray_row p {
  margin-top: 5%;
  align-items: center;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  
}

.white_row {
  height: 100%;
  background: #ffffff;
  color: rgb(0, 0, 0);
}

.white_row h3 {
  text-align: center;
  margin-top: 5%;
}


.white_row p {
  margin-top: 3%;
  text-align: left;
  font-size: 17px;
  
  line-height: 20px;
}


/*Botones*/



.red_btn {
  background: #D31F2A;
  color: #FFFFFF;
  border: solid 1px #D31F2A;
  padding: 5px 15px 5px 15px;
  outline: 0 !important;
  cursor: pointer;
  transition-duration: 0.4s;
  text-transform: uppercase;
  font-size: 14px;
  
  font-weight: 700px;
}

.transparent_btn {
  background: transparent;
  color: #000000;
  border: solid 1px #D31F2A;
  padding: 5px 15px 5px 15px;
  outline: 0 !important;
  cursor: pointer;
  transition-duration: 0.4s;
  text-transform: uppercase;
  font-size: 14px;
  
  font-weight: 700px;
}

.red_btn:hover {
  background: #aa0510;
}

.transparent_btn:hover {
  background: #D31F2A;
  color: #FFFFFF;
}


.row_buttons .red_btn {
  margin-right: 10px;
}

.row_buttons .transparent_btn {
  margin-left: 10px;
}

/*Mediaqueries to responsive dispositives */

@media (max-width: 600px) {
  
  .fondo1 {
    width: 100%;
    height:100px;
    background-image: url('../img/Rectangle1.jpg');
     background-repeat: no-repeat;
     position: relative;
     z-index: 1; 
  }
  .fondo1.con::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(39, 38, 38, 0.829), rgba(255, 246, 246, 0) 90%) no-repeat;
    z-index: -1;
  }
  .fondo2 {
    width: 100%;
    height:100px;
    background-image: url('../img/Rectangle3.png');
    background-repeat: no-repeat;
    position: relative;
    z-index: 1; 
  }
  .fondo2.con::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(39, 38, 38, 0.829), rgba(255, 246, 246, 0) 90%) no-repeat;
    z-index: -1;
  }
  .header-img {
    position: absolute;
    top: 20%;
    transform: translate(-50%, -50%);
    width: 250px;
  }

  .header_title {
    font-size: 17px;
    line-height: 22px;
    width: 100px;
   
  }

  .header_p {
    margin-left: 5px;
    font-size: 13px;
    line-height: 18px;
    width: 285px
    
  }

  .description_p {
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    text-align: center;
  }

  /*contacto*/
  .video_content {
    min-height: 400px;
  }

  .contacto_float {
    position: relative;
    top: 0%;
    left: 0%;
  }
}

/*Footer*/
footer {
  background: #fff;
}

.footer-content .list-unstyled li a {
  text-decoration: none;
  font-weight: 400;
  
  font-size: 16px;
  line-height: 20px;
  color: #393939;

}

.footer-content .list-unstyled li {
  margin-top: 5px;
}

.youtube_icon {
  width: 24px;
  height: 24px;
}

.facebook_icon {
  width: 24px;
  height: 24px;
}

.span_policy {
  border-right: solid 1px #393939;
  padding: 10px 25px 10px 0px;
}

.movile-information-bar {
  background: #CACACA;
}

.movile-information-bar a {
  text-decoration: none;
  color: #393939;
}


/* Teléfonos */
@media only screen and (max-width: 768px) {

  /*Firts page index*/

  .fondo1 {
    width: 100%;
    height:100%;
  }
  .fondo1.con::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(39, 38, 38, 0.829), rgba(255, 246, 246, 0) 90%) no-repeat;
    z-index: -1;
  }
  .fondo2 {
    width: 100%;
    height:100%;
  }
  .fondo2.con::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(39, 38, 38, 0.829), rgba(255, 246, 246, 0) 90%) no-repeat;
    z-index: -1;
  }

  .img-logo {
    width: 200px;
    margin: 5% 5%;
  }

  .img-logo2 {
    width: 200px;
    margin: 0% 0%;
  }

  .img-logo_nav {
    width: 200px;
    margin: 0% 0%;
  }


  .header-img {
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    width: 300px;
  }

  .user_session span {
    display: inline-block;
  }


  .header_title {
    font-size: 22px;
    line-height: 22px;
    width: 100%;
  }

  .header_p {
    font-size: 14px;
    
    line-height: 18px;
  }

  .description_p {
    font-size: 14px;
    line-height: 20px;
    
  }

  #logo {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .img-logo {
    width: 176px;
    height: 39px;
  }

  .img-logo2 {
    width: 176px;
    height: 39px;
  }


  .header-img {
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    width: 300px;
  }

  .header_title {
    margin-top: 43px;
    font-size: 21px;
    margin-left: 1px;
    margin-right: 0px;
    line-height: 2px;
    width: 100%;
    text-align: center;
    
   
  }

  .header_p {
    font-size: 15px;
    line-height: 22px;
    
  }

  .description_p {
    font-size: 14px;
    line-height: 20px;
    
  }



  /*Header*/

  .menu1 #header {
    background: #FFFFFF;
    height: 84px;
  }

  .menu2 #header {
    background: #FFFFFF;
    height: 84px;
  }




  /*Banner Info and button*/
  .banner_info {
    padding: 0 0;
    position: absolute;
    top: 40%;
    right: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: auto;

  }

  .background {
    width: 100%;
    text-align: center;
  }

  .slogan {
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    
    text-transform: uppercase;
  }


  .btn-red {
    background: #232E7A;

  }


  /*Styles to emprende_tesiutto*/


  .content_title {
    font-size: 22px;
    
    line-height: 27px;
  }

  .content_description {
    font-size: 14px;
    
    line-height: 17px;
    text-align: center;
  }

  .list_content {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    
  }



  .content_title2 {
    font-size: 22px;
    
    line-height: 27px;
  }

  .row_frames .col-6 {

    padding: 5px;

  }

  .white_frame {
    height: 200px;
    width: 100%;
    background: #FFFFFF;
    position: relative;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    border-bottom: 10px solid #D31F2A;
    /* Shadow1 */

    box-shadow: 0px 9px 15px 4px rgba(0, 0, 0, 0.15);
  }

  .centered_text {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    
    line-height: 17px;
    display: flex;
    text-align: center;
  }

  /*Nava-tab plan de beneficios*/

  nav>div a.nav-item.nav-link {
    border: 1px solid #D5D5D5;
    padding: 12px 0px 12px 0px;
    color: rgb(0, 0, 0);
    background: #ffffff;
    border-radius: 0;
    width: 50%;
  }

  .tab-content {
    background: #D5D5D5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .triangle-top2 {
    display: none;
  }

  .tab-pane .row .col-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-pane .row .col-5 h3 {
    margin-left: 10px;
  }

  .tab-pane .row .col-5 .list_content {
    font-size: 13px;
    
    line-height: 15px;
  }

  .tab-pane .row .col-5 .list_content li {
    margin-top: 5px;
  }


  /*Ofrece una amplia variedad de productos tesiutto*/
  #big_cover_img {
    object-fit: cover;
    width: 100%;
    height: 250px;
  }

  #title_centered {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 34px;
    
    line-height: 38px;
    text-align: center;

    color: #FFFFFF;

  }


  .products_content nav>div a.nav-item.nav-link {
    border-right: none;
    padding: 15px 5px 15px 0px;
    color: rgb(0, 0, 0);
    background: #ffffff;
    border-radius: 0;
    width: 30%;
  }



  .products_content .nav-tabs-container.tab-content {
    background: #ffffff;
    line-height: 25px;

    padding: 30px 25px;
  }

  .products_content nav>div a.nav-item.nav-link:hover,
  .products_content nav>div a.nav-item.nav-link:focus,
  .products_content nav>div a.nav-item.nav-link.active {
    border-right: none;
    background: #000000;
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: normal;
    
    border-radius: 0;
    transition: background 0.20s linear;
  }


  .products_content .products_types nav>div a.nav-item.nav-link {
    border-right: none;
    padding: 7px 7px 0px 0px;
    color: rgb(0, 0, 0);
    background: #ffffff;
    border-radius: 0;
    width: 30%;
  }



  .products_content .products_types .nav-tabs-container.tab-content {
    background: #ffffff;
    line-height: 25px;

    padding: 30px 25px;
  }

  .products_content .products_types nav>div a.nav-item.nav-link:hover,
  .products_content .products_types nav>div a.nav-item.nav-link:focus,
  .products_content .products_types nav>div a.nav-item.nav-link.active {
    border-right: none;
    background: #ffffff;
    color: #D31F2A;
    font-style: normal;
    font-weight: 500;
    border-radius: 0;
    transition: background 0.20s linear;
  }


  .black_box {
    display: none;
  }

  .item-img {
    height: 150px;
  }

  .gray_box {
    background: #D5D5D5;
    padding: 15px 8px;
  }

  .catalog-link {
    font-size: 16px;
    display: none;
  }

  /*Card header title and button*/

  .myaccordion .card-header .collapse_title {
    width: 90%;
  }

  .myaccordion .card-header .collapse_title h2 {
    font-weight: 400;
    
    font-size: 16px;
    line-height: 18px;
  }

  .myaccordion .card-body p {
    font-size: 14px;
    line-height: 16px;
  }


  /*Catolgo tesiutto*/



  #accordion2 .card-header .collapse_title h2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    
    margin-top: 0px;
    text-align: center;
  }


  .information-bar {
    display: none;
  }


  /*Contacto*/

  .contact_title {
    margin-top: 20px;
    text-align: center;
    font-size: 24px;
    
    line-height: 27px;
  }

  /*Decoración y seguridad */


  .carousel-item-img {
    height: 350px;
  }

  .banner_info-carousel {
    top: 32%;
    right: 0px;
    width: 100%;
  }

  .background-carousel {
    text-align: center;


  }

  .background-carousel p {
    text-transform: uppercase;
  }

  .slogan-carousel {
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    
    text-transform: uppercase;
    position: sticky;
  }

  /*Productos que simplifican tu vida*/


  .gray-col {
    background: #ffffff;
    height: 100%;
  }

  .security_content {
    text-align: center;
  }

  .security_title {
    width: 300px;
    padding-top: 50px;
    display: none;
  }

  .security_content p {
    margin-top: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    
  }

  /*Conoce los productos Tesiutto*/
  #productos {
    padding: 15px;
  }

  .product_img_cover {
    object-fit: cover;
    width: 100%;
    height: 180px;
    transition-duration: 0.5s;
  }

  .product_content {
    margin-top: 0px;
  }

  #productos .row .col-6 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .product_center_content p {
    color: white;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    
  }

  .product_center_content .list-unstyled {
    font-size: 12px;
  }

  .product_center_content_overlay p {
    color: white;
    font-weight: 400;
    font-size: 20px;
    
    line-height: 20px;
  }

  .product_center_content_overlay .list-unstyled {
    font-size: 12px;
    
  }

  /*Encuentra un distribuidor cerca*/
  .direction_row {
    display: none;
  }

  .red_btn_direction {
    display: block;
  }

  .red_btn_direction .btn-red {
    background: #D31F2A;

  }

  /*Formulario de contacto*/


  .contacto_float {
    position: relative;
    top: 0px;
    left: 0px;
  }

  .contacto_float .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  /*Estilos para disribuidores*/
  .btn_ubicacion {
    display: block;
    margin-top: 6px;
  }

  .row_ubicacion .list-unstyled {
    width: 85%;
  }

  #box_info {
    width: 200px;
  }

  #box_info .list-unstyled {
    width: 100%;
  }

  #contact_info li {
    font-size: 14px;
    margin-top: 0px;
  }

  #horarios li {
    font-size: 14px;
    
  }

  /*Sección productos*/

  .gray_row {
    height: 100%;
    background: #D5D5D5;
    color: rgb(0, 0, 0);
  }

  .gray_row h3 {
    font-size: 18px;
    
    line-height: 22px;
  }


  .gray_row p {
    margin-top: 5%;
    align-items: center;
    text-align: center;
    font-size: 15px;
    
    line-height: 20px;
  }

  .white_row {
    height: 100%;
    background: #ffffff;
    color: rgb(0, 0, 0);
  }

  .white_row h3 {
    text-align: center;
    margin-top: 5%;
    font-size: 18px;
    
    line-height: 22px;
  }


  .white_row p {
    margin-top: 3%;
    text-align: center;
    font-size: 15px;
    
    line-height: 20px;
  }

  /*Botones*/

  .row_buttons .red_btn {
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    
    margin-right: 10px;
    width: 100px;
  }

  .row_buttons .transparent_btn {
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    
    margin-left: 10px;
    width: 100px;
  }
}

/* Escritorio pequeño / tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  
  .header-img {
    position: absolute;
    top: 26%;
    transform: translate(-50%, -50%);
    width: 250px;
  }
  .header_title {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    
    line-height: 26px;
}

  .nav-menu a {
    font-size: 14px;
    
  }

  .user_img {
    width: 50px;
    height: 50px;
  }

  .btn-red {
    background: #D31F2A;
    padding: 5px 5px 5px 5px;
    transition-duration: 0.4s;
    text-transform: uppercase;
    font-size: 10px;

  }

  .item-img {
    height: 200px;
  }

  /*Decoración y seguridad*/
  .banner_info-carousel {
    top: 32%;
    right: 0px;
    width: 100%;
  }

  .slogan-carousel {
    font-size: 33px;
    
    line-height: 40px;
    color: #FFFFFF;
    text-transform: uppercase;
  }
  
  .p-carousel {
    font-size: 15px;
    
    line-height: 60px;
    color: #FFFFFF;
   
  }
  .background-carousel p {
    text-transform: uppercase;
  }

  .slogan-carousel {
    font-size: 45px;
    line-height: 45px;
    
    color: #FFFFFF;
    text-transform: uppercase;
  }

  /*Estilos para distribuidores */
  .row_ubicacion .list-unstyled {
    margin-top: 0px;
    font-size: 16px;
    
    width: 72%;
  }

  .row_ubicacion .badge {
    padding-top: 7px;
    padding-left: 5px;
    padding-right: 5px;
    height: 25px;
  }

  .row_ubicacion .col-md-3 {
    padding-right: 0px;
  }


  #box_info {
    height: 100%;
    width: 220px;
    top: 0px;
    right: 1%;
    position: absolute;
    padding: 12px;
  }


  #contact_info li {
    font-size: 13px;
    
    margin-top: 3px;
  }

  #horarios li {
    font-size: 12px;
  }

  #box_info h5 {
    margin-top: 30px;
  }

  .video_content {
    min-height: 700px;
  }

  .contacto_float {
    position: absolute;
    top: 10%;
    left: 5%;
  }

}


/* Escritorio grande */
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .header-img {
    position: absolute;
    top: 48%;
    transform: translate(-50%, -50%);
    width: 250px;
  }
  .header_title {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 26px;
    
}
  .video_content {
    min-height: 750px;
  }

  .contacto_float {
    position: absolute;
    top: 13%;
    left: 5%;
  }

  .row_ubicacion .list-unstyled {
    margin-top: 0px;
    width: 78%;
  }
}

@media (max-width: 991px) {

  #header {
    padding: 20px 0;
    height: 84px;
  }

  #header #logo h1 {
    font-size: 34px;
    
  }

  #header #logo img {
    max-height: 40px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    top: 5px;
    display: inline;
  }

  #mobile-nav-toggle .fa-bars {
    color: #C50C0C;
  }

}

/* WhatsApp Seccion */

.btn-whatsapp {
  display: block;
  color: #fff;
  position: fixed;
  right: 30px;
  bottom: 130px;
  line-height: 80px;
  text-align: center;
  z-index: 999;
}
