@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@300;400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:wght@100;200;300;400;500;600;700;900&display=swap');

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  visibility: visible!important;
}
img {
  border: 0;
  margin: 0;
  padding: 0
}

a:hover{
    text-decoration: none
}
.main {
  background: #d34a52
}
.main_home1{
    background: url(../images/bg_home1.jpg) no-repeat right;
    height: 369px;
}
.main_home2{
    background: url(../images/bg_home2.jpg) no-repeat right;
    height: 458px;
}
.logo_main{
    margin-top: -100px;
    position: relative;
    z-index: 999;
    width: 220px;
}
.direccion-pie{
  border-bottom: 2px solid #FFFFFF;
  display: block;
  padding-bottom: 20px;
  font-size: 30px;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  border: 1px solid #000;
  display: inline-block;
  margin: 20px 0;
  float: left;
  font-weight: 400;
  color: #555555;
    border-radius: 10px;
}
ul.breadcrumb li {
  display: inline;
  font-size: 20px;
}
ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: ">\00a0";
}
ul.breadcrumb li a {
  color: #000;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #000000;
  text-decoration: underline;
}
@media (max-width:480px) {
  ul.breadcrumb {
    width: 100%;
  }
  ul.breadcrumb li {
    display: block;
  }
}
@media (max-width:991px) {
  ul.breadcrumb {
    float: none;
  }
}
.wsp-new {
  background: #0000ff;
/*background: #2187C7;*/
font-size: 16px;
padding: 10px;
border-radius: 20px !important;
position: fixed;
bottom: 50px;
right: 20px;
color: #FFFFFF;
display: inline;
width: 210px;
text-align: right;
font-weight: bold;
box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
z-index: 600;
}
.carro-new {
  background: #0000ff;
/*background: #2187C7;*/
font-size: 16px;
padding: 10px;
border-radius: 20px !important;
position: fixed;
bottom: 150px;
right: 20px;
color: #FFFFFF;
display: inline;
width: 210px;
text-align: right;
font-weight: bold;
box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
z-index: 600;
}
.txt_home1 {
    text-decoration: none;
    text-align: center;
    color: #111;
    font-size: 19px;
    line-height: 23px;
    font-weight: 200;
    margin:20px auto 50px auto;
    display: table;
    border-bottom: 2px solid #D9EFF4;
    padding-bottom: 30px;
    max-width: 750px;
}
.txtCompany{
    text-decoration: none;
    text-align: center;
    color: #111;
    font-size: 19px;
    line-height: 23px;
    
    font-weight: 200;
    margin:20px auto 20px auto;
    display: table;

    max-width: 650px;
}

.txt_home2 {
    text-decoration: none;
    text-align: left;
    color: #111;
    font-size: 20px;
    
    font-weight: 200;
    margin:0px auto 50px auto;
    display: table;
    padding-left: 50px;
    border-left: 3px solid #D9EFF4
}

.tit_home2 {
    text-decoration: none;
    text-align: left;
    color: #59ACE7;
    font-size: 25px;
    line-height: 25px;
    
    font-weight: 400;       
    padding-left: 50px;
    margin:100px auto 15px auto;
}

.titCompany1{
    text-decoration: none;
    text-align: center;
    color: #1F79D4;
    font-size: 35px;
    line-height: 30px;
    
    font-weight: 200;  
}


.titCompany2{
    text-decoration: none;
    text-align: center;
    color: #1F79D4;
    font-size: 55px;
    line-height: 55px;
    
    font-weight: 700;  
}

.titCatalogo1{
    text-decoration: none;
    text-align: center;
    color: #1F79D4;
    font-size: 35px;
    line-height: 40px;
    
    font-weight: 200;  
}


.titCatalogo2{
    text-decoration: none;
    text-align: center;
    color: #1F79D4;
    font-size: 55px;
    line-height: 60px;
    
    font-weight: 700;  
}


.bg_grey{
    padding: 70px 0;
    background: rgb(45,127,158);
    background: linear-gradient(90deg, rgba(240,240,240,1) 0%, rgba(245,245,245,1) 50%, rgba(230,230,230,1) 100%);
}

.bg_white{
    padding: 70px 0;
    background: rgb(250,250,250);
}

