body {
    margin: 0;
}


/* _____MENU_____ */
.menu {
    width: 100%;
    background: rgba(0,0,0, .75);
    display: block;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 100;
}
.menu ul {
    margin: 0;
}
.menu li {
    display: inline;
    list-style-type: none;
}
.menu li a {
    color: white;
    display: inline-block;
    padding: 1em;
    text-decoration: none;
    text-transform: uppercase;

}
.menu li a:hover {
    background: red;
}

/* __________ ***************** __________
                   LANDING EMPRESA
   __________ ***************** __________ */

/* _____contenedor banner-link_____ */
.seccion-Login {
    margin-top: -10px !important;
}

.superior {
    padding: 0;
    margin: 0;
    max-width: 1280px !important;
}
.superior img{

}

.w3-text-light-grey, .w3-hover-text-light-grey:hover, .w3-text-light-gray, .w3-hover-text-light-gray:hover {
    color: #fff !important;
}

.w3-padding-large {
    padding: 12px 24px!important;
}
.w3-border {
    border: 1px solid rgb(237, 245, 248)!important;
    background: #034066d1;
}

.w3-center {
    text-align: center!important;
}
.w3-display-middle {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.w3-wide {
    letter-spacing: 4px;
}
.w3-xxxlarge {
    font-size: 50px!important;
        font-weight: 900;
}
.mail2{
        background-color: #034066!important;
            border: 2px solid #ffffff!important;
}

.mail2:hover{
    background-color: white!important;
    border: 1px solid #104a6e!important;
    color: #104a6e;
}

.btn-empresa {
    background-color:#1f364a;
    width: 40%;
    float: right;
    margin: -45px 0px 20px;
    min-height: 45px;
}
.form-control {
    width: 60%;
}



    /* _____FINcontenedor banner-link_____ */
    /* _____contenedor formulario_____ */
    .contenido2 {
    position: relative;
    top: -8.5em;
    background: #e6edf0;
    width: 70%;
    margin: 0 auto;
    padding: 3.25em;
    text-align: center;
}
.txt-empresa{
    color: #034066;
    font-weight: 400;
        font-size: 30px;

}
.sub-empresa {
    color: #615c5c;
    font-size: 18.5px;
    margin: 20px 50px 30px 50px;
    text-align: justify;
}
.link-qui {
    color: #ffffff;
    background: #034066;
    line-height: 25px;
    padding: 10px 60px;
}
.link-qui:hover {
    color: #034066;
    text-decoration: none;
    background: #fff;
    border: 1px solid #034066;
}
.imagen2 img{
    margin:40px 0;
}



/* _____FINcontenedor formulario_____ */




/* _____contenedor 4puntos____ */
.ventajas{
    color: #034066;
    font-weight: 400;
        font-size: 30px;
        margin: 20px 0 20px;
}
.cuatro  {
    margin: 20px 0;
}

.icon.major {
    background:#034066;
    border-radius: 100%;
    color: #ffffff;
    cursor: default;
    display: inline-block;

}
.txt-info-empr {
    font-size: 20PX;
    line-height: 1.5em;
    letter-spacing: -0.025em;
    color: #034066;
    margin: 20px 0;
}
.info-empre {
    color: #585656;
    text-align: justify;
    margin: 20px 10px 20px 10px;
}

.iconos{
    color: #fff;
    font-size: 30px;
    margin: 24px 0;
}



#main {
    margin-top: -10em;
}
#main {
    padding: 4em 0;
}
.dos {
    margin: 0 auto;
    max-width: calc(100% - 5em);
    width: 60em;
}


/* _____FINcontenedor 4puntos____ */


/* _____carrusel____ */
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    display: -webkit-inline-box;
}
.carousel-indicators .active {
    background-color: #034066;
}
.carousel-indicators {
    bottom: -40px;
}
/* _____FINcarrusel____ */


.content {
    position: relative;
    top: 7.5em;
    background: white;
    width: 50%;
    margin: 0 auto;
    padding: 3.25em;
    text-align: center;
}

.txt-carrus {
    font-size: 30px;
    color: #0079bf;
    margin-bottom: 15px;
    margin-top: 20%; 
}
.txt-carrus2 {
    margin: 0px 0px 30px 0px;
    color: #034066;
    font-weight: 400;
        font-size: 30px;
 
}
.carousel-indicators li {
    border: 1px solid #0079bf;
}
.carousel {
    height: 100px;
    margin: 0px 0px 50px 0px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #034066;
    margin: 2em 8em;
    padding: 0;
    text-transform: uppercase;
    font-size: 1.625em;
 
}

