a {
    text-decoration: none !important;
}

.top {
    z-index: 9999;
}

.top-contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    background-color: #fff;
    padding: 10px; 
}

.top-content1 {
    margin-right: auto;
    margin-left: 50px;
    padding: 10px;
}

.top-content2 {
    margin-right: 50px;
    margin-left: auto;
}

.icon-top {
    margin: 0px 10px;
}

.txt-top {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #707070;
    text-decoration: none;
    vertical-align: middle;
}

.txt-top-phone {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #707070;
    text-decoration: none;
    vertical-align: middle;
}

.menu-content {
    display: flex;
    justify-content: right;
    margin-right: 50px;
    margin-left: auto;
}

.menu-style {
    font-family: 'Montserrat', sans-serif;
    color: #707070;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

.logo-nav {
    margin-left: 50px;
}

nav li {
    display: flex;
    justify-content: space-around;
    width: 160px;
}

nav li:hover {
    font-weight: 600;
}

.caption-slider {
    position: absolute;
    right: 15px;
    top: 30%;
    left: 15px;
    width: auto;
    height: auto;
}

.txt-slider-r {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 200px;
    margin-right: auto;
}

.txt-slider-l {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-left: auto;
    margin-right: 200px;
}

.title-slider-r {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 65px;
    text-align: right;
    font-weight: 700;
    margin-bottom: 10px;
}

.title-slider-l {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 65px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 10px;
}

.subtitle-slider-r {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 26px;
    text-align: right;
    font-weight: 300;
}

.subtitle-slider-l {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 26px;
    text-align: left;
    font-weight: 300;
}

.content-btn-slider {
    display: flex;
    justify-content: center;
}

.title {
    font-family: 'Montserrat', sans-serif;
    color: #FC913A;
    font-size: 56px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 50px;
}

.subtitle {
    font-family: 'Montserrat', sans-serif;
    color: #3880BA;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}

.txt-services {
    font-family: 'Montserrat', sans-serif;
    color: #3f3f3f;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 50px;
}

.content-services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.content-serv1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
    width: 350px;
    height: 350px;
    margin: 10px;
}

.content-serv1:hover {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.35); 
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.35);
}

.icon-serv {
    height: 165px;
    width: auto;
    color: #3880BA;
}

.icon-serv:hover {
    height: 165px;
    width: auto;
    color: #3880BA;
}

.title-serv {
    font-family: 'Montserrat', sans-serif;
    color: #194168;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin-top: 50px;
    text-decoration: none;
}

.title-serv:hover {
    color: #194168;
}

.bg-about {
    background-image: url(images/burbujas.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    margin: 50px 0px;
}

.content-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 950px;
}

.txt-about {
    font-family: 'Montserrat', sans-serif;
    color: #3f3f3f;
    font-size: 18px;
    text-align: center;
    font-weight: 300;
}

.content-btn-about {
    display: flex;
    justify-content: center;
    margin: 30px;
}

.btn-basic {
    padding: 5px 50px;
    border-radius: 30px;
    background-color: #23A6C9;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

.btn-basic:hover {
    background-color: #3880BA;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.35); 
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.35);
}

.line {
    border-bottom:1px solid #c8c8c8;
    margin: 50px 50px 50px;
}

.content-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 40px;
}

