@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');
@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;
}
/* ==========================================================================
   ESTILOS PARA PANTALLAS GRANDES (ESCRITORIO)
   ========================================================================== */
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;

  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff;
  
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
   color: #ffffff;
}
.whatsapp-btn:focus {
   color: #ffffff;
}

/* ==========================================================================
   OPTIMIZACIÓN PARA MÓVILES (Pantallas de 768px o menos)
   ========================================================================== */
@media (max-width: 768px) {
  .whatsapp-btn {
    bottom: 12px;       /* Más pegado a la esquina inferior */
    right: 12px;        /* Más pegado a la esquina derecha */
    padding: 5px 10px; /* Margen interno más pequeño */
    font-size: 15px;    /* Texto un poco más chico */
    gap: 8px;           /* Menos separación entre icono y texto */
  }

}

a:focus, a:active {
    outline: none !important;
    box-shadow: none !important;
}
.white{
    background: white
}

a {
  text-decoration: none !important;
}

.container-btn{
    margin: 30px 0;
}

.whatsapp {
  width: 60px;
  height: 60px;
  position: fixed;
  color: #FFF;
  background: #25d366;
  text-align: center;
  bottom: 20px;
  right: 20px;
  z-index: 500;
  border-radius: 50px !important;
  -webkit-box-shadow: 2px 2px 3px #999;
  box-shadow: 2px 2px 3px #999;
}
.whatsapp a:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

.separator {
  padding: 0;
  height: 300px;
  position: relative;
  margin: 0 auto;
  position: static;
  overflow-x: visible;
  overflow-y: visible;
  margin-bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
img {
  border: 0px;
  margin: 0;
  padding: 0px;
}

.container_txtIntro{
    padding: 0; 
    max-width: 1000px;
    padding: 0 0 30px 0;
    margin: 50px auto 150px auto;
    border-bottom: 2px solid #E0BA98;
}

.tit_intro {
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  border: none;
  padding: 15px;
  margin: 0 auto;
}

.txt_intro2{
    font-size:22px;
    line-height: 30px;
    padding: 0;
    font-weight: 400;
    color:#fff;
    text-align: center;
    margin: 0 auto;
    text-align: center
}

.txt_intro2 span{
    font-weight: 700;
    font-size:35px;

}

.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
}


.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
}

.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-interior {
  font-size: 30px;
  text-align: left;
  margin: 0px;
  color: #2C2A25;
  line-height: 30px;
  font-weight: 400;
  border-bottom: 1px dashed #2C2A25;
  padding: 15px 0;
  margin: 20px 0 20px 0;
    text-transform: uppercase
}

.bg-home{
    width: 100%;  
}

.img-rouded{
    border-radius: 20px !important;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.45);
    width: 100%;
    margin: 15px 0
}

.borde-redondo{
  border-radius: 10px;
}
.tit_img_home{
    font-size:44px;
    line-height: 45px;
    padding: 5px 0;
    margin: 10px auto;
    color:#202020;
    text-align: center;
    font-weight: 600;
    display: table;
    max-width: 700px;
}

@media (max-width:767px){
  .tit_img_home{
    font-size:34px;
    line-height: normal;
}
}

.txt_img_home{
	text-decoration:none;
	text-align:center;
	color:#111;
    font-size: 20px;
	font-weight:400;
	line-height: 25px;
    margin: 20px auto;
    display: table;
    max-width: 700px;

}

.img-fuego{
    margin-top: -90px;
    border: 15px solid white;
}

.container-text-fuego{
    display: table;
    max-width: 700px;
    margin: 15px auto;
    padding-bottom: 30px;
    border-bottom: 4px solid #E0BA98
}

.container-text-banner{
    display: table;
    max-width: 700px;
    margin: 15px auto;
    padding-bottom: 30px;

}

.container-text-eventos{
    display: table;
    max-width: 700px;
    margin: 15px auto;
    border-bottom: 4px solid #E0BA98;
    border-top: 4px solid #E0BA98;
    padding-bottom: 50px;
    padding-top: 50px    

}

.tz-gallery {
    padding: 40px 0 0 0 !important;
}

