.section-welcome-nosotros {
    width: 100%;
    height: 70vh;
    background-image: url(../images/nosotros/bg-welcome.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

.section-nosotros {
    padding-bottom: calc(3rem + 120px)
}

.section-nosotros .content-text-nosotros {
    background-image: url(../images/nosotros/bg-nosotros.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

@media (min-width:1600px) {
    .section-nosotros .content-text-nosotros .col-left {
        flex: 0 0 auto;
        width: 41.66666667%
    }
}

.section-nosotros .content-text-nosotros .col-left .translateY {
    margin-top: -25%
}

.section-nosotros .content-text-nosotros .col-right p {
    color: #4f4f4f;
    font-weight: 300;
    text-align: center
}

@media (min-width:768px) {
    .section-nosotros .content-text-nosotros .col-right p {
        text-align: start
    }
}

.section-nosotros .content-text-nosotros .img-desktop {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-40%)
}

.section-nosotros .title-nosotros {
    font-size: 4rem;
    color: #4f4f4f;
    font-weight: 100;
    margin-bottom: 0;
    text-align: center
}

@media (min-width:768px) {
    .section-nosotros .title-nosotros {
        text-align: start
    }
}

.section-diferentes {
    padding: 1rem
}

.section-diferentes .container-fluid {
    background: linear-gradient(0deg, #bde3df 0, #f5fffe 100%);
    padding-top: 3rem;
    border: 1px solid #dff2f0
}

.section-diferentes .container-fluid h2 {
    font-weight: 100;
    font-size: 4rem;
    text-align: center;
    margin: 0
}

.section-diferentes .container-fluid .content-card {
    transform: translateY(2rem)
}

.section-diferentes .container-fluid .content-card .card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    font-weight: 300
}

.section-letter {
    font-family: 'Alex Brush';
    font-size: 1.5rem;
    padding-bottom: 3rem
}

.section-letter .bg-letter {
    background-image: url(../images/nosotros/bg-letter.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.section-letter .bg-img {
    background-image: url(../images/nosotros/familia.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.section-form {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.section-form .miselaneo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0
}

.section-form .miselaneo-nosotros {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
    z-index: 0
}

.section-form .container {
    position: relative;
    z-index: 1
}

.section-form .container h2 {
    font-weight: 100;
    font-size: 3rem
}

.section-form .container form .form-control {
    font-weight: 300;
    color: #828282;
    border-color: #d4d4d4
}

.section-form .container form .form-control:focus {
    box-shadow: none
}

.section-form .container form small {
    color: #333;
    font-weight: 300
}

.section-form .text-light {
    color: #fff
}

.section-form .text-blue {
    color: #90ccc6
}

.title3 {
    margin-top: -10rem;
}

@media only screen and (max-width: 576px) {
    .title2 {
        margin-top: 2rem;
    }
    .title3 {
        margin-top: -40rem;
    }
    .section-letter .bg-img {
        min-height: 350px;
    }
}


/*# sourceMappingURL=nosotros.min.css.map */