.dos-Style {
    width: -webkit-fill-available;
    background: #ef5d00;
    color: #fff;
    text-align: center;
}

.anchor-icon {
    width: fit-content;
}

.section-1,
.section-2,
.section-3 {
    padding: 4rem 0;
}

.textlabel-color-hed01 {
    color: #000066;
}

.textlabel-color-hed02 {
    color: #000066;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 20px 0;
    text-align: left;
}

.sectionmovil {
    font-size: 20px;
    margin: 0 0 20px 0;
}

.textlabel-color {
    color: #707285;
    font-size: 17px;
}

.pooptext {
    color: #707285;
    font-size: 15px;
}

.mb-Realp {
    margin: 0 0 10rem 0;
}

.btn-contactar {
    background: #5757fb;
    border-color: #5757fb;
    width: 130px;
    float: right;
}

.btn-contactar:hover {
    background: #5757fb;
    border-color: #5757fb;
}

.btn-contactar:not(:disabled):not(.disabled).active,
.btn-contactar:not(:disabled):not(.disabled):active,
.show > .btn-contactar.dropdown-toggle {
    color: #fff !important;
    background-color: #000066 !important;
    border-color: #000066 !important;
}

.btn-contactar:not(:disabled):not(.disabled).active:focus,
.btn-contactar:not(:disabled):not(.disabled):active:focus,
.show > .btn-contactar.dropdown-toggle:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 102, 0.62) !important;
}

.btn-contactar.focus,
.btn-contactar:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 102, 0.62) !important;
}

main {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.asides-sections {
    top: 0;
    /*  top: 257rem;*/
    bottom: 0;
    position: Fixed;
    /*absolute*/
}

.asides-lefts {
    width: 100%;
    right: 0;
    background-color: #000066;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 0.4s ease-in-out;
    height: fit-content;
    z-index: 1
}

.asides-rights {
    width: 100%;
    right: 0;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: transform 0.9s ease-in-out;
    height: fit-content;
    z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    height: -webkit-fill-available;
}

.asides-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 150px;
    text-align: left;
    padding-left: 50px;
}

.asides-contents {
    margin-top: 150px;
    padding: 0 40px;
    position: relative;
    color: white;
    text-align: center;
}

.asides-list li {
    margin-bottom: 20px;
}

.asides-anchor::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #ff5964;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 3px;
}

