/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');

:root {
    --font-text: "Roboto", sans-serif;
    --color-title: #0099db;
    --color-text: #777;
    --color-text-secondary: #e72c85;
    --color-text-white: #fff;
}

.subrayado {
    border-bottom: 4px solid #e72c85;
}

.btn-icono-before {
    border-radius:10px;
    padding:5px 15px 5px 15px;
}

.btn-icono-before span {
    position: relative;
    bottom: 10px;
    margin-left: 10px;
    font-size: 0.85rem;
    opacity: .8;
}

.btn-icono-before::before {
    content: "";
    display: inline-block;
    width: 43px;
    height: 43px;
    background-image: url('http://2025.seguro-medico.online/wp-content/uploads/2025/06/adeslas-icon-call-center-blanco.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 5px;
    animation: shake 2.5s infinite;
}

.btn-icono-before-llamar {
    width: 100%;
}

.btn-icono-before-llamar {
    position: relative;
    bottom: 10px;
    margin-left: 10px;
    font-size: 0.85rem;
}

.btn-icono-before-llamar::before {
    content: "";
    display: inline-block;
    width: 43px;
    height: 43px;
    background-image: url('http://2025.seguro-medico.online/wp-content/uploads/2025/06/adeslas-icon-call-center-blanco.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 5px;
}

.btn-icono-before-calcular {
    width: 100%;
}

.btn-icono-before-calcular span {
    position: relative;
    bottom: 10px;
    margin-left: 10px;
    font-size: 0.85rem;
}

.btn-icono-before-calcular::before {
    content: "";
    display: inline-block;
    width: 43px;
    height: 43px;
    background-image: url('http://2025.seguro-medico.online/wp-content/uploads/2025/06/adeslas-icon-calculadora-blanco.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 5px;
}

.icon-box-text {
    align-content: center;
}

.icon-box-text div.text p {
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
}

.row-servicios div.col-inner {
    padding: 0 !important;
}

.row-image {
    position: relative;
    /*bottom: 69px;*/
    z-index: 2;
}

.section-header {
    height: 111px;
    margin-bottom: 60px;
}

.btn-large {
    width: 380px;
    font-size: 0.97rem;
}

.btn-medium {
    width: 270px;
    font-size: 0.9rem;
}

.padding-lr {
    padding-left: 10px;
    padding-right: 10px;
}

.bg-footer > :first-child {
    opacity: .5;
}

a {
    color: rgba(255,255,255,0.5);
}

a:hover {
    color: rgba(255, 255, 255);
}

.logo-footer div.ux-logo-link {
    padding: 0 !important;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

/*.section-btns {
    height: 119px;
    align-items: self-start;
}*/

.col-align-right div{
    text-align: right;
}

.col-align-left div{
    text-align: left;
}

.section-mt {
    margin-top: 60px;
}

.section-mt img {
    border-radius: 5px 5px 0 0;
    padding: 1px 1px 0 1px;
}

.marginb-0 p {
    margin-bottom: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.col-form form {
    background-color: #0099db;
    border-radius: 20px;
    padding: 30px;
}

.col-form input[type=text], .col-form input[type=email], .col-form input[type=number] {
    margin-bottom: 15px;
}

.col-form .frm_checkbox label input[type=checkbox] {
    position: relative;
    top: -1px;
}

.col-form .frm_checkbox label {
    color: #fff;
    font-weight: bolder;
}

.col-form .form-field .frm_submit button {
    background-color: #E72D85;
    box-shadow: unset;
    font-weight: bolder;
}

.form-css .frm_primary_label, .form-css .frm_primary_label span{
    color: #E72C85;
    font-size: 2.75rem;
    font-weight: bold !important;
    margin-bottom: 30px;
}

.form-css .frm_radio input[type=radio] {
    display: none !important;
}

.form-css .frm_opt_container .frm_radio .frm_image_option_container:hover {
    border: 1px solid #E72C85 !important;
}

input[type="radio"]:checked + .frm_image_option_container {
    border: 1px solid #E72C85 !important;
}

.form-css .frm_opt_container .frm_radio .frm_image_option_container .frm_text_label_for_image span {
    color: #E72C85;
    font-size: 1.25rem;
    font-weight:400;
}

.form-css .opciones-fotos .frm_opt_container .frm_radio {
    width: 256px !important;
    height: 200px;
}

.form-css .opciones-fotos .frm_opt_container .frm_radio .frm_image_option_container {
    justify-content: center;
}

.form-css .opciones-fotos .frm_opt_container .frm_radio .frm_image_option_container img{
    width: auto;
}

.form-css .frm_fields_container .frm_submit .frm_button_submit, .form-css .frm_fields_container .frm_submit .frm_prev_page {
    color: #fff;
    background-color: #E72C85;
    border: 1px solid #E72C85;
    box-shadow: rgba(231, 44, 133, .4) 0px 5px 12px;;
    transition: .15s background-color, .3s box-shadow;
    margin-right: 15px;
}

.form-css .frm_fields_container .frm_submit .frm_button_submit:hover, .form-css .frm_fields_container .frm_submit .frm_prev_page:hover {
    color: #fff;
    background-color: #E72C85;
    border: 1px solid #E72C85;
    box-shadow: rgba(231, 44, 133, .4) 0px 12px 20px;;
    transition: .15s background-color, .3s box-shadow;
}

.form-css .frm_display_format_buttons .frm_radio input[type=radio]:checked + .frm_label_button_container {
    border: 1px solid #E72C85;
    background-color: #E72C85;
    color: #fff;
}

.form-css .frm_opt_container .frm_radio .frm_label_button_container:hover {
    border: 1px solid #E72C85 !important;
    box-shadow: none !important;
}

.form-css .with_frm_style input[type=text], .form-css .with_frm_style input[type=email], .form-css .with_frm_style input[type=tel], .form-css .with_frm_style input[type=number] {
    border: 1px solid #E72C85 !important;
}

.form-css .with_frm_style input[type=text]:focus, .form-css .with_frm_style input[type=email]:focus, .form-css .with_frm_style input[type=tel]:focus, .form-css .with_frm_style input[type=number]:focus {
    box-shadow: 0px 0px 5px 0px #E72C85 !important;
}

.form-popup .frm_form_field label {
    color: #fff;
    font-size: 1.15rem;
}

.form-popup .frm_form_field label span{
    color: #fff;
    font-size: 1.15rem;
}

.form-popup .with_frm_style input[type=text], .form-popup .with_frm_style input[type=tel], .form-popup .with_frm_style input[type=number] {
    border: 1px solid #fff !important;
}

.form-popup .with_frm_style input[type=text]:focus, .form-popup .with_frm_style input[type=tel]:focus, .form-popup .with_frm_style input[type=number]:focus {
    box-shadow: 0px 0px 5px 0px #fff !important;
}

.form-popup .frm_style_estilo-de-formidable.with_frm_style .frm_submit button {
    color: #fff;
    background-color: #E72C85;
    border: 1px solid #E72C85;
    box-shadow: rgba(231, 44, 133, .4) 0px 12px 20px;;
    transition: .15s background-color, .3s box-shadow;
}

.popup-form {
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.popup-form h3 {
    padding-top: 30px;
}

.popup-form .subrayado {
    border-bottom: 1px solid #E72C85;
}

.popup-form > section {
    border-radius: 20px;
    height: 540px;
}

.popup-form > section a {
    color: #fff;
}

.popup-form .with_frm_style .vertical_radio .frm_checkbox label {
    font-size: 1rem;
}

.popup-form .with_frm_style .vertical_radio .frm_checkbox label input {
    position: relative;
    bottom: 2px;
}

.btn-llamada {
    border-radius:10px;
    padding:5px 15px 5px 15px;
}

.flickity-slider>.row {
    top: 0;
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@media only screen and (max-width: 550px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.btn-large {
    margin-top: 25px;
    width: 250px;
    font-size: 0.77rem;
}

.col-align-right div{
    text-align: center;
}

.col-align-right div a, .col-align-left div a{
    margin-top: 0 !important;
    margin: 0 !important;
}

.col-align-left div{
    text-align: center;
}

.menu-fixed-mobile.show-for-small {
    position: fixed;
    bottom: -3px;
    z-index: 5;
    width: 100%;
    height: 70px;
}

.menu-fixed-mobile.show-for-small .col-llamada {
    background-color: #0099db;
}

.menu-fixed-mobile.show-for-small .col-calcular {
    background-color: #e72c85;
}

.btn-icono-before-calcular::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('http://2025.seguro-medico.online/wp-content/uploads/2025/06/adeslas-icon-calculadora-blanco.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 15px;
}

.btn-icono-before-llamar::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('http://2025.seguro-medico.online/wp-content/uploads/2025/06/adeslas-icon-call-center-blanco.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 19px;
    right: 23px;
}

.btn-icono-before-calcular p, .btn-icono-before-llamar {
    width: fit-content;
    position: relative;
    left: 32px;
    bottom: 7px;
    padding-right: 10px;
}

.btn-icono-before-calcular p a, .btn-icono-before-llamar {
    color: #fff;
}

a.btn-icono-before-llamar {
    position: relative;
    left: 0px;
    bottom: 0px;
    border: #0099db;
}

a.btn-icono-before-llamar:hover {
    box-shadow: unset;
}


a.btn-icono-before-llamar span {
    position: relative;
    left: 15px;
    bottom: 13px;
    font-weight: 500;
}


.form-css .frm_primary_label, .form-css .frm_primary_label span{
    color: #E72C85;
    font-size: 1.5rem;
    font-weight: bold !important;
    margin-bottom: 30px;
    margin-top: 20px;
}

.form-css .frm_forms input {
    width: 100% !important;
}

.form-css .opciones-fotos .frm_opt_container .frm_radio label {
    width: 100%;
}

.form-css .opciones-fotos .frm_opt_container .frm_radio {
    width: 100% !important;
}


.popup-form .frm_form_fields input, .popup-form .frm_form_fields input::placeholder {
    font-size: 16px;
}

}