.cardMorph{
    background: rgba( 255, 255, 255, 0.15 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 20px );
    -webkit-backdrop-filter: blur( 20px );
    border-radius: 40px !important;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ), inset -3px -3px 16px 0px rgba(145, 192, 255, 0.5), inset 0px 11px 28px 0px rgb(255, 255, 255, 0.5);  
    display: table;
    margin: 0 auto;
    padding: 30px 5px;
    min-width: 300px;
  
    
}

.cardMorphBtn{
    background: rgba( 255, 255, 255, 0.15 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.6 );
    backdrop-filter: blur( 80px );
    -webkit-backdrop-filter: blur( 80px );
    border-radius: 40px !important;
    border: 2px solid rgba( 255, 255, 255, 0.3 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.3 ), inset -3px -3px 16px 0px rgba(145, 192, 255, 0.5), inset 0px 11px 28px 0px rgb(255, 255, 255, 0.5);  
    display: flex;
    align-items: center;
    padding: 10px 5px;
}


.box_dulce{
    margin: 0; padding: 0
    
}
.tit_servicios {
  text-decoration: none;
  text-align: left;
  color: #111;
  font-size: 20px;
  
  font-weight: 600;
  padding: 0 15px;

}


.cont_dulces{
    display: grid;
    justify-content: baseline;
    align-items: baseline;
    padding: 100px 90px;
}

.txt_servicios{
    text-decoration: none;
    text-align: left;
    color: #111;
    line-height: 50px;
    
    font-weight: 400;
    padding: 0 15px;
}

.box_final{
  display: grid;
  justify-content: baseline;
  align-items: baseline;


}

.tit_morph {
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    
    font-weight: 500;
    padding: 0 30px;
    position: relative

}

.tit_morphBtn {
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    
    font-weight: 700;
    padding: 0 20px 0 0;
    position: relative

}
.txt_dulces {
    text-decoration: none;
    text-align: left;
    color: #111;
    font-size: 22px;
    line-height: 25px;
    
    font-weight: 400;
    padding: 0 15px;
}

.txt_center{
    text-align: center
}

.btn_morph{
    position: absolute;
    top:220px;
    left: 300px;
}

.btn-purple{
    background-color: transparent;
    border: 2px solid #111;
    color: #111;
    padding: 5px 20px 7px 20px;
    height: 40px;
    -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: 700;
    cursor: pointer;
    display: block;
    margin: 25px auto 15px 15px;
}

.btn-purple:hover, .btn-purple:active {
    background-color: #222;
    text-decoration: none;
    color: #fff;
}

.container-btn{
    margin: 30px 0;
}

.btn-cyan{
    background-color: transparent;
    border: 3px solid #207AD5;
    color: #207AD5;
    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: 20px;
}

.btn-cyan:hover, .btn-cyan:active {
    background-color: #207AD5;
    text-decoration: none;
    color: #fff;
}
.btn-cyan2{
    background-color: transparent;
    border: 3px solid #207AD5;
    color: #207AD5;
    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;
    display: table;
    border-radius: 20px;
}

.btn-cyan2:hover, .btn-cyan2:active {
    background-color: #207AD5;
    text-decoration: none;
    color: #fff;
}

.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: #1E4E6A;
    text-decoration: none;
    color: #fff;
}


.btn-grey{
    background-color: #777;
    border: 0px solid #777;
    color: #fff;
    padding: 10px 20px 5px 20px;
    height: 50px;
    margin: 20px 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: 700;
    cursor: pointer;
    border-radius: 5px !important;
    margin: 20px auto;
    display: table
}

.btn-grey:hover, .btn-grey:active {
    background-color: #222;
    text-decoration: none;
    color: #fff;
}

.titOptionHome {
    text-decoration: none;
    text-align: center;
    color: #207AD5;
    font-size: 25px;
    line-height: 23px;
    
    font-weight: 500;
    margin:0px auto 0px auto;
    display: table;
    text-decoration: none
}

.txtOptionHome {
  text-decoration: none;
  text-align: center;
  color: #111;
  font-size: 15px;
    line-height: 18px;
  
  font-weight: 300;
  margin:0px auto 30px auto;
  display: table;

}

.titOptionProduct {
    text-decoration: none;
    text-align: center;
    color: #207AD5;
    font-size: 25px;
    line-height: 23px;
    
    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-weight: 300;
  margin:0px auto 30px auto;
  display: table;
    max-width: 280px

}

