/* NEW CAROUSEL */
#carouselMain {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    overflow: hidden;
    position: relative;
    background: #436ca9;
    background-color: #436ca9;
}

.item {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    background-color: #436ca9;
    border: 1em solid #436ca9;
}

.imgContainer {
    width: 100%;
    height: 600px;
    text-align: center;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.videoContainer {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.videoContainer video {
    position: absolute;
    width: 100%;
    min-height: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.overlayContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    background: #000000;
    background-color: #000000;
    opacity: 0.3;
}

.homeMainTop {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 30px;
    transition: all .3s ease;
    color: #ffffff;
    padding: 15px 15px 15px 15px;
    position: absolute;
    top: 35%;
    right: 33px;
    margin: auto;
    z-index: 50;
}

.homeMainBottom {
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 30px;
    transition: all .3s ease;
    color: #ffffff;
    padding: 15px 15px 15px 15px;
    position: absolute;
    right: 33px;
    bottom: 35%;
    margin: auto;
    z-index: 50;
}

#carouselMain h3 {
    font-size: 33px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    top: 40%;
    left: 66px;
    margin: auto;
    z-index: 6;
    line-height: 40px;
}
/*  */


/* Servicios Page */
.empresaBottom {
    width:10px;
    position:absolute;
    bottom:20%;
    left:5%;
    z-index: 2;
}

#carouselMain h4 {
    font-size: 33px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    top: 35%;
    left: 150px;
    margin: auto;
    z-index: 6;
    line-height: 40px;
    z-index: 10;
}

#carouselMain p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #ffffff;
    position: absolute;
    left: 230px;
    bottom: 33%;
    z-index: 10;
    padding: 0 67% 0 0;
}

.numeracion {
    z-index: 10;
}

#btnProyectosServicios {
    z-index: 10;
}

.btnCnt{
    position: absolute;
    bottom: 25%;
    left: 230px;
    z-index: 10;
}
/*  */

/* Responsive Large */
@media screen and (min-width: 2250px) {

}
/*  */

/* Responsive */
@media screen and (max-width: 1850px) {

}

@media screen and (max-width: 1800px) {
#carouselMain h4 {
    top: 25%;
}
#carouselMain p {
    bottom: 37%;
    padding: 0 65% 0 0;
}
}

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

}

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

}

@media screen and (max-width: 1500px) {
#carouselMain p {
    padding: 0 56% 0 0;
}
}

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

}

@media screen and (max-width: 1300px) {
#carouselMain p {
    padding: 0 53% 0 0;
}
}

@media screen and (max-width: 1200px) {
#carouselMain p {
    padding: 0 49% 0 0;
}
}

@media screen and (max-width: 1100px) {
#carouselMain p {
    padding: 0 44% 0 0;
}
}

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

}

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

}

@media screen and (max-width: 992px) {
#carouselMain p {
    bottom: 35%;
    padding: 0 40% 0 0;
}
}

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

}

@media screen and (max-width: 800px) {
#carouselMain p {
    bottom: 30%;
    padding: 0 25% 0 0;
}
}

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

}

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

}

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

}

@media screen and (max-width: 600px) {
#carouselMain p {
    left: 33px;
    bottom: 40%;
    padding: 0 30% 0 0;
}
#carouselMain h4 {
    left: 33px;
}
}

@media screen and (max-width: 500px) {
#carouselMain p {
    bottom: 33%;
}
}

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

}

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

}
/*  */
