﻿.content {
    background: #f5f5f5;
}

.div-titulo {
    background-color: #07354f;
    width: 100%;
    height: 20vh;
    text-align: center;
    align-content: center;
}

    .div-titulo h1 {
        color: white;
        font-size: 2.2em;
        font-weight: bold;
    }

.div-contenido {
    width: 90%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 5%;
    padding-bottom: 5%;
}

.div-title-modal-body {
    padding: 25px 0px 5px;
    font-weight: 600;
}

.div-ul-modal-body {
    margin-top: 10px;
    margin-left: 30px;
}

.form-tipo {
    padding-bottom: 2.5%;
    width: 55%;
    margin: auto;
}

    .form-tipo p {
        font-size: 1em;
        font-weight: bold;
        color: black;
    }

#form-persona {
    width: 55%;
    margin: auto;
}

.form-select {
    width: 100%;
    height: 45px;
    border-radius: 7.5px;
    border: 2px solid #b4b4b4;
}

.select-documento {
    width: 35%;
}

    .select-documento p {
        font-size: 1em;
        font-weight: bold;
        color: black;
    }

.form-datos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.datos {
    width: 65%;
    display: flex;
    flex-direction: column;
}

.datos-personales {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

    .datos-personales div {
        width: 47.5%;
    }

.form-label {
    font-size: 1em;
    font-weight: bold;
    color: black;
}

.form-control {
    width: 100%;
    height: 45px;
    border-radius: 7.5px;
    border: 2px solid #b4b4b4;
}

.form-check {
    width: 30%
}

    .form-check p {
        font-size: 1em;
        font-weight: bold;
        color: black;
    }

.form-check-input {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #b4b4b4;
}

.form-check-label {
    padding-bottom: 5%;
}

.form-consulta {
    padding-bottom: 2.5%;
}

    .form-consulta p {
        font-size: 1em;
        font-weight: bold;
        color: black;
    }

.form-consulta-negocio {
    padding-bottom: 2.5%;
}

    .form-consulta-negocio p {
        font-size: 1em;
        font-weight: bold;
        color: black;
    }

.form-data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.campo-mediano {
    width: 65%;
}

.campo-pequeño {
    width: 30%;
}

.mb-3 textarea {
    height: 100px;
}

.btn {
    width: 100%;
    height: 50px;
    font-size: 1.2em;
    font-weight: bold;
    background-color: #07354f;
    color: white;
}

    .btn:hover {
        background-color: #07354f;
        color: white;
    }

#form-negocio {
    width: 55%;
    margin: auto;
}

#form-juridica {
    display: block;
    width: 55%;
    margin: auto;
}

.modal-header {
    border-bottom: none;
    padding-top: 5%;
}

.modal-contenido {
    height: 65vh;
    overflow-y: auto;
    padding-right: 1em;
}

.modal-title {
    color: #07354f;
    text-align: center;
    font-size: 1.9em;
    font-weight: bold;
    width: 100%;
}

.modal-body {
    width: 85%;
    margin: auto;
    font-size: 1.0em;
    text-align: justify;
}

.modal-footer {
    border-top: none;
    padding-bottom: 5%;
}

    .modal-footer button {
        background-color: #07354f;
        color: white;
        width: 80%;
        margin: auto;
    }

        .modal-footer button:hover {
            cursor: pointer;
            background-color: #07354f;
            color: white;
        }

.div-exitoso {
    display: none;
    width: 70%;
    margin: auto;
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}

    .div-exitoso h1 {
        font-size: 3em;
        color: #07354f;
        font-weight: bold;
        padding-bottom: 3.5%;
    }

.texto-form p {
    font-size: 1.3em;
    line-height: 1.5em;
}

.boton-movil {
    display: none;
}

.boton-desktop {
    display: block;
}

.boton-whatsapp {
    position: fixed;
    z-index: 100;
    margin-top: 3%;
    margin-bottom: auto;
    right: 0;
    background-color: #26d366;
    text-align: left;
    color: white;
    width: auto;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
}

.a-whatsapp {
    text-decoration: none;
    color: white;
}

.p-tipo {
    margin-left: -1.5em
}

@media (max-width: 600px) {
    .div-contenido {
        width: 100%;
        flex-direction: column;
    }

    .form-tipo{
        width: 90%;
        margin: auto;
    }

    #form-persona {
        width: 90%;
    }

    .form-datos{
        display: flex;
        flex-direction: column;
    }

    .datos{
        width: 100%;
    }

    .datos-personales{
        display: flex;
        flex-direction: column;
    }

    .datos-personales div{
        width: 100%;
    }

    .form-check{
        width: 100%;
    }

    .form-check p{
        display: flex;
        position: relative;
        left: -1.5em;
    }

    .form-check-label{
        padding-bottom: 2.5%;
    }

    .form-data{
        display: flex;
        flex-direction: column;
    }

    .campo-mediano{
        width: 100%;
    }

    .campo-pequeño{
        width: 100%;
    }

    .condiciones{
        width: 90%;
        padding-left: 5%;
    }

    .modal-title{
        font-size: 1.5em;
    }

    .modal-body{
        width: 100%;
        font-size: 1em;
    }

    #form-negocio{
        width: 90%;
    }

    .boton-movil {
        display: block;
    }

    .boton-desktop {
        display: none;
    }

    .p-tipo {
        margin-left: 0em;
    }
}

@media (min-width: 600px) and (max-width: 800px) {
    .div-contenido{
        width: 100%;
    }

    .form-tipo{
        width: 80%;
    }

    #form-persona{
        width: 80%;
    }

    #form-negocio{
        width: 80%;
    }

    .condiciones{
        width: 95%;
        padding-left: 2%;
    }
}

@media (min-width: 800px) and (max-width: 1250px) {
    .div-contenido {
        width: 100%;
    }

    .form-tipo {
        width: 70%;
    }

    #form-persona {
        width: 70%;
    }

    #form-negocio {
        width: 70%;
    }

    .condiciones {
        width: 95%;
        padding-left: 2%;
    }
}

