﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* General */

a.navbar-brand {
    white-space: normal;
    word-break: break-all;
}

.nav-item .dropdown-menu {
    background: #1eb282!important;
    border: 0px!important;
}
.logo-transform:hover {
    -webkit-transform: scale(1.1);
    -webkit-transition: all .1s ease-in-out;
}

.hero-wrap, .hero-wrap-2 {
    border-bottom: 3px solid #1eb283;
}

.con.d-flex:hover .flaticon-clock, .con.d-flex:hover .flaticon-telephone, .con.d-flex:hover .text strong{
    color: #91e4c8!important;
    -webkit-transition: all .1s ease-in-out;
    cursor: pointer;
}

.loader {
    filter: hue-rotate(320deg);
    width: 50px;
}

#loading p {
    color: #313131;
}

.social-icons li a {
    height: 30px;
    width: 30px;
    background: none;
}

.social-icons li a span {
    color: #1eb282 !important;
}

.social-icons li a span:hover {
    color: #313131 !important;
    transition: color 0.1s ease-in-out
}

.form-section {
    padding: 3em 0;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.switch-wrap {
    padding-top: 9px;
}

.switch-wrap p {
    margin-bottom: 0;
    font-weight: 500;
    color: rgb(78 78 78);
}

.switch-wrap .primary-switch {
    padding-top: 2px;
}

.switch-wrap .primary-switch input {
    width: 14px;
    height: 14px;
}

.switch-vida {
    width: 20px!important;
    height: 20px!important;
}

.border-left-style {
    border-left: 3px solid rgb(219 112 147 / 78%);
}

.queos-green {
    color: #1eb282;
}

.queos-black {
    color: black;
}

.justify-text {
    text-align: justify;
}

.bg-white-form {
    background: white;
    box-shadow: 6px 10px 10px 0px #eaeaea;
}

.fw-500 {
    font-weight: 500;
}

.width100 {
    width: 100%;
}

.width70 {
    width: 70%;
}

.height30 {
    height: 30px;
}

i.icon.fa {
    color: #1eb282;
    cursor: pointer;
}

i.icon.fa:hover{
    color: #313131;
    transition: color 0.1s ease-in-out;
}

.primary-checkbox {
    padding-right: 10px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.ml-5 {
    margin-left: 50px;
}

.border-queos {
    border: 1px solid rgb(224 224 224 / 78%);
}

.border-top-radius-light {
    border-top: 1px solid rgb(224 224 224 / 78%);
    border-radius: 7px;
}

.border-left-radius-light{
    border-left: 1px solid rgb(224 224 224 / 78%);
    border-radius: 7px;
}

.border-top-radius-gray {
    border-top: 1px solid rgb(148 148 148 / 78%);
    border-radius: 7px;
}

.border-top-radius-purple {
    border-top: 1px solid rgb(219 112 147 / 78%);
    border-radius: 7px;
}

.border-top-radius-green {
    border-top: 1px solid rgb(33 178 129 / 80%);
    border-radius: 7px;
}

.border-top-purple {
    border-top: 1px solid rgb(219 112 147 / 78%);
}

.border-bottom-radius-purple {
    border-bottom: 1px solid rgb(219 112 147 / 78%);
    border-radius: 10px;
}

.bg-white-50{
    background: rgb(255 255 255 / 50%);
}

.recommended {
    background-image: linear-gradient(to bottom right, white, #efffef)!important;
}

.recommended .ribbon {
    background: #1eb282;
    color: white;
    border-radius: 2px;
    width: 91%;
    text-align: center;
    position: absolute;
    top: -15px;
    left: 19px;
    box-shadow: 0px 2px 5px #eaeaea;
    font-size: 13pt;
}

p.gray {
    color: #666666;
}

.img-fill {
    object-fit: fill!important;
}

.purple-hover:hover {
    color: rgb(219 112 147 / 78%);
}

.green-hover:hover {
    color: #1eb282;
}

.purple-hover:hover, .green-hover:hover {
    -webkit-transition: all .1s ease-in-out;
    cursor: pointer;
}

/* Pricing
-------------------------------------------------- */

.pricing .block-7 {
    cursor: pointer;
}

.pricing .block-7:hover {
    transform: rotate3d(0, -1, 0, 10deg);
}

.pricing .price .bottom-part span {
    font-size: 35px;
    padding-right: 5px;
    color: gray;
}

.individual-price {
    margin: auto 0 auto 100px;
    font-size: 15pt;
}

    .individual-price div {
        padding: 3px 0 3px 10px;
        border-left: 4px solid rgb(219 112 147 / 78%);
        border-bottom: 1px dashed #cebda6;
    }

/* Grid Container
-------------------------------------------------- */

/* Grid Containers
-------------------------------------------------- */

.grid-container {
    display: grid;
    grid-template-columns: 34% 33% auto;
    grid-gap: 10px;
}

.grid-container-2 {
    display: grid;
    grid-template-columns: 33% 33%;
    grid-gap: 10px;
}

.grid-container-3 {
    display: grid;
    grid-template-columns: 33% 48%;
    grid-gap: 10px;
}

.grid-container .first-two-columns {
    grid-column: 1 / 3;
}

.grid-container .last-two-columns {
    grid-column: 2 / 4;
}

.pricing .grid-container {
    grid-template-columns: auto auto;
    grid-gap: 5px;
    padding: 0 25px;
}

.pricing .grid-container-head {
    padding-top: 10px;
}

.pricing .grid-container-head h5 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    border-bottom: 1px solid rgb(219 112 147 / 50%);
    padding-bottom: 5px;
}

#formTarjeta .grid-container {
    grid-template-columns: auto auto;
}

.formUsuarios .grid-container, .formUsuariosAgentes .grid-container {
    grid-template-columns: 70%;
    justify-content: center;
}

/* Provide sufficient contrast against white background */

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-loginCreateAccount {
    color: #fff;
    background-color: #a86cc1;
    border-color: #a86cc1;
}

.summary .btn-outline-green {
    padding: 3px 15px;
    margin-bottom: 10px;
}

.btn-outline-green {
    color: #21b281;
    border-color: #21b281;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

#contactForm #LastName {
    display: none;
}

.field-validation-error {
    color: indianred;
}

.input-validation-error {
    border-left: 1px solid indianred;
}

.pl-1 {
    padding-left: 1rem;
}

.pl-2 {
    padding-left: 2rem;
}

.pl-3 {
    padding-left: 3rem;
}

.pl-4 {
    padding-left: 4rem;
}

.pl-5 {
    padding-left: 5rem;
}

.pr-1 {
    padding-right: 10px;
}

.pr-2 {
    padding-right: 20px;
}

.pr-3 {
    padding-right: 30px;
}

.pr-4 {
    padding-right: 40px;
}

.pr-5 {
    padding-right: 50px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .width50 {
        width: 50%;
    }

    .width40 {
        width: 40%;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.box-shadow-2 {
    box-shadow: 6px 10px 10px 0 #eaeaea;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Heroes
-------------------------------------------------- */

.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    padding: 0 20px;
}


/* Imagen Slider principal
-------------------------------------------------- */
.img-slider img {
    border-radius: 5px;
    width: 100%;
    height: 60vh;
    object-fit: contain;
    box-shadow: 0px 24px 36px -11px rgb(0 0 0 / 9%);
    opacity: 0.93;
}

.courses-section .tns-outer [data-action] {
    display: none;
}

/* Date Picker
-------------------------------------------------- */
.datepicker {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    padding: 0.375rem 0.75rem !important;
}

/* Form Pago
-------------------------------------------------- */

.summary ul {
    list-style: none;
}

.summary ul li {
    color: rgb(78 78 78);
    line-height: 35px;
}

.summary .prima h4 {
    margin-bottom: 0;
}

.summary .prima b {
    color: #1eb282;
    font-size: 30pt;
}

/* Form Beneficiarios
-------------------------------------------------- */

.rc-benef-form {
    padding-top: 0!important;
}

/* Form Renovacion
-------------------------------------------------- */
#formEnlaceRenovacion .btn.btn-primary, #formGeneraEnlaceRenovacion .btn.btn-primary {
    height: 44px;
    margin-left: 10px;
}


/* Nice Select
-------------------------------------------------- */

.default-select {
    height: 40px;
}

    .default-select .nice-select {
        border-radius: 0px;
        padding-right: 40px;
        width: 100%;
    }

        .default-select .nice-select .list {
            margin-top: 0;
            border: none;
            border-radius: 0px;
            box-shadow: none;
            width: 100%;
            padding: 10px 0 10px 0px;
        }

            .default-select .nice-select .list .option {
                font-weight: 300;
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
                line-height: 28px;
                min-height: 28px;
                font-size: 12px;
                padding-left: 20px;
            }

                .default-select .nice-select .list .option.selected {
                    color: #2b7cd0;
                    background: transparent;
                }

                .default-select .nice-select .list .option:hover {
                    color: #2b7cd0;
                    background: transparent;
                }

    .default-select .current {
        margin-right: 50px;
        font-weight: 300;
        color: black;
    }

    .default-select .nice-select::after {
        right: 20px;
    }

/* Tooltip
-------------------------------------------------- */

i.fa.fa-info {
    background: #1eb282;
    font-size: 10pt;
    padding: 4px 8px;
    border-radius: 12px;
    color: white;
}

#formPermisoDeConducir i.fa.fa-info {
    position: absolute;
    right: -35px;
    top: 13px;
}

/* Modals
-------------------------------------------------- */

#loader .modal-content {
    background: none!important;
    color: white!important;
    border: none!important;
}

