@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:wght@300;400;500;600;700;800&display=swap');

/* Colores y fuentes:
    color:#04264E; (azul);
    font-family: 'Montserrat', sans-serif;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
*/

/* CSS Document */
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    visibility: visible!important;
}
.white{
    background: white
}
.no_space{
    padding: 0; margin: 0
}
.info_home {
  margin: 0;
  padding: 20px 15px 10px 15px !important;
  background: #fff
}
.info_home > div {
  padding: 0;
}
.bg_body {
  margin: 0;
  padding: 0;
}
.container-main {
  margin: 0;
  padding: 0;
  background: #f5f5f5;
}
.container-top {
  background: black;
  margin: 30 0 0 0;
  padding: 30px 0 0 0;
  background: url(../images/bg_top.png) no-repeat center center black;
}

.bg_products{
  margin: 80px 0;
  padding: 80px 0 ;
  background: url(../images/bg_productos.jpg) no-repeat center center white;    
}

.titOptionHome {
    text-decoration: none;
    text-align: center;
    color: #04264C;
    font-size: 40px;
    line-height: 45px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 500;
    margin:0px auto 0px auto;
    display: table;
    text-decoration: none
}

.txtOptionHome {
  text-decoration: none;
  text-align: center;
  color: #111;
  font-size: 20px;
  line-height: 22px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 300;
  margin:0px auto 30px auto;
  display: table;
    max-width: 280px

}

.titOptionEmpresa {
    text-decoration: none;
    text-align: center;
    color: #04264C;
    font-size: 40px;
    line-height: 45px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 500;
    margin:0px auto 0px auto;
    display: table;
    text-decoration: none
}

.txtOptionEmpresa {
  text-decoration: none;
  text-align: center;
  color: #111;
  font-size: 20px;
  line-height: 22px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 300;
  margin:0px auto 30px auto;
  display: table;
    max-width: 500px

}

.box_empresa{
    background: rgba(255,255, 255, 0.5);
    display: table;
    margin: 0 auto 150px auto;
    padding: 15px 20px;
}

a {
  text-decoration: none !important;
}

.titOptionProduct {
    text-decoration: none;
    text-align: center;
    color: #04264C;
    font-size: 25px;
    line-height: 23px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 500;
    margin:0px auto 0px auto;
    display: table;

}

.txtOptionProduct {
  text-decoration: none;
  text-align: center;
  color: #111;
  font-size: 15px;
    line-height: 18px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 300;
  margin:0px auto 30px auto;
  display: table;
    max-width: 280px

}

.container-btn-top {
  background: black;
  margin: 0;
  background: #363636;
}

.container-btn{
    margin: 30px 0;
}

.btn-cyan{
    background-color: transparent;
    border: 3px solid #111111;
    color: #111111;
    padding: 7px 20px 5px 20px;
    height: 40px;
    margin: 15px 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    margin: 20px auto;
    display: table;
    border-radius: 20px;
}

.btn-cyan:hover, .btn-cyan:active {
    background-color: #111111;
    text-decoration: none;
    color: #fff;
}
.btn-cyan2{
    background-color: transparent;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    padding: 7px 20px 5px 20px;
    height: 40px;
    margin: 15px 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    margin: 20px auto;
    display: table;
    border-radius: 20px;
}

.btn-cyan2:hover, .btn-cyan2:active {
    background-color: #111111;
    text-decoration: none;
    color: #fff;
}

/* HAMBURGER */

.btn_more_animation {
    background: #04264C;
    margin: 0 auto;
    display: table;
    padding: 0px 15px;
    width: 40px;
   height: 40px;
   -moz-border-radius: 25px; 
   -webkit-border-radius: 25px; 
   border-radius: 25px;
}

.btn_more_animation.is-active {
    background: #207AD5;
}

.circle_more1 .line{
  width: 15px;
  height: 3px;
  background-color: #ecf0f1;
  display: block;
  margin: 10px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.circle_more1:hover{
  cursor: pointer;
}

.circle_more2 .line{
  width: 15px;
  height: 3px;
  background-color: #ecf0f1;
  display: block;
  margin: 10px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.circle_more2:hover{
  cursor: pointer;
}

.circle_more3 .line{
  width: 15px;
  height: 3px;
  background-color: #ecf0f1;
  display: block;
  margin: 10px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.circle_more3:hover{
  cursor: pointer;
}


/* BLUE1 */

#circle_more_blue1 .line:nth-child(2){
  opacity: 0;
}

#circle_more_blue1 .line:nth-child(1){
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#circle_more_blue1 .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

#circle_more_blue1.is-active .line:nth-child(2){
    opacity: 1;
    width: 15px;
    transform: translateX(0px);
}

#circle_more_blue1.is-active .line:nth-child(1),
#circle_more_blue1.is-active .line:nth-child(3){
  width: 15px;
}

#circle_more_blue1.is-active .line:nth-child(1){
  -webkit-transform: translateX(25px) rotate(45deg);
  -ms-transform: translateX(10px) rotate(45deg);
  -o-transform: translateX(10px) rotate(45deg);
  transform: translateX(10px) rotate(45deg);
  transform: translateX(5px) translateY(8px) rotate(45deg);   
}

#circle_more_blue1.is-active .line:nth-child(3){
  -webkit-transform: translateX(20px) rotate(-45deg);
  -ms-transform: translateX(10px) rotate(-45deg);
  -o-transform: translateX(10px) rotate(-45deg);
  transform: translateX(5px) translateY(-8px) rotate(-45deg);
}