/* __________FOOTER__________ */
footer {
    position: fixed;
    bottom: 0;
    background-color: black;
    text-align: center;
    color: white;
    width: 100%;
}

/* __________FINfooter__________ */

/* __________paralax__________ */

.parallax {
    min-height: 200px;
    margin-top: 360px;
}
.txt-paralax{
    font-size:50px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    padding: 50px 0;

}

/* __________FINparalax__________ */

/* Ordenadores de escritorio y portátiles ----------- */ 
@media only screen  and (min-width : 1224px) { 
     .w3-display-middle {
     top: 45%;
     }

} 


/* Pantallas grandes ----------- */ 
@media only screen  and (min-width : 1824px) { 
     .w3-display-middle {
     top: 45%;
     }
} 

/* __________ ***************** __________
                   LANDING SOCIAL
   __________ ***************** __________ */


#fondo-social {
    background:linear-gradient(135deg, #0079BF, #5067C5);
}

.contenido-social{
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    height: 630px;
}

#izquierda {
    width: 55%;
    float: left;
}

#derecha {
    width: 50%;
    float: right;
    position: relative;
    left: -70px;
    top: 120px;
}

.txt-principal {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    width: 100px;
    font-size: 120px;
    color: #FFFFFF;
    line-height: 120px;
    font-weight: 900;
    margin-top: 50px;
    margin-bottom: 15px;
}

#parrafo2 {
    width: 400px;
    font-size: 20px;
    color: #ffffff;
    margin: 40px 0px;
    text-align: justify;
    line-height: 27px;
}

.new {
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.new2 {
    font-weight: 800;
}
#email {
    font-family: 'freightsans_promedium';
    width: 250px;
    height: 35px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    color: #c1c1c1;
}


#btn {
    font-family: 'freightsans_promedium';
    width: 130px;
    height: 35px;
    box-sizing: border-box;
    padding: 10px;
    border: 0;
    background-color: #03A9F4;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
}
#btn:hover {
    background-color: #ffffff;
    color: #406ac4;

}



#cajita {
    width: 101%;
    height: 35px;
    background-color: #ffffff;
    transform: rotate(-1.5deg);
    position: relative; 
    top: -40px;
}


/* __________ contenedor ventajas __________ */
.txt-ventajas {
    padding: 0px 120px 50px 120px;
    font-size: 30px;
    color: #0079bf;
    font-weight: 400;
    font-size: 30px;
}
.txt-social h1 {
    color: #0079bf;
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin-top: 20%; 
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.centrado {
    text-align: center;
}
.sub-social {
    color: #0079bf;
    font-size: 20PX;
    line-height: 1.5em;
    letter-spacing: -0.025em;
    margin: 20px 0;
}
.inf-social {
    font-size: 18.5px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #585656;
    text-align: justify;
    margin: 20px 10px 20px 10px;
}


/* __________ contenedor colaboracion __________ */

.txt-colab{
    font-size: 30px;
    color: #0079bf;
    margin-bottom: 15px;
    margin-top: 20%; 
}

.sub-colab {
    color: #0079bf;
    font-size: 20PX;
    line-height: 1.5em;
    letter-spacing: -0.025em;
    margin: 20px 0;
}

.inf-colab {
    font-size: 18.5px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #585656;
    text-align: justify;
    margin: 20px 10px 20px 10px;
}







/* ********************** ********************** **********************
                           medi@s     EMPRESA
   ********************** ********************** ********************** */

/* iPads (vertical) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .w3-display-middle {
        top:40%;
    }

    .contenido2 {
        top: -1.5em;
        width: 100%;
    }

    .txt-empresa {
        font-size: 40px;
    }

    .sub-empresa {
        font-size: 35px;
        line-height: 40px;
        margin: 20px 10px 20px 10px;
    }

    .link-qui {
        line-height: 120px;
        padding: 15px 60px;
        font-size: 40px;
    }

    .ventajas {
        font-size: 40px;
    }

    .txt-info-empr {
        font-size: 25px;
    }
    .info-empre {
        font-size: 28px;
        line-height: 30px;
    }
    .txt-carrus2 {
        font-size: 40px;
    }
}


/* iPhone (vertical) ----------- */
@media only screen and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: portrait) {
    .superior img {
        margin-top: 100px;
        height: 220px;
    }

    .w3-xxxlarge {
        font-size: 20px !important;
        margin-top: 0px;
    }

    .w3-display-middle {
        position: absolute;
        top: 28% !important;
    }

    .w3-wide {
        letter-spacing: 0px;
    }

    .w3-hide-large {
        text-transform: none;
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: 17px;
    }

    .w3-padding-large {
        padding: 16px 16px !important;
    }

    .contenido2 {
        top: -1.5em;
        width: 100%;
        padding: 0.25em;
    }

    .parallax {
        margin-top: 100px;
    }

    .form-control {
        font-size: 14px;
        width: 60% !important;
    }

    .form-control {
        height: 35px;
    }

    .btn-empresa {
        margin: -36px 0px 20px;
        min-height: 35px;
    }

    .txt-empresa {
        font-size: 26px;
    }

    .sub-empresa {
        margin: 20px 10px 20px 10px;
    }

    .ventajas {
        font-size: 26px;
        margin: 0px 0 20px;
    }

    .info-empre {
        font-size: 24px;
        line-height: 30px;
    }
    .txt-paralax {
        font-size: 22px;
        padding: 40px 0;
    }
    .txt-carrus2 {
        font-size: 26px;
    }
}

