body {
    overflow-x: hidden;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

:focus {
    outline: 0px;
}

/* ESTILOS BOOTSTRAP */

.jumbotron {
    background-color: #fff0;
    padding: 2rem 2rem;
}

.btn-primary {
    color: #fff;
    /*background-color: #007bff00;
    border-color: #007bff00;*/
	background-color: #fff;
    border-color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #000;
    /*ckground-color: #0069d900;
    border-color: #0062cc00;*/
	background-color: #fff;
	border-color: #fff;
    box-shadow: 0 0 0 0rem #fff;
}

.btn-primary:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
	/*background-color: #fff0
    border-color: #fff0*/
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #000;
    background-color: #fff0;
    border-color: #fff0;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0);
}

.caf_disclaimer {
    font-size: .7rem;
    text-transform: initial !important;
}

dropdown-item.active,
.dropdown-item:active {
    color: #000;
    background-color: #fff;
}

.mt-72 {
    margin-top: 72px;
}

/* modulos */
section.module-section:last-child {
    padding-bottom: 3rem !important;
}

/*Módulo de promos*/
/*.caf_color_home_claro_bg {
    background-color: #e7e7e7 !important;
}*/
.card-promo {
    /*background-color: #0017c7;*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.card-promo {
    border-bottom: 2px solid #fff;
}
@media (min-width: 990px) {
    .card-promo {
        border-bottom: 0px solid #fff;
    }}
.caf-basic-info .card-promo {
    min-height: 340px;
}
.caf-opening-section-overlay {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    background-color: var(--overlaycolor);
    opacity: 0.7;
}
.caf-basic-info .caf-opening-section-overlay {
    opacity: 0.8;
}
.caf-basic-info-body {
    z-index: 1;
}
.card-promo h6 {
    padding: 0 1rem 1rem;
    color: #fff;
}
.caf-basic-info h6 {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.caf-basic-info-body p {
    font-size: 0.95rem;
}
@media  (min-width: 1200px) {
 .info-general {
     max-width: 1140px !important; 
    margin: 0 auto;

}}
section:has(>.container >.info-general) {
    /*background-color: #e7e7e7;*/
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.caf-button-promo {
    box-sizing: border-box;
    display: inline-block;
    padding: 0.8em 0;
    background: none;
    border: none;
    border-top: 2px solid var(--text-color) !important; /*var(--clr-green-400)*/
    border-bottom: 2px solid var(--text-color) !important; /*var(--clr-green-400)*/
    border-image: none !important; /*var(--clr-gradient)*/
    border-image-slice: 1;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .7px;
    transition: 0.3s;
    color: #fff;
    cursor: pointer;
    font-size: var(--fs-100);
    margin: 1.2rem 0 0 0.9rem;
}
.caf-button-promo:before {
    content: '';
    display: block;
    width: 2em;
    height: calc(100% + 4px);
    border-radius: 3em 0 0 3em;
    border-left: 2px solid var(--text-color) !important;
    border-top: 2px solid var(--text-color) !important;
    border-bottom: 2px solid var(--text-color) !important;
    position: absolute;
    border-right: none;
    transition: 0.3s;
    left: -2em;
    top: -2px;
}
.caf-button-promo:after {
    content: '';
    display: block;
    width: 2em;
    height: calc(100% + 4px);
    border-left: none;
    border-radius: 0 3em 3em 0;
    border-right: 2px solid var(--text-color) !important;
    border-top: 2px solid var(--text-color) !important;
    border-bottom: 2px solid var(--text-color) !important;
    position: absolute;
    border-left: none;
    left: auto;
    right: -2em;
    top: -2px;
    transition: 0.3s;
    position: absolute;
}
.caf-button-promo:hover {
    background: rgba(0, 0, 0, 0.3);
}
.card-promo p {
    /*--color-text: black;*/
    padding-bottom:1rem;
    color:var(--text-color);
}
.caf-button-promo:hover:after, .caf-button-promo:hover:before {
    background: rgba(0, 0, 0, 0.3);
}

/* BACK TO TOP */

#scrolltopcaf {
    display: inline-block;
    /*background-color: #f31156;*/
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #scrolltopcaf::after {
    content: "\f077";
    font-family: "Font Awesome 6 Free";
    font-weight: normal;
    font-style: normal;
    font-size: 1.4em;
    line-height: 46px;
    color: #fff;
  }
  #scrolltopcaf:hover {
    cursor: pointer;
    background-color: #333;
  }
  #scrolltopcaf:active {
    background-color: #555;
  }
  #scrolltopcaf.show {
    opacity: 1;
    visibility: visible;
  }