/* BLUE2 */

#circle_more_blue2 .line:nth-child(2){
  opacity: 0;
}

#circle_more_blue2 .line:nth-child(1){
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#circle_more_blue2 .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

#circle_more_blue2.is-active .line:nth-child(2){
    opacity: 1;
    width: 15px;
    transform: translateX(0px);
}

#circle_more_blue2.is-active .line:nth-child(1),
#circle_more_blue2.is-active .line:nth-child(3){
  width: 15px;
}

#circle_more_blue2.is-active .line:nth-child(1){
  -webkit-transform: translateX(25px) rotate(45deg);
  -ms-transform: translateX(10px) rotate(45deg);
  -o-transform: translateX(10px) rotate(45deg);
  transform: translateX(10px) rotate(45deg);
  transform: translateX(5px) translateY(8px) rotate(45deg);   
}

#circle_more_blue2.is-active .line:nth-child(3){
  -webkit-transform: translateX(20px) rotate(-45deg);
  -ms-transform: translateX(10px) rotate(-45deg);
  -o-transform: translateX(10px) rotate(-45deg);
  transform: translateX(5px) translateY(-8px) rotate(-45deg);
}

/* BLUE3 */

#circle_more_blue3 .line:nth-child(2){
  opacity: 0;
}

#circle_more_blue3 .line:nth-child(1){
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  -o-transform: translateY(13px);
  transform: translateY(13px);
}

#circle_more_blue3 .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

#circle_more_blue3.is-active .line:nth-child(2){
    opacity: 1;
    width: 15px;
    transform: translateX(0px);
}

#circle_more_blue3.is-active .line:nth-child(1),
#circle_more_blue3.is-active .line:nth-child(3){
  width: 15px;
}

#circle_more_blue3.is-active .line:nth-child(1){
  -webkit-transform: translateX(25px) rotate(45deg);
  -ms-transform: translateX(10px) rotate(45deg);
  -o-transform: translateX(10px) rotate(45deg);
  transform: translateX(10px) rotate(45deg);
  transform: translateX(5px) translateY(8px) rotate(45deg);   
}

#circle_more_blue3.is-active .line:nth-child(3){
  -webkit-transform: translateX(20px) rotate(-45deg);
  -ms-transform: translateX(10px) rotate(-45deg);
  -o-transform: translateX(10px) rotate(-45deg);
  transform: translateX(5px) translateY(-8px) rotate(-45deg);
}