.center{
    margin: 0 auto;
    display: table !important
}

.cardProduct{
    margin-bottom: 50px;
}

.cardProdDetail{
    margin: 20px auto 70px auto;
}

.titOptionDetail {
    text-decoration: none;
    text-align: center;
    color: #207AD5;
    font-size: 18px;
    line-height: 20px;
    
    font-weight: 500;
    margin:0px auto 0px auto;
    display: table;
    text-decoration: none;
    margin-top: 10px
}

.txtOptionDetail {
  text-decoration: none;
  text-align: center;
  color: #111;
  font-size: 15px;
    line-height: 18px;
  
  font-weight: 300;
  margin:0px auto 5px auto;
  display: table;
    max-width: 280px

}

.price {
  text-decoration: none;
  text-align: center;
  color: #666;
  font-size: 27px;
    line-height: 26px;
  
  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
}


.download-section {
    width: 100%;
    padding: 50px 0;
    height: 550px;
    color: #fff;
    background: url(../images/bg_2.jpg) no-repeat center center fixed;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-top:0px;
}


.container_box_blue{
    background: rgba(5,64,135,0.65);
    padding: 15px 30px;
    max-width: 700px;
    margin: 80px auto 30px auto;
    display: table;
}


ul.migas {
        
    padding: 0.625rem 1rem;
    list-style: none;
    border: 0.063rem solid #CCC;
    display: inline-block;
    margin: 0 0 15px 15px;
    font-weight: 400;
    color: #555555;
    border-radius: 0.625rem;
}

ul.migas li {
    display: inline;
    font-size: 1.5rem;
}

ul.migas li + li:before {
    padding: 8px;
    color: black;
    content: ">\00a0";
}

.container-interior{
    margin-top: 30px
}


/* ------------------------------------------------------ 
					PRODUCTOS	
*-------------------------------------------------------- */

.tit_detail{
    
    font-size: 45px;
    font-weight: 500;
    padding: 5px 25px;
    color: #111;
    line-height: 45px;
    text-transform: uppercase
}

.subtit_detail{
    
    font-size: 30px;
    font-weight: 500;
    padding: 0px 25px 15px 25px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    color: #6CACE9
}

.txt_detail{
    font-size: 23px;
    font-weight: 300;
    padding: 5px 25px;
    color: #333;
    line-height: 25px;
}

.img-product{
    max-width: 200px
}

.imgDetail {
    border-radius:20px; 
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    width: 100%;
    margin-top: 5px;

}
    @media (max-width: 1024px) {
        .txt_productos{
            font-size: 30px;
            line-height: 30px;
                bottom: 35%;
        }
        .txt_productos2{
            font-size: 30px;
            line-height: 30px;
            bottom: 20%;
        }        
      }

    @media (max-width: 767px) {
        .imgDetail {
            margin-top: 40px;
        }       
      }


/* ------------------------------------------------------ 
					PASOS COMPRA	
*-------------------------------------------------------- */
.box_pasos{
    background: #f5f5f5;
    padding: 10px 50px;
    margin: 20px auto 45px auto;
    max-width: 900px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
    border-radius: 20px;
}
.tit_pasos {
    font-size: 30px;
    text-align: left;
    font-weight: 400;
    line-height: 28px;
    padding: 15px;
    margin-bottom: 10px;
    color: #428bca;
    
}
.cont_pasos{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0px 0 20px 15px;
    
}
.bullet{
    padding:5px 12px;
    background: #428bca;
    color: white;
    border-radius: 15px !important;
    font-weight: 600;
}

.bullet2{
    padding:5px 4px 5px 10px;
    color: #428bca;
    font-weight: 600;
}
.txt_pasos {
    font-size: 19px;
    text-align: left;
    padding:  2px 10px;
    
    font-weight: 300;
    line-height: 21px;
    color: #333;
}

.info_pasos {
    font-size: 20px;
    text-align: left;
    padding:  5px 10px;
    
    font-weight: 400;
    line-height: 21px;
    color: #428bca;
}

.info_pasos1 {
    font-size: 25px;
    text-align: center;
    padding:  5px 10px;
    
    font-weight: 400;
    line-height: 21px;
    color: #428bca;
    margin-top: 10px
}

    @media (max-width: 768px) {
        .txt_pasos {
            padding:  0px 10px;
            

        } 
        
        .box_pasos{
            background: #f5f5f5;
            padding: 10px 10px;
            margin: 20px auto 45px auto;
            max-width: 900px
        }        
      }

