@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
* {
    scroll-behavior: smooth;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
}

p {
    line-height: 2.2em;
    font-size: 14px
}

span.h1 {
    font-size: 1.3em;
}

.text_banner_1 {
    position: relative;
    color: white;
}


/* Bottom right text */

.bottom-right {
    position: absolute;
    bottom: 13%;
    right: 10%;
}


/* Bottom left text */

.bottom-left {
    position: absolute;
    bottom: 10%;
    left: 0;
}


/* Top left text */

.top-left {
    position: absolute;
    top: 8%;
    left: 0;
}


/* Top right text */

.top-right {
    position: absolute;
    top: 10%;
    right: 10%;
}


/* Centered text */

.centered {
    position: absolute;
    top: 40%;
    left: 23%;
    transform: translate(-50%, -50%);
}

.title_1 {
    font-weight: 600;
    border-bottom: 3px solid #000;
}

.title_1_cont {
    font-weight: 600;
    color: #28388e;
    font-size: 2.2em;
    border-bottom: 3px solid #000;
}

.title_1_carac {
    font-weight: 600;
    font-size: 1.5em;
    color: #28388e;
}

.bg_menu {
    background-color: #fff;
}

.fixed-top {
    box-shadow: 0px 4px 3px rgba(170, 170, 170, .5);
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-nav a {
    font-weight: 500;
}

.img_brand {
    width: 100%;
}

.btn_contacto_nav {
    position: relative;
    left: 10%;
}

.bg_container_menu {
    width: 100%;
    background-color: #fff;
}

.hr_slider {
    margin: auto;
    border-bottom: 4px solid #28388e;
}

.title_slider h1 {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 4rem;
}

.sub-title_slider h1 {
    color: #fff;
    font-family: 'Playfair Display', 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;
}

.list_carac {
    list-style: none;
    color: #333;
    position: relative;
    right: 1.7em;
}

.list_carac li {
    margin: 0.8em 0
}

.btn_cotiza {
    background: #28388e;
    color: #fff;
    border-radius: 70px !important;
}

.btn_cotiza:hover {
    background: #8e2828;
    color: #fff;
    border-radius: 70px !important;
}

.img_slide {
    width: 30rem;
}

.bg_container_slide {
    background: #eee;
}

.bg_container_frase {
    background: #153255;
}

.title_slide {
    font-weight: 600;
    color: #666;
}

.subtitle_slide {
    color: #28388e;
}

.text_slide_2 {
    color: #666;
}

.container_slide_text {
    color: #fff!important;
    background: none!important;
    position: relative;
    left: 20%;
    bottom: 10%;
}

.container_slide_text_2 {
    color: #fff;
    background: #153255;
    position: relative;
    left: 10%;
    bottom: 70%;
}

.container_slide_text_3 {
    color: #fff;
    background: #153255;
    position: relative;
    left: 10%;
}

.slide_text {
    border-left: 2px solid #fff
}

.main_title {
    color: #fff;
    letter-spacing: 1px;
    font-size: 2em;
}

.slide_1 {
    width: 100% !important;
    height: 500px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(../../images/slide-1.jpg);
    background-position: center;
    background-size: cover;
}

.slide_2 {
    width: 100% !important;
    height: 500px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(../../images/slide-3.jpg);
    background-position: center;
    background-size: cover;
}

.slide_3 {
    width: 100% !important;
    height: 500px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(../../images/slide-2.jpg);
    background-position: center;
    background-size: cover;
}

.slide_4 {
    width: 100% !important;
    height: 300px;
    background: url(../../images/buenos_aires.jpg);
    background-position: center;
    background-size: cover;
}

.sub_slide_1 {
    width: 100% !important;
    height: 650px;
    background: url(../../images/etherone.jpg);
    background-position: center;
    background-size: cover;
}

.sub_slide_2 {
    width: 100% !important;
    height: 650px;
    background: url(../../images/ethertwo.jpg);
    background-position: center;
    background-size: cover;
}

.btn-wp {
    display: block;
    width: 4em;
    height: 4em;
    color: #fff;
    position: absolute;
    right: -65px;
    top: 40px;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}

.full_height {
    height: 100%
}

.full_width {
    width: 100%
}

.modal-content {
    background: rgba(21, 50, 85, 0.95) !important;
    border-radius: 0 !important;
    ;
}

.nav-link {
    color: #fff !important;
    font-size: 0.9em;
    font-weight: 100;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    text-transform: uppercase !important;
}

.navbar-brand {
    width: 17%
}

.btn-secondary {
    background: #172f53 !important;
    border-radius: 0 !important;
}

.title_text_slide {
    color: #333;
    font-size: 1.2em;
    text-align: center;
    font-weight: 600;
}

.bg_container_banner_text {
    background: rgba(18, 31, 66, 0.7);
    min-height: 170px;
}

.bg_container_banner_1 {
    width: 100%;
    background: url(../../images/playa.jpg);
    background-size: cover;
    background-position: center;
}

.bg_container_banner_2 {
    width: 100%;
    height: 170px;
    background: linear-gradient(to bottom, rgba(18, 31, 66, 0.9), rgba(18, 31, 66, 0.9)), url(../../images/globo.jpg);
    background-size: cover;
    background-position: center;
}

.bg_container_map {
    width: 100%;
}

.bg_container_map img {
    width: 100%;
}

.bg_container_alert {
    width: 100%;
    background: tomato;
}

.title_ventajas {
    color: #28388e;
    font-size: 3.6em;
}

.bg_container_contacto {
    background: #eee;
}

.title_contacto {
    font-weight: 600;
    color: #28388e;
}

.styled-input {
    margin: 1.2em 0 0em;
}

.contact input[type="text"],
.contact input[type="email"],
.contact textarea {
    color: #333;
    border: none;
    padding: .8em 1em;
    border: 1px solid #ccc;
    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;
}

.contact textarea {
    min-height: 10em;
    resize: none;
}

.contact input[type="submit"] {
    font-size: 16px;
    background: #28388E;
    border-radius: 0;
    letter-spacing: 1px;
    color: #fff;
    padding: 10px 30px;
    outline: none;
    border: none;
    cursor: pointer;
}

.contact input[type="submit"]:hover {
    background: #333;
}

.bg_container_descripcion {
    background: #fff;
    width: 100%;
}

.bg_container_footer {
    background: #162F52;
}

.title_footer {
    color: #666;
    font-weight: 600;
    font-size: 1rem;
}

.link_footer {
    text-decoration: none;
    color: #fff;
    font-size: 0.9rem;
}

.link_footer:hover {
    transition: 0.5s;
    text-decoration: underline;
    color: #777;
}

.item_social {
    font-size: 0.9rem;
    color: #fff;
    text-decoration: none;
}

.item_social:hover {
    text-decoration: none;
    color: #fff;
}

.galva_slide {
    color: #000;
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:disabled,
:not(:disabled):not(.disabled) {
    box-shadow: 0 !important;
    border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

button {
    box-shadow: none !important
}

button:focus,
button:active {
    outline: none;
    box-shadow: none;
}

.search_style input[type="search"]:focus,
.search_style input[type="search"]:active {
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #999 !important;
}

.btn_controls {
    height: 10px !important;
    border-radius: 3px;
}

.text_consult {
    font-size: 1.3em;
    color: #fff;
}

@media (max-width:975px) {
    .title_slider h1 {
        font-size: 2.8rem;
    }
    .subtitle_slider h2 {
        font-size: 1.5rem;
        padding-top: 0.6em;
    }
    .hr_slider {
        width: 90%;
    }
    .navbar-brand {
        width: 50%
    }
    .container_slide_text {
        color: #666;
        background: #fff;
        padding: 0 5em;
        left: 10%;
        bottom: 0;
    }
}

@media (max-width:500px) {
    .img_slide {
        width: 20rem;
    }
    .title_1 {
        font-size: 1.3rem;
    }
    .galva_slide {
        font-size: 2rem;
    }
    .title_text_slide {
        font-size: 1em;
    }
    .container_slide_text {
        color: #666;
        background: #fff;
        padding: 0
    }
    .slide_text .h2 {
        border-left: 2px solid #fff;
        font-size: 1.4em
    }
    .main_title {
        font-size: 1.7em;
    }
    .text_banner_1 .h1 {
        font-size: 1.1em;
    }
    .text_banner_1 p {
        font-size: 0.9em;
    }
    .bg_container_banner_text {
        min-height: 120px
    }
    .bg_container_banner_2 {
        height: 120px;
    }
    .text_consult {
        font-size: 1.1em;
        color: #fff;
    }
    .bg_container_banner_text,
    .bg_container_banner_2 {
        background: #304f82;
    }
    .slide_1 {
        height: 600px;
    }
}