.wsp-new {
  background: #FFFFFF;
  border: 3px solid #000000;
  font-size: 20px;
  padding: 10px;
  border-radius: 20px !important;
  position: fixed;
  bottom: 50px;
  right: 20px;
  color: #000000;
  display: inline;
  width: 220px;
  text-align: right;
  font-weight: bold;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 200;
}
.separator {
  padding: 0;
  height: 300px;
  position: relative;
  margin: 0 auto;
  position: static;
  overflow-x: visible;
  overflow-y: visible;
  margin-bottom: 0px;
  background: url(../images/separator.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
img {
  border: 0px;
  margin: 0;
  padding: 0px;
}
.bg_interior {
  background: #eeeeee;
}
.button_white {
  background-color: transparent;
  border: 1px solid #111;
  display: inline-table;
  cursor: pointer;
  color: #111;
  font-size: 15px;
  padding: 4px 20px;
  margin: 5px;
  text-decoration: none;
  font-weight: 400;
}
.button_white:hover {
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
  text-decoration: none;
}
.button_white:active {
  position: relative;
  top: 1px;
}


.gsc-control-cse {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    margin-top: 15px !important;
}

form.gsc-search-box {
    font-size: 13px;
    margin-top: 0px!important;
    margin-right: 0;
    margin-bottom: 0px !important;
    margin-left: 0;
    width: 100%;
    height: 34px;
}

input.gsc-input {
    padding: 1px 6px;
    border: 0px solid #fff;
    width: 99%;
    background: black !important;
    color: white;
}

.gsc-input-box {
    border: 0px solid #000 !important;
        background: transparent !important;
}

.gsc-control-wrapper-cse{
    border: 2px solid white !important;
}
.gsc-search-button-v2 {
    font-size: 0;
    padding: 6px 15px 5px 15px!important;
    width: auto;
    vertical-align: middle;
    border: 0px solid #666!important;
    border-radius: 2px!important;
    border-color: #000 !important;
    background-color: transparent !important;
    background-image: linear-gradient(top, #4d90fe, #4787ed)!important; 
}

.gsc-search-button-v2 svg {
    height: auto;
    width: 21px !important;
}


.tit_home{
    font-size:38px;
    line-height: 40px;
    font-style: italic;
    padding: 25px 0;
    font-weight: 300;
    color:#2C2A25;
    text-align: center;
    font-family: 'Raleway', sans-serif;       
}

.tit_interior2{
    font-size:30px;
    line-height: 32px;
    font-style: italic;
    padding: 25px 0;
    font-weight: 300;
    color:#2C2A25;
    text-align: center;
    font-family: 'Raleway', sans-serif;           
}

.tit_interior{
    font-size:35px;
    line-height: 35px;
    padding: 25px 15px 5px 15px;
    font-weight: 300;
    color:#2C2A25;
    text-align: left;
    font-family: 'Montserrat', sans-serif; 
    border-bottom: 1px dashed #999;
}


.subtit_interior{
    font-size:28px;
    line-height: 30px;
    padding: 0px 15px 15px 15px;
    font-weight: 300;
    color:#2C2A25;
    text-align: left;
    font-family: 'Montserrat', sans-serif; 

}
.container_txtIntro{
    padding: 0; 
    max-width: 680px;
    padding: 50px 20px;
    margin: 50px auto;
}

.txt_intro1{
    font-size:50px;
    line-height: 35px;
    padding: 15px 15px 15px 15px;
    font-weight: 300;
    color:#fff;
    text-align: center;
}

.txt_intro2{
    font-size:20px;
    line-height: 23px;
    padding: 0;
    font-weight: 300;
    color:#777;
    text-align: center;
    margin: 0 auto;
    text-align: center
}

.txt_intro2 span{
    font-weight: 700;
    font-size:25px;
    line-height: 50px;

}

.txt_introquienes1{
    font-size:36px;
    line-height: 35px;
    padding: 25px 15px 15px 15px;
    font-weight: 300;
    color:#2C2A25;
    text-align: left;
    font-family: 'Montserrat', sans-serif; 
}

.txt_introquienes2{
    font-size:17px;
    line-height: 23px;
    padding: 15px 15px 5px 15px;
    font-weight: 400;
    color:#2C2A25;
    text-align: left    ;
    font-family: 'Montserrat', sans-serif; 
    max-width: 1500px;
    margin: 0 auto 50px auto;
}

.txt_introquienes2 span{
    font-weight: 700;

}

.bread{
    font-size:14px;
    line-height: 15px;
    padding: 10px 0px 20px 0px;
    font-weight: 400;
    color:#111;
    text-align: left;
    font-family: 'Montserrat', sans-serif; 
    border-bottom: 1px dashed #999;
}

.bread span a{
    color: #111
}

.sub_tit_interior{
        font-size:30px;
    line-height: 33px;
    font-style: italic;
    padding: 5px 0;
    margin-bottom: 30px;
    font-weight: 500;
    color:#393B94;
    text-align: left;
    font-family: 'Raleway', sans-serif;  
    border-bottom: 1px dashed #393B94;
}
.sub_tit_interior2{
        font-size:30px;
    line-height: 40px;
    font-style: italic;
    padding: 30px 30px 0px 30px;
    margin-bottom: 0px;
    font-weight: 400;
    color:#393B94;
    text-align: left;
    font-family: 'Raleway', sans-serif;  
    border-bottom: 0px dashed #393B94;
}

.box_info_home{
     background-color: rgba(255, 255, 255, 0.75);
    border: 5px solid #333;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px 30px;
    max-width: 900px;
    top: 30px
}

.searchBar{
    margin-top: 40px
}

.tit_info_home{
    font-size:30px;
    line-height: 35px;
    font-style: italic;
    padding: 5px 0;
    font-weight: 700;
    color:#2C2A25;
    text-align: center;
    font-family: 'Raleway', sans-serif;   
}
.txt_info_home{
    font-size:15px;
    line-height: 20px;
    font-style: italic;
    padding: 5px 0;
    font-weight: 500;
    color:#2C2A25;
    text-align: center;
    font-family: 'Raleway', sans-serif; 
    margin: 0 auto
}

.subtit_banner_home {
  font-size: 30px;
  text-align: left;
  margin: 0 0 10px 0;
  color: #111;
  font-weight: 100;
  line-height: 35px;
    font-family: 'Raleway', sans-serif; 
}
.txt_banner_home {
  text-decoration: none;
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  border: none;
    font-family: 'Raleway', sans-serif; 
  padding: 10px 25px 30px 25px;
}

.wrapper {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto
}

.tit_intro {
  text-decoration: none;
  text-align: left;
  color: #584B9F;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 15px;
  margin: 0 auto;
}
.txt_intro {
  text-decoration: none;
  text-align: center;
  color: #111;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
    font-weight: 400;
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0px 30px 15px 15px;
  margin: 0 auto;
}
.tit_intro2 {
  text-decoration: none;
  text-align: center;
  color: #333;
  font-size: 50px;
  font-weight: 400;
  line-height: 52px;
    text-transform: uppercase
}

.tit_intro3 {
  text-decoration: none;
  text-align: left;
  color: #333;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.txt_intro3 {
  text-decoration: none;
  text-align: left;
  color: #111;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
    margin: 20px 0
}

.txt_intro3 span{
    font-weight: 600;
    font-size:30px;
    line-height: 30px;

}

.banner_delivery{
    background: #DDDDDD;
    padding: 40px 0;
    margin: 100px 0;
}

.img_delivery{
    position: absolute;
    top: -150px;
}

.box_direction_camion{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    background: #222222;
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 20px;
}

.txt_intro3_hour{
    color: white;
    font-size: 20px;
    margin-left: 15px
}

.precio_ {
  font-size: 30px;
  text-align: left;
  margin: 0px;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  padding: 15px 0;
  margin: 20px 0 20px 0
}
.precio_ span {
  font-size: 25px;
}

.tit-interior {
  font-size: 30px;
  text-align: left;
  margin: 0px;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  margin: 20px 0 20px 0
}
.tit-interior2 {
  font-size: 35px;
  text-align: left;
  margin: 15px;
  color:#007930;
  line-height: 30px;
  font-weight: 700;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
  border-bottom: 1px solid #007930;
  padding: 15px;
}
.tit-interior3 {
  font-size: 35px;
  text-align: left;
  margin: 15px;
  color: #677FBF;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 15px;
}

.tit-interior4 {
  font-size: 22px;
  text-align: left;
  margin: 5px 15px 50px 15px;
  color: #111;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0 15px;
}
.tit-interior5 {
  font-size: 35px;
  text-align: left;
  margin: 0px;
  color: #677FBF;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 15px;
}
.tit-interior6 {
  font-size: 22px;
  text-align: left;
  margin: 5px 15px 50px 0px;
  color: #111;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0 0px;
}

.download-section {
  width: 100%;
  padding: 0px 0;
  height: 390px;
  color: #fff;
  background: url(../images/bg_color.jpg) no-repeat center center fixed;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.cont_button_white {
  margin: 20px auto;
  display: table;
}

@media (max-width: 768px) {
    .img_delivery{
        position: relative;
        top: auto;
        margin-bottom: 0px
    }
}



@media (max-width: 600px) {
  .download-section {
    width: 100%;
    padding: 50px 0;
    height: 700px;
    color: #fff;
    background: url(../images/bg_color.jpg) no-repeat center center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
}


/*=========================================
	HOVER IMG HOME
=========================================*/
figure {
	background: #fff;
	overflow: hidden;
    margin: 0 0 30px 0;
    padding: 0;
    
}
figure:hover+span {
	bottom: 0;
	opacity: 1;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
        width: 100%;
    height: 100%
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.txt_banner{
    position: absolute;
    bottom: -10px;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 45px;
    font-weight: 400;
    background: #111;
    padding: 5px 25px;
    color: white
}

/* ------------------------------------------------------ 
            HEADER HOME INTERIOR ALT		
*-------------------------------------------------------- */


    
.navbar-inverse .navbar-nav > li > a {
  color: #111;
  padding: 10px 5px;
  margin-left: 25px
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #000;
  margin-left: 25px;
  padding: 10px 5px
}
.navbar {
  position: relative;
  margin-bottom: 0;
  border: 0 solid transparent
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 9980;
    padding: 15px 0;
    overflow: hidden;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
    transition: .2s all linear;
}
.navbar-header {
  float: none
}
.header-alt {
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: .2s all linear;
    z-index: 99999;
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);   
    padding: 15px 0;
}
.header_alt_interior {
    background: #000000;
    padding: 15px 0;
}

.link_logotipo{
    float: left
}
.logotipo {
    position: relative;
    transition: all .5s;
    width: 250px;
}

.logotipo_alt {
  transition: all .5s;
  width: 200px;
}
.margin_nav {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transition: all .5s;
}
.margin_nav_interior {
  margin-top: 25px;
  transition: all .5s
}
.margin_nav_alt {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;  
    transition: all .5s;
    font-size: 20px;
}
.logotipo_mobile {
  display: none
}
.navbar .navbar-collapse {
  text-align: right
}
   
@media (max-width:1370px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: right;
    font-size: 16px;
    margin-left: 120px
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #111;
    padding: 10px 5px;
    margin-left: 10px
  }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
    margin-left: 10px;
    padding: 10px 5px
  }
  .navbar .navbar-collapse {
    text-align: left
  }

}
@media (max-width:768px) {
  .logo{
    width: 180px;
  }

  .logotipo_mobile {
    display: block;
      margin-left: 25px
  }
  .logotipo {
    display: none
  }
  .logotipo_alt {
    display: none
  }
  .navbar-inverse {
    margin-top: 0;
    padding: 10px 10px
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 8px;
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
  }
  .navbar-toggle:focus {
    outline: 0
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
  }
  .header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9980;
    padding: 4px 0;
    overflow: hidden;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
    max-width: 1903px;
    transition: .2s all linear;
    z-index: 9999
  }
  .header-alt {
    background-color: #111;
    position: relative
  }
  .logotipo {
    margin-top: 5px;
    margin-left: 5px
  }
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    font-size: 18px
  }
}    
    


/* ------------------------------------------------------ 
					BANNER HOME		
*-------------------------------------------------------- */

.productos-home {
	position:relative;
	margin:0;
	padding: 0;
	background: #ffffff;
}



.bg_terapias {
	position:relative;
	margin:0;
	padding: 0;
	background: #FBF4FB;
}

.banner-home a{
    padding: 0px;
    margin: 0 auto;
	display:block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration:none;
	background:none;
}

.banner-home a:hover{
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);	
   text-decoration:none;
}