/* ------------------------------------------------------ 
					QUIENES	
*-------------------------------------------------------- */
.tit_quienes {
    font-size: 35px;
    text-align: left;
    font-weight: 400;
    line-height: 38px;
    padding: 15px;
    color: #111;
    
}
.txt_quienes {
    font-size: 19px;
    text-align: left;
    padding:  15px 0 15px 40px;
    font-weight: 300;
    line-height: 21px;
    color: #333;
        background: url(../images/check.svg) no-repeat left center ;
}
.txt_donde {
    font-size: 19px;
    text-align: left;
    padding:  15px 0 15px 0;
    font-weight: 300;
    line-height: 21px;
    color: #333;
}

.txt_quienes span {
    font-weight: 500;
}
.info_quienes {
  font-size: 20px;
    padding: 20px ;
  text-align: center;
  font-weight: 400;

  line-height: 26px;
  margin: 60px auto 30px auto;
  max-width: 800px;
  border: 5px solid #ccc;
    background: #fafafa;
  color: #111;
}

@media(max-width:768px) {
    .container-interior{
        margin-top: 0px
    }

}

@media(max-width:1200px) {
    .txt_home1 {
      padding-top: 70px;
      padding-left: 15px;
      max-width: 400px;
    }

}
@media(max-width:991px) {
    .main_home1{
        background: none;
        height: auto
    }
    .txt_home1 {
        padding-top: 50px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 100px;
        max-width: initial;
        width: 100%;
        background: white;
        text-align: center;
        margin: 0 auto;
        background: url(../images/bg_home1_1.png) no-repeat bottom;
    }
    .main_home2{
        background: none;
        height: auto
    }    

    
    .box_servicios{
    display: table;
    align-items: center;
    padding: 20px   
    }
    
    .cardProduct{
        margin-bottom: 60px;
        padding-bottom: 50px;
        border-bottom: 1px solid #ccc
    }
    
    .cardProdDetail{
        margin-bottom: 60px;
        padding-bottom: 50px;
        border-bottom: 1px solid #ccc
    }
    
    .price{
        margin-bottom: 40px;
    }

}
.tit-interior {
  font-size: 40px;
    border-bottom: 1px solid #ccc;
  text-align: left;
  margin: 100px 15px 20px 15px;
  color: #2c2a25;
  line-height: 38px;
  font-weight: 300;
  padding: 15px 0;
  
}

.tit-interior2 {
  font-size: 40px;
        border-bottom: 1px solid #ccc;
  text-align: left;
  margin: 20px 15px 20px 15px;
  color: #2c2a25;
  line-height: 38px;
  font-weight: 300;
  padding: 15px 0;
  
}

.subtit-interior {
  font-size: 25px;
  text-align: left;
  margin: 0px 0px 0px 0px;
  color: #FF1415;
  line-height: 28px;
  font-weight: 300;
  padding: 0;
  
}

.txt_empresa {
  font-size: 18px;
  text-align: left;
  margin: 0px 0px 20px 0px;
  color: #2c2a25;
  line-height: 23px;
  font-weight: 300;
  padding: 15px 0;
  
}

.txt_empresa span {
  font-size: 18px;
  text-align: left;
  margin: 0px 0px 20px 0px;
  color: #000;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 0;
  
}


.txt_catering {
  font-size: 20px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  color: #2c2a25;
  line-height: 15px;
  font-weight: 300;
  padding: 15px 0;
  
}

