/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - CONTACTO - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.form-contacto {
    max-width: 800px;
    margin: 60px auto 0;
    padding: 40px;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.form-contacto h2 {
    text-align: center;
    font-family: sans-serif !important;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}

.form-contacto>p {
    text-align: center;
    margin-bottom: 20px;
}

.form-contacto .col {
    display: flex;
    justify-content: space-between;
}

.form-contacto .form-group {
    margin: 0 !important;
}

.form-contacto .col .form-group {
    flex: 0 0 48%;
    margin-bottom: 20px !important;
}

form .form-group.privacidad {
    margin-top: 20px !important;
}

form .form-group.privacidad .check-privacidad label {
    font-weight: 400;
}

p.let-peq {
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 20px;
    line-height: 1.5em;
}

p.let-peq a {
    color: #9a1915 !important;
}

form input.enviar {
    background: #9a1915;
    border-radius: 5px;
    color: #fff !important;
    width: 100%;
    cursor: pointer;
    margin-top: 20px;
    border: none;
    padding: 10px;
    transition: 0.3s;
}

form input.enviar:hover {
    background: #159a39;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - INICIAR SESIÓN - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.login-box,
.login-box.move-right {
    margin-bottom: 80px;
    margin-top: 40px;
}

.form-acceso h1 {
    text-align: center;
    font-family: sans-serif !important;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 35px;
}

.form-acceso > p {
    text-align: center;
    margin-bottom: 20px;
}

.form-acceso {
    max-width: 600px;
    margin: auto;
    padding: 40px;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.form-acceso input[type="checkbox"] {
    margin: 0;
}

.loginUsuario .registro {
    max-width: 600px;
    margin: auto;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 5px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.loginUsuario .registro h2 {
    flex: 0 0 100%;
    font-family: sans-serif !important;
    font-size: 25px;
    margin: 0;
    margin-bottom: 35px;
    text-align: center;
}

.loginUsuario .registro .col {
    flex: 0 0 48%;
}

.botonRegistro {
    display: inline-block;
    border: 2px solid #9A1915;
    background-color: #fff;
    color: #9A1915 !important;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 5px;
    transition: 0.3s;
}

.botonRegistro:hover {
    background-color: #9A1915;
    color: #fff !important;
}

.loginUsuario .registro .col p {
    text-align: center;
}

.botonlogin {
    background: #9a1915;
    border-radius: 5px;
    color: #fff !important;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    border: none;
    padding: 10px;
    transition: 0.3s;
}

.botonlogin:hover {
    background: #159a39;
}

.registrobox {
    background-color: #f7f7f7;
    margin-top: 50px;
    padding-bottom: 20px;
}

.registrobox .botonlogin {
    background: #fff;
    border: 1px solid #9a1915;
    color: #9a1915 !important;
    margin-bottom: 10px;
}

.registrobox .botonlogin:hover {
    background: #eacccc;
    color: #000 !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - REGISTRO - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.form-container {
    max-width: 1170px;
    margin: 40px auto;
    padding: 40px;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.form-container.w-800 {
    max-width: 800px;
}

.form-container.w-500 {
    max-width: 500px;
}

.form-container h1,
.form-container>h2 {
    text-align: center;
    font-family: sans-serif !important;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 40px;
}

.form-container .sub-subtit {
    font-family: 'Muli', sans-serif !important;
    font-size: 20px;
    font-weight: 300;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-top: 0;
    color: #9a1915;
}

.form-container form>.row {
    margin-bottom: 40px;
}

.form-container form>.row.datos-facturacion {    
    margin-bottom: 0;
}

.form-container form>.row.datos-facturacion .direccionFactura {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-top: 15px;
}

.form-container form>.row::before,
.form-container form>.row::after {
    display: none;
}

.form-container .datos-personales {
    display: flex;
    justify-content: space-between;
}

.form-container .col-datos {
    flex: 0 0 30.33%;
}

.form-container .col-datos.col-50 {
    flex: 0 0 48%;
}

.form-container form .campo {
    margin-bottom: 10px;
}

.form-container input[type="checkbox"] {
    margin-right: 5px;
    margin-bottom: 3px;
}

.direccionFactura {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.direccionFactura .campo {
    flex: 0 0 31.33%;
    margin-bottom: 10px;
}

.form-container input[type="submit"].btn-form {
    margin: 0;
}

.form-container form .aceptacion {
    margin-bottom: 20px;
}

.aceptacion {
    margin-top: 20px;
}

.aceptacion .check {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.aceptacion .check label {
    margin-bottom: 0;
}

.aceptacion .check label a {
    color: #9a1915 !important;
}

/* - - - - - - - - - - Profesional - - - - - - - - - - */

.altaProfesional .heading {
    text-align: center;
    margin-top: 40px;
    border-bottom: 1px solid #eee;
}

.altaProfesional .heading h1 {
    margin: 0;
    color: #9A1915;
}

.altaProfesional .heading h2 {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Muli', sans-serif !important;
}

.iconosventajas {
    margin: 40px 0;
}

.iconosventajas .ventajasProfesional {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 7px 0;
}

.iconosventajas i {
    border: 1px solid #691c20;
    border-radius: 100%;
    width: 60px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a2292e;
    color: #fff;
    font-size: 25px;
}

.iconosventajas p {
    width: 100%;
    height: 50px;
    margin-top: 15px;
    background-color: #f3f3f3;
    line-height: 1.5em;
    padding: 0px 15px 0 45px;
    font-size: 18px;
    margin-left: -25px;
    z-index: -1;
    display: flex;
    align-items: center;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - CAMBIO DATOS USUARIO - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.direccionFacturacion .volver,
.cambiarDireccion .volver,
.modificarDatosFacturacion .volver {
    margin-top: 40px;
}

.facturacion {
    /*display: none;*/
    margin-top: 20px;
}

.modificarDatosFacturacion .eliminar {
    float: right;
    margin-top: -49px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - RESPONSIVE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


@media screen and (max-width: 425px) {

    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - REGISTRO - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

    .form-container {
        padding: 20px;
        margin-bottom: 0;
    }

    .form-container .datos-personales {
        display: block;
    }

    .form-container .col-datos {
        margin-bottom: 40px;
    }

    .form-container .datos-personales>.col-datos:last-child {
        margin-bottom: 0;
    }

    .direccionFactura {
        margin-top: 20px;
    }

    .direccionFactura .campo {
        flex: 0 0 100%;
    }

    /* - - - - - - - - - - Profesional - - - - - - - - - - */

    .iconosventajas i {
        width: 68px;
        height: 60px;
    }

    .iconosventajas p {
        height: 60px;
        padding-left: 40px;
    }

    .iconosventajas .ventajasProfesional {
        padding: 0;
    }

    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - CONTACTO - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

    .form-contacto {
        padding: 20px;
    }

    .form-contacto .col {
        flex-direction: column;
    }
}