.container-eventos{
    padding: 15px;  margin:0px auto 50px auto; display: flex; align-items: center;
}

    .container-eventos{
    padding: 15px;  margin:0px auto 50px auto; display: block; align-items: auto;
}

    
}

.navbar-wrapper2{
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    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); 
    top: 0;
    left: 0;  
}
    
.navbar {
  position: relative;
  margin-bottom: 0;
  border: 0 solid transparent
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    z-index: 9980;
    padding: 4px 0;
    overflow: hidden;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
    transition: .2s all linear;
    border-bottom: 5px solid #202020
}

.version {
    display: block;
    width: 100px;
    text-align: right;
    margin: 0 0 0 10px;
}

@media (max-width:1370px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: right;
    font-size: 16px;
    margin-left: 120px
  }

}
@media (max-width:768px) {

  .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
  }

  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    font-size: 18px
  }
}    

.banner_servicios a{
    width: auto;
    margin: 50px auto 50px 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: rgba(255, 255, 255, 0.65);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: .2s all linear;
    -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-radius: 20px
    
}

.banner_servicios 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:40px;
    line-height: 38px;
    padding: 0 18px;
    margin-top: 15px;
    color:#B77035;
    text-align: center;
    font-weight: 600;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    border: 0px solid red;
    margin-bottom: 15px
}


.txt_banner_home{
	text-decoration:none;
	text-align:center;
	color:#111;
    font-size: 20px;
	font-weight:400;
	line-height: 24px;
    padding: 0 15px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}

.mas{
    font-size: 30px;
    text-align: center;
    margin: 10px auto;
    color: #202020
}

@media (max-width: 1024px) {
    .tit_banner_home{
        font-size:25px;
        line-height: 30px;
        padding: 5px 0;
        color:#B77035;
        text-align: center;
    }

    .txt_banner_home{
        text-decoration:none;
        text-align:center;
        color:#111;
        font-size: 18px;
        font-weight:300;
        line-height: 23px;
        border: none;
    }
    
.banner_servicios a{
    width: 80%;
    border: 1px solid #ccc
    
}    
    
  }

ul.migas {
        font-family: 'Fira Sans Extra Condensed', sans-serif;
    padding: 0.625rem 1rem;
    list-style: none;
    border: 0.063rem solid #CCC;
    display: inline-block;
    margin: 0 0 15px 0;
    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: 50px
}

.btn-blue{
    background-color: #000000;
    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: 20px;
    font-weight: 500;
    cursor: pointer;
    margin: 20px auto;
    display: table;
    border-radius: 10px !important;
    width: 100%;
}

.btn-blue:hover, .btn-blue:active {
    background-color: #B77035;
    text-decoration: none;
    color: #fff;
}



.btn-black{
    background-color: #FFF;
    border: 3px solid #111;
    color: #111;
    padding: 5px 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;
    text-align: center;
    border-radius:10px !important
}

.btn-black:hover {
    background-color: #111;
    text-decoration: none;
    color: #fff;
    border: 3px solid white;
}

.tit_quienes{
    font-size: 35px;
    text-align: left;
    line-height: 37px;
    color:#04264C;
    margin-bottom: 15px
}

.txt_quienes{
    font-size: 20px;
    text-align: left;
    color:#333
}

.center{
    margin: 0 auto;
    display: table !important
}

.img-rouded{
    border-radius:10px; 
    -moz-border-radius:10px;
    -webkit-border-radius:10px;  
}

.tit_form_contacto{
    font-size: 20px;
    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: 15px;
    margin: 10px;
    border: 5px solid #ccc;
    background: #f5f5f5;   
    border-radius: 10px;
}

.form-group {
  margin: 0 0 20px 0;
  padding: 0 15PX;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  -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;
}

.content {
  background: #EEE1D0;
  padding: 50px 0;
  margin: 0;
}