#info-modal .modal-content {
    background: rgb(236 236 236 / 95%)!important;
}

#info-modal .modal-body {
    color: black!important;
    border-top: 1px solid rgb(219 112 147 / 40%)!important;
}

#fondosInsuficientes-modal {
    color: black!important;
}

#info-modal .modal-footer {
    padding-top: 0;
}

/* Form Usuarios
-------------------------------------------------- */

.back {
    position: absolute;
    left: 1rem;
    top: 1rem;
}


/* Files
-------------------------------------------------- */
input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file.btn-white {
    border: 1px solid #21b281 !important;
}

.file.btn-white:hover {
    background: #fafffd!important;
}

.typeExcel {
    width: auto !important;
    height: auto !important;
    opacity: 1 !important;
    position:inherit !important;
}

/* Resoluciones
-------------------------------------------------- */
@media (max-width: 1600px){
    .hero-wrap.hero-wrap-2.form-wrap.banner {
        height: 370px!important;
        background-size: auto!important;
    }

    .hero-wrap.hero-wrap-2.form-wrap {
        background-size: cover!important;
        background-attachment: local;
    }
}

@media (max-width: 1366px) {
    .hero-wrap.hero-wrap-2.form-wrap.banner {
        height: 370px !important;
        background-size: auto!important;
    }

    .hero-wrap.hero-wrap-2.form-wrap {
        background-size: cover!important;
        background-attachment: local;
    }
}