.cont_button_main {
  margin: 20px auto 50px auto;
  display: table
}
.button_main {
  background-color: #f39c00;
  border: 2px solid #f39c00;
  color: #fff;
  display: inline-table;
  cursor: pointer;
  font-size: 16px;
  padding: 4px 20px;
  margin: 5px;
  text-decoration: none;
  font-weight: 600;
  
}
.button_main:hover {
  background-color: #df9200 !important;
  border: 2px solid #df9200;
  color: #fff;
  text-decoration: none
}
.button_main:active {
  position: relative;
  top: 1px
}
.cont_button_main {
  margin: 20px auto 50px auto;
  display: table
}
.img_carta {
    margin-bottom: 30px
}
.button_main {
  background-color: #fff;
  border: 2px solid #111;
  color: #111 !important;
  text-decoration: none;
  display: inline-table;
  cursor: pointer;
  font-size: 20px;
  padding: 4px 20px;
  margin: 5px;
  font-weight: 600;
  height: 50px;
  border-radius: 20px;
  
}
.button_main:hover {
  background-color: #111 !important;
  border: 2px solid #111;
  color: #fff !important;
  text-decoration: none
}
.button_main:active {
  position: relative;
  top: 1px
}
.box_carta {
  padding: 15px;
  margin: 0;
  border-right: 1px dashed #ccc;
  border-left: 1px dashed #ccc
}
.box_carta_left {
  padding: 15px;
  margin: 0
}
.box_carta_right {
  padding: 15px;
  margin: 0
}
.tit_btn_carta {
  text-decoration: none;
  text-align: center;
  ;
  font-weight: 500;
  font-size: 16px;
  padding: 5px;
  margin-bottom: 30px;
  color: #000;
  text-transform: uppercase
}
.tit_btn_carta div {
  text-decoration: none;
  text-align: left;
  ;
  font-weight: 300;
  font-size: 15px;
  font-style: italic
}
.tit_btn_carta a {
  text-decoration: none;
  color: #111;
  background: #f2f2f2;
  padding: 8px 15px
}
.tit_btn_carta a:hover {
  text-decoration: none;
  color: #111;
  background: #fff;
  padding: 8px 15px
}
.table_carta {
  padding: 20px 80px
}
.tit-carta {
  text-decoration: none;
  text-align: left;
  color: #000;
  ;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 24px
}
.txt-carta {
  text-decoration: none;
  text-align: left;
  color: #111;
  font-size: 15px;
  ;
  font-weight: 300;
  z-index: 50;
  margin: 0;
  padding: 0;
  max-width: 800px
}

.txt-donde {
  text-decoration: none;
  text-align: left;
  color: #111;
  font-size: 19px;
   
  font-weight: 400;
  z-index: 50;
  margin: 0;
  padding: 0;
  max-width: 800px
}

.tit_info_carta {
  text-decoration: none;
  text-align: left;
  color: #000;
  font-weight: 400;
    
  margin: 0;
  padding: 0;
  font-size: 40px
}
.txt_info_carta {
  text-decoration: none;
  text-align: left;
  color: #111;
  font-size: 25px;
    
  font-weight: 300;
  z-index: 50;
  margin: 0;
  padding: 0;
  max-width: 800px
}

.box_tit_wok{
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 15px
}
.tit_info_wok {
  text-decoration: none;
  text-align: left;
  color: #000;
  font-weight: 400;
        
  margin: 0;
  padding: 0;
  font-size: 40px
}
.txt_info_wok {
  text-decoration: none;
  text-align: left;
  color: #111;
  font-size: 23px;
    
  font-weight: 300;
  z-index: 50;
  margin: 0;
  padding: 0;
  max-width: 800px
}

.reparto{
    background: white;
    padding: 10px 20px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
      font-size: 18px;
    
}

.reparto2{
    background: #fafafa;
    padding: 10px 20px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
      font-size: 18px;
    
}

.reparto span{
    font-weight: 500px;
    font-size: 24px;

}

.mg-txt-donde{
      color: #777;
  font-size: 20px;
    
}

