@import url(menu.css);
@import url(slider.css);
@import url(popup.css);
@import url(formulario.css);
@import url(footer.css);

body {
    overflow-x:hidden;
}

*{
    margin: 0;
    padding: 0;
}

.main{
    width: auto;
    top: 100px;
    height: 800px;
    position: relative;
    background-image: url(../img/TRANSITIONLAB-MAIN-1.png);
    background-position: center;
    background-size: cover;
}

.somos{
    width: 100%;
    height: 570px;
    position: relative;
    background-image: url(../img/TRANSITIONLAB-SOMOS-FONDO.png);
    background-position: center;
    background-size: cover;
}

.servicios{
    width: 100%;
    height: 870px;
    position: relative;
    background-color: #F1FAFB;
}

.mentoria{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #F1F6E1;
}

.metodo{
    width: auto;
    height: auto;
    position: relative;
    background-image: url(../img/TRANSITIONLAB-METODOS.png);
    background-position: center;
    background-size: cover;
}

.metodologiaimg{
    width: 100%;
    height: auto;
    position: relative;
}

.banners{
    height: auto;
}

.contacto{
    width: 100%;
    height: 870px;
    background-image: url(../img/TRANSITIONLAB-CONTACTO-FONDO.png);
    background-position: center;
    background-size: cover;
}

.llamado{
    width: auto;
    position: relative;
    top: 65px;
}

.main-titulo{
    font-family: 'Lato', sans-serif;
    text-align: left;
    font-weight: 700;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
    text-align: center;
}

.titulo{
    font-family: 'Lato', sans-serif;
    text-align: center;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 30px;
}

.subtitulo{
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 17px;
    font-weight: 900;
}

.texto{
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 17px;
    line-height: 24px;
    font-weight: 100;
    color: #555;
    margin-bottom: 20px;
}

.enorme{
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 48px;
    font-weight: 900;
}

.grande{
    font-size: 50px;
}

.mediano{
    font-size: 28px;
}

.chico{
    font-size: 17px;
}

.xchico{
    font-size: 15px;
    font-weight: 900;
}

.blanco{
    color: #fff;
}

.naranjo{
    color: rgba(232, 101, 34, 1);
}

.azul{
    color: rgba(21, 107, 169, 1);
}

.verde{
    color: rgba(78, 146, 57, 1);
}

.mas{
    font-size: 50px;
    font-weight: 900;
    color: #E86522;
    text-align: center;
    position: relative;
    top: 80px;
}

.icono{
    width: 60%;
    position: relative;
    margin: 20px 0 30px 0;
    left: 20%;
    top: 10px;
}

.icono-fenix{
    width: 14%;
    position: relative;
    margin: 20px 0 30px 0;
    left: 42%;
    top: 10px;
    position: relative;
}

.icono-main{
    width: 100%;
    top: 20%;
    position: relative;
}

.icono-seccion{
    width: 20%;
    left: 40%;
    position: relative;
    margin-bottom: 40px;
}

.main-contenedor{
    width: 60%;
    height: auto;
    position: absolute;
    top: 20%;
    left: 20%;
}

.text-main-contenedor{
    top: 30px;
    position: relative;
}

.caja-texto{
    position: relative;
}

#container {
    padding: 15px;
}

.popover{
    width: 450px;
    height: auto;
    margin: 10px;
    padding: 5px;
}

.popover-emprendimientos {
    border: 5px solid #31b2b2;
    background: #F1FAFB;
}
.popover-title-emprendimientos {
        background: #F1FAFB;
        color: rgba(21, 107, 169, 1);
        font-weight: 600;
}
.popover-empresas {
		border: 5px solid #92c026;
		background: #f1f6e1;
}
.popover-title-empresas {
        background: #f1f6e1;
        color: #4b9334;
        font-weight: 600;
}

@media (max-width:2560px) {
    .mentoria{
        height: 850px;
    }
    
    .somos{
        height: 600px;
    }
    
    .servicios{
        height: 860px;
    }
    
    .icono-main{
        width: 60%;
    }
    
    .metodo{
        height: 900px;
        padding-bottom: 60px;
    }
}

@media (max-width:1300px) {
    .mentoria{
        height: 850px;
    }
    
    .somos{
        height: 600px;
    }
    
    .servicios{
        height: 860px;
    }
    
    .icono-main{
        width: 60%;
    }
    
    .metodo{
        height: 880px;
        padding-bottom: 60px;
    }
}

@media (max-width:1024px) {
    .somos{
        height: 500px;
    }
    
    .servicios{
        height: 790px;
    }
    
    .mentoria{
        height: 750px;
    }
    
    .metodos{
        height: 800px;
        padding-bottom: 60px;
    }
}

@media (max-width:768px) {
    .main-titulo{
        text-align: center;
    }
    
    .main-contenedor{
        top: 190px;
    }
    
    .main{
        top: 80px;
    }
    
    .somos{
        height: 1400px;
    }
    
    .icono{
        width: 30%;
        left: 36%;
    }
    
    .mas{
        top: 20px;
    }
    
    .subtitulo{
        font-size: 20px;
    }
    
    .icono-fenix{
        width: 40%;
        left: 35%;
    }
    
    .servicios{
        height: 2350px;
    }
    
    .mentoria{
        height: 2300px;
    }
    
    .caja-texto{
        left: 10%;
    }
    
    .metodo{
        height: 700px;
        padding-bottom: 100px;
    }
    
    .icono-main{
        width: 60%;
        left: 30%;
    }
}

@media (max-width:400px) {
    .main-titulo{
        text-align: center;
    }
    
    .main-contenedor{
        top: 120px;
        width: 300px;
        left: 30px;
    }
    
    .main{
        top: 80px;
    }
    
    .somos{
        height: 1300px;
    }
    
    .icono{
        width: 40%;
        left: 29%;
    }
    
    .mas{
        top: 20px;
    }
    
    .subtitulo{
        font-size: 20px;
    }
    
    .icono-fenix{
        width: 50%;
        left: 26%;
    }
    
    .servicios{
        height: 2070px;
    }
    
    .mentoria{
        height: 2000px;
    }
    
    .caja-texto{
        left: 10%;
    }
    
    .logo-footer{
        left: 25px;
    }
    
    .direccion{
        text-align: center;
        line-height: 30px;
    }
    
    .text-main-contenedor{
        top: 0;
        width: auto;
        left: 20px;
    }
    
    .main-titulo{
        font-size: 25px;
    }
    
    .metodo{
        height: 650px;
    }
}