.banner-actividades a{
    width: 240px;
    margin: 0 auto;
	display:block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-decoration:none;
	background:none;
}

.banner-actividades a:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);	
   text-decoration:none;
}

.tit_banner_home{
    font-size:22px;
    line-height: 27px;
    padding: 5px 0;
    color:#2C2A25;
    text-align: center;
    font-family: 'Raleway', sans-serif !important;
}

.th_home{
	border: none;
	background: none;
}

.subtit_banner_home{
	font-size:30px;
	text-align:left;
	margin:0 0 10px 0;
	color:#111;
    font-weight:100;
	line-height: 35px;
      font-family: 'Raleway', sans-serif !important;

}

.txt_banner_home{
	text-decoration:none;
	text-align:center;
	color:#111;
    font-size: 13px;
	font-weight:400;
	line-height: 20px;
    font-family: 'Raleway', sans-serif !important;

}


@media (max-width: 1024px) {
    .tit_banner_home{
        font-size:18px;
        line-height: 20px;
        padding: 5px 0;
        color:#2C2A25;
        text-align: center;
    }

    .subtit_banner_home{
        font-size:18px;
        text-align:left;
        margin:0 0 10px 0;
        color:#111;
        font-weight:100;
        line-height: 20px;
    }

    .txt_banner_home{
        text-decoration:none;
        text-align:left;
        color:#111;
        font-size: 14px;
        font-weight:300;
        line-height: 16px;
        border: none;
    }
  }

