@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Roboto:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
}

input::placeholder {
    color: #ababab !important;
}

textarea::placeholder {
    color: #ababab !important;
}

.avisolegal{
	padding:20px;
}


body {
    overflow-x: hidden;
    position: relative;
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 1.7rem;
}

p, span {
    margin: 0;
    padding: 0;
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: .85rem !important;
}
.logo-web {
    height: 8em;
}
.logo-web-grid {
    height: 7em;
}

.protection-text-color {
    color: #9e9e9e;
    font-family: 'Quicksand';
    font-weight: 500;
}

.lateral-icon {
    position: fixed;
    top: 80%;
    right: 0;
    z-index: 2;
}

.lateral-icon-img {
    width: 100%;
    height: auto;
}

.btn {
    background-color: #CB0B10;
    padding: 0px 1.2rem;
    border-radius: 12px;
    font-family: 'Quicksand';
    font-weight: 400;
}

.btn-azul {
  background-color: #0F265C;
  padding: 0px 1.2rem;
  border-radius: 12px;
  font-family: 'Quicksand';
  font-weight: 400;
  color: #FFFFFF;
}

.weight-500{
    font-weight: 500 !important;
}

.weight-700{
    font-weight: 700 !important;
}

.titulo {
    width: 100%;
    text-align: center;
    color: #2A4467;
    font-family: 'Quicksand';
    font-weight: 500;
}

.navbar {
    background-color: #2599C4 !important;
}

.svg-nav-icon {
    fill: #ffffff;
    width: 1.5em;
}

.nav-li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-separator {
    height: 1.5em;
    width: 0.2em;
    background-color: #fff;
    margin: 0 1.3em;
}

.nav-li::before {
    content: '';
    border-left: 2px solid #fff;
}

.wahtsapp .cls-1 {
    fill: #1ad03f;
}

.wahtsapp .cls-2-1 {
    fill: #fff;
}

.phone {
    width: 1em;
}

.phone-number {
    color: #fff;
    padding: 0 0 0 0.5em;
}

.facebook {
    width: .8em;
}

.button-sign-in {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

.button-icon {
    width: 1em;
}

.search-icon {
    width: 1em;
}

.titulo {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    color: #2A4467;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

#seccion-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 23em;
    width: 100%;
    background-image: url("../assets/img/fondotexto.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact-phone,
.contact-mail {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5em;
}

.bordered-div {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 50%;
    border-top: 2px solid #007bff;
    border-bottom: 2px solid #007bff;
    padding: 1.5em 0;
}

.red-button {
    background-color: #f00;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}

.centered-items {
    display: flex;
    justify-content: center;
    align-items: center;
}

.svg-icon {
    width: 1.5em;
    fill: #2A4467;
}

.wahtsapp {
    fill: #fff;
    width: 1.5em;
}

.contact-separator {
    height: 1.5em;
    width: 0.2em;
    background-color: #007bff;
    margin: 0 1.3em;
}

.gray-text {
    color: #4f4f4f;
}

.vertical-line {
    position: relative;
    width: 0.1rem;
}

.vertical-line::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.06rem;
    height: 80%;
    background-color: #ffff;
}

.footer {
    background-color: #1d9cd8;
    padding: 0.5rem;
    width: 100%;
}

.footer-item {
    min-width: 1rem;
    color: #ffff;
}

.footer span {
    cursor: pointer;
}

.footer a {
	text-decoration: none;
	margin-top:-5px;
}

.info-display {
    background-color: #eeeeee;
    border-radius: 0.8rem;
    height: 100%;
    border: solid #1d9cd8 0.13rem;
}

input[type="checkbox"] {
    accent-color: red;
}

.check-politics {
    margin-top: 30px;
}

.modal-header {
    border: none;
}

.helpText {
    color: #2A4467;
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 22px;
}

.helpIcon {
    height: 22px;
}

.helpBigIcon {
    height: 30px;
}

#help-wrapper {
    border-top: 2px solid #1d9cd8;
    border-bottom: 2px solid #1d9cd8;
    width: 100%;
}

textarea {
    resize: none;
}

.pdd {
    font-size: 13px !important;
    padding-left: 20px;
}

.mb40{
	margin-bottom: 40px;
}

/* ************************************************************************************************ */
/* ********************************************MEDIA QUERIES*************************************** */
/* ************************************************************************************************ */

@media (max-width: 790px) {

    #seccion-logos {
        background-size: cover;
        background-position: center;
        height: 30em;
    }

    .lateral-icon-img {
        width: 70%;
        margin-left: 30%;
    }
}

@media (min-width: 320px) and (max-width: 1024px) {
/* 
    section {
        padding: 0 2em;
    }
 */

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-size: 1.2em;
    }

    p {
        font-size: 1em !important;
        font-weight: lighter !important;
    }

    .logo-web {
        height: 6em
    }

    .logo-web-grid {
        height: 4.5em;
    }

    .aviso-formulario {
        font-size: 0.8em !important;
    }

    .nav-mov {
        display: flex;
        flex-direction: row;
    }

    .svg-nav-icon {
        fill: #ffffff;
        width: 1.3em;
    }

    .nav-li {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-separator {
        height: 1.5em;
        width: 0.1em;
        background-color: #fff;
        margin: 0 .5em;
    }

    .phone {
        width: .8em;
    }

    .phone-number {
        display: none;
    }

    .facebook {
        width: .6em;
    }

    .button-icon {
        display: none;
    }

    .pdd {
        font-size: 10px !important;
	    padding-left: 30px;
    }

    .footer-item {
        font-size: 10px;
    }
}