@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
* {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif !important;
}

li {
    list-style: none;
}

.title_1 {
    font-weight: 600;
    color: #fff;
}

.title_bienvenido {
    color: #555;
    font-size: 1.7em;
    font-weight: 600
}

.subtitle_bienvenido {
    color: #999;
    font-size: 1em;
    font-weight: 400
}

.title_1_cont {
    font-weight: 600;
    color: #3898e0;
    font-size: 2.2em;
}

.title_1_carac {
    font-weight: 600;
    font-size: 1.5em;
    color: #28388e;
}

.navbar-nav a {
    font-weight: 600;
}

.bg_container {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(125deg, rgba(0, 165, 233, 0.95), rgba(0, 165, 233, 0.97)), url(../../images/bg-total.jpg);
    background-position: center;
    background-size: cover;
}

.bg_white {
    background: #fff;
}

.bg_menu {
    background: #3898e0;
    width: 100%;
}

.hr_slider {
    margin: auto;
    border-bottom: 4px solid #28388e;
}

.title_slider h1 {
    color: #fff;
    font-family: 'Russo One', sans-serif;
    font-size: 4rem;
}

.sub-title_slider h1 {
    color: #fff;
    font-family: 'Russo One', sans-serif;
    font-size: 2.5rem;
}

.subtitle_slider h2 {
    color: #fff;
    font-weight: 400;
    font-size: 2.5rem;
}

.sub-subtitle_slider h2 {
    color: #fff;
    font-weight: 400;
    font-size: 1.6rem;
}

.img_brand {
    width: 12rem;
}

.list_carac {
    font-size: 1.2em;
    margin: 1em 0;
}

.btn-enviar {
    border-radius: 5px !important;
    background-color: #3898e0 !important;
    font-size: 0.95em !important;
}

.btn-enviar:hover {
    transition: 0.2s ease-in-out !important;
    background-color: #73b4c8 !important;
}

.img_slide {
    width: 30rem;
}

.bg_container_caract {
    margin-top: 100px;
    background: #fff;
}

.title_caract {
    font-weight: 600;
    color: #666;
}

.subtitle_caract {
    color: #28388e;
}

.text_caract {
    color: #666;
    text-align: center;
}

.nav-link {
    color: #fff !important;
    font-size: 0.9em;
}

.title_text_caract {
    color: #333;
    font-size: 1.2em;
    text-align: center;
    font-weight: 600;
}

.bg_container_ventaja {
    background: #fff;
}

.title_ventajas {
    color: #28388e;
    font-size: 3.6em;
}

.bg_container_contacto {
    background: #fff;
}

.title_contacto {
    font-weight: 600;
    color: #28388e;
}

.styled-input {
    margin: 1.2em 0 0em;
}

.styled-input label {
    color: #555;
    font-size: 0.95em;
    font-weight: 600
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="password"],
.contact textarea,
.contact select {
    color: #333;
    border: none;
    padding: .8em 1em;
    border: 2px solid #ddd;
    font-size: 16px;
    width: 100%;
    text-transform: capitalize;
    background: rgba(229, 143, 230, 0);
    outline: none;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-transform: initial!important;
}

.contact input[type="text"]:active,
.contact input[type="text"]:focus,
.contact input[type="password"]:active,
.contact input[type="password"]:focus,
.contact select:focus,
.contact select:active {
    border: 2px solid #3898e0;
    background: #fff
}

.contact input[type="text"]:after,
.contact input[type="password"]:after,
.contact select:after {
    border: 2px solid #3898e0;
    background: #fff
}

.contact textarea {
    min-height: 10em;
    resize: none;
}

.contact input[type="submit"] {
    letter-spacing: 1px;
    color: #fff;
    padding: 12px 21px;
    outline: none;
    border: none;
    cursor: pointer;
}

.contact input[type="submit"]:hover {
    background: #333;
}

.bg_container_footer {
    background: linear-gradient(to top, #3878e0, #00a5e9);
}

.title_footer {
    color: #d3d3d3 !important;
    text-align: left !important;
    font-weight: 600;
    font-size: 1rem;
}

.link_footer {
    color: #eee;
    font-size: 1rem;
}

.link_footer:hover {
    transition: 0.5s;
    text-decoration: underline;
    color: #d2d2d2;
}

.item_social {
    font-size: 0.9rem;
    color: #3898e0 !important;
}

.item_social:hover {
    text-decoration: none;
}

.galva_caract {
    color: #000;
    font-family: 'Russo One', sans-serif;
    font-size: 3rem;
}

.img-integramos {
    position: relative;
    bottom: 0;
    right: 0;
    border-radius: 140px;
    animation: integramos 2s linear infinite;
    z-index: 1015;
}

#txtPwd+.fa {
    position: relative;
    bottom: 32px;
    left: 90%;
}

@keyframes integramos {
    0% {
        bottom: 0;
    }
    25% {
        bottom: 10px;
    }
    50% {
        bottom: 20px;
    }
    75% {
        bottom: 10px;
    }
    100% {
        bottom: 0;
    }
}

.hover_marcas {
    opacity: 0.6;
    transition: 0.3s;
}

.hover_marcas:hover {
    opacity: 1;
}

.collapse_menu a {
    font-size: 0.8em;
    color: #999;
}

.collapse_menu a:active,
.collapse_menu a:focus {
    color: #73b4c8 !important;
}

.collapse_menu_active {
    color: #73b4c8 !important;
}

.text_banner {
    position: relative;
    top: 27%;
    left: 55%;
    width: 30%;
}

.text_banner h1 {
    color: #fff;
    font-weight: 600 !important;
    font-size: 3em;
}

.text_banner ul li {
    position: relative;
    right: 35px;
    color: #fff;
    font-size: 1.3em;
}

.text_cont {
    font-size: 1.4em;
    color: #999
}

.btn-wp {
    display: block;
    width: 3.4em;
    height: 80px;
    color: #fff;
    position: fixed;
    right: 35px;
    bottom: 30px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}

.bg_img {
    background: url(../../images/bg-1.png);
    background-position: center;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.container_height {
    height: 70vh;
}

.border-lightblue {
    border-bottom: 3px solid #3898e0
}

.msj_denied {
    color: #ff7777!important;
    letter-spacing: 1px;
}

.icon_x {
    font-size: 5em;
}

.font_white {
    color: #fff;
}

.bg_img_denied {
    background: url(../../images/bg-1.png);
    background-position: center;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

@media (max-width:500px) {
    .text_banner {
        position: relative;
        top: 27%;
        left: 10%;
        width: 100%;
    }
    .text_banner h1 {
        position: relative;
        top: 27%;
        left: 10%;
        width: 100%;
    }
    .bg_img {
        background: 0 !important;
    }
    .container_height {
        height: 100vh;
    }
    .bg_img_denied {
        background: #fff;
        background-position: center;
        background-size: cover;
        background: url(../../images/bg-1.png);
        height: 100vh;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }
}

@media (max-width:975px) {
    .title_slider h1 {
        font-size: 2.8rem;
    }
    .subtitle_slider h2 {
        font-size: 1.5rem;
        padding-top: 0.6em;
    }
    .img_brand {
        width: 9rem;
    }
    .hr_slider {
        width: 90%;
    }
}

@media (max-width:500px) {
    .img_slide {
        width: 20rem;
    }
    .title_1 {
        font-size: 1.3rem;
    }
    .title_text_caract {
        font-size: 1em;
    }
}