@charset "UTF-8";
.float {float: left}
.float-r {float: right}
.ubuntu {font-family: 'Ubuntu', sans-serif;}
.muli {font-family: 'Muli', sans-serif;}
.titulo-protec {font-size: 30px; font-weight: 800; margin-bottom: 20px}
body{position: relative}
nav {
    position: fixed;
    right: 20px;
    top: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    z-index: 20;
}
nav img {
    height: 20px;
    margin-top: -2px;
    margin-right: 7px;
}
nav a {
    color: #46499B;
    height: 50px;
    font-size: 16px;
    display: block;
    padding: 0 20px;
    float: left;
    background-color: #ffffff;
    line-height: 50px;
    font-weight: 600;
}
#login {
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
}
#register {
    background-color: #46499B;
    color: #ffffff;
}
#protec-head {
    padding: 100px 0;
    background-image: url("../images/header.jpg");
    background-size: cover;
    background-position: right center;
}
#logout {
    color: #ffffff;
    background-color: #f23040;
}

.protec-logo {
    height: 90px;
}
#protec-head h1 {
    font-weight: 700;
    color: #B4B5CE;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.white {
    color: #ffffff;
}
.boton-verde {
    height: 60px;
    background-color: midnightblue;
    color: #ffffff;
    display: inline-block;
    padding: 0 25px;
    font-size: 21px;
    font-weight: 700;
    line-height: 57px;
    border-radius: 4px;
}
.boton-azul {
    height: 60px;
    background-color: #46499B;
    color: #ffffff;
    display: inline-block;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 57px;
    border-radius: 5px;
}
.boton-verde:hover {
    text-decoration: none;
    color: #ffffff;
}
.boton-azul:hover {
    text-decoration: none;
    color: #ffffff;
}
#quehacemos {padding: 50px 0}
.quehacemos {margin-top: 60px;}
.quehacemos-img {
    width: 170px;
    float: left;
}
.quehacemos-bloque {
    float: left;
    margin-left: 40px;
    width: calc(100% - 500px);
}
.quehacemos-bloque h3 {
    font-weight: 700;
}
.quehacemos-bloque p {
    font-weight: 500;
    font-size: 18px;
    color: #999CC4;
}
.divisor {
    height: 5px;
    width: 45px;
    margin: 15px 0 20px 0;
    background-color: #46499B;
}
#cta {
    margin-top: 20px;
    background-color: rgba(70,73,160,0.06);
    padding: 20px;
}
#cta a {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 430px;
    text-align: center;
}
#noticias {padding: 50px 0;}
.noticia {
    display: block;
    background-color: #ffffff;
    border: 1px solid lightgray;
    border-radius: 10px;
    margin: 20px 0;
    overflow: hidden;
}
.noticia-img {
    height: 100px;
    width: 100px;
    float: left;
    background-image: url("../images/cripto.jpg");
    background-size: cover;
}
.noticia-contenido {
    float: left;
    margin-top: 4px;
    margin-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 140px);
}
.noticia-contenido h3 {
    font-weight: 700;
    color: #000000;
}
.noticia-contenido p {
    font-size: 16px;
    color: #7A7DA0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.noticia-grande {
    display: block;
    background-color: #ffffff;
    border: 1px solid lightgray;
    border-radius: 10px;
    margin: 20px 0;
    overflow: hidden;
}
.noticia-grande .divisor {
    margin: 15px 0!important;
}
.noticia-grande-img {
    height: 200px;
    width: 100%;
    background-image: url("../images/cripto.jpg");
    background-size: cover;
}
.noticia-grande-contenido {
    float: left;
    margin-top: 4px;
    margin-left: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 40px);
    white-space: nowrap;
}
.noticia-grande-contenido h3 {
    font-weight: 700;
    color: #000000;
}
.noticia-grande-contenido p {
    font-size: 16px;
    height: 45px;
    color: #7A7DA0;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}
#contacto {
    color: #ffffff;
    padding: 50px 0;
    background-color: #46499B;
}
#contacto form {
    width: 100%;
    max-width: 600px;
    margin: 30px auto 0 auto;
}
.input-contacto {
    height: 50px;
    border: none;
    border-radius: 10px;
    margin-bottom: 25px;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    color: #7A7DA0;
}
#contacto input::placeholder {
    color: #7A7DA0;
}
#registro-campos {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 25px;
}
.input-registro {
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    color: #7A7DA0!important;
}
.input-registro::placeholder {
    color: #7A7DA0!important;
    opacity: 0.5;
}
#checkprivacidad, #checkcomunicacion {float: left; width: 20px}
.registro-checktext {color: #7A7DA0}
#contacto p {float: left}
#contacto textarea {
    resize: none;
    height: 250px;
    border: none;
    border-radius: 10px;
    margin-bottom: 25px;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    color: #7A7DA0;
}
#contacto button {
    border: none;
    float: right;
}