@media (max-width: 768px) {
    .banner-home a{
        margin: 20px auto;
        border-bottom: 1px solid #ccc;
    }

    .arbol{
        width: 20%;
        height: 20%;

    }

}


.no_margin {
  padding: 0;
}


ul.migas {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    padding: 0.625rem 1rem;
    list-style: none;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin: 0 0 15px 15px;
    font-weight: 400;
    color: #fff;
    border-radius: 0;
}

ul.migas li {
    display: inline;
    font-size: 1.5rem;
}

ul.migas li a{
    color: #ccc
}

ul.migas li a:hover{
    color: #fff;
    text-decoration: underline !important
}

ul.migas li + li:before {
    padding: 8px;
    color: white;
    content: ">\00a0";
}

.container-productos{
    background: #333;
    padding: 0;
}

.container-interior{
    margin-top: 10px;
    padding: 0;
}

.mar-pad1{
  margin:30px 0 50px 0;
  padding: 0;
}

.mar-pad2{
  padding: 0;
}

@media(max-width:768px) {
    .container-interior{
        margin-top: 0px
    }

}


.line_purple1 {
  height: 6px;
  background: #AB57AB;
}

.line_green {
  height: 6px;
  background: #007930;
}
.line_purple2 {
  height: 4px;
  background: #3F1E91;
}


.btn-purple2{
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    padding: 7px 20px 5px 20px;
    height: 40px;
    margin: 15px 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin: 20px auto;
    display: table
}

.btn-purple2:hover, .btn-purple:active {
    background-color: #741F2C;
    text-decoration: none;
    color: #fff;
}

.btn-purple3{
    background-color: #FFF;
    border: 3px solid #C5354A;
    color: #111;
    padding: 7px 20px 5px 20px;
    height: 40px;
    margin: 15px 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin: 20px auto;
    display: table
}

.btn-purple3:hover, .btn-purple:active {
    background-color: #C5354A;
    text-decoration: none;
    color: #fff;
}

.cont-txt-phone {
    color: #fff;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
}

