/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

@font-face {
    font-family: 'Gotham-Book';
    src: url('fonts/Gotham-Book.woff2') format('woff2'),
    url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-light';
    src: url('fonts/Gotham-Light.woff2') format('woff2'),
    url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-bold';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'),
    url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-medium';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'),
    url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.bold-txt {
    font-family: 'Gotham-bold';
}

body {
	font-family: 'Gotham-Book'!important;
    color: #6D6E71;
}

hr {
    opacity: 1!important;
}

b {
    font-family: 'Gotham-medium'!important;
}

label {
    font-family: 'Gotham-Book'!important;
    letter-spacing: 0px;
}

a {
    text-decoration: none !important;
    color: #a23840;
}

.gris-txt {
    color: #6D6E71;
}

.bg-color, .bg-color #header-wrap {
    background-color: #51535f!important;
}

#header {
    background: url(../images/header-bg.jpg);
    background-size: cover;
    background-position: center;
    height: 100px;
    z-index: 10;
}

.navbar-expand-lg .navbar-nav .nav-item:not(.active) .nav-link {
    color: #FFFFFF;
}

.nav-link {
	color: #FFFFFF!important;
}

:root {
    --themecolor: #E81C24;
}

.color {
    color: #E81C24 !important;
}

.hvr-underline-from-center:active {
    background: #E81C24;
}

.hvr-underline-from-center:before {
    background: #E81C24;
}

.nav-item  {
    margin: 15px 5px;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #000000!important;
}

.active {
  color: #FFFFFF;
  background-color: transparent;
  border-bottom: solid 3px #E81C24;
}

#logo img {
    display: block;
    max-width: max-content;
    max-height: 100%;
    height: 150px;
    position: unset;
    z-index: 9;
    margin-top: -50px;
    padding-left: 50%;
}

#navbarNav {
    margin-top: 10px;
}

.bg-gray {
    background-image: url(../images/gary-bg.png);
    background-size: cover;
    background-position: top;
}

.bg-gris {
    background-color: #454750;
}

::selection {
    background: #006644;
    color: #FFF;
    text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #6D6E71;
    font-family: 'Gotham-medium'!important;
}

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
    color: #6D6E71;
}

.dark #footer, #footer.dark {
    background-image: url('../images/bg-footer.jpg');
}

.dark #copyrights, #copyrights.dark {
    background-color: #51535d;
}

.no-transform {
    text-transform: none!important;
}

.productos-margen {
    padding: 0 40px;
    margin-top: -50px;
}

.rojo-autofin-txt {
    color: #a23840!important;
}

.xsmall {
    font-size: 0.7em;
}

.btn-success {
    color: #fff;
    background-color: #b02e3d!important;
    border-color: #b02e3d!important;
}

.w-ficha {
  width: 50% !important;
}

.sm-form-control {
    border: 1px solid #6D6E71;
    border-radius: 10px !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}


#float-social .social {
    position: fixed;
    top: 30%;
    z-index: 9999;
    width: 0;
}

#float-social .social ul {
    padding: 0;
    margin-left: 7px;
    -webkit-transform: translate(-270px,0);
    -moz-transform: translate(-270px,0);
    -ms-transform: translate(-270px,0);
    -o-transform: translate(-270px,0);
    transform: translate(-270px,0);
}

#float-social .social ul li {
    display: block;
    margin: 3px;
    background: #51535d;
    width: 300px;
    text-align: right;
    padding: 7px;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#float-social a {
    color: #fff!important;
    text-decoration: none;
    font-size: 15px;
}
#float-social .social ul li i {
    margin-left: 10px;
    color: #51535d;
    background: #ffffff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    background: #fff;
    box-sizing: content-box;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
#float-social .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#float-social .social ul li:hover {
    -webkit-transform: translate(110px,0);
    -moz-transform: translate(110px,0);
    -ms-transform: translate(110px,0);
    -o-transform: translate(110px,0);
    transform: translate(110px,0);
    background: #51535d;
}

#float-social .social ul li:hover i {
    color: #fff;
    background: rgba(0,0,0,.36);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