.txt_price_carta {
  text-decoration: none;
  text-align: left;
  color: #777;
  font-size: 30px;
    
  font-weight: 500;
  z-index: 50;
  margin: 0;
  padding: 0;
  max-width: 800px
}
.txt-carta a {
  text-decoration: none;
  color: #111
}
.txt-carta a:hover {
  text-decoration: underline;
  color: #111
}
.table-hover > tbody > tr:hover > td {
  background-color: #fff
}
.mapa {
  background: #f6f6f6
}
.prensa {
  border: 0 solid #ccc;
  border-radius: 0;
  margin-bottom: 16px;
  padding: 10px;
  height: auto;
  display: block;
  background: #fff
}
.prensa a {
  display: block;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: none;
  margin: 15px 0;
  padding: 10px;
  background: rgba(255, 255, 255, .4)
}
.prensa 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;
  background: rgba(255, 255, 255, .95)
}
.prensa > a > span {
  color: #53adc5;
  text-align: center !important;
  margin: 15px auto 0 auto;
  display: block;
  font-size: 20px;
  line-height: 22px
}
.prensa > a > p {
  color: #111;
  text-align: center !important;
  margin: 15px auto 0 auto;
  display: block;
  font-size: 16px;
  line-height: 16px
}
.galeria li {
  width: 12px;
  height: 92px;
  margin: 8px 8px 15px 8px;
  padding: 0;
  list-style: none;
  float: left
}
.galeria li a {
  border: #d3c7b4 3px solid;
  display: block
}
.galeria li a:hover {
  border: #ff7f00 3px solid
}
button, input, select, textarea {
  margin-top: 10px;
  border-color: #73c1cc;
  color: #fff
}
.form-group {
  margin: 0 0 20px 0;
  padding: 0 15PX
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c6b9bc;
  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
}

label {
  text-align: right;
  ;
  color: #111;
  font-size: 15px;
  font-weight: 500
}
.tit_form_home {
  margin-top: 20px;
  text-align: left;
  ;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #fff
}
.tit_form_contacto {
  margin-top: 20px;
  text-align: left;
  ;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #111
}
.box_form {
  background: rgba(15, 15, 15, .4);
  padding: 20px 30px;
  margin: 30px auto
}
footer {
  padding: 20px 0 0 0;
  margin: 0 !important;
  position: relative;
  background: rgba(69,149,252,1);
  width: 100%;
  border-top: 0 solid #333;
}
/* .wsp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px !important;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 100
}
.wsp-2 {
  margin-top: 11px;
  width: 40px;
  height: 40px
} */
.txt-local {
    color: #fff;
    
    font-size: 40px;
    font-weight: 800;
    text-align: center;
}

.box-address{
    background-color: rgba(255, 255, 255, 0);
    display: table;
    margin: 20px auto;
    border-bottom: 0px solid #ddd;
}

.txt-direction {
    color: #fff;
    
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}

.cont-txt-instagram {
    display: flex;
    align-content: center;
    align-items: center;
    color: #fff;
    
    font-size: 25px;
    font-weight: 400;
    text-align: center;
}

.cont-txt-phone {
    display: flex;
    align-content: center;
    color: #fff;
    
    font-size: 25px;
    font-weight: 400;
    text-align: center;
}
.cont-txt-phone a {
    margin-left: 10px;
     margin-right: 10px;
    color: #fff;
}

.cont-txt-phone img {
    margin-right: 6px;
    fill: #fff;
    width: 45px;
}

.cont-txt-instagram img {
    margin-right: 8px;
    fill: #fff;
    width: 45px;
}

.txt-phone a {
    color: #fff;
}

.txt-phone{
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    margin-top: 2px
}

.txt-instagram{
    color: #fff;
    font-size: 20px;
    line-height: 23px;
}

.txt-instagram a{
    color: #fff;
}

.item_footer{
    display: flex;
    align-items: center;
}

.logo_footer{
    width: 300px;
}

.txt-pie {
  color: #fff;
  
  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-size: 1.5vmax;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 120px;
  z-index: 50;
  margin: 0;
  text-align: center;
  border-top: 4px solid #fff;
  margin-top: 20px;
    background:#2772B6
}
.txt-pie-nav a {
  color: #fff
}
.logos-pie {
  margin-top: 70%
}

.mp-cero {
  margin: 0;
  padding: 0
}
.mp-cero-2 {
  margin: 0 auto;
  padding: 0
}
.size-imagenes-prensa {
  width: 323px;
  height: 142px
}
.tit_th_prensa {
  color: #000;
  ;
  font-size: 1.2vmax;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 50;
  margin: 0;
  text-align: left
}
.txt_th_prensa {
  color: #000;
  ;
  font-size: 1vmax;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 50;
  margin: 0;
  text-align: left;
  border-top: 1px solid #000
}
.mg-prensa {
  margin: 20px 0
}
.mg-prensa a:hover {
  text-decoration: none
}
.cont-mapa {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 15px 15px 35px 15px
}
.cont_txt_donde {
  margin-top: 30px
}
.style-form {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 5px 15px 25px 15px
}
.mt-cero {
  margin-top: 0
}
.style-form {
  margin: 0 auto;
  padding: 0 0
}
.style-box-form {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 35px;
  border-radius: 20px;
}
.style-enviar {
  margin: 0 auto 10px auto;
  width: 100%
}
.w-100 {
  width: 100%
}

