/* SUPERIOR */

#todo {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
}

.superior {
    background: url("../img/agenciaColocacion.jpg");
    width: 100%;
    height: 24em;
    background-repeat: no-repeat;
    background-position: 25% 40%;
    background-size: cover;
}

.titulo h1 {
    margin-bottom: 4%;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #31b0d5;
    background: linear-gradient(to bottom, #82cde4 0%, #31b0d5 100%);
    color: white;
    padding: 1%;
}

.contenido {
    margin-top: 5%;
}

@media only screen and (max-width: 767px) {
    .titulo h1 {
        font-size: 2em;
        padding: 0;
    }
    .contenido h4 br {
        display: none;
    }
    .contenido h4 {
        margin-right: 7%;
        margin-left: 7%;
        margin-top: 10%;
    }
}

/* SECTION 1 */

.section-1 {
    margin-top: 7%;
    margin-bottom: 6%;
}

.section-1 .imagen {
    background: url("../img/seccion-1.jpg");
}

.section-1 .col-md-4 {
    position: relative;
    top: 8vw;
    right: 10%;
}

.row {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .section-1 .col-md-4 {
        right: 0%;
    }
    .section-1 {
        margin-top: 16% !important;
    }
    .section-1 .imagen {
        width: 37vw !important;
    }
}

@media only screen and (max-width: 821px) and (min-width: 768px) {
    .section-1 .col-md-4 {
        right: 0%;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 821px) {
    .section-1 .texto {
        top: 4vw;
    }
    .section-1 .col-md-4 {
        top: 2vw !important;
    }
}

/* SECTION 2 */

.section-2 {
    margin-top: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #EEEEEE;
    margin-bottom: 6%;
}

.section-2 .imagen {
    background: url("../img/seccion-2.png");
    margin-left: 38% !important;
}

.section-2 .col-md-4 {
    position: relative;
    top: 5vw;
    right: 50%;
}

@media only screen and (max-width: 767px) {
    .section-2 .col-md-4 {
        right: 0%;
    }
    .section-2 .col-md-8 {
        right: 5%;
    }
    .section-2 {
        margin-top: 22%;
        padding-bottom: 7%;
        padding-top: 5%;
    }
}

@media only screen and (max-width: 821px) and (min-width: 768px) {
    .section-2 .col-md-4 {
        right: 0%;
    }
    .section-2 {
        margin-top: 18%;
        padding-bottom: 8% !important;
        padding-top: 4% !important;
    }
    .section-2 .col-md-8 {
        right: 3.5%;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 821px) {
    .section-2 .texto {
        top: 4vw;
    }
    .section-2 {
        margin-top: 9% !important;
    }
    .section-2 .col-md-4 {
        top: 0vw;
        right: 55%;
    }
}

/* SECTION 3 */

.section-3 .imagen {
    background-image: url("../img/seccion-3.png");
    height: 22.3vw !important;
}

.section-3 {
    margin-bottom: 9%;
    margin-top: 5%;
}

.section-3 .col-md-4 {
    right: 9vw;
    top: 8vw;
}

@media only screen and (max-width: 767px) {
    .section-3 {
        margin-top: 15vw;
    }
    .section-3 .col-md-4 {
        right: 0;
        top: 0;
    }
    .section-3 .col-md-4 h4 {
        margin-top: 10%;
    }
}

@media only screen and (max-width: 821px) and (min-width: 768px) {
    .section-3 {
        margin-top: 15vw;
    }
    .section-3 .col-md-4 h4 {
        margin-top: 7vw;
    }
    .section-3 .col-md-4 {
        right: 0;
        top: 0;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 821px) {
    .section-3 {
        margin-top: 8%;
    }
    .section-3 .col-md-4 {
        right: 8%;
        top: 2vw;
    }
}

/* SECTION 4 */

.section-4 {
    height: 150px;
    background-color: #31b0d5;
    background: linear-gradient(to bottom, #71bcd3 0%, #229bc0 100%);
    padding: 0;
}

.section-4 .texto h4 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: white;
    margin-top: 3vw;
}

.section-4 .boton {
    margin-top: 1.5%;
}

.section-4 .boton button {
    background-color: #075ab3;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #09469c;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    padding: 12px 33px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #1570cd;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {

    .section-4{ 
        height: 170px !important;
    }
    .section-4 .texto {
        position: relative;
        top: 12%;
    }

    .section-4 .boton{
        position: relative;
        top: 15%;
    }

    .section-4 .texto{
        margin-left: 3%;
        margin-right: 3%;
    
    }
}

@media only screen and (max-width: 821px) and (min-width: 768px) {
    .section-4 .texto, .section-4 .boton{
        position: relative;
        top: 15%;
    }

    .section-4 .texto{
        margin-left: 5%;
        margin-right: 5%;
    }

    .section-4 .boton{
        margin-top: 2% !important; 
    }
}

@media only screen and (max-width: 1200px) and (min-width: 821px) {
    .section-4{
        height: 162px !important;
    }
}

/* GENERAL */

.section-1 .imagen, .section-2 .imagen, .section-3 .imagen {
    height: 25vw;
    width: 30vw;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

h4 {
    font-size: 20px;
}

.noSelecciona {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 821px) {
    h4 {
        font-size: 23px !important;
    }
    .section-1 .col-md-8, .section-3 .col-md-8 {
        right: 5%;
    }
}