#float-social .social ul li:hover a {
    color: #000;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.info-float {
    position: fixed;
    width: 60px;
    height: 60px;
    top: 170px;
    right: 25px;
    border-radius: 50%;
    background-color: #51535d;
    color: #FFFFFF !important;
    z-index: 10000;
    transition: 400ms;
    font-size: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-label {
    position: fixed;
    background-color: #51535d;
    color: #FFFFFF !important;
    font-size: 0.9rem;
    top: 235px;
    right: 15px;
    z-index: 100;
    padding: 0px 10px;
    transition: 400ms;
}

.bd-example {
    position: relative;
    padding: 1rem;
    margin: 1rem -.75rem 0;
    border: solid #dee2e6;
    border-width: 1px 0 0;
}

.landing-wide-form {
    background: rgb(217 217 217 / 30%);
    padding: 30px;
    border-radius: 3px;
}

.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    color: #797979;
}

.dark .form-control:not(.not-dark), .dark .sm-form-control:not(.not-dark), .dark .form-select:not(.not-dark) {
    color: #999;
    background-color: #ffffff;
    border-color: #999;
    border-radius: 9px;
}

.dark input.switch-toggle-round + label {
    background-color: #999;
    float: inline-end;
}

.dark input.switch-toggle-round:checked + label::before {
    background-color: #E81C24;
}

.btn-danger {
    color: #fff;
    background-color: #e81c24;
    border-color: #e81c24;
    padding-bottom: 12px;
    padding-top: 12px;
}

.select-gris {
    background-color: #4c4c4c;
    width: 94%;
    margin-left: 10px!important;
}

.bg-colors {
    background: url(../images/bg-colors.png);
    background-repeat: no-repeat;
    background-position: center;
}

.formulario{
    background-color: #FFFFFF!important;
    border-radius: 10px!important;
}

.pricing-price {
    position: relative;
    font-size: 20px;
    line-height: 1;
}

.pricing-price .price-unit {
    position: relative;
    font-size: 20px;
    line-height: 1;
    margin: 0px 10px 9px 0px;
}

.pricing-title span {
    display: block;
    color: #FFFFFF;
    font-size: 20px;
    margin: 0px 0px -30px 0px;
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: #454750 !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 11px;
    font-size: 13px;
    line-height: 1;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bg-green {
    --bs-bg-opacity: 1;
    background-color: #a23840!important;
}

.bg-green-title {
    background: #006644;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0px;
    margin-top: 5px;
}

.red-title {
    color: #E81C24;
    font-weight: 700;
}

.red-title-h1 {
    margin-bottom: 50px;
    margin-top: 40px;
}

.arrow-down-red {
    font-size: 35px;
    color: #E81C24;
    margin: -24px 0px 25px 0px;
}

.tabs-bordered .tab-container {
    border: 1px solid #DDD;
    padding: 20px;
}

.align-txt{
    margin-bottom: 5px!important;
}

.tab-nav li {
    width: 50%;
}

.irs-bar, .irs-from, .irs-to, .irs-single, .irs-handle > i:first-child, .irs-handle.state_hover > i:first-child, .irs-handle:hover > i:first-child {
    background-color: #BB2D3B!important;
}

.irs--flat .irs-grid-text {
    color: #fff;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef00;
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
}

.btn-green {
    color: #fff;
    background-color: #006841;
    margin-top: -10px;
}

.irs-from::before, .irs-to::before, .irs-single::before {
    border-top-color: #BB2D3B !important;
}

.fbox-icon i, .fbox-icon img {
    border-radius: 50%;
    background-color: #006841;
}

.fbox-effect .fbox-icon i::after {
    box-shadow: 0 0 0 2px #E81C24;
}

.fbox-effect .fbox-icon i:hover, .fbox-effect:hover .fbox-icon i {
    background-color: #E81C24;
    color: #FFF;
}

.bg-red {
    --bs-bg-opacity: 1;
    background-color: rgb(233 28 36) !important;
}

.titulo {
    color: #51535f;
    font-size: 30px;
}

.beneficios {
    background-color: #f5f5f5;
    padding: 50px 0px;
}

.como-funciona {
    background-image: url('../images/bg-serie.jpg');
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
    background-size: cover;
}

#page-title h2 {
    font-size: 50px;
    color: #FFFFFF;
    text-transform: none;
}