.cont-txt-phone-icon {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.cont-txt-phone-icon img {
    margin-right: 0px;
    margin-left: 0px;
    fill: #1D2920;
    width: 30px;
}

.txt-phone {
    color: #666;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    margin-left: 10px
}

.txt-phone a {
    color: #111;
}

.logo_pie{
    width: 100px
}

.btn-green{
    background-color: #FFF;
    border: 3px solid #007930;
    color: #111;
    padding: 7px 20px 5px 20px;
    height: 40px;
    margin: 15px 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin: 20px auto;
    display: table;
    border-radius: 6px !important
}

.btn-green:hover, .btn-purple:active {
    background-color: #007930;
    text-decoration: none;
    color: #fff;
}


.btn-black{
    background-color: #FFF;
    border: 2px solid #fff;
    color: #111;
    padding: 7px 20px 5px 20px;
    height: 40px;
    margin: 15px 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 21px;
    font-weight: 500;
    cursor: pointer;
    margin: 20px auto;
    display: table;
    border-radius: 0px !important
}

.btn-black:hover, .btn-purple:active {
    background-color: #111;
    text-decoration: none;
    color: #fff;
    border: 2px solid white;
}

.btn-yellow{
    background-color: #CFA24E;
    border: 2px solid #CFA24E;
    color: #fff;
    padding: 7px 30px 5px 30px;
    height: 40px;
    margin: 15px 0px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 21px;
    font-weight: 500;
    cursor: pointer;
    margin: 20px auto;
    display: table;
    border-radius: 0px !important
}

.btn-yellow:hover, .btn-yellow:active {
    background-color: #9B742B;
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
}


/* ------------------------------------------------------ 
					DELIVERY	
*-------------------------------------------------------- */

.cont-delivery{
    margin: 15px auto 50px auto;
    padding: 0;
}
.reparto{
    background: white;
    padding: 10px 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #ccc;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    border-radius: 20px;
}

.tit_reparto{
    background: white;
    padding: 10px 20px;
    margin-bottom: 0px;
    margin-top: 15px;
    border: 0px solid #ccc;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.reparto2{
    background: #fafafa;
    padding: 10px 20px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
      font-size: 18px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.reparto span{
    font-weight: 700px;
    font-size: 24px;
    line-height: 26px

}

.reparto_info{
    font-size: 15px;
    line-height: 18px;
    margin-top: 9px
}



/* ------------------------------------------------------ 
					EMPRESA	
*-------------------------------------------------------- */

.tit_quienes{
    font-size: 35px;
    text-align: left;
    color:#04264C;
    margin-bottom: 15px
}

.txt_empresa{
    font-size: 23px;
    line-height: 27px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 300;
    color: #eee;
}

.txt_empresa span{
    font-weight: 400;
    color: #fff;
}


.tit_donde{
    font-size: 35px;
    text-align: left;
    color:#04264C;
    margin-bottom: 15px;
    border-bottom: 1px dashed #04264C
}

.txt_donde{
    font-size: 18px;
    text-align: left;
    color:#111;
    margin-bottom: 15px;
    font-weight: 400
}




/* ------------------------------------------------------ 
					PRODUCTOS	
*-------------------------------------------------------- */


.titOptionProduct {
    text-decoration: none;
    text-align: center;
    color: #207AD5;
    font-size: 25px;
    line-height: 23px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 500;
    margin:0px auto 0px auto;
    display: table;
    text-decoration: none
}

.txtOptionProduct {
  text-decoration: none;
  text-align: center;
  color: #111;
  font-size: 15px;
    line-height: 18px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 300;
  margin:0px auto 30px auto;
  display: table;
    max-width: 280px

}

.btn_product{
    margin-bottom: 80px;
}

.center{
    margin: 0 auto;
    display: table !important
}

.cardProduct{
    margin-bottom: 50px;
}

.img-rouded{
    border-radius:20px; 
    -moz-border-radius:20px;
    -webkit-border-radius:20px; 
    -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.55);
    border: 2px solid rgba(255,255,255,0.05)
}


.cardProdDetail{
    margin: 20px auto 70px auto;
}

.titOptionDetail {
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 500;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    bottom: 15px
}

.titOptionDetail2 {
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 500;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    bottom: -15px
}
.titOptionDetail3 {
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 500;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    bottom: -25px
}
.titOptionDetail4 {
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 500;
    left: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    bottom: -50px
}



.txtOptionDetail {
  text-decoration: none;
  text-align: center;
  color: #111;
  font-size: 15px;
    line-height: 18px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 300;
  margin:0px auto 5px auto;
  display: table;
    max-width: 280px

}

.tit_detail_product{
    font-size: 60px;
    line-height: 60px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 400;
    color: #fafafa;
    margin-bottom: 20px
}

.txt_detail_product{
    font-size: 24px;
    line-height: 25px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-weight: 300;
    color: #eee;
}

.price {
  text-decoration: none;
  text-align: center;
  color: #666;
  font-size: 27px;
    line-height: 26px;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 400;
  margin:10px auto 40px auto;
  display: table;
    max-width: 280px;
    margin-bottom: 100px

}

.line_yellow{
    height: 5px;
    background: #F39C00;
    margin: 50px auto;
    display: block;
    max-width: 780px
}

.line_purple{
    height: 2px;
    background: #D2C5FD;
    margin: 70px auto;
    display: block;
    max-width: 780px
}

.icon-zoom{
    position: absolute; 
    top:20px;
    right: 20px;
    z-index: 5;
    display: none
}

.icon-zoom-bg{
    z-index: 5;
    position: absolute; 
    top:5px;
    right: 20px;
}

.icon-zoom-bg::after{
    height: 40px;
    width: 40px;
    background: url(../images/bg_productos.jpg);  
    content: '';
}


/* ------------------------------------------------------ 
					CONTACTO	
*-------------------------------------------------------- */
.tit_form_contacto{
    font-size: 28px;
    text-align: left;
    margin: 0 0 30px 0; 

}

.tit_form_home {
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px
}
.box_form {
    background: #fff;
    padding: 20px 30px;
    margin: 30px auto 80px auto;
    border: 5px solid #ccc;
    background: #f5f5f5;  
    border-radius: 20px; 
}
.box_form_cotizacion {
  background: #fff;
  padding: 5px 10px;
  margin: 5px auto;

}
.bg-reservas {
  background: url(../reservas/reservas.png) right bottom no-repeat #EDE9EA;
  border-bottom: 10px solid #C6B9BC;
}
.bg-contacto {
  background: url(../contacto/contacto.png) right bottom no-repeat #EDE9EA;
  border-bottom: 10px solid #C6B9BC;
}
.reservas {}
.cont-form {
  background: transparent:
}
.contenedor_contacto {
  padding: 0 50px;
}
.contenedor_linea {
  padding: 0 80px 50px 0;
  background: url(../linea/bg_linea.jpg) right bottom no-repeat;
}
.contenedor_shows {
  padding: 15px;
}

@media (max-width: 991px) {
  .contenedor_contacto {
    padding: 0 0px;
  }
  .contenedor_linea {
    padding: 0 0 300px 0;
  }
}
.contact_form {
  padding: 15px 280px;
}
@media (max-width: 1200px) {
  .contact_form {
    padding: 15px 150px;
  }
  .cont-form {
    background: #EDE9EA;
    padding: 10px
  }
}
@media (max-width: 768px) {
  .contact_form {
    padding: 15px 50px;
  }
}
@media (max-width: 480px) {
  .contact_form {
    padding: 10px;
  }
}
.form-group {
  margin: 0 0 20px 0;
  padding: 0 15PX;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin: 0;
}
.control-label {
    margin: 0;
    padding: 0;
    font-size: 20px;
}
.cont-txt-reservas {
  padding: 30px;
  background: #fff;
  font-size: 16px;
}
/* Required field START */
.required-field-block {
  position: relative;
}
.required-field-block .required-icon {
  display: inline-block;
  vertical-align: middle;
  margin: -0.25em 0.25em 0em;
  background-color: #E8E8E8;
  border-color: #FFDE01;
  padding: 0.5em 0.8em;
  color: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0.325em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
  font-size: 75%;
}
.required-field-block .required-icon {
  background-color: transparent;
  position: absolute;
  top: 0em;
  right: 0em;
  z-index: 10;
  margin: 0em;
  width: 30px;
  height: 30px;
  padding: 0em;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.required-field-block .required-icon:after {
  position: absolute;
  content: "";
  right: 1px;
  top: 1px;
  z-index: -1;
  width: 0em;
  height: 0em;
  border-top: 0em solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 0em solid transparent;
  border-right-color: inherit;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.required-field-block .required-icon .text {
  color: #B80000;
  font-size: 26px;
  margin: -3px 0 0 12px;
}
/* Required field END */
.content {
  background: #EEE1D0;
  padding: 50px 0;
  margin: 0;
}
.center-white {
  background: #fff;
  padding: 150px 100px;
  margin: 0 auto;
}
label {
  margin-top: 17px;
  text-align: right;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

/* ------------------------------------------------------ 
						SLIDER					
*-------------------------------------------------------- */

.btn-u btn-u-blue .ls-l-1 {
  left: 45% !important;
}
.btn-u.btn-u-blue {
  display: block;
  background: #FFF;
  padding: 8px 20px !important;
  border-bottom: 0px solid #000 !important;
}
.btn-u.btn-u-blue:hover, .btn-u.btn-u-blue:focus, .btn-u.btn-u-blue:active, .btn-u.btn-u-blue.active, .open .dropdown-toggle.btn-u.btn-u-blue {
  display: block;
  background: #DAE9E2;
  padding: 15px 20px !important;
  border: 1px solid 584B9F !important;
}
.btn-u.btn-u-split-blue.dropdown-toggle {
  border-left: solid 1px #0784FF;
  font-family: 'Raleway', sans-serif !important;
}
#ls-s-2, #ls-s-3 {
  background: black;
  padding: 9px 20px;
  color: #fff font-size:25px;
  font-family: 'Raleway', sans-serif !important;
}
.tit_slide {
  font-size: 24px;
  font-weight: 400;
  border-bottom: 0px solid #111;
  font-family: sans-serif;
  margin-bottom: 0px;
  color: #111;
}
.dias_slide {
  font-size: 20px;
  font-weight: 300;
  font-family: sans-serif;
  margin-bottom: 6px;
  color: #111;
}
.desde_slide {
  font-size: 12px;
  font-weight: 400;
  font-family: sans-serif;
  margin-bottom: 2px;
  color: #666;
  width: 300px !important;
  display: table !important;
  text-decoration: underline
}
.valor_slide {
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
  background: #59997F;
  color: white;
  padding: 5px 10px;
  display: table;
  margin-bottom: 10px
}
.ls-l{
      text-align: left;
    font-size:80px;
    font-weight: 100;
      font-family: 'Fira Sans Extra Condensed', sans-serif;
    color: white ;
    background-color: rgba(57, 29, 25, 0.5);
    padding: 10px 15px;
        backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}


.ls-l-2{
    font-size: 60px!important;
    font-weight: 100!important;
    font-family: 'Fira Sans Extra Condensed', sans-serif!important;
    color: white!important ;
    background-color: rgba(232, 189, 147, 0.5)!important;
    padding: 10px 15px!important;
    backdrop-filter: blur(14px)!important;
    -webkit-backdrop-filter: blur(14px)!important;
    border-radius: 40px!important;
  text-align: center!important;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%)!important;
}
.ls-l-2-aviso{
    font-size: 40px!important;
    font-weight: 100!important;
    font-family: 'Fira Sans Extra Condensed', sans-serif!important;
    color: black!important ;
    background-color: rgba(255, 255, 255, 0.9)!important;
    padding: 10px 15px!important;
    backdrop-filter: blur(14px)!important;
    -webkit-backdrop-filter: blur(14px)!important;
    border-radius: 40px!important;
  text-align: center!important;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%)!important;
}

.ls-l-1{
    text-align: left;
    font-size: 40px;
    font-weight: 500;
    margin-top: 60px;
    font-family: 'Montserrat', sans-serif;
    color: white  
}
.cl{
  width: 100px!important;
}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
  .ls-l-2-aviso{
    font-size: 20px!important;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%)!important;
}
.cl{
  width: 60px!important;
}
}
@media (max-width: 767px) {
  .btn-u btn-u-blue .ls-l-1 {
    left: 45% !important;
  }
  .tit_slide {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #111;
    font-family: sans-serif;
    margin-bottom: 10px;
  }
  .dias_slide {
    font-size: 16px;
    font-weight: 300;
    font-family: sans-serif;
    margin-bottom: 6px;
  }
  .desde_slide {
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif;
    margin-bottom: 2px;
    display: none
  }
  .valor_slide {
    font-size: 28px;
    font-weight: 300;
    font-family: sans-serif;
    background: #0784FF;
    color: white;
    padding: 5px 15px;
    display: none
  }

  .ls-l-2{
    font-size: 35px!important;
}

}

