@charset "UTF-8";

body {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", Arial;
    color: #7A7A7A;
    font-size: 15px;
    line-height: 26px
}

.top {
    position: fixed;
    width: calc(100% - 50px);
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10
}

.top.active {
    transition: all 0.2s;
    background: white;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.1)
}

.top.active .logo-hrrost-vextorial {
    fill: #202B4F
}
.top.active .logo-hrrost-vextorial-2 {
    fill: #0A1433
}
.top.active .logo-hrrost-vextorial-3 {
    fill: #bbd8e3
}

.top.active .btn-hamburger {
    color: #202B4F
}

.top.active nav .menu a {
    color: #202B4F
}

.top.active nav .menu a:hover {
    color: #4DB7FF
}

.top.gracias {
    background: white;
    box-shadow: none
}

.top.gracias .logo-hrrost-vextorial {
    fill: #202B4F
}

.top.gracias .logo-hrrost-vextorial-2 {
    fill: #0A1433
}
.top.gracias .logo-hrrost-vextorial-3 {
    fill: #bbd8e3
}

.top.gracias .btn-hamburger {
    color: #202B4F
}

.top.gracias nav .menu a {
    color: #202B4F
}

.top.gracias nav .menu a:hover {
    color: #4DB7FF
}

.top nav .menu {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.top nav .menu li:hover a {
    color: #4DB7FF
}

.top nav .menu li.active a {
    color: #4DB7FF
}

.top nav .menu li a {
    transition: all 0.2s;
    color: white;
    text-decoration: none;
    padding: 10px;
    font-size: 14px
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 30px);
    padding: 0 15px;
    height: 700px;
    position: relative;
    color: white;
    text-align: center
}

.hero .diagonal-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #184177;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    overflow: hidden
}

.hero .diagonal-hero-bg .hero-img img {
    opacity: 0.2;
    width: 100%;
    height: auto
}

.hero .action {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 630px;
    margin: 40px auto;
    width: 100%
}

.hero .action .btn-in,
.hero .action .btn-out {
    padding-left: 0;
    padding-right: 0;
    width: 46%
}

.hero-img-mobile {
    display: none
}

.module-quienes {
    margin-top: -140px;
    padding: 200px 0;
    z-index: -2;
    text-align: center;
    position: relative
}

.module-quienes .diagonal-quienes-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 725px;
    background-color: #E7F4FF;
    background-position: top right -600px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%)
}

.module-servicios {
    width: 96%;
    max-width: 970px;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

.module-servicios .item-servicios {
    width: 48%;
    margin-bottom: 30px
}

.module-servicios .item-servicios .item-servicios-top .img-servicios {
    position: relative;
    height: auto;
    border-radius: 3px;
    overflow: hidden
}

.module-servicios .item-servicios .item-servicios-top .img-servicios:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 46.4285714286%
}

.module-servicios .item-servicios .item-servicios-top .img-servicios>.content,
.module-servicios .item-servicios .item-servicios-top .img-servicios>.section-heading,
.module-servicios .item-servicios .item-servicios-top .img-servicios>img,
.module-servicios .item-servicios .item-servicios-top .img-servicios>div,
.module-servicios .item-servicios .item-servicios-top .img-servicios>svg,
.module-servicios .item-servicios .item-servicios-top .img-servicios>path {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.module-servicios .item-servicios .item-servicios-top .img-servicios img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.module-servicios .wrapper-text {
    margin-bottom: 40px
}

.module-servicios .title-servicios {
    color: #202B4F;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px
}

.module-servicios ul {
    padding: 0;
    margin: 0;
    font-size: 14px
}

.module-servicios ul li {
    display: flex;
    color: #979797
}

.module-servicios ul li:before {
    content: "";
    font-size: 13px;
    font-weight: 900 !important;
    font-family: "Font Awesome 5 Free";
    position: relative;
    top: 0;
    margin-right: 5px;
    color: #4DB7FF
}

.module-contacto {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 800px;
    padding: 0;
    color: white;
    text-align: left;
    background-color: #202B4F;
    background-image: url("../themes/azerca/assets/img/bg-contacto.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.module-contacto .wrapper-contacto {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%
}

.module-contacto .wrapper-contacto .wrapper-contacto-direcciones {
    width: calc(30% - 80px);
    height: calc(100% - 200px);
    background: rgba(32, 43, 79, 0.8);
    padding: 200px 40px 0 40px
}

.module-contacto .wrapper-contacto .wrapper-contacto-direcciones .title-contacto {
    font-weight: 400;
    font-size: 28px;
    color: white;
    line-height: 32px;
    margin-top: 0
}

.module-contacto .wrapper-contacto .wrapper-contacto-direcciones .title-ciudad {
    color: #4DB7FF;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.module-contacto .wrapper-contacto .wrapper-contacto-direcciones ul {
    padding: 0;
    margin: 0;
    font-size: 14px
}

.module-contacto .wrapper-contacto .wrapper-contacto-direcciones ul li {
    display: flex;
    color: white
}

.module-contacto .wrapper-contacto .wrapper-contacto-direcciones ul li:before {
    content: "";
    font-size: 13px;
    font-weight: 900 !important;
    font-family: "Font Awesome 5 Free";
    position: relative;
    top: 0;
    margin-right: 5px;
    color: #4DB7FF
}

.module-contacto .wrapper-contacto .wrapper-contacto-form {
    width: calc(70% - 30px);
    height: calc(100% - 180px);
    padding: 180px 30px 0 30px
}

.module-contacto .diagonal-contacto-bg {
    width: 100%;
    position: absolute;
    top: -1px
}

.module-contacto .diagonal-contacto-bg img {
    width: 100%
}

form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% - 60px);
    padding: 0 30px
}