.asides-anchor::before {
    border-radius: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #fff;
    left: 0;
    height: 3px;
    z-index: 1;
    width: 50%;
    -webkit-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

.asides-anchor:hover:before {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.asides-anchor {
    padding-bottom: 7px;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    position: relative;
    font-weight: 500;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked ~ asides .asides-lefts {
    transform: translateX(-0%);
    height: 211.4%;
    height: 211.4%;
}

input[type="checkbox"]:checked ~ asides .asides-rights {
    transform: translateX(-6%);
}

input[type="checkbox"]:checked ~ .sectionslides .bar {
    background-color: #fff;
}

.sectionslides {
    top: 10px;
    display: inline-block;
    padding: 7px 10px;
    cursor: pointer;
    margin: 10px;
    z-index: 0;
    position: inherit;
}

.button {
    display: inline-block;
    background-image: none;
    border: none;
    background-color: transparent;
    padding-bottom: 7px;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    color: white;
    padding: 7px 50px;
    border: 2px solid white;
}

@media (min-width: 992px) {
    .asides-lefts {
        width: 100%;
    }

    .asides-rights {
        width: 100%;
    }
}



/* form starting stylings ------------------------------- */
.group {
    position: relative;
    margin-bottom: 5rem;
}

.margin-group {
    margin-bottom: 3rem;
}

.InptAnimation {
    font-size: 18px;
    padding: 20px 10px 10px 5px;
    display: block;
    width: -webkit-fill-available;
    height: 4rem;
    border: none;
    border: 2px solid #cacaca;
    margin: 0;
}

.height-input {
    height: 6rem;
}

.InptAnimation:focus {
    outline: none;
}


/* LABEL ======================================= */
.Anonimate {
    color: #999;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 0;
    margin: 0;
    padding: 18px 18px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
.InptAnimation:focus ~ .Anonimate,
.InptAnimation:valid ~ .Anonimate {
    top: -15px;
    font-size: 14px;
    color: #5264AE;
}

/* BOTTOM BARS ================================= */
.bars {
    position: relative;
    display: block;
    width: -webkit-fill-available;
}

.bars:before,
.bars:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264AE;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bars:before {
    left: 0%;
}

.bars:after {
    right: 0%;
}

/* active state */
.InptAnimation:focus ~ .bars:before {
    width: 50%;
}

.InptAnimation:focus ~ .bars:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.InptAnimation:focus ~ .highlight {
    -webkit-animation: InptAnimationHighlighter 0.3s ease;
    -moz-animation: InptAnimationHighlighter 0.3s ease;
    animation: InptAnimationHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes InptAnimationHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

/*Radio buttos===========================*/


@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
}

.option-input:hover {
    background: #9faab7;
}

.option-input:checked {
    background: #40e0d0;
}

.option-input:checked::before {
    height: 40px;
    width: 40px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 26.66667px;
    text-align: center;
    line-height: 40px;
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-input.radio {
    border-radius: 50%;
}

.option-input.radio::after {
    border-radius: 50%;
}

/*DORPDOWN=====================================*/
.icon_select_mate {
    position: absolute;
    top: 20px;
    right: 2%;
    font-size: 16px;
    height: 22px;
    transition: all 275ms;
}

.select_mate {
    position: relative;
    float: left;
    min-width: 300px;
    width: 100%;
    min-height: 60px;
    color: #777;
    font-weight: 300;
    background-color: #fff;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    transition: all 375ms ease-in-out;
    /* Oculto el elemento select */
    margin: 0;
}

.select_mate select {
    position: absolute;
    overflow: hidden;
    height: 0px;
    width: 0px;
    opacity: 0;
    margin: 0;
    padding: 0;
}

.cont_list_select_mate {
    position: relative;
    float: left;
    width: 100%;
}

.cont_select_int {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    height: 0px;
    width: 100%;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
    transition: all 375ms ease-in-out;
}

.cont_select_int li {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    background-color: #F5F5F5;
    list-style-type: none;
    padding: 10px 2%;
    margin: 0px;
    transition: all 275ms ease-in-out;
    display: block;
    cursor: pointer;
}

.cont_select_int li:last-child {
    border-radius: 3px;
    border-bottom: 0px;
}

.cont_select_int li:hover {
    background-color: #EEEEEE;
}

.cont_select_int .active {
    background-color: #EEEEEE;
}

/* etiqueta <p> con la opcion selecionada  */
.selecionado_opcion {
    padding: 1rem 1rem;
    width: -webkit-fill-available;
    display: block;
    margin: 0px;
    cursor: pointer;
    color: #000066;
    font-weight: bold;
    font-size: 20px;
    border: 2px solid #cacaca;
}

@media (max-width: 400px) {
    .select_mate select {
        height: -webkit-fill-available;
        width: -webkit-fill-available;
    }
}

/*Modal hover========================*/

.popover__title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 36px;
    text-decoration: none;
    color: rgb(228, 68, 68);
    text-align: center;
    padding: 0 0;
}

.popover__wrapper {
    position: relative;
    margin: 1rem 0 0 0;
    display: inline-block;
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform: translate(0, 10px);
    background-color: #e8e8e8;
    padding: 10px 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14);
    width: 25rem;
    height: 5rem;
    bottom: 40px;
    left: 20rem;
    border-radius: 6px;
}

.position-over01 {
    left: 6rem;
}

.position-over02 {
    left: 28rem;
    bottom: 1rem;
}

.position-over03 {
    left: 30rem;
    bottom: 55px;
}

.position-over04 {
    left: 34rem;
    bottom: 60px
}

/*.popover__content:before {
            position: absolute;
            z-index: -1;
            content: '';
            right: calc(50% - 10px);
            top: -8px;
            border-style: solid;
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent #BFBFBF transparent;
            transition-duration: 0.3s;
            transition-property: transform;
        }*/

.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
    text-align: center;
}

/*Botton===========================*/
.style-block {
    background: #ef5d00;
    border: #ef5d00;
}

.style-block:hover {
    background: #ef5d00;
    border: #ef5d00;
}

.style-block:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(247, 147, 83, 0.38);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 147, 83, 0.38);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ef5d00;
    border-color: #ef5d00;
}

@media (max-width: 400px) {
    input[type="checkbox"]:checked ~ asides .asides-rights {
        transform: translateX(0%);
    }

    .sectionmovil {
        margin: 0 0 35px 0;
        font-size: 25px;
    }

    .popover__wrapper {
        margin: 0px;
    }

    .popover__content {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14);
        width: 20.5rem;
        height: 5rem;
        bottom: 40px;
    }

    .position-over01 {
        left: 0rem;
    }

    .position-over02 {
        left: 0rem;
        bottom: 5rem;
    }

    .position-over03 {
        left: 0rem;
        bottom: 5rem;
    }

    .position-over04 {
        left: 0rem;
        bottom: 5rem
    }
    .select_mate {
        margin: 25px 0 0 0;
    }
}
@media (max-width: 800px) {
    input[type="checkbox"]:checked ~ asides .asides-rights {
        transform: translateX(0%);
    }

    .sectionmovil {
        margin: 0 0 35px 0;
        font-size: 25px;
    }

    .popover__wrapper {
        margin: 0px;
    }

    .popover__content {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.14);
        width: 20.5rem;
        height: 5rem;
        bottom: 40px;
    }

    .position-over01 {
        left: 0rem;
    }

    .position-over02 {
        left: 0rem;
        bottom: 5rem;
    }

    .position-over03 {
        left: 0rem;
        bottom: 5rem;
    }

    .position-over04 {
        left: 0rem;
        bottom: 5rem
    }
    .select_mate {
        margin: 25px 0 0 0;
    }
}
