@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Zalando+Sans+Expanded:ital,wght@0,200..900;1,200..900&family=Zalando+Sans:ital,wght@0,200..900;1,200..900&display=swap');

:root {
    --ladrillo: #C94E36;
    --blanco: #fff;
    --gris: #444444;

}
.txtbco{
    color: var(--blanco);
}
.espacioo{
    letter-spacing: 3px;
}
.txtladrillo{
    color: var(--ladrillo);
}
.txtgris{
    color: #ffffffcc!important;
}
.txtnegro{
    color: #470E03;
}
.divpriv{
    padding: 6rem 1.5rem;
    background-color: var(--blanco);
}
.txtjustify{
        text-align: justify;
}
.liga{
    color: var(--ladrillo)!important;
}
.liga:hover{
    color: var(--ladrillo)!important;
}
.txtcenter{
    text-align: center;
}
.txtleft{
    text-align: left;
}
.txtright{
    text-align: right;
}
.container{
    width: 80%!important;
}
.nav-link{
    transition: all 0.3s ease;
    font-size: 1.1rem;
    margin-left: 2rem;
}
.nav-link:hover{
    color: var(--ladrillo);
    cursor: pointer;
    transition: all 0.3s ease;
}
.inter-500 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.inter-400 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.zalando-sans-expanded-700 {
  font-family: "Zalando Sans Expanded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.zalando-sans-600 {
  font-family: "Zalando Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.zalando-sans-700 {
  font-family: "Zalando Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.zalando-sans-500 {
  font-family: "Zalando Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.zalando-sans-800 {
  font-family: "Zalando Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.zalando-sans-400 {
  font-family: "Zalando Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.negrita{
    font-family: "Zalando Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700!important;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.mayus{
    text-transform: uppercase;
}
.margind{
    margin-right: 0 !important;
    margin-left: auto !important;
}
.txtnormal{
    font-size: 1rem;
}
.title {
  background: linear-gradient(90deg, #FFFFFF 0%, #F04D23 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3.6rem;
}
.div1 {
  width: 100%;
  /* height: 400px; ajusta a tu diseño */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1.1s ease-in-out;
}
#divgracias{
    background: linear-gradient(180deg, #C94E36 0%, #63261B 100%);
}
.altura{
    height: 700px;
    align-items: center;
}
.btnBCO{
    border-radius: 50px;
    padding: 18px 40px;
    background-color: var(--ladrillo);
    box-shadow: 0px 10px 20px 0px #F04D234D;
    transition: all 0.4s ease;
    font-size: 1rem;
    color: var(--blanco);
    text-decoration: none;
}
.spacebtn{
    margin-bottom:3.5rem;
}
.btnBCO:hover{
    /*transform: translateY(-2px);  efecto sutil en vez de cambiar height */
    padding: 20px 42px;
    box-shadow: 0px 12px 25px 0px #F04D2360; /* leve cambio */
    background-color: var(--blanco);
    color: var(--ladrillo);
    font-size: 1.05rem;
}
.div2{
    background-color: var(--ladrillo);
    padding: 4rem 1rem;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3rem;
}
.capacidad{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #983927;
    border-radius: 15px;
    height: 65px;
    width: 31%;
    margin-bottom: 30px;
}
.fleximg{
    width: 15%;
    text-align: center;
}
.flextxt{
    width: 82%;
}
.flextxt p{
    margin-bottom: 0px;
    line-height: normal;
    letter-spacing: 0%;
}
.txtquienes{
    letter-spacing: 3px;
}
.subtitle{
    font-size: 2rem;
}
.div3{
    padding: 5rem 1rem;
    /*background-image: url("../img/fondo2.png"), url("../img/fondoosc.jpg");*/
    background-image: url("../img/FondoPiani.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.div3 .subtitle{
    margin-bottom: 2.5rem;
}
.div3 .txtnormal{
    margin-bottom: 1.7rem;
}
.flex2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0rem;
}
.divimg100{
    width: 100%;
    margin-bottom: 1rem;
}
.divimg60{
    width: 59%;
}
.divimg40{
    width: 39%;
}
.img100{
    width: 100%;
  height: 285px;
  object-fit: cover; 
}
/* Aseguramos que los contenedores recorten la imagen */
.divimg100,
.divimg60,
.divimg40 {
  overflow: hidden;
  height: 100%;
  border-radius: 22px;
    border: 4px solid var(--ladrillo);
}
.divimg100 img,
.divimg60 img,
.divimg40 img {
  transition: transform 0.5s ease;
  transition: transform 0.6s ease-in-out;
}

.divimg100:hover img,
.divimg60:hover img,
.divimg40:hover img {
  transform: scale(1.1);
}
.titlemisi{
    font-size: 1.5rem;
}
.divmisyvis{
    background: #171717;
    border: 1px solid #171717;
    border-radius: 20px;
    padding: 20px 40px;
    margin-top: 3rem;
    width: 49%;
    transition: all 0.8s ease;
    height: 144px;
    cursor: pointer;
}
.divmisyvis:hover{
     transition: all 0.8s ease;
  border: 1px solid var(--ladrillo);
  background: radial-gradient(
    circle at bottom right,
    rgba(240, 77, 35, 0.35) 0%,
    rgba(240, 77, 35, 0.15) 20%,
    transparent 60%
  );
  cursor: pointer;
}
.divmisyvis .txtbco{
    margin-bottom: 0px!important;
}
.div4{
    padding: 5rem 1rem;
    /*background-image: url("../img/fondo2.png"), url("../img/fondoosc.jpg");*/
    background-image: url("../img/fondo.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.btnnegro{
    border-radius: 50px;
    padding: 18px 40px;
    background-color: #171717;
    box-shadow: 0px 10px 20px 0px #F04D234D;
    transition: all 0.4s ease;
    font-size: 1rem;
    color: var(--blanco);
    text-decoration: none;
}
.spacebtn{
    margin-bottom:3.5rem;
}
.btnnegro:hover{
    /*transform: translateY(-2px);  efecto sutil en vez de cambiar height */
    padding: 20px 42px;
    box-shadow: 0px 12px 25px 0px #F04D2360; /* leve cambio */
    background-color: var(--blanco);
    color: var(--ladrillo);
    font-size: 1.05rem;
}
.div5{
    background: #0A0A0A;
    padding: 4rem 1rem;
}
.divserv{
    border: 1px solid #FFFFFF0D;
    background: var(--color-grey-13, #222222);
    padding: 50px 20px;
    border-radius: 15px;
    width: 31%;
    display: flex;
    align-items: center;
    height: 16rem;
    flex-wrap: wrap;
    margin-bottom: 30px;
    transition: all 0.8s ease;
}
.divser1{
    width: 15.5%;
}
.divserv:hover {
    transition: all 0.8s ease;
  border: 1px solid var(--ladrillo);
  background: radial-gradient(
    circle at bottom right,
    rgba(240, 77, 35, 0.35) 0%,
    rgba(240, 77, 35, 0.15) 20%,
    transparent 60%
  );
}
.div6{
    background-color: #141414;
    padding: 5rem 1rem;
}
.titleform1{
    font-size: 2.5rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.divserv h3{
    font-size: 1.05rem;
    margin-bottom: 0rem;
    line-height: inherit;
    letter-spacing: 0%;
    width: 100%;
        text-transform: uppercase;
}
.divserv p{
    font-size: 0.88rem;
    line-height: initial;
    letter-spacing: 0%;
    margin-bottom: 0rem;
    margin-top: 0rem;
    width: 100%;
}
.formulario{
    padding: 60px;
    border-radius: 30px;
        border-top: 1px solid var(--color-white-5, #FFFFFF0D);
    background: var(--color-grey-13, #222222);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.w100{
    width: 100%;
}
.w50{
    width: 49%;
}
.w60{
    width: 59%;
    text-align: right;
}
.w40{
    width: 39%;
}
.titlecontact{
    font-size: 22px;
    margin-bottom: 2rem;
}
footer{
    background-color: #222222;
    padding: 4rem 1rem;
}
.txtfooter1{
    font-size: 13px;
    line-height: inherit;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-top: 4rem;
}
footer a, form a{
    color: var(--blanco);
    text-decoration: none;
    cursor: pointer;
    color: #ffffffcc!important;
}
footer a:hover, form a:hover{
    color: var(--blanco);
    text-decoration: none;
    cursor: pointer;
    color: #ffffffcc!important;
}
label{
    font-family: "Zalando Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    font-size: 12px;
    line-height: initial;
    word-spacing: 0%;
    color: var(--blanco);
    width: 100%;
    margin-top: 1rem;
    color: #ffffffcc!important;
}
textarea{
    height: 99px!important;
}
input::placeholder, input::-moz-placeholder, input::-webkit-input-placeholder{
    color: #ffffffcc!important;
}
.inputform{
    border: 1px solid #FFFFFF1A;
    background: #0d0d0d;
    width: 100%;
    height: 48px;
    border-radius: 8px;
    padding: 15px;
    font-size: 13px;
    color: #ffffffcc !important;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.inputform option {
    background-color: var(--color-white-5, #FFFFFF0D)!important; /* fondo negro */
    color: #fff; /* letras blancas */
}
.check-container {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ccc;
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.check-container input {
  accent-color: #F04D23;
  cursor: pointer;
  font-family: "Zalando Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    font-size: 12px;
}
    
.btnsub{
    background: #892F1E;
    color: #fff;
    border-radius: 5px;
    padding: 20px 60px;
    font-size: 12px;
    border: 0px solid var(--ladrillo);
        line-height: normal;
    letter-spacing: 0%;
}
.btnsub:hover{
    background: var(--ladrillo);
    box-shadow: 0px 0px 10.9px 0px #FF5F36;
    transition: all 0.8s ease;
    cursor: pointer;
}
.cf-turnstile {
  max-width: 100%;
  overflow: hidden;
}
.captcha-box {
  width: 100%;
}
.titlefomr1{
    font-size: 2.5rem;
    line-height: normal;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}
.subtitlefomr1{
    font-size: 1.25rem;
    line-height: 150%;
    margin-bottom: 2rem;
    width: 80%;
    margin: 0 auto 2rem auto;
}
.algcenter{
    align-items: center;
}
.subtitlefomr2{
    font-size: 1.4rem;
    line-height: 150%;
    margin-bottom: 0rem;
    width: 80%;
    margin: 0 auto 0rem auto;
}
header{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
    color: var(--ladrillo)!important;
}
.txtgracias{
    font-size: 19px;
}
@media (min-width: 1500px) {
    .container {
        max-width: 80%!important;
        width: 80%!important;
    }
}
@media (min-width: 1660px) {
    .container {
        max-width: 75%!important;
        width: 75%!important;
    }
}
@media (min-width: 2000px) {
    .container {
        max-width: 70%!important;
        width: 70%!important;
    }
}
@media (max-width: 1450px) {
    .container {
        max-width: 85%!important;
        width: 85%!important;
    }
}
@media (max-width: 1370px) {
    .container {
        max-width: 90%!important;
        width: 90%!important;
    }
    .title{
        font-size: 3.3rem;
    }
    .btnsub{
            padding: 13px 40px;
    }
    .formulario{
        padding: 50px 40px;
    }
    .subtitlefomr2, .subtitlefomr1{
        width: 90%;
    }
    .divserv{
        padding: 30px 18px;
        height: 14rem;
    }
}
@media (max-width: 1290px) {
    .container {
        max-width: 100% !important;
        width: 93% !important;
    }
}
@media (max-width: 1090px) {
    .altura {
        height: 600px;
    }
    .container {
        max-width: 100% !important;
        width: 95% !important;
    }
    .title{
        font-size: 3rem;
    }
    .divserv{
        width: 32%;
    }
    .formulario{
        padding: 40px 30px;
    }
    .subtitlefomr2, .subtitlefomr1 {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .navbar-toggler {
    border-color: #F04D23;
    }

    .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23F04D23' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .nav-link {
        margin-left: 0rem;
        text-align: center;
        margin-top: 1.5rem;
    }
    .order1{
        order: 1!important;
    }
    .order2{
        order: 2!important;
    }
    .formulario {
        padding: 45px 35px;
        margin-top: 3rem;
    }
}
@media (max-width: 850px) {
    .subtitle, .titlefomr1{
        font-size: 1.65rem;
    }
    .title{
        font-size: 2.2rem;
    }
    .txtgracias, .subtitlefomr2, .subtitlefomr1 {
        font-size: 1rem;
    }
    .capacidad{
        width: 49%;
    }
    .saltomovil{
        display: none;
    }
    .divmisyvis{
            margin-top: 1rem;
            width: 100%;
    }
    .btnnegro, .btnBCO{
        font-size: 0.9rem;
        padding: 14px 30px;
    }
    .divserv{
        width: 48%;
    }
    .divser1 {
        width: 0%;
        display: none;
    }
    .flex{
        justify-content: space-around;
    }
}
@media (max-width: 650px) {
    .container {
        max-width: 100% !important;
        width: 97% !important;
    }
    .subtitle, .titlefomr1{
        font-size: 1.45rem;
    }
    .title{
        font-size: 2rem;
    }
    .txtgracias, .subtitlefomr2, .subtitlefomr1 {
        font-size: 0.9rem;
    }
    .capacidad{
        width: 100%;
    }
    .divmisyvis{
            margin-top: 1.1rem;
            padding: 20px 20px;
            text-align: center;
            height: auto;
    }
    .btnnegro, .btnBCO{
        font-size: 0.9rem;
        padding: 14px 20px;
    }
    .img100{
        height: 200px;
    }
    .divserv{
        width: 100%;
        text-align: center;
    }
    .divserv img{
        margin: auto;
    }
    .w60{
        text-align: center;
    }
    .w50, .w60, .w40{
        width: 100%;
    }
    .divmisyvis{
        background: radial-gradient(
    circle at bottom right,
    rgba(240, 77, 35, 0.35) 0%,
    rgba(240, 77, 35, 0.15) 20%,
    transparent 60%
  )!important;
        border: 1px solid var(--ladrillo)!important;
    }
}