.content-footer1 {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

.content-social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.icon-social {
    padding: 15px;
}

.title-footer {
    font-family: 'Montserrat', sans-serif;
    color: #3880BA;
    font-size: 22px;
    text-align: left;
    font-weight: 700;
}

.txt-footer {
    font-family: 'Montserrat', sans-serif;
    color: #3f3f3f;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    margin-top: 20px;
}

.foot {
    display: flex;
    justify-content: center;
    background-color: #23A6C9;
    padding: 10px;
}

.txt-foot {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: 200;
}

.content-why-hire {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;    
    margin-bottom: 100px;
}

.content-why {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.content-image {
    display: flex;
    justify-content: center;
    padding: 20px;
    align-items: flex-start;
}

.content-paragraph {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    padding: 20px;
    max-width: 600px;
}

.content-policy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    padding: 20px;
    max-width: 900px;
}

.subtitle-policy {
    font-family: 'Montserrat', sans-serif;
    color: #3880BA;
    font-size: 22px;
    text-align: left;
    font-weight: 600;
}

.txt-policy {
    font-family: 'Montserrat', sans-serif;
    color: #3f3f3f;
    font-size: 18px;
    text-align: justify;
}

.txt-why {
    font-family: 'Montserrat', sans-serif;
    color: #3f3f3f;
    font-size: 18px;
    text-align: justify;
    font-weight: 300;
}

.subtitle-why {
    font-family: 'Montserrat', sans-serif;
    color: #3880BA;
    font-size: 22px;
    text-align: justify;
    font-weight: 600;
}

.content-value {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 80px;
}

.card {
    margin: 10px;
}

.card-img-top {
    padding: 20px;
    height: 200px;
    width: auto;
}

.card-text {
    font-family: 'Montserrat', sans-serif;
    color: #3f3f3f;
    font-size: 14px;
    text-align: left;
    font-weight: 300;
}

.content-team {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;    
    margin-bottom: 100px;
    max-width: 950px;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;    
    margin-bottom: 20px;
    max-width: 900px;
}

.title-service {
    font-family: 'Montserrat', sans-serif;
    color: #23A6C9;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
}

.list-style {
    font-family: 'Montserrat', sans-serif;
    color: #3f3f3f;
    font-size: 14px;
    text-align: left;
    font-weight: 300;
}

.content-contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.content-form {
    width: 500px;
}

.content-btn {
    display: flex;
    margin-top: 20px;
}

.content-areas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.areas {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
}

.content-txt-eco {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    max-width: 800px;
}

.txt-eco {
    font-family: 'Montserrat', sans-serif;
    color: #194168;
    font-size: 40px;
    text-align: left;
    font-weight: 300;
}

.content-image-eco {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 400px;
}

@media (max-width: 600px) {

    .content-txt-eco {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: center;
        max-width: 700px;
    }

    .txt-eco {
        font-family: 'Montserrat', sans-serif;
        color: #194168;
        font-size: 26px;
        text-align: center;
        font-weight: 300;
    }

    .slider {
        top: 5px;
    }

    .top-contact {
        height: 120px;
    }

    .top-content1 {
        margin: auto;
    }
    
    .top-content2 {
        margin: auto;
    }

    .txt-top {
        font-family: 'Montserrat', sans-serif;
        font-size: 10px;
        font-weight: 400;
        color: #707070;
        text-decoration: none;
        vertical-align: middle;
    }

    .content-serv1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border: 1px solid #d2d2d2;
        border-radius: 20px;
        width: 300px;
        height: 300px;
        margin: 10px;
    }

    .icon-serv {
        height: 125px;
        width: auto;
        color: #3880BA;
    }

    .content-footer1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 300px;
        margin: 20px;
    }
    
    .content-areas {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .title {
        font-family: 'Montserrat', sans-serif;
        color: #FC913A;
        font-size: 36px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 40px;
        margin-top: 50px;
    }

    .subtitle {
        font-family: 'Montserrat', sans-serif;
        color: #3880BA;
        font-size: 26px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .caption-slider {
        position: absolute;
        right: 15px;
        top: 40%;
        left: 15px;
    }
    
    .txt-slider-r {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .txt-slider-l {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        margin-right: 10px
    }
    
    .title-slider-r {
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 22px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .title-slider-l {
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        font-size: 22px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .subtitle-slider-r {
        display: none;
    }
    
    .subtitle-slider-l {
        display: none;
    }

    .content-btn-slider {
        display: none;
    }

    .menu-content {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        margin-left: 10px;
    }
    
    .menu-style {
        font-family: 'Montserrat', sans-serif;
        color: #707070;
        font-size: 16px;
        text-align: center;
        font-weight: 500;
        text-transform: uppercase;
    }

    nav li {
        display: flex;
        justify-content: center;
        width: 160px;
    }
    
    .dropdown-menu {
        position: absolute !important;
    }

    .content-btn {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
}