.style-enviar {
  margin: 0 auto 10px auto;
  width: 100%;
}
.w-100 {
  width: 100%
}

/* Grids --------------------------------------------*/

.container-ms {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(12, 150px);
  margin: 0 auto;
  max-width: 90%;
  padding: 3rem 0;
}

/* Grid images --------------------------------------------*/

.img {
  border-radius: 1rem !important;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Grid items --------------------------------------------*/

.item-1 {
  grid-row: 3/5;
}

.item-2 {
  grid-row: 2/3;
}

.item-3 {
  grid-row: 3/3;
}
.item-4 {
  grid-row: 1/5;
}

.item-5 {
  grid-row: 2/6;
}

.item-6 {
  grid-row: 2/4;
}

.item-7 {
  grid-row: 5/6;
}

.item-8 {
  grid-row: 4/6;
}

.item-9 {
  grid-row: 6/11;
}

.item-10 {
  grid-row: 6/7;
}

.item-11 {
  grid-row: 6/9;
}

.item-12 {
  grid-row: 7/12;
}

.item-13 {
  grid-row: 9/13;
}

.item-14 {
  grid-row: 11/13;
}




@media(max-width:1200px) {
  .txt-carta {
    max-width: 600px
  }
}
@media (max-width:1024px) {
  .cont_button_main {
    margin: 5px auto 50px auto;
    display: table
  }
}
@media (max-width:991px) {
  .txt-carta {
    max-width: 400px
  }
}
@media (max-width:767px) {
  .box_carta {
    padding: 15px 15px 15px 15px;
    margin: 0
  }
  .box_carta_left {
    padding: 15px 15px 15px 15px;
    margin: 0;
    border-right: 0 solid #111
  }
  .txt-carta {
    max-width: 300px
  }
  .table_carta {
    padding: 20px 20px
  }
  .tit-interior {
    font-size: 24px;
    text-align: left;
    margin: 15px 0;
    color: #2c2a25;
    line-height: 23px;
    font-weight: 300;
    border-bottom: 1px dashed #2c2a25;
    padding: 15px 0
  }

}
@media(max-width:360px) {
  .txt-carta {
    max-width: 150px;
    font-size: 15px
  }
  .tit-carta {
    max-width: 150px;
    font-size: 14px
  }
  .table_carta {
    padding: 20px 10px
  }
}
@media (min-width:767px) {
  .col-lg-3:nth-child(4n+1), .col-lg-6:nth-child(2n+1), .col-md-3:nth-child(4n+1), .col-md-6:nth-child(2n+1) {
    clear: none
  }
  .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: left
  }
}
@media (min-width:992px) {
  .col-lg-3:nth-child(4n+1), .col-lg-6:nth-child(2n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: none
  }
  .col-md-3:nth-child(4n+1), .col-md-6:nth-child(2n+1) {
    clear: left
  }
}
@media (min-width:1200px) {
  .col-md-3:nth-child(4n+1), .col-md-6:nth-child(2n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
    clear: none
  }
  .col-lg-3:nth-child(4n+1), .col-lg-6:nth-child(2n+1) {
    clear: left
  }
}
@media (min-width:480px) and (max-width:767px) {
  .container {
    max-width: 748px
  }
}








.navbar-inverse {
  background-color: #6CACE9;
  background-color: linear-gradient(90deg, rgba(45, 127, 158, 1) 0%, rgba(55, 197, 246, 1) 50%, rgba(69, 149, 252, 1) 100%);
  border: none;
  
  font-weight: 500;
  position: relative;
  margin: 0 0 10px 0;
  text-transform: none;
  padding: 30px;
}

.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    padding: 8px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #FFFFFF;
}

.dropdown-menu {
    background-color: #FFFFFF
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #73C1CC
}

.navbar-inverse {
    background-image: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-image: none;
}

.navbar-inverse {
    border-color: #5E3D93
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    padding: 10px 5px;
    margin-left: 25px
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbarv-nav>li>a:focus {
    color: #fff;
    margin-left: 25px;
    padding: 10px 5px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #73C1CC;
}

.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #00AAED
}