/* Mobile
-------------------------------------------------- */
@media (max-width: 768px) {

    .pt-xs-1 {
        padding-top: 10px!important;
    }
    .pt-xs-2 {
        padding-top: 20px!important;
    }
    .pt-xs-3 {
        padding-top: 30px!important;
    }
    .pt-xs-4 {
        padding-top: 40px!important;
    }
    .pt-xs-5 {
        padding-top: 50px!important;
    }

    .pt-xs-10 {
        padding-top: 100px!important;
    }

    .pt-xs-15 {
        padding-top: 150px!important;
    }
    
    .hero-wrap {
        height: 100%;    
    }
    
    .img-slider img {
        height: 35vh;
    }

    .testimony-section .tns-nav, .courses-section .tns-nav {
        bottom: 15px;
    }

    .section-counter .counter-wrap-2, .ftco-heading-2.logo.d-flex {
        justify-content: center;
    }

    .ftco-footer{
        text-align: center;
    }

    .ftco-footer .block-23 ul li, .ftco-footer .block-23 ul li > a {
        display: inline-table;
    }

    .grid-container, .grid-container-2 {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 10px;
    }

    .grid-container .last-two-columns {
        grid-column: auto;
    }

    .grid-container .first-two-columns {
        grid-column: 1 / 2;
    }

    .pricing .grid-container {
        grid-template-columns: auto auto;
    }

    .sidebar-box {
        text-align: center;
        padding: 10px;
        border-left: none;
    }
    
    .form-wrap .slider-text .bread, .mobile-font{
        font-size: 40px!important;
    }
    
    .hero-wrap.hero-wrap-2 {
        background-position: top!important;
    }
    
    a.position-absolute.mobile{
        right: 0;
        left: 0;
    }
    
    #formEnlaceRenovacion .btn.btn-primary, #formGeneraEnlaceRenovacion .btn.btn-primary {
        padding: 0 10px;
        font-size: 8pt;
        width: 50%;
    }
}