.img-planes {
    margin-top: -50px;
}

.rounded-bottom {
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
}

.rounded-3 {
    border-radius: 1.3rem !important;
}


.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    ;border: 0px solid;
}

.margin-description{
    margin-top: -145px!important;
}

.margin-seleccion{
    margin-top: -157px!important;
}

.dark .top-links-item {
    border-left-color: #b02e3d !important;
}

.border-red {
    border-color: #b02e3d!important;
}

.dark .social-icon {
    color: #EEE;
    border-color: #a23840;
}

.standard-logo {
    z-index: 9999!important;
}

/* CSS rules are kept repetitive so that you can get CSS rules for each button easily :) */

* {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 1;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  background-color: #f1f9f9;
}

.gd {
  display: grid;
}

#container {
  width: 100px;
  margin: 80px auto;
  counter-reset: button-counter;
  grid-template-columns: repeat(3, 1fr);
}

.toggle-button-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.toggle-button {
  position: relative;
  height: 100%;
  margin: 20px;
  background-color: #fff;
  border-radius: 10px;
}

.toggle-button:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.knob,

.btn-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btn {
  position: relative;
  width: 74px;
  height: 36px;
  margin: -20px auto 0 auto;
  overflow: hidden;
}

.btn.btn-pill,
.btn.btn-pill > .btn-bg {
  border-radius: 100px;
}

.btn.btn-rect {
  border-radius: 15px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knob {
  z-index: 2;
}

.btn-bg {
  width: 100%;
  background-color: #ffffff;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 10 */
#button-10 .knob:before,
#button-10 .knob:after,
#button-10 .knob span {
  position: absolute;
  top: 2px;
  width: 40%;
  height: 90%;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius:15px;
  transition: 0.3s ease all;
}

#button-10 .knob:before {
  content: "";
  left: 4px;
  background-color: #a23840;
}

#button-10 .knob:after {
  content: "Si";
  color: #000;
  padding-left: 10px;
}

#button-10 .knob span {
  display: inline-block;
  left: 4px;
  color: #fff;
  z-index: 1;
}

#button-10 .checkbox:checked + .knob span {
  color: #4e4e4e;
}

#button-10 .checkbox:checked + .knob:before {
  left: 42px;
  background-color: #a23840;
}

#button-10 .checkbox:checked + .knob:after {
  color: #fff;
}

#button-10 .checkbox:checked ~ .btn-bg {
  background-color: #fcebeb;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #6d6e71;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


@media only screen and (max-width: 600px) {

    .img-planes {
        margin-top: 10px;
    }

    .top-links-item > a {
        padding: 15px 5px;
    }

    #logo img {
        display: block;
        max-width: max-content;
        max-height: 100%;
        height: 70px;
        position: unset;
        margin-top: -30px;
        margin-left: -55%;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        width: 50%;
        border-bottom: 1px solid #f5f5f5;
        padding: 4px 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #header {
        background: url(../images/header-bg.jpg);
        background-size: cover;
        background-position: center;
        height: auto;
    }

    #navbarNav {
        margin-top: 0px;
    }

    .w-ficha {
        width: 80% !important;
    }

    .info-float {
        position: fixed;
        width: 60px;
        height: 60px;
        top: 189px;
        right: 25px;
        border-radius: 50%;
        background-color: #027752;
        color: #FFFFFF !important;
        z-index: 10000;
        transition: 400ms;
        font-size: 2em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .title-mx{
        margin-top: 55px!important;
    }

    .btn-green {
        font-size: 16px!important;
    }

    .bg-colors {
        background: url(../images/bg-colors-responsivo.png);
        background-repeat: no-repeat;
        background-position: center;
    }

    .dark .top-links-item > a {
    color: #EEE;
    font-weight: 400;
    text-transform: none;
    font-size: 10px;
}

}