@media only screen and (max-device-width: 667px) {
    .w3-display-middle {
        margin-top: -90px;
        position: relative;
    }
}



/* iPhone (vertical) ----------- */
@media only screen and (max-device-width:568px) and (min-device-width: 320px) and (orientation: portrait) {
    .superior img {
        margin-top: 100px;
        height: 220px;
    }

    .w3-xxxlarge {
        font-size: 20px !important;
        margin-top: 0px;
    }

    .w3-wide {
        letter-spacing: 0px;
    }

    .w3-hide-large {
        text-transform: none;
        margin-top: 0px;
        margin-bottom: 8px;
        font-size:14px;
    }

    .w3-padding-large {
        padding: 16px 16px !important;
		    width: 85%;
    }

    .contenido2 {
        top: -1.5em;
        width: 100%;
        padding: 0.25em;
    }

    .parallax {
        margin-top: 100px;
    }

    .form-control {
        font-size: 14px;
        width: 60% !important;
    }

    .form-control {
        height: 35px;
    }

    .btn-empresa {
        margin: -36px 0px 20px;
        min-height: 35px;
    }

    .txt-empresa {
        font-size: 20px;
    }

    .sub-empresa {
        font-size: 18px;
        margin: 20px 10px 20px 10px;
        line-height: 28px;
    }

    .txt-paralax {
        font-size: 30px;
    }
}





/* ********************** ********************** **********************
                              medi@s     SOCIAL
   ********************** ********************** ********************** */


    /*medi@s Iphone*/
    @media only screen and (max-device-width: 1024px) {
        .contenido-social {
            width: initial;
        }

        .txt-principal {
            font-size: 85px;
            line-height: 85px;
            margin: 24px 20px;
        }

        #parrafo2 {
            width: 100%;
            margin: 0px 20px;
        }

        #derecha {
            left: 10px;
            top: 70px;
        }

        .contenido-social {
            height: 466px;
        }

        .txt-ventajas {
            padding: 0px 20px 50px 20px;
            font-size: 40px;
        }

        .line-social {
            margin: 0em 8em;
        }

        .txt-colab {
            margin-top: 10%;
        }
    }


/*medi@s Iphone*/
    @media only screen and (max-device-width: 736px) {
        .txt-principal {
            font-size: 40px;
            line-height: 45px;
            margin-top: 122px;
            margin: 40px 0px 20px;
            white-space: pre;
        }

        #parrafo2 {
            line-height: 18px;
            font-size: 14px;
            width: 285px;
            margin: 0px 0px;
        }

        #derecha {
            top: 160px;
        }

        .new2 {
            font-size: 11px;
        }

        .contenido-social {
            height: 330px;
        }

        .txt-ventajas {
            padding: 0px 20px 15px 20px;
            font-size: 25px;
            margin-top: -40px;
        }
    }

    /*medi@s Iphone*/
@media only screen and (max-device-width: 320px) {
    .txt-principal {
        font-size: 40px;
        line-height: 45px;
        margin-top: 122px;
        margin: 40px 0px 20px;
        white-space: pre;
    }

    #parrafo2 {
        line-height: 18px;
        font-size: 14px;
        width: 245px;
        margin: 0px 0px;
    }

    #derecha {
        top: 180px;
    }

    .new2 {
        font-size: 10px;
    }

    .contenido-social {
        height: 325px;
    }

    .txt-ventajas {
        font-size: 22px;
    }
}
        

