﻿:root {
    --primary-color: #00C8FF;
    --secondary-color: #46a138;
}

*::selection {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

::-webkit-scrollbar {
    width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(206,209,218);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(206,209,218);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgb(206,209,218);
    }
    
.was-validated .form-control:valid, .form-control.is-valid {
    border: 1px solid #bdc7d8;
    background: none;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border: 1px solid var(--primary-color);
    box-shadow: none;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #ff4bd2;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23FF4BD2' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23FF4BD2' stroke='none'/%3e%3c/svg%3e");
}

.was-validated .custom-select:invalid + .dropdown button, 
.custom-select.is-invalid + .dropdown button {
    border-color: #ff4bd2;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #ff4bd2;
    box-shadow: 0 0 0 0.2rem rgb(255 75 210 / 25%);
}

.invalid-feedback {
    color: #ff4bd2;
}

.dropdown button, select {
    text-align: left;
    padding-right: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.input-select:after {
    color: #00C8FF;
    position: absolute;
    right: 0;
    vertical-align: middle;
    opacity: 0.8;
}

.input-select.ver_2::after {
    bottom: 0;
    top: 0;
    padding: 0px 12px;
    content: "";
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgba(0,200,255,0.8)' class='bi bi-caret-down-fill' viewBox='0 0 16 16'> <path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    pointer-events: none;
}

@media all and (min-width: 768px) {
    .input-select.ver_2::after {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgb(0,200,255)' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");    
        border-left: 1px solid #ececec;
        background-size: 10px;
    }
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

input::-webkit-input-placeholder {
    text-transform: uppercase !important;
}

input:-moz-placeholder {
    text-transform: uppercase !important;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 1.14285714em;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: #b3b3b3;
  font-size: 1.14285714em;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: #b3b3b3;
  font-size: 1.14285714em;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 1.14285714em;
}

@font-face {
    font-family: "DIN Next Rounded LT Pro";
    src: url("/fonts/miituo/32F61C_1_0.eot");
    src: url("/fonts/miituo/32F61C_1_0.woff") format("woff"), url("/fonts/miituo/32F61C_1_0.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "DIN Next Rounded LT Pro Light";
    src: url("/fonts/miituo/32F61C_1_0.eot");
    src: url('/fonts/miituo/DINNextRoundedLTPro-Light.eot');
    src: url('/fonts/miituo/DINNextRoundedLTPro-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/miituo/DINNextRoundedLTPro-Light.woff2') format('woff2'),
        url('/fonts/miituo/DINNextRoundedLTPro-Light.woff') format('woff'),
        url('/fonts/miituo/DINNextRoundedLTPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DIN Next Rounded LT Pro Bold";
    src: url("/fonts/miituo/32F61C_1_0.eot");
    src: url('/fonts/miituo/DINNextRoundedLTPro-Bold.eot');
    src: url('/fonts/miituo/DINNextRoundedLTPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/miituo/DINNextRoundedLTPro-Bold.woff2') format('woff2'),
        url('/fonts/miituo/DINNextRoundedLTPro-Bold.woff') format('woff'),
        url('/fonts/miituo/DINNextRoundedLTPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*---------------------------------------- D O M _ S t y l e ------------------------------------------*/
html {
    font-family: "DIN Next Rounded LT Pro Light";
    line-height: normal !important;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "DIN Next Rounded LT Pro Light";
    color: #2F3033;
    font-size: 17px;
    line-height: 1.35;
}

input[type], textarea, select,
input,
button[data-toggle='dropdown'] {
    border: 1px solid #bdc7d8;
    background-color: #fff;
    text-transform: uppercase;
}

select {
    appearance: none;
}

.input-group.custom-width > .form-control {
    flex: auto;
}

h1, .h1 {
    font-size: 1.9rem;
    font-family: inherit;
    margin: 0;
    padding: 0;
}

h2, .h2 {
    font-size: 1.5rem;
    font-family: inherit;
    line-height: normal;
}

h3, .h3 {
    font-size: 1.45rem;
}

h4, .h4 {
    font-size: 1.35rem;
}

a:focus, a:hover {
    color: #00C8FF;
    text-decoration: none;
}

iframe {
    border: none;
    overflow: overlay;
    width: 100%;
}

strong {
    font-family: "DIN Next Rounded LT Pro Bold" !important;
}

@media all and (max-width: 767px) {
    ::-webkit-input-placeholder {
        font-size: 13px !important;
        color: #898989;
    }

    ::-moz-placeholder {
        font-size: 13px !important;
        color: #898989;
    }

    ::-ms-input-placeholder {
        font-size: 13px !important;
        color: #898989;
    }

    input:not([type=checkbox]):not([type=radio]):-moz-placeholder {
        font-size: 13px !important;
        color: #898989;
    }

    input[type=date]:disabled,
    input[type=date][readonly=readonly],
    input[type=datetime-local]:disabled,
    input[type=datetime-local][readonly=readonly],
    input[type=email]:disabled,
    input[type=email][readonly=readonly],
    input[type=number]:disabled,
    input[type=number][readonly=readonly],
    input[type=password]:disabled,
    input[type=password][readonly=readonly],
    input[type=search-md]:disabled,
    input[type=search-md][readonly=readonly],
    input[type=search]:disabled,
    input[type=search][readonly=readonly],
    input[type=tel]:disabled, input[type=tel][readonly=readonly],
    input[type=text]:disabled,
    input[type=text][readonly=readonly],
    input[type=time]:disabled,
    input[type=time][readonly=readonly],
    input[type=url]:disabled, input[type=url][readonly=readonly],
    textarea.md-textarea:disabled,
    textarea.md-textarea[readonly=readonly] {
        -webkit-text-fill-color: #898989;
        -webkit-opacity: 1;
    }

    .input-select:not(.ver_2)::after {
        border-right: none;
        top: 5px;
        font-family: 'Glyphicons Halflings' !important;
        content: "\e252";
        font-size: 8px;
        padding: 0 10px;
        line-height: 20px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    input:not([type=checkbox]):not([type=radio])::before {
        content: '';
        width: 1px;
        height: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
}
/*------------------------------------ E N D _ D O M _ S t y l e --------------------------------------*/

/*---------------------- T a m a ñ o s _ y _ e s t i l o s _ d e _ f u e n t e s -----------------------*/
/*.lead {
    font-size: 16px !important;
    line-height: normal !important;
}*/

.texto_general {
    font-size: 20px !important;
    font-family: inherit;
}

.navspopus {
    font-size: 16px;
    font-family: inherit;
}

.formlabels,
label {
    font-size: 13px;
}

.center {
    text-align: center;
}

.azulmiituo {
    color: var(--primary-color);
}

.rojomiituo {
    color: #FF0000 !important;
}

.verdemiituo {
    color: var(--secondary-color) !important;
}

.grismiituo2023 {
    color: #D7D2CB !important;
}

.grismiituo2022 {
    color: #C4CCD8 !important;
}

.grismiituo {
    color: #596e7c !important;
}

.light_grey_miituo {
    color: #8e8e8e !important;
}

.smallfont {
    font-size: 13px !important;
    text-transform: initial !important;
}

.mediumfont {
    font-size: 19px !important;
    text-transform: initial !important;
}

.font16 {
    font-size: 16px;
    line-height: normal;
}

@media all and (min-width:1600px) {
    .formlabels {
        font-size: 17px;
    }
}
/*--------------------- E N D _ T a m a ñ o s _ y _ e s t i l o s _ d e _ f u e n t e s ----------------*/

/*------------------------------ B o o t s t r a p _ c l a s s e s -------------------------------------*/
.row {
    margin: 0px !important;
}

.d-flex {
    display: flex;
}

.d-grid {
    display: grid;
}

.d-contents {
    display: contents;
}

.form-control:focus {
    border-color: #00C8FF;    
}

@media (min-width: 1600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 90%;
    }
}
/*------------------------- E N D _ B o o t s t r a p _ c l a s s e s ----------------------------------*/

/*---------------------------------------- M a r g i n -------------------------------------------------*/
.space-md {
    margin-top: 50px !important;
}

.space-form {
    margin-top: 20px !important;
}

.space-form-extra {
    margin-top: 40px !important;
}

.margin-top-sm {
    margin-top: 0.3em !important;
}

.margin-top-md {
    margin-top: 1em !important;
}

.margin-top-lg {
    margin-top: 1.5em !important;
}

.margin-bottom-xs {
    margin-bottom: 0.2em !important;
}

.margin-bottom-sm {
    margin-bottom: 0.3em !important;
}

.margin-bottom-lg {
    margin-bottom: 1.5em !important;
}
/*--------------------------------------- E N D _ M a r g i n ------------------------------------------*/

/*----------------------------------- C o m m o n _ C l a s s e s --------------------------------------*/
.flipX {
    -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.bg-gray {
    background-color: #EFEDEA;
}

.bg-blue {
    background-color: #00C8FF;
}

.height-100percent {
    height: 100%;
}

.close-lightbox {
    position: absolute;
    top: 20px;
    right: 60px;
    width: 15px;
    height: 15px;
    background: transparent url(/Images/home/cancel-black.svg) no-repeat center center;
    background-size: 100%;
    text-indent: -99999px;
    cursor: pointer;
    z-index: 99;
}

.open .mask {
    background: rgba(0,0,0,.8);
    top: 0;
    z-index: 450;
    width: 100%;
    height: 100%;
    position: fixed !important;
    transition: 1s;
}

.border-focus {
    border: 1px solid #00C8FF !important;
}

.parent-full-height {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.children-full-height {
    height: 100%;
    position: absolute;
}

.btn {
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    border: none;
    width: 100%;
}

.btn:disabled {
    box-shadow: none;
}

.btn--chubby {
    padding: 5px 4% !important;
    width: 100%;
}

.btn--primary {
    background-color: #00C8FF;
    color: #ffffff !important;
    border-radius: 30px;
    -webkit-box-shadow: 0px 2px 17px -2px rgba(0,200,255,1);
    -moz-box-shadow: 0px 2px 17px -2px rgba(0,200,255,1);
    box-shadow: 0px 2px 17px -2px rgba(0,200,255,1);
}

.btn--aqua {
    background-color: #00ffc8;
    color: #000000 !important;
    border-radius: 30px;
    -webkit-box-shadow: 0px 2px 17px -2px rgba(0,255,200,1);
    -moz-box-shadow: 0px 2px 17px -2px rgba(0,255,200,1);
    box-shadow: 0px 2px 17px -2px rgba(0,255,200,1);
}

.btn--white {
    background-color: #ffffff !important;
    color: #00C8FF !important;
    border-radius: 30px;
    box-shadow: none;
}

.btn--white-outline-blue {
    background-color: #ffffff !important;
    color: #2F3033 !important;
    border-radius: 30px;
    border: 2px solid#00C8FF !important;
    box-shadow: none;
}

.btn--white-outline-aqua {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-radius: 30px;
    border: 2px solid#00ffc8 !important;
    box-shadow: none;
}

.btn--yellow {
    background-color: #C8ff00 !important;
    color: #000000 !important;
    border-radius: 30px;
}

.btn--gray {
    background-color: #f7f7f7 !important;
    color: #00C8FF !important;
    border-radius: 30px;
    -webkit-box-shadow: 0px 2px 17px -2px rgba(203,200,200,1);
    -moz-box-shadow: 0px 2px 17px -2px rgba(203,200,200,1);
    box-shadow: 0px 2px 17px -2px rgba(203,200,200,1);
}

.btn--pink {
    background-color: #FF4BD2 !important;
    color: #ffffff !important;
    border-radius: 30px;
}

.btn--primary:hover:not(:disabled) {
    background-color: #04baec;
    /*-webkit-box-shadow: 0px 2px 17px -2px rgba(0,200,255,1);
    -moz-box-shadow: 0px 2px 17px -2px rgba(0,200,255,1);
    box-shadow: 0px 2px 17px -2px rgba(0,200,255,1);*/
}

.btn--aqua:hover:not(:disabled) {
    background-color: #01ecba;
    color: #000000 !important;
    -webkit-box-shadow: 0px 2px 17px -2px rgba(0,255,200,1);
        -moz-box-shadow: 0px 2px 17px -2px rgba(0,255,200,1);
    box-shadow: 0px 2px 17px -2px rgba(0,255,200,1);
}

a.btn.btn--white-outline-blue:hover {
    color: #00c8ff!important;
}

.btn--white:hover:not(:disabled) {
    box-shadow: none;
}

.btn--gray:hover:not(:disabled) {
    box-shadow: none;
}

.dropdown-menu {
    overflow-x: hidden;
    min-width: 100%;
    width: fit-content!important;
    padding: 5px 0;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    max-height: 200px;
    overflow-y: auto;
}

.dropdown-menu > li > a:last-child {
    border-top: none;
    border-bottom: 1px solid #ececec;
}

.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
    border-top: 1px solid #ececec;
    padding: 5px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #00C8FF!important;
    text-decoration: none;
    background-color: #f5f5f5;
}

.word_break_keep_all {
    word-break: keep-all;
}

.word_break_all {
    word-break: break-all;
}

.nowrap {
    white-space: nowrap;
}

.no-border {
    border: none !important;
}

.width-100 {
    width: 100% !important;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    background-color: white;
    border: 2px solid #00c8ff;
    font-weight: bold;
    bottom: 50px;
    border-radius: 10px;
    width: max-content;
    padding: 20px 40px;
    right: 270px;
}

@media all and (min-width:768px) {
    .alertify-notifier.ajs-right .ajs-message.ajs-visible {
        right: 450px;
    }
}
/*------------------------------- E N D _ C o m m o n _ C l a s s e s ----------------------------------*/

/*-----------------------------------------------  L o g i n -------------------------------------------*/
#frmlogin .input-group-btn {
    font-size: inherit;
}

    #frmlogin .input-group-btn .dropdown button {
        font-size: inherit;
        border: 1px solid #bdc7d8;
        border-radius: 6px 0px 0px 6px;
        width: 130px;
    }

    #frmlogin .input-group-btn + input {
        border-radius: 0 6px 6px 0;
    }
/*------------------------------------------- E N D _ L o g i n ----------------------------------------*/

/*-----------------------------------------------  T h e m e -------------------------------------------*/
.btn:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

button:focus {
  outline: none;
}

.list-inline li:not(:last-child) {
    margin-right: 1.85714286em;
}

img {
    max-width: 100%;
}

img:last-child {
    margin-bottom: 0;
}

.input-select {
    position: relative;
    display: block;
}

.has-error > label {
    color: #a94442 !important;
}

/*.hamburger-toggle [class^="icon-"], [class*=" icon-"] {
    line-height: inherit;
}*/

.icon20 {
    font-size: 20px;
}

.icon--sm {
    font-size: 2.35714286em;
}

.social-list a {
    color: #252525;
}

.notification-error {
    opacity: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
}

.notification.notification--reveal {
    z-index: 1050;
    pointer-events: initial;
}

.notification.notification--reveal[data-animation="from-top"] {
    animation: from-top 0.3s linear 0s forwards;
    -webkit-animation: from-top 0.3s linear 0s forwards;
    -moz-animation: from-top 0.3s linear 0s forwards;
}

.notification.notification--reveal[data-animation="from-bottom"] {
    animation: from-bottom 0.3s linear 0s forwards;
    -webkit-animation: from-bottom 0.3s linear 0s forwards;
    -moz-animation: from-bottom 0.3s linear 0s forwards;
}

.notification.notification--dismissed {
    animation: fade-out 0.4s linear 0s forwards !important;
    -webkit-animation: fade-out 0.4s linear 0s forwards !important;
    -moz-animation: fade-out 0.4s linear 0s forwards !important;
    pointer-events: none;
}

.notification .notification-close-cross:before {
    content: '\00D7';
    font-size: 1.5em;
}

@keyframes from-bottom {
  from {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes from-bottom {
  from {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes from-bottom {
  from {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes from-top {
  from {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-moz-keyframes from-top {
  from {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes from-top {
  from {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*------------------------------------------- E N D _ T h e m e ----------------------------------------*/

/*----------------------------------------------- Pop Cupón --------------------------------------------*/
.animated {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.minimize_pop {
    right: 10px;
    top: 10px;
    position: absolute;
    font-size: small;
    cursor: pointer;
}

.tag_pop_minimized {
    position: fixed;
    top: 100px;
    right: 20px;
    padding: 25px;
    cursor: pointer;
    max-width: 85%;
    background-color: #00ffc8;
    z-index: 30;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 17px -2px rgba(0,255,200,1);
    -moz-box-shadow: 0px 2px 17px -2px rgba(0,255,200,1);
    box-shadow: 0px 2px 17px -2px rgba(0,255,200,1);
}

.tag_pop {
    right: 13px;
    top: 15px;
    position: absolute;
    font-size: 20px;
    color: #ffffff;
}
/*-------------------------------------------- END _ Pop Cupón -----------------------------------------*/

/*-------------------------------------------- Modal Mi Cuenta -----------------------------------------*/
section.imageblock {
    padding-top: 1em;
    padding-bottom: 1em;
}

.modal-container {
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.modal-container:before {
    background: rgba(221, 221, 221, 0.62);
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.modal-container.modal-active {
    opacity: 1;
    visibility: visible;
    z-index: 1200;
}

.modal-container .modal-content {
    backface-visibility: hidden;
    position: fixed;
    z-index: 2;
    top: 50%;
    left: 50%;
    max-height: 95%;
    overflow-y: hidden;
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.modal-container .modal-content:not(.height--natural) {
    height: auto;
    width: 80%;
}

.modal-container .modal-content .modal-close-cross {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    top: 1em;
    right: 1em;
    z-index: 99;
}

.modal-container .modal-content .modal-close-cross:before {
    content: '\00D7';
    font-size: 1.5em;
}

.imageblock .imageblock__content {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 2;
    padding: 0;
    left: 0;
}

.imageblock > .container, .imageblock > div[class*='col-']:not(.imageblock__content) {
    padding-top: 7.42857143em;
    padding-bottom: 7.42857143em;
    float: none;
    overflow: hidden;
}

.background-image-holder {
    will-change: transform, top;
    position: absolute;
    height: 100%;
    top: 0;
    left: 10%;
    background-size: contain !important;
    background-position: center!important;
    z-index: 0;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    opacity: 0;
    background-repeat: no-repeat !important;
}

div.imageblock__content > div {
    background: none;
    opacity: 1;
    border-right: 1px solid #cdcdcd;
    padding-right: 5px;
}
/*----------------------------------------- END _ Modal Mi Cuenta --------------------------------------*/

/*
    Comparator
    --------------------------------------------
*/
.miiflex-carousel .line {
    border: 2px solid;
    border-color: #000;
    width: 60px;
    border-radius: 15px;
    margin-top: 3rem;
}

.miiflex-carousel .title-container-middle {
    display: none;
}

.miiflex-carousel .miiflex-benefits {
    border:2px solid #00C8FF;
    border-radius: 10px;
    margin-bottom: 4.7rem;
    background-color: #fff;
}

.big .miiflex-benefits {
    background-color: #00C8FF;
    color: #fff;
}

.big.miiflex-carousel .miiflex-benefits .line {
    border-color: #fff;
}

.miiflex-carousel .miiflex-benefits + .back_miiflex {
    line-height: 1.1;
    bottom: 0;
    border-radius: 0 0 10px 10px;
    z-index: -1;
    right: 15px;
    left: 0;
    background-color: #00C8FF;
    border: 2px solid #00C8FF;
    width: 50%;
}

.big .miiflex-benefits + .back_miiflex {
    background-color: #fff;
    padding-right: 10%!important;
}

.miiflex-carousel .miiflex-benefits + .back_miiflex p {
    color: #fff;
    font-weight: normal;
}

.big .miiflex-benefits + .back_miiflex p {
    color: #000;
    font-weight: bold;
}

.miiflex-carousel .carousel-control-wraper {
    top: 0;
}

.miiflex-carousel .carousel-control {
    align-items: baseline;
    bottom: auto;
}

.miiflex-carousel .carousel-content .col-compare {
    width: 50%;
    padding-bottom: 10px;
}

.miiflex-carousel .carousel-content .col-compare p {
    margin: 0;
    line-height: 1.1;
}

.miiflex-carousel .carousel-content .col-compare > div:not(:first-child) {
    height: 85px;
}

.miiflex-carousel .carousel-content .col-compare > div:nth-child(n+5) {
    height: 55px;
}

.big .back-plus {
    background: top center / 100% url(../images/miiflex/plus_plus_mobile.svg) no-repeat;
    margin-top: 2rem!important;
}

.resume p.d-flex:not(.small) {
  line-height: 1.6;
}

.big.miiflex-carousel .resume .font-lg {
    font-size: 1.45rem;
}

@media (min-width: 576px) {
    .big.miiflex-carousel .resume {
        width: 66.666667%;
        margin: 0 16.666667%;
    }
}

@media (max-width: 991px) {
    .miiflex-carousel.collapsed .miiflex-benefits {
        background-color: #fff;
        color: #000;
        margin-bottom: 0;
    }

    .miiflex-carousel.collapsed .collapsed-items {
        display: none!important;
    }

    .miiflex-carousel.collapsed .see-all {
        display: inline-block!important;
    }

    .big.miiflex-carousel .resume {
        margin-top: 3rem !important;
    }
}

@media (min-width: 992px) {
    .big.miiflex-carousel .label-example {
        display: none;
    }

    .big .title-container-top {
        display: none;
    }

    .big.miiflex-carousel .title-container-middle {
        display: flex!important;
    }
    
.big.miiflex-carousel .carousel-content .col-compare p {
    padding-right: 2rem;
    padding-left: 2rem;
}

    .big.miiflex-carousel .carousel-content .col-compare,
    .big.miiflex-carousel .miiflex-benefits + .back_miiflex {
        width: 25%;
    }

    .big .back-plus {
        background: top center / cover url(../images/miiflex/plus_plus.svg) no-repeat;
    }

    .big.miiflex-carousel .resume {
        width: 50%;
        margin: 0 25%;
        padding-bottom: 3rem !important;
        margin-top: 3rem !important;
    }

    .big.miiflex-carousel .resume .hidde-big-carousel {
        display: none!important;
    }
    
    .big.miiflex-carousel .carousel-control {
        bottom: 0;
        width: auto;
        padding: 1rem;
    }

    .big .carousel-control-prev {
        left: 25%;
    }

    .big .carousel-control-next {
        right: 25%;
    }

    .big.miiflex-carousel .carousel-control-wraper {
        top: 30%;
        width: 6rem;
        height: 6rem;
    }

    .big .carousel-control-wraper span,
    .big .carousel-control-wraper i {
        font-size: 3rem;
        font-weight: normal;
    }
}


/*
    Scroll horizontal
    --------------------------------------------
*/
.container--slider {
    display: flex;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding: 2rem 0 0;
    top: 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.container--slider .item-wrap {
    display: flex;
    width: 100%;
    position: relative;
    transition: 0.5s cubic-bezier(0.05, 0.82, 0.165, 1);
}

/*----------------------------------------------- Call us 2.0 ------------------------------------------*/
.pop-contact-options {
    background-color: transparent!important;
    border: none;
    top: 30%;
    position: fixed;
}

.pop-contact-options > div {
    border-radius: 13px;
    background-color: #EBEBEB!important;
}
/*-------------------------------------------- END _ Call us 2.0 ---------------------------------------*/

/*--------------------------------------------- Contact message ----------------------------------------*/
.pop-contact-message {
    position: fixed;
    padding: 2em;
    top: 20%;
    z-index: 3000;
}

.pop-contact-message > div {
    background-color: #EBEBEB;
    border-radius: 20px;
}

.pop-contact-message .h5 {
    border-bottom: 1px solid #333336;
}

.close-pop-contact-message {
    position: absolute;
    bottom: 0;
    border-radius: 0 0 20px 20px;
}

@media all and (min-width:768px) {
    .pop-contact-message {
        background-color: transparent;
        top: 40px;
        z-index: 3000;
        height: 530px;
    }
}
/*------------------------------------------ END _ Contact message -------------------------------------*/

/*------------------------------------------------- Footer ---------------------------------------------*/
.footer-container {
    background-color: #F7F6F4;
    margin-top: 5em !important;
    padding: 5em 0;
}

.footer-container .img-logo img {
    max-width: 80%;
}

.footer-container .google-score {
    background: url(/Content/miituo/images/common/golden_star.svg) no-repeat center, url(/Content/miituo/images/common/golden_star.svg) no-repeat center, url(/Content/miituo/images/common/golden_star.svg) no-repeat center, url(/Content/miituo/images/common/golden_star.svg) no-repeat center, url(/Content/miituo/images/common/golden_half-star.svg) no-repeat center;
    background-position: 0 top,  25px top, 50px top, 75px top, 100px top;
    background-size: 15px, 15px, 15px, 15px, 15px;
    width: 125px;
    height: 15px;
    display: block;
}

.footer-container a {
    color: #2F3033;
}
/*----------------------------------------------- END _ Footer -----------------------------------------*/

.tooltip-inner {
    background-color: #00C8FF !important;
}

.tooltip-arrow {
    border-top-color: #00C8FF !important;
}

output {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    font-family: Poppins;
}

/*#menu1 .container .row {
    display: flex;
    align-items: center;
}*/

/*.image {
    height: 250px;
    width: auto;
    justify-self: center;
    position: relative;
    margin: auto;
    display: block;
}*/

/* 
    check azul miituo 
*/
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    visibility: hidden;
}

.form-check-input {
    margin-top: .3rem;
    margin-left: -1.25rem;
}

[type=checkbox] + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
}

[type=checkbox][class*=filled-in] + label:before {
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type=checkbox][class*=filled-in] + label:after,
[type=checkbox][class*=filled-in] + label:before {
    content: "";
    left: 0;
    position: absolute;
    -webkit-transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    transition: border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;
    z-index: 1;
    border-style: solid;
    border-width: 1px;
    border-color: #bdc7d8;
}

.form-check-label {
    margin-bottom: 0;
}

[type=checkbox] + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    z-index: 0;
    border: 1.5px solid #8a8a8a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    transition: .2s;
}

[type=checkbox][class*=filled-in]:not(:checked) + label:before {
    width: 0;
    height: 0;
    border-style: 3px;
    border-color: transparent;
    left: 6px;
    top: 10px;
}

[type=checkbox][class*=filled-in]:checked + label:before {
    top: -1px;
    left: 1px;
    width: 8px;
    height: 15px;
    border-color: transparent #fff #fff transparent;
    border-width: 2px;
}

[type=checkbox][class*=filled-in] + label:after {
    border-radius: 2px;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0px;
}

[type=checkbox][class*=filled-in]:checked + label:after {
    z-index: 0;
}

.checkbox-warning-filled [type="checkbox"][class*='filled-in']:checked + label:after {
    border-color: #00c8ff;
    background-color: #00c8ff;
}

.checkbox-warning-filled [type="checkbox"][class*='filled-in']:checked + label.watermark:after {
    border-color: #e6e6e6;
    background-color: #e6e6e6;
}

/*
    check default
*/
.form-check-input.default-check {
    visibility: visible;
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 3px;
}

.form-check-input.default-check:checked {
    background-color: #f1f1f2!important;
}

.form-check-input.default-check:checked:after {
    content: '\2713';
    color: #000;
    position: absolute;
    line-height: 0.9rem;
    font-size: 0.7rem;
    padding-left: 0.2rem;
    font-weight: bold;
}

.checkbox-warning-filled [type="checkbox"][class*='filled-in']:checked + label:after {
    border-color: #00c8ff;
    background-color: #00c8ff;
}

.checkbox-warning-filled [type="checkbox"][class*='filled-in']:checked + label.watermark:after {
    border-color: #e6e6e6;
    background-color: #e6e6e6;
}

.image-puntos img {
    max-width: 20px;
    margin-bottom: auto;
}

a.grisfooter {
    color: #2F3033 !important
}

a.grisfooter:hover {
    color: #00C8FF !important;
    text-decoration: none !important;
}

.iconazul {
    color: #00C8FF;
}

.colorWhite {
    color: #ffffff !important;
}

.color-black {
    color: #000!important;
}

.color-green-miituo {
    color: #01ecba;
}

.background_blue {
    background-color: #00C8FF;
}

.background_gray {
    background-color: #C4CCD8;
}

.background_gray_miituo {
    background-color: #D6D6D6!important;
}

.background_gray_second {
    background-color: #EBEBEB;
}

.background_aqua {
    background-color: #00FFC8!important;
}

.background_pink {
    background-color: #FF4BD2;
}
/* ---------------------------- */

.rosamiituo {
    color: rgba(255,75,210,1) !important;
    font-weight: bold;
}

.formhelp {
    min-height: 70%;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    border: 1px solid #ececec;
    padding: 10px 10px 30px;
    opacity: 0;
    right: 0;
    bottom: 0;
    min-width: 350px;
    margin: 1.85714286em;
    pointer-events: none;
}

    .formhelp > div:nth-child(1) {
        border-bottom: 1px solid #D6D6D6;
        padding-bottom: 12px;
    }

    .formhelp textarea {
        resize: none;
        height: 10em;
    }

.btn:focus,
.btn:hover {
    transform: translate3d(0,-2px,0) !important;
    -webkit-transform: translate3d(0, -2px, 0) !important;
}

body > div.modal-instance {
    width: 100%;
}

#loader > div > div > div.modal-body {
    margin-top: 34%;
}

#loader .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent !important;
    border: none;
}

#loader img {
    width: 30%;
}

div.imageblock__content.col-md-5.col-sm-3.pos-left > div > img {
    margin-left: -8px;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: inherit;
}

#errorDiv {
    color: red;
}

.contentCustomPopups {
    padding: 10px;
}

#popupVideo .modal-body {
    display: block !important;
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0.57);
}

#popupVideo video {
    width: 100%;
    height: 100%;
}

#popupVideo {
    background-color: rgba(0, 0, 0, 0.69);
}

.legales_coupon {
    bottom: 10px;
    position: absolute;
    font-size: smaller;
}

@media all and (max-width: 767px) {
    /*---------------------- T a m a ñ o s _ y _ e s t i l o s _ d e _ f u e n t e s -----------------------*/
    /*.lead {
        font-size: 16px !important;
    }*/
    /*--------------------- E N D _ T a m a ñ o s _ y _ e s t i l o s _ d e _ f u e n t e s ----------------*/

    /*----------------------------------- C o m m o n _ C l a s s e s --------------------------------------*/
    .legales_coupon {
        bottom: 50px;
    }

    .current_users {
        position: fixed;
        top: 70px;
        right: 5px;
        padding: 5px 35px 5px 15px;
        width: 100%;
        font-size: 4.5vmin;
        max-width: calc(100% - 10px);
        z-index: 30;
        background-color: #ffffff;
        border-radius: 5px;
        border: 2px solid #00ffc8 !important;
    }

    .pop_cupon {
        position: fixed;
        z-index: 1500;
        top: -530px;
        cursor: pointer;
        transition: 1s;
        background-size: 100%;
        background-repeat: no-repeat;
        left: 50%;
        margin-left: -170px;
    }

    .pop_cupon {
        width: 340px;
        height: 530px;
    }

    .open .pop_cupon {
        top: 0px;
    }

    .pop_cupon img {
        height: 100%;
    }

    .pop_cupon .btn-cotizar {
        position: absolute;
        bottom: 135px;
    }

    .mediumfont {
        font-size: 15px !important;
    }
    /*------------------------------- E N D _ C o m m o n _ C l a s s e s ----------------------------------*/

    .iconazul {
        color: #00C8FF !important;
        opacity: 1 !important;
    }

    .imageblock .imageblock__content {
        position: relative;
        min-height: 11em !important;
        top: 20px;
    }

    .background-image-holder {
        will-change: transform, top;
        position: absolute;
        height: 100%;
        width: 90% !important;
        top: -27px;
        left: 5%;
        background-size: contain !important;
        background-position: center !important;
        z-index: 0;
        transition: 0.3s linear;
        -webkit-transition: 0.3s linear;
        -moz-transition: 0.3s linear;
        opacity: 0;
        background-color: transparent !important;
        background-repeat: no-repeat !important;
    }

    .imageblock > div[class*='col-']:not(.imageblock__content) {
        padding-top: 3em;
        padding-bottom: 5.57142857em;
        float: none;
        overflow: hidden;
    }

    .modal-container .modal-content {
        max-height: 100%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
    }

    .formhelp {
        margin: auto 0px;
        width: 100%;
    }

    #sender {
        border-radius: 20px;
        padding: .5% 6%;
        margin: 0px !important;
    }

    .has-feedback label ~ .form-control-feedback {
        top: 10px !important;
    }

    .smallfont {
        font-size: 12px !important;
    }
}

@media all and (min-width: 768px) {
    .pop_cupon {
        position: fixed;
        z-index: 500;
        top: 60px;
        cursor: pointer;
        transition: 1s;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .open .pop_cupon {
        left: 0px;
    }

    .pop_cupon,
    .pop_cupon img {
        max-height: 70vh;
        width: 1000px;
    }

        .pop_cupon .btn-cotizar {
            position: absolute;
            bottom: 55px;
            padding: 0px 35px;
        }

    .no-margin-sm {
        margin: 0px !important;
    }

    .no-padding-sm {
        padding: 0px !important;
    }
}

@media all and (max-width: 991px){
    .form-group label {
        display: none;
    }

        ::-webkit-input-placeholder {
        font-size: 13px !important;
        color: #898989;
    }

    ::-moz-placeholder {
        font-size: 13px !important;
        color: #898989;
    }

    ::-ms-input-placeholder {
        font-size: 13px !important;
        color: #898989;
    }

    input:not([type=checkbox]):not([type=radio]):-moz-placeholder {
        font-size: 13px !important;
        color: #898989;
    }
    
        .dropdown button::before
        /*, #mobile input:not([type=checkbox]):not([type=radio])::before*/ 
        {
            content: '';
            width: 1px;
            height: 10px;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1;
        }

    .dropdown-menu > li > a {
        line-height: 25px;
        vertical-align: middle;
        height: 35px;
        font-size: 13px;
    }
}

@media all and (min-width: 992px){
    input.placeholder-mobile::-webkit-input-placeholder,
    .dropdown button.placeholder-mobile {
        color: transparent !important;
    }

    input.placeholder-mobile:-moz-placeholder {
        color: transparent !important;
    }

    input.placeholder-mobile:-ms-input-placeholder {
        color: transparent !important;
    }
}

@media (min-width: 1024px) {
    .pop_cupon {
        width: 1000px;
        left: calc(-1000px + 45px);
    }
}

@media all and (min-width:1600px) {
    div.imageblock__content.col-md-5.col-sm-3.pos-left > div > img {
        height: inherit;
        margin-left: -8px;
        position: relative;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    div.imageblock__content.col-md-5.col-sm-3.pos-left > div {
        background: none;
        opacity: 1;
        border-right: 1px solid #cdcdcd;
        padding-right: 5px;
    }

    .formhelp {
        height: 53%;
        width: 10%;
    }

    /*.lead {
        font-size: 18px !important;
    }*/

    .texto_general {
        font-size: 24px !important;
        font-family: inherit;
    }

    .navspopus {
        font-size: 20px;
        font-family: inherit;
    }

    .font13 {
        font-size: 17px;
    }

    .form-control-feedback {
        top: 36px !important;
    }

    .icon16 {
        font-size: 16px !important;
    }

    .input-select:not(.ver_2):after {
        font-family: 'icomoon' !important;
        position: absolute;
        right: 0;
        height: 100%;
        top: 0px;
        font-size: 15px;
        content: "\eaab";
        pointer-events: none;
        padding: 0 5px;
        padding-top: 13px;
        border-right: 1px solid #ececec;
        vertical-align: middle;
        opacity: 0.8;
        transform: rotate(-180deg);
    }

    #loader > div > div > div.modal-body {
        margin-top: 50%;
    }

    #loader img {
        width: 50%;
    }
}

.ini {
    color: #00C8FF !important;
    text-transform: uppercase;
    font-weight: 500;
}

        .ini a:hover {
            color: #2F3033 !important;
        }

.modal-trigger a {
    color: #00C8FF !important;
    font-weight: 500;
}

.modal-trigger:hover {
    color: #2F3033 !important;
    font-weight: 500;
}

a {
    color: #00C8FF;
}

    a:hover:not(.btn--gray) {
        color: #7A7A7A !important;
    }

p + a:not(.btn) {
    font-size: 0.95714286em;
    line-height: 2.16666667em;
    text-transform: initial;
}

a.azulref {
    color: #00C8FF!important;
    text-decoration: none !important;
}

    a.azulref:hover {
        color: #00C8FF !important;
        color: #7A7A7A !important;
        text-decoration: none !important;
    }

section, footer {
    padding-top: 4em;
}

footer {
    padding-bottom: 0em;
    bottom: 0px;
    width: 100%;
}

.cerrar_pop_video {
    color: #fff !important;
    opacity: 1;
    text-shadow: 0 0px 0 #fff;
    font-size: 25px;
}

.bg--white p, .bg--white span, .bg--white ul, .bg--white a:not(.btn) {
    color: #00C8FF;
    text-transform: initial;
}

.marg {
    margin-top: 57px !important;
}

.text-justify {
    text-align: justify;
}

.txt_gris {
    color: #252525 !important;
    font-size: 16px !important;
    line-height: -10px !important;
}

.bg--white p {
    margin-bottom: -10px !important;
    color: #252525 !important;
}

input:-ms-input-placeholder {
    text-transform: uppercase !important;
}

.num {
    color: #1c2331;
    font-weight: 500;
}

.left {
    text-align: left !important;
}

.space-md {
    margin-bottom: 40px !important;
}

.logo_atlas {
    background-image: url(/Images/segurosatlaslogo.png);
    width: 193px;
    height: 69px;
}

.input-checkbox {
    margin-top: 1.464em;
}

.overflow {
    height: 1220px !important;
    height: 100%;
    overflow: hidden;
}

.as .la {
    color: #000000;
    display: block;
    position: relative;
    float: left;
    width: auto;
    height: 60px;
    margin-bottom: 20px;
    left: 25% !important;
}

    .as .la input[type=radio] {
        position: absolute;
        visibility: hidden;
    }

    .as .la label {
        display: block;
        position: relative;
        font-weight: 100;
        font-size: 13px;
        padding: 22px 10px 35px 63px;
        margin: 10px auto;
        height: 33px;
        z-index: 9;
        -webkit-transition: all 0.25s linear;
    }

    .as .la:hover label {
        color: #9FA3A7;
    }

    .as .la .check {
        display: block;
        position: absolute;
        border: 1px solid #b5b6b7;
        border-radius: 100%;
        height: 15px;
        width: 15px;
        top: 33px;
        left: 38px;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
    }

        .as .la .check:hover {
            border: 1px solid #b5b6b7;
        }

        .as .la .check::before {
            display: block;
            position: absolute;
            content: '';
            border-radius: 100%;
            height: 5px;
            width: 5px;
            top: 4px;
            left: 4px;
            margin: auto;
            transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
        }

input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #00c8ff;
    width: 15px;
    height: 15px;
    border: 1px solid #00c8ff;
    border-radius: 50%;
    padding: 0;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

input[type="radio"]::before {
    background: 0 0;
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #00c8ff;
}

[type="radio"]:checked:before {
    transform: scale(1);
}

.alert {
    box-sizing: border-box;
    background-color: #00C8FF;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 300;
    padding: 20px 40px;
    color: #333;
}

    .alert h2 {
        font-size: 22px;
        color: #969;
        margin-top: 0;
    }

    .alert p {
        line-height: 1.6em;
        font-size: 20px;
    }

    .alert a {
        color: #232323;
        font-weight: bold;
    }

.cursor {
    cursor: pointer;
}

/*POP_UP*/
.base {
    max-width: 319px;
    height: 438px;
    margin: auto;
    padding: 25px 20px 0px 20px;
    background-color: #fff;
}

.border {
    display: block;
    border-bottom: 1px solid #00C8FF;
    width: 49px;
    margin: auto;
    float: left;
    margin: -11px 0px 0px 0px;
}

.txt_general {
    display: block;
    font-size: 14px;
    color: #2F3033;
    text-align: left;
}

.correo_pop {
    text-transform: lowercase;
}

.modal-content {
    background-color: #fff !important;
}

    .modal-backdrop{
        background-color: #fff;
    }

@media screen and (max-width:1400px) {
    #imgActualiza {
        margin-top: 56px;
    }
}

@media screen and (max-width: 1024px) {
    .small-font-14 {
        font-size: 14px !important;
    }

    .small-font {
        font-size: 11px !important;
    }

    .extra-small {
        font-size: 13px !important;
    }

    .medium-font {
        font-size: 15px !important;
    }

    .large-font {
        font-size: 20px !important;
    }

    .base {
        max-width: 100%;
        padding: 0px 10px 0px 10px;
        background-color: #fff;
        margin: auto;
        overflow: hidden !important;
        height: auto;
    }
}

@media screen and (max-width: 1024px) {
    .call-us {
        position: fixed;
        bottom: 0px;
        width: 100%;
        background-color: #f1f1f2;
        color: #737373;
        padding: 7px 10px;
        z-index: 99;
    }

        .call-us .icon-mensaje {
            padding-top: 5px;
            float: right;
        }
}

.minusculas {
    text-transform: initial !important;
    font-size: 16.5px !important;
}

.minusculas_condiciones {
    text-transform: initial !important;
    font-size: 12px !important;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    text-transform: initial;
}

#menuFAQ > a.active {
    text-transform: initial;
}

#menuFAQ a {
    text-transform: initial;
}

.fuente_btn18 {
    font-size: 18px !important;
}

.fuente_btn17 {
    font-size: 17px !important;
    margin: 0px !important;
    line-height: 23px;
}

.miituobold {
    font-weight: bold !important;
    letter-spacing: 0px;
}

#messageBox button, #messageBoxConfirm button {
    width: 100% !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.line-height-small {
    line-height: 1.1;
}

/*espacios*/
.space-l {
    margin-top: 50px !important;
    padding-bottom: 15px;
}

.no-padding {
    padding: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-left {
    margin-left: 0px !important;
    margin-right: auto;
}

.no-margin-top {
    margin-top: 0px !important;
}

.inline-block {
    display: inline-block;
}

.hidde-element {
    display: none;
}

.hidde-visibility-element {
    visibility: hidden;
}

.call-us-desktop {
    background-image: url(/Images/llama_site.png);
    background-size: 160px 125px;
    height: 125px;
}

.call-us-desktop-cotizar-contratar {
    background-image: url(/Images/llama_contratar.png);
    background-size: 160px 155px;
    height: 155px;
}

.call-us-desktop,
.call-us-desktop-cotizar-contratar {
    bottom: 10px;
    background-repeat: no-repeat;
    position: fixed;
    z-index: 50;
    right: 0px;
    width: 160px;
}

    .call-us-desktop a,
    .call-us-desktop-cotizar-contratar a,
    .pop-desktop-send-quotation-container a {
        display: inherit;
        padding: 1em 0em 1em 4em;
        height: inherit;
        width: 165px;
    }

        .call-us-desktop a span:first-child {
            background-image: url(/Images/ico_tel@2x.png);
            background-size: 20px 20px;
            background-repeat: no-repeat;
            height: 20px;
            width: 20px;
            position: absolute;
            left: 30px;
            top: 12px;
        }

@media (min-width: 1400px) {
    .call-us-desktop a {
        padding: 0.4em 0em 0.6em 3em;
    }

        .call-us-desktop a span:nth-child(2) {
            padding-left: 0.4em;
        }

        .call-us-desktop a span:first-child {
            left: 25px;
        }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pop_cupon {
        width: 700px;
        left: calc(-700px + 35px);
    }

    .no-margin-md {
        margin: 0px !important;
    }
}

/*-------------Common--------------*/
/*#fechaDia.date, #fechaMes.date {
    width: 80%;
}

#fechaAnio.date {
    width: 80%;
}

#fechaDia.date.hidde-day, #fechaDia.date.hidde-day + span {
    display: none;
}

#fechaMes.date.hidde-month, #fechaMes.date.hidde-month + span {
    display: none;
}

#fechaAnio.date.hidde-year {
    display: none;
}*/

@media screen and (max-height: 730px) {
    .space-l {
        margin-top: 30px !important;
        padding-bottom: 0px !important;
    }

    /*#mobile.space-l, #mobile .space-l {
        margin-top: 40px !important;
    }*/
}

/*--------------------------------MOBILE-----------------------------------*/
/*#mobile {
    position: absolute;
    top: 0px;
    width: 100%;
    padding-bottom: 60px;
    overflow: hidden;
    min-height: 100vh;
}

    #mobile text-center {
        text-align: -webkit-center;
    }*/

input[type=radio]::before {
    background: none;
}
/*----------------------------CARROUSEL---------------------------------------------*/
.carousel {
    height: 100%;
}

.container-carrusel-contratar {
    padding: 5px;
    line-height: 1.1;
}

    .container-carrusel-contratar .data-container-contratacion {
        padding: 5px 0px !important;
    }

    .container-carrusel-contratar > div {
        height: 100%;
        border: 1px solid rgba(158, 158, 158, 0.35);
        border-radius: 5px;
        padding: 5px !important;
    }

.carousel-indicators {
    width: 100%;
    margin: auto;
    top: calc(100% - 15px);
}

    .carousel-indicators li {
        border: 1px solid rgba(158, 158, 158, 0.4) !important;
        border-radius: 10px;
        background-color: #cccccc;
        max-width: 5px !important;
        width: 5px;
        height: 5px !important;
    }
    
.carousel li.active,
.carousel-indicators li:hover {
    background-color: #00c8ff;
}

.container-carrusel-testimoniales .carousel-inner {
    height:215px;
}

.carousel-control-wraper {
    color: #00c8ff;
    position: relative;
}

.carousel-control-wraper span,
.carousel-control-wraper i {
    font-size: xx-large;
    font-weight: bolder;
}

.carousel-control-wraper a:hover {
    color: #ffffff !important;
}

a.carousel-control:hover {
    color: #ffffff !important;
}

.data-container-contratacion .text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media all and (min-width:768px) {
    .carousel-control.right {
        right: -70px;
    }
}

@media all and (min-width: 992px) {
    .container-carrusel-testimoniales .carousel-inner {
        height:300px;
    }

    .container-carrusel-testimoniales .carousel-item .opinion {
        font-size: 1.5rem;
    }
}

/* ----------------------------- Testimoniales ------------------------------ */
.stars_5 {
    background: url(/Images/star.png) no-repeat center, url(/Images/star.png) no-repeat center, url(/Images/star.png) no-repeat center, url(/Images/star.png) no-repeat center, url(/Images/star.png) no-repeat center;
    background-position: 20% top, 35%top, 50% top, 65% top, 80% top;
    background-size: 20px;
}

.stars_4_left {
    background: url(/Images/star.png) no-repeat center, url(/Images/star.png) no-repeat center, url(/Images/star.png) no-repeat center, url(/Images/star.png) no-repeat center;
    background-position: 0% top, 17px top, 34px top, 51px top;
    background-size: 15px;
}

.stars_5_left {
    background: url(/Images/star.png) no-repeat center, url(/Images/star.png) no-repeat center, url(/Images/star.png) no-repeat center, url(/Images/star.png) no-repeat center, url(/Images/star.png) no-repeat center;
    background-position: 0% top, 17px top, 34px top, 51px top, 68px top;
    background-size: 15px;
}
/* -------------------------------------------------------------------------- */

.bordeicon {
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: -1px 2px 5px 0px rgba(172,179,178,1);
    -moz-box-shadow: -1px 2px 5px 0px rgba(172,179,178,1);
    box-shadow: -1px 2px 5px 0px rgba(172,179,178,1);
    border-radius: 15px;
    padding: 4px;
}

.border-round-icon {
    border: 2px solid rgb(0, 200, 255);
    -webkit-box-shadow: -1px 2px 5px 0px rgba(172,179,178,1);
    -moz-box-shadow: -1px 2px 5px 0px rgba(172,179,178,1);
    box-shadow: -1px 2px 5px 0px rgba(172,179,178,1);
    border-radius: 30px;
    padding: 4px;
    -webkit-text-stroke: 1px;
}

.color-green-miituo .border-round-icon {
    border: 2px solid #01ecba;
}

.border-round-icon-gray {
    background-color: #D7D2CB;
    border-radius: 15px;
    padding: 4px;
    -webkit-text-stroke: 1px;
}

/*#mobile .previous.controls {
    right: 0.1em;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    font-size: 4em;
    color: rgba(255, 255, 255, 0.97);
    cursor: pointer;
    user-select: none;
    display: none;
}

#mobile .next.controls {
    left: 0.1em;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    font-size: 4em;
    color: rgba(255, 255, 255, 0.97);
    cursor: pointer;
    user-select: none;
    display: none;
}

#mobile .topcarrusel {
    top: 10px !important;
}

#mobile .grayblock {
    height: fit-content;
    background-color: #f2f3f4;
    border-radius: 5px;
    padding: 10px;
}*/

@media all and (max-width: 767px) {
    .no-margin-xs {
        margin: 0px !important;
    }

    .no-padding-xs {
        padding: 0px !important;
    }
}

.gradient-line {
    width: 80%;
    height: 2px;
    margin: 5px auto;
    background: -moz-radial-gradient(center, ellipse cover, rgba(137,137,137,0.9) 0%, rgba(235,235,235,0.95) 51%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(137,137,137,0.9)), color-stop(51%, rgba(235,235,235,0.95)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(137,137,137,0.9) 0%, rgba(235,235,235,0.95) 51%, rgba(255,255,255,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(137,137,137,0.9) 0%, rgba(235,235,235,0.95) 51%, rgba(255,255,255,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(137,137,137,0.9) 0%, rgba(235,235,235,0.95) 51%, rgba(255,255,255,1) 100%);
    background: radial-gradient(ellipse at center, rgba(191, 191, 191, 0.9) 0%, rgba(243, 242, 242, 0.95) 51%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#898989', endColorstr='#ffffff',GradientType=1 );
}

    .gradient-line.bottom {
        margin-top: 20px;
    }

@media all and (min-width:1025px) {
    .gradient-line.bottom {
        margin-top: 40px;
    }
}

.formhelp .mobilepopmensaje {
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    border: 1px solid #ececec;
    height: auto;
    right: 0px;
    width: 100%;
}

.modalmobilemensaje {
    background-color: rgba(255, 255, 255, 0) !important;
    width: 100% !important;
    height: 80% !important;
    top: 30px !important;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.0) !important;
    border-radius: 10px !important;
    border: 0px solid #ececec !important;
}

.notification:not(.pop-desktop-send-quotation) .notification-close-cross {
    position: absolute;
    right: 1em;
    cursor: pointer;
    top: 0;
}

.modal-dialog-center {
    margin-top: 10%;
}