form .validate-result {
    color: white !important;
    margin-top: 0;
    background: #dc3545;
    padding: 2px 5px;
    line-height: initial;
    font-size: 10px !important;
    border-radius: 0;
    position: absolute;
    bottom: -17px
}

form .field {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 1em;
    width: 100%;
    position: relative
}

form .field.half {
    width: 46%
}

form .field label {
    transition: all 0.2s;
    touch-action: manipulation;
    font-weight: 400;
    font-size: 10px;
    color: white;
    line-height: 20px
}

form .field input,
form .field textarea {
    transition: all 0.2s;
    touch-action: manipulation;
    font-size: 15px;
    font-weight: 400;
    color: white;
    border: 0;
    border-bottom: 1px solid white;
    background: transparent;
    font-family: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    cursor: text
}

form .field input:focus,
form .field textarea:focus {
    outline: 0;
    border-bottom: 1px solid #4DB7FF;
    color: #4DB7FF
}

form .field input:focus::-webkit-input-placeholder,
form .field textarea:focus::-webkit-input-placeholder {
    opacity: 1
}

form .field input:not(:placeholder-shown)+label,
form .field input:focus+label,
form .field textarea:not(:placeholder-shown)+label,
form .field textarea:focus+label {
    transform: translate(0, 0) scale(1);
    cursor: pointer
}

form .field input {
    height: 40px
}

form .input-area {
    margin-top: 20px
}

form .input-area textarea {
    height: auto;
    padding-top: 15px
}

form .input-area label {
    font-size: 14px !important
}

form input:placeholder-shown+label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 2.125rem) scale(1.5)
}

form ::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit
}

form .check-legal {
    width: 100%;
    font-size: 11px;
    margin-top: 15px;
    position: relative
}

form .check-legal .check-form-legal {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    border: none;
    position: relative;
    top: 3px
}

form .check-legal a {
    color: #4DB7FF;
    text-decoration: none
}

form .check-legal a:hover {
    color: #fff;
    text-decoration: underline
}

form .action {
    margin-top: 30px
}

form .action .btn-in {
    padding: 10px 60px
}

.wrapper-text {
    max-width: 760px;
    width: 90%;
    margin: 0 auto;
    text-align: center
}

.wrapper-text .title-module {
    color: #202B4F
}

.wrapper-text p span {
    color: #202B4F
}

.footer {
    width: calc(100% - 60px);
    padding: 20px 30px;
    text-align: right
}

.footer .footer-wrapper ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end
}

.footer .footer-wrapper a {
    font-size: 13px;
    color: #7A7A7A;
    font-weight: 400;
    padding: 0 10px;
    text-decoration: none
}

.footer .footer-wrapper a:hover {
    text-decoration: underline
}

.action-bar {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    display: none;
    transition: all 0.2s
}

.action-bar .btn-solicita,
.action-bar .btn-telefono {
    text-align: center;
    padding: 15px 10px;
    text-decoration: none;
    color: white;
    text-transform: uppercase
}

.action-bar .btn-solicita {
    background: #4DB7FF;
    width: 70%;
    text-align: left;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.action-bar .btn-solicita svg {
    width: 55px;
    fill: white
}

.action-bar .btn-solicita span {
    line-height: normal;
    margin-left: 10px
}

.action-bar .btn-telefono {
    background: #FEC82D;
    width: 30%;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center
}

#modal-container.active {
    display: block
}

#modal-container .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 110
}

#modal-container .modal .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    background: #12649C;
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none
}

#modal-container .modal .modal-wrapper {
    width: calc(100% - 80px);
    max-width: 900px;
    height: calc(100% - 200px);
    margin: 80px auto 120px;
    padding: 0 40px;
    overflow-y: scroll
}

#modal-container .modal .modal-wrapper .title {
    font-size: 26px;
    color: #202B4F;
    line-height: 32px;
    font-weight: 600
}

.title-hero {
    font-size: 46px;
    color: #FFF;
    text-align: center;
    line-height: 54px;
    font-weight: 700
}

.title-hero span {
    color: #4DB7FF
}

.title-hero p span {
    color: #4DB7FF
}

.btn-in {
    background: #FEC82D;
    border: 1px solid #FEC82D;
    border-radius: 30px;
    text-transform: uppercase;
    color: #252525;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    transition: all 0.3s ease-out
}