label {
  margin-top: 17px;
  text-align: right;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.img_servicios_detail{
    width: 100%;
    margin: 0 0 20px 0;
}

.tit_logo_propuesta{
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    color: #202020;
    padding:0;
    text-align: center;
    padding-top: 20px;
}

.tit_propuesta_interior{
    display: table;
    margin: -15px auto 45px auto;
    
}

.txt_logo_propuesta{
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    margin-bottom: 20px;
    background: #202020;
    padding: 8px 15px;
    display: table;
    margin: 0 auto;
    border-radius: 15px
}

.txt_propuesta{
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #202020;
    line-height: 23px;
    margin-bottom: 0px;
    margin-top: 5px;
    text-align: center;
    padding: 5px 20px
}

.txt_propuesta_intro{
    font-size: 20px;
    font-weight: 300;
    color: #202020;
    line-height: 26px;
    margin-bottom: 0px;
    margin-top: 5px;
    text-align: left;
    padding: 0;
    margin-bottom: 50px
}



.tit_propuesta_detail{
    font-size: 33px;
    font-weight: 500;
    line-height: 30px;
    color: #111;
    padding:0;
    text-align: center;
    padding-top: 5px;
    text-transform: uppercase
}

.subtit_propuesta_detail{
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    color: #111;
    padding:0;
    text-align: center;
    padding-top: 0px;
    text-transform: uppercase;
}

.box_propuesta_detail{
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.25);
    margin-bottom: 50px
}

.txt_propuesta_detail{
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #202020;
    margin-top: 15px
}

.banner_propuesta a{
    width: auto;
    margin: 50px auto 50px 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;

    transition: .2s all linear;

    border-radius: 20px
    
}

.banner_propuesta 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;
        -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);  
        background: rgba(255, 255, 255, 0.65);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.txt_servicios{
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #111;
    line-height: 28px;
    margin-bottom: 20px
}

.tit_servicios{
    font-size: 50px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 20px;
    color: #B77035;
    padding: 10px 0
}

.img-curve{
    border-radius: 20px !important
}

.img-shadow{
    box-shadow: 0 3px 30px rgba(0,0,0,0.4);
}

@media (max-width: 1024px) {
    .img_servicios_detail{
        width: auto;
        margin-bottom: 20px
    }

}

figure {
	background: white;
	overflow: hidden;
    margin: 0 0 30px 0;
    padding: 0;
    
}
figure:hover+span {
	bottom: 0;
	opacity: 1;
}

.txt_banner{
    position: absolute;
    bottom: 30%;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    font-size: 60px;
    font-weight: 600;
    padding: 5px 25px;
    color: white;
    text-shadow: 4px 4px 5px rgba(0,0,0,0.6);
    line-height: 55px;
    cursor: pointer
}

    @media (max-width: 1024px) {
        .txt_banner{
            font-size: 30px;
            line-height: 30px;
                bottom: 35%;
        }
     
      }


footer {
  padding: 25px 0 0 0;
  margin: 0 !important;
  position: relative;
  background: #202020;
  display: table;
  width: 100%;
  color: white
}

@media (max-width:767px){
  footer {
padding-bottom: 100px;
}
}

.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
}

.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: #111
}
.txt-pie-nav a {
  color: #fff;
}

.txt-pie-nav a:hover {
  text-decoration: underline !important;
}

@media (max-width: 767px) {
  .txt-pie-nav {
    font-size: 2.8vmax;
  }
}

  @media screen and (min-width: 768px) {
    .modal-dialog {
      width: 900px;
    }
  }
  .table-condensed th {
    font-size: 12px;
  }
  .table-condensed td {
    font-size: 12px;
  }
}    
.txt-pie-nav {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    padding: 20px;
    margin: 0;
    text-align: center;
    border-top: 1px solid #FFFFFF30;
    border-bottom: 1px solid #FFFFFF30;
}

.txt-pie-nav a {
    color: #FFF;
    text-decoration: none
}

.txt-pie-nav a:hover {
    color: #FFF;
    text-decoration: underline
}
.br-pie{
    display: none;
}
.linea-sep-pie{
    display: none;
}
@media (max-width:767px) {

    .txt-pie-nav {
        font-size: 16px;
        padding: 10px;
    }
    .linea{
        display: none;
    }
    .br-pie{
        display: block;
    }
    .linea-sep-pie{
        border-bottom: 1px solid #cccccc40;
        margin-bottom: 10px;
        display: block;
    }}

@media (min-width:767px) {

    .txt-pie-nav {
        font-size: 16px;
    }
}