/* variables*/
:root {
    --azul: #2b2278;
}

/*utilitare*/
.flex-wrap {
    flex-wrap: wrap;
}

.mauto {
    margin: auto;
}

.mw-1600 {
    max-width: 1600px;
}

.header_main,
.header_main.z2>.container-fluid.z2,
.banner_section.z2,
body>.header_section {
    position: relative;
}

body>.header_section {
    background-size: cover;
    background-repeat: no-repeat;
}

body>.header_section {
    display: block;
}

body>.header_section .header-overlay {
    display: block;
    position: absolute;
    background-color: #00000070;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.header_main {
    z-index: 99;
}

.z2 {
    z-index: 2;
}

/*menu principal*/
.menu_main li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    border-radius: 40px;
    justify-content: flex-start;
    display: flex;
}

.dropdown-menu li {
    font-size: 13px;
}

.dropdown-menu.show a {
    color: var(--azul);
}

.dropdown-menu {
    z-index: 99;
}

.menu_main ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
    width: 100%;
    flex-flow: row;
    margin: auto;
    justify-content: center;
}

.menu_main .dropdown-menu.show a {
    color: var(--azul);
    white-space: inherit;
    font-size: 12px;
}

.menu_main .dropdown-menu.show a:hover {
    color: #fff;
}

.menu_main .dropdown-item::before {
    content: '\e013';
    font-size: 12px;
    padding: 0px 6px;
    transform: translate(0px, -2px);
    display: inline-block;
}

#navbarDropdownMenuLink.nav-link.dropdown-toggle {
    padding: 10px 20px;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 55px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Righteous', Regular;
}

.banner_text {
    font-size: 20px;
}

@media screen and (min-width:768px) {

    .menu_main .dropdown-menu.show {
        width: 80vw !important;
        transform: translate3d(-50%, 57px, 0px) !important;
    }
}

@media screen and (max-width:768px) {
    .banner_taital {
        font-size: 30px;
    }

    .banner_text {
        font-size: 18px;
    }
}

.btn-servicios a {
    display: flex;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    background-color: #2b2278;
    text-align: center;
    padding: 10px 0px;
    border-radius: 30px;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
    margin: 0;
    border-radius: 0px 0px 30px 30px;
    justify-content: center;
    padding: 1em;
    transition: all .6s;
    min-height: 5em;
}

.caja-servicio:hover .btn-servicios a {
    background-color: black;
    transform: translateY(-50%);
}

.services_img {
    float: none;
    border-radius: 30px 30px 0px 0px;
}

.caja-servicio {
    display: flex;
    height: 100%;
    flex-flow: column;
    margin-bottom: 2em;
}

.services_section_2 .row {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .services_section_2 .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

a.but-redondo {
    background: var(--azul);
    color: #fff;
    padding: 58px 38px;
    border-radius: 190px;
    transition: all .5s;
}

a.but-redondo:hover {
    background-color: #000;
}

.llamada_section {
    position: relative;
    background-size: cover;
    overflow: hidden;
    padding-top:10vh;
    padding-bottom:5vh;
}

.llamada_section .parallax-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}
.llamada_section h2{
    color:var(--azul)
}

.llamada_section .parallax-bg img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.llamada_text {
    font-size: 20px;
    position: relative;
    padding: 2em 1em;
    font-weight: 600;
    background:rgba(255, 255, 255, 0.72);
    border-radius: 15px;
}
.play_icon_main{
    width: 100%;
    margin-top: 6em;
    float: none;
    float: none;
    margin-bottom:6em;
}
@media screen and (max-width:768px){
    .llamada_section{
        padding:1em;
    }
}
.client_main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}