.dropdown-menu>li>a {
    color: #FCFCFC
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #00AAED
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #999999
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #FFFFFF
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-bottom-color: #999999
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-bottom-color: #FFFFFF
}

.navbar {
    position: relative;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar .navbar-nav {
    float: right;
    display: table;
}

.margin_nav {
    margin: 31px auto;
    transition: all 0.5s;
}

.margin_nav_interior {
    margin-top: 25px;
    transition: all 0.5s;
}

.margin_nav_alt {
    margin: 25px auto;
    transition: all 0.5s;
}

.logotipo_mobile {
    display: none
}

.navbar .navbar-collapse {
    text-align: center;
}

.logotipo_botonera {
    width: 150px;
    height: 80px
}
.nav{
  margin-top: 20px;
}

.carro{
  margin-top: -15px;
}

@media (max-width: 1370px) {

    .navbar .navbar-nav {
        display: inline-block;
        font-size: 16px;
        margin-left: 10px;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #fff;
        padding: 10px 5px;
        margin-left: 10px
    }

    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbarv-nav>li>a:focus {
        color: #000;
        margin-left: 10px;
        padding: 10px 5px;
    }

    .navbar .navbar-collapse {
        text-align: left;
    }



}


@media (max-width: 768px) {
    .header_alt_interior {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #ddd;
        z-index: 9980;
        padding: 4px 0px;
        overflow: hidden;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s;
        max-width: 1903px;
        transition: 0.2s all linear;
        z-index: 9999;
        height: auto;
    }

    .logotipo_mobile {
        display: block;
        margin-left: 90px
    }

    .logotipo {
        display: none
    }

    .logotipo_alt {
        display: none
    }

    .navbar-inverse {
        margin-top: 0px;
        padding: 10px 10px
    }

    .navbar-toggle {
        position: relative;
        float: left;
        padding: 9px 10px;
        margin-top: 25px;
        margin-right: 10px;
        margin-bottom: 8px;
        background-color: #2772B6;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 48px;
        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 0px;
        overflow: hidden;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s;
        max-width: 1903px;
        transition: 0.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;
    }
    .carro{
      margin-top: 10px;
    }

}

.txt-sand {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  color: #FFF
}

.closebtn, .titulo-nav{
  display: none;
}
.bg-nav{
  background: transparent;
  height: 80px;
}
.bg-nav2{
  background: #00000000;
  display: inline-block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 500;
}
.no-bg-nav{
  background: rgba( 255, 255, 255, 0.0 );
}
.navbar-nav::-webkit-scrollbar {
  background: rgba(0,0,0,0);
}
.navbar-collapse::-webkit-scrollbar {
  background: rgba(0,0,0,0);
}
@media (max-width:767px) {
  .logo{
    float: right;
    margin-top: 30px;
    width: 180px;
  }
  .navbar-toggle{
    float: left;
    width: 70px;
    height: 70px;
    margin-left: 20px;
  }
.navbar-collapse {
    position: fixed;
    top: 0px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 60%;
    height: 100%;
    z-index: 9000;
    background-color: #FFFFFF;
    box-shadow: 5px 0 20px -5px rgba(0,0,0,0.4),
-5px 0 5px -5px rgba(0,0,0,0.4);
  }
  .navbar-collapse{
    left: 0;
    transition: left 300ms ease-in-out!important;
  }
  .navbar-collapse.collapsing {
    left: -75%;
    transition: left 300ms ease!important;
    height: 100%!important;
  }

  
  .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 50px;
    margin-left: 50px;
      color: #000000;
      display: block;
  }
  .closebtn a:link {
      color: #000000!important;
      text-decoration: none;

  }
  .overflow-scroll {
    overflow: scroll !important
}
.titulo-nav{
  font-size: 20px;
  text-align: left;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
  color: #000000;
  display: block;
  padding: 0 20px 10px 0;
}
.padd-nav{
  padding: 20px;
}
.navbar-nav{
  padding: 0 10px;
  width: 100%;
  margin: 0;
}
.navbar-inverse .navbar-nav > li > a {
  color: #000000!important;
  padding: 20px 10px!important;
  margin-left: 5px!important;
  border-bottom: 1px solid #CCCCCC90!important;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #CCC!important;
  padding: 20px 10px!important;
  margin-left: 5px!important
}