@media (max-width:480px){
  .ls-l-2-aviso{
    font-size: 16px!important;
  top: 50%!important;
  left: 0!important;
  transform: translate(9%, -50%)!important;
}
.cl{
  width: 60px!important;
}
}

/* ------------------------------------------------------ 
						PIE					
*-------------------------------------------------------- */

footer {
  padding: 25px 0 0 0;
  margin: 0 !important;
  position: relative;
  background: #222;
  display: table;
  width: 100%;
  font-family: sans-serif
}

@media (max-width: 767px) {
 footer{
  padding-bottom: 100px;
 }
  }

.txt-local {
    color: #fff;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px
}

.box-address{
    background-color: #E1EAE3;
    padding: 15px 30px;
    display: block;
    margin: 20px auto;
     border: 1px solid #9DBBA4;
    border-bottom: 5px solid #9DBBA4;
}

.txt-direction {
    color: #666;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}


.item_footer{
    display: flex;
    align-items: center;
}

.item_delivery{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
 font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 27px;
    line-height: 30px;
  font-weight: 400;
}

.item_delivery span{
  font-size: 30px;
  font-weight: 700;
}

.icon_delivery{
    margin-right: 15px;
    width: 90px
}

.logo_footer{
    width: 350px;
}

.txt-pie {
  color: #fff;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 25px;
  font-weight: 200;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  margin-top: 3%
}
.txt-pie a {
  color: #fff
}
.txt-pie-nav {
  color: #fff;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 20px;
  font-weight: 200;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 50;
  margin: 0;
  text-align: center;
  margin-top: 20px;
    font-weight: 300;
    background: #000
}
.txt-pie-nav a {
  color: #fff;
}

.txt-pie-nav a:hover {
  text-decoration: underline !important;
}
.logos-pie {
  margin-top: 0px;
    fill: green;
}

.container-social{
    display: flex;
    justify-content: center;
    align-items:center;
    height: 87px
}

.container-social a{
margin-right: 20px
}

.txt_footer {
  color: #fff;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
  font-weight: 300;
}
.txt_footer a {
  color: #fff;
  text-decoration: none;
}
.txt_footer a:hover {
  text-decoration: underline!important;
}


@media (max-width: 767px) {
  .txt_footer_right {
    text-align: left;
    padding-bottom: 25px;
  }
  .footer_img_mobile {
    display: block;
  }
  .footer_img {
    display: none;
  }
  .txt_fc {
    float: none;
    background: none;
    padding: 0;
  }
  .txt_fc a {
    padding: 25px 35px 0px 0px;
    line-height: 20px;
    font-weight: 300;
    background: url(../images/fc.png) no-repeat bottom right;
    display: table;
  }
  .txt_footer_mail {
    margin-bottom: 25px;
  }
  .txt-pie-nav {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .txt_footer_mail {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .txt_footer_mail {
    margin-bottom: 25px;
    font-size: 15px;
  }
}

/*  Bootstrap Clearfix */
/*  Tablet  */
@media (min-width:767px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1), .col-ms-1:nth-child(12n+1), .col-ms-2:nth-child(6n+1), .col-ms-3:nth-child(4n+1), .col-ms-4:nth-child(3n+1), .col-ms-6:nth-child(2n+1) {
    clear: left;
  }
}
/*  Medium Desktop  */
@media (min-width:992px) {
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1), .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .col-ms-1:nth-child(12n+1), .col-ms-2:nth-child(6n+1), .col-ms-3:nth-child(4n+1), .col-ms-4:nth-child(3n+1), .col-ms-6:nth-child(2n+1), .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
/*  Large Desktop  */
@media (min-width:1200px) {
  /* Column clear fix */
  .col-md-1:nth-child(12n+1), .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1), .col-ms-1:nth-child(12n+1), .col-ms-2:nth-child(6n+1), .col-ms-3:nth-child(4n+1), .col-ms-4:nth-child(3n+1), .col-ms-6:nth-child(2n+1), .col-sm-1:nth-child(12n+1), .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .col-lg-1:nth-child(12n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11 {
    float: left;
  }
  .col-ms-1 {
    width: 8.33333%;
  }
  .col-ms-2 {
    width: 16.66667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.33333%;
  }
  .col-ms-5 {
    width: 41.66667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.33333%;
  }
  .col-ms-8 {
    width: 66.66667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.33333%;
  }
  .col-ms-11 {
    width: 91.66667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-push-1 {
    left: 8.33333%;
  }
  .col-ms-push-2 {
    left: 16.66667%;
  }
  .col-ms-push-3 {
    left: 25%;
  }
  .col-ms-push-4 {
    left: 33.33333%;
  }
  .col-ms-push-5 {
    left: 41.66667%;
  }
  .col-ms-push-6 {
    left: 50%;
  }
  .col-ms-push-7 {
    left: 58.33333%;
  }
  .col-ms-push-8 {
    left: 66.66667%;
  }
  .col-ms-push-9 {
    left: 75%;
  }
  .col-ms-push-10 {
    left: 83.33333%;
  }
  .col-ms-push-11 {
    left: 91.66667%;
  }
  .col-ms-pull-1 {
    right: 8.33333%;
  }
  .col-ms-pull-2 {
    right: 16.66667%;
  }
  .col-ms-pull-3 {
    right: 25%;
  }
  .col-ms-pull-4 {
    right: 33.33333%;
  }
  .col-ms-pull-5 {
    right: 41.66667%;
  }
  .col-ms-pull-6 {
    right: 50%;
  }
  .col-ms-pull-7 {
    right: 58.33333%;
  }
  .col-ms-pull-8 {
    right: 66.66667%;
  }
  .col-ms-pull-9 {
    right: 75%;
  }
  .col-ms-pull-10 {
    right: 83.33333%;
  }
  .col-ms-pull-11 {
    right: 91.66667%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }
  .tit_pop {
    color: #B88627;
    font-family: 'Allura', cursive;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    z-index: 50;
    margin: 0 0 5px 0;
  }
  @media screen and (min-width: 768px) {
    .modal-dialog {
      width: 900px;
    }
  }
  .table-condensed th {
    font-size: 12px;
  }
  .table-condensed td {
    font-size: 12px;
  }
}    
.avisos-slider{
  background-color: white;
  font-size: 20px;
}