#login-form {
    color: #ffffff;
    padding: 80px 0;
    background-color: #46499B;
    height: 100vh;
}
#login-form form {
    width: 100%;
    max-width: 600px;
    margin: 30px auto 0 auto;
}
.input-contacto {
    height: 50px;
    border: none;
    border-radius: 10px;
    margin-bottom: 25px;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    color: #7A7DA0;
}
#login-form input::placeholder {
    color: #7A7DA0;
}
#login-form button {
    border: none;
    float: right;
}

#contrato-head {
    padding: 100px 0 50px 0;
    background-image: url("../images/contrato-header.jpg");
    background-size: cover;
    background-position: right bottom;
}

.protec-logo {
    height: 90px;
}
#contrato-head h1 {
    font-weight: 700;
    color: #3c3c3c;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 40px;
}
#contratos-bloque {padding: 50px 20px 60px 20px}
#contratos-bloque p {
    font-size: 16px;
    color: #7A7DA0;
}
#contratos-row {
    margin-top: 25px;
}
#pago-row {
    margin-top: 25px;
}
#contratos-bloque button {
    border: none;
}
#pago-margin {margin-top: 50px;}
.contrato-boton-img {height: 20px; margin-right: 7px}
.firmar-contrato {float: left}
.dl-copia {
    height: 58px;
    line-height: 55px;
    float: left;
    margin-left: 0;
    font-size: 16px;
    display: block;
    color: #7A7DA0;
    border-radius: 10px;
    padding: 0 20px;
    font-weight: 600;
}
.bloqueado {opacity: 0.3; pointer-events: none}
#contrato-particular {margin-top: 20px;}
.modal-header h4 {margin-bottom: 0; font-size: 25px; margin-left: 5px;}
.modal-header p {
    font-size: 16px;
    color: #7A7DA0;
    margin: 7px 0 0 5px;
}
.input-contrato {
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    font-size: 18px;
    color: #7A7DA0;
}
.input-contrato::placeholder {color: #aaaaaa}
.input-modal-div {padding: 0 5px}
.submit-modal {margin: 10px 5px 0 5px; border: none; width: calc(100% - 10px);}
#confirmar-telefono {width: 100%;}
footer {
    background: midnightblue;
    padding: 40px 0;
}
#footer-info {border-left: 5px solid #ffffff; padding-left: 20px}
footer ul {margin-top: 30px}
#footer-logo {
    height: 30px;
}
footer ul li {margin: 5px 0}
.footer-icon {
    height: 20px;
    margin-right: 10px;
}

#contrato-de-empresa {
    padding: 40px 0;
    text-align: justify;
}
#contrato-de-empresa h4 {
    margin: 20px 0 10px 0;
}
.aceptar-contrato {
    border-top: solid 1px #7A7DA0;
    margin-top: 20px;
    padding-top: 20px;
}
#transferencia {
    padding: 0 5px;
}
#transferencia h4 {
    font-weight: 700;
}
#transferencia li {
    font-size: 16px;
    color: #7A7DA0;
    margin: 7px 0 0 0;
    font-weight: 700;
}
#tpv {
    padding: 10px 5px 0 5px;
}
#tpv p {
    font-size: 16px;
    color: #7A7DA0;
}
#tpv h4 {
    font-weight: 700;
}
#ir-a-tpv {
    height: 50px;
    background-color: #26D36B;
    color: #ffffff;
    display: inline-block;
    padding: 0 25px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 47px;
    border-radius: 10px;
    float: left;
}
#pagarModal .modal-body {padding-top: 0!important;}
#cards-logo {
    float: left;
    height: 20px;
    margin: 11px 0 0 7px;
}
#importe {
    background-color: lightgoldenrodyellow;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0!important;
    padding-top: 0!important;
}
#importe h2 {font-size: 18px; padding: 10px 0; font-weight: 700; color: darkred}
@media (max-width: 992px) {
    .quehacemos-bloque {
        float: left;
        width: 100%;
        text-align: center;
    }
    .quehacemos-img {
        margin: auto;
        display: block;
        width: 120px;
        float: none;
    }
}
@media (max-width: 767px) {

    footer {padding: 40px 20px}
    .quehacemos-img {
        margin: auto;
        display: block;
        width: 120px;
        float: none;
    }
    .quehacemos {
        text-align: center;
    }
    .quehacemos-bloque {
        float: none;
        margin-left: 0;
    }
    .divisor {
        height: 5px;
        width: 45px;
        margin: 15px auto 20px auto;
        background-color: #46499B;
    }
    #cta a {
        font-size: 16px;
    }
    #contrato-head {
        padding: 120px 20px 50px 20px;
        background-color: #46499B;
        background-image: none;
        background-size: cover;
        background-position: right center;
    }
    #contrato-head h1 {
        font-weight: 700;
        color: #ffffff;
        font-size: 28px;
        margin-top: 40px;
        margin-bottom: 0;
    }
    #protec-head {
        padding: 100px 20px;
        background-color: #46499B;
        background-image: none;
        background-size: cover;
        background-position: right center;
    }
    #protec-head h1 {
        font-weight: 700;
        color: #ffffff;
        font-size: 28px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #contratos-bloque .divisor {
        height: 5px;
        width: 45px;
        margin: 15px 0 20px 0;
        background-color: #46499B;
    }

}