.btn-in:hover {
    background: #FFECB6;
    border: 1px solid #FFECB6
}

.btn-out {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    transition: all 0.3s ease-out
}

.btn-out:hover {
    border: 1px solid #FFECB6;
    color: #FFECB6
}

.btn-hamburger {
    position: absolute;
    top: 35px;
    right: 35px;
    color: white;
    font-size: 32px;
    display: none
}

.btn-hamburger-close {
    position: absolute;
    top: 35px;
    right: 35px;
    color: white;
    font-size: 32px;
    display: none
}

.modulo-gracias .wrapper-text {
    padding-top: 200px;
    padding-bottom: 60px
}

.modulo-gracias .wrapper-text .title-gracias {
    font-weight: 600;
    color: #3dbf48;
    margin-bottom: 15px;
    display: inline-block
}

.modulo-share {
    padding-bottom: 160px
}

.modulo-share .wrapper-share {
    text-align: center
}

.modulo-share .wrapper-share .title-share {
    font-weight: 400;
    font-size: 18px
}

.modulo-share .wrapper-share .share-icons {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px
}

.modulo-share .wrapper-share .share-icons li {
    margin: 0 10px
}

.modulo-share .wrapper-share .share-icons .fb {
    color: #3b5998
}

.modulo-share .wrapper-share .share-icons .tw {
    color: #00acee
}

.modulo-share .wrapper-share .share-icons .insta {
    color: #3f729b
}

.modulo-share .wrapper-share .share-icons .yt {
    color: #c4302b
}

.btn-contact-float {
    position: fixed;
    bottom: 40px;
    right: 20px;
    background: #4DB7FF;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    color: width;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    text-decoration: none
}

.btn-contact-float svg {
    width: 70px;
    fill: white
}

.btn-contact-float span {
    margin-left: 10px;
    font-size: 16px;
    color: white;
    line-height: normal;
    text-decoration: none
}

@media (max-width:991px) {
    .module-contacto .wrapper-contacto .wrapper-contacto-direcciones {
        width: calc(40% - 80px)
    }

    .module-contacto .wrapper-contacto .wrapper-contacto-form {
        width: calc(60% - 80px)
    }

    .module-contacto .wrapper-contacto .wrapper-contacto-form form {
        width: 100%;
        padding: 0
    }
}

@media (max-width:768px) {
    .hero-img-mobile {
        display: block;
        position: abolsute;
        top: 0;
        overflow: hidden;
        z-index: 1;
        background-color: #184177
    }

    .hero-img-mobile img {
        opacity: 0.2;
        width: 150%;
        height: auto
    }

    .hero {
        height: 520px;
        background-color: #184177;
        padding: 0;
        width: 100%
    }

    .hero .diagonal-hero-bg {
        display: none
    }

    .hero .wrapper-text {
        position: absolute;
        z-index: 2;
        padding-top: 80px
    }

    .module-quienes {
        margin-top: 0;
        padding: 60px 0;
        background: #E7F4FF
    }

    .module-quienes .diagonal-quienes-bg {
        display: none
    }

    .module-contacto .diagonal-contacto-bg {
        display: none
    }

    .module-contacto {
        height: auto
    }

    .module-contacto .wrapper-contacto {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    .module-contacto .wrapper-contacto .wrapper-contacto-direcciones {
        width: calc(100% - 60px);
        padding: 60px 30px;
        margin-top: 0
    }

    .module-contacto .wrapper-contacto .wrapper-contacto-form {
        width: calc(100% - 60px);
        padding: 80px 30px
    }

    .top nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: white;
        width: 100%;
        height: 100%;
        padding-top: 80px
    }

    .top nav .menu {
        flex-direction: column;
        text-align: center
    }

    .top nav .menu li {
        width: 100%
    }

    .top nav .menu li a {
        color: #4DB7FF;
        display: block;
        font-size: 18px
    }

    .top.menu-active nav {
        display: block
    }

    .top.menu-active .btn-hamburger {
        display: none
    }

    .top.menu-active .btn-hamburger-close {
        display: block
    }

    .btn-hamburger {
        display: block
    }

    .btn-hamburger-close {
        display: none;
        color: #202B4F;
        z-index: 101
    }

    .action-bar {
        display: flex
    }

    .action-bar.remove {
        bottom: -100px
    }

    .btn-contact-float {
        display: none
    }

    .hero .action {
        flex-direction: column;
        justify-content: center;
    }

    .hero .action .btn-in,
    .hero .action .btn-out {
        width: 100%;
        margin-bottom: 10px
    }
}

@media (max-width:560px) {
    .title-hero {
        font-size: 28px;
        line-height: 34px
    }

    .subtitle-hero {
        font-size: 16px
    }

    .hero {
        height: 520px
    }

    form .field.half {
        width: 100%
    }

    .module-servicios {
        flex-wrap: wrap
    }

    .module-servicios .item-servicios {
        width: 100%
    }
}
