/*BANNER*/

.banner{
    margin-top:10px;
}

.banner .fondo{
    display: block;
    width:100%;
}

.banner .contenido{
    position: absolute;
    top:0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.banner .textos{
    position: absolute;
    left:0%;
    width: 50%;
    top:35%;
    text-align: right;
}

.banner .titulo{
    font-family: fuente-1-bold;
}

.banner .boton{
    margin-top:20px;
    width: 300px;
    cursor: pointer;
}
.banner .subtitulo{
    margin-top: 20px;
}
@media only screen and (max-width: 1150px) {
    .banner .textos{
        left:10px;
    }    

}
@media only screen and (max-width: 1000px) {
    .banner .textos{
        top:25%;
    }
}

@media only screen and (max-width: 900px) {
    .banner .textos{
        width: 55%;
        left: 5%;
    }
    .banner .boton{
        width: 250px;
    }
}

@media only screen and (max-width: 700px) {
    .banner .textos{
        width: 80%;
        left: 10%;
        top:15%;
    }

}

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

    .banner .textos{
        top:18%;
        width: 90%;
        left: 5%;
    }
    .banner .boton{
        width: 220px;
    }

}


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


@media only screen and (max-width: 400px) {
    .banner .titulo{
        font-size: 35px;
    }
    .banner .subtitulo{
        font-size: 18px;
        margin-top: 15px;
    }
}





.caracteristicas{
    position: relative;
}

.caracteristicas .contenedor-fondo{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.caracteristicas .contenido{
    text-align: center;
    position: relative;
    z-index: 2;
    font-family: fuente-1-light;
    padding-top: 100px;
}


.caracteristicas .ondas{
    position: absolute;
    bottom:0px;
    right: 0px;
    width: 30%;
    z-index: 3;
}

.caracteristicas .ondas img{
    width: 100%;
    display: block;
}



.caracteristicas .texto{
    position: relative;
    z-index: 2;
}

.texto .titulo-principal{
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.texto .titulo-2{
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
}

.texto .titulo-3{
    text-align: left;
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.texto .nombre-empresa{
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
}

.texto .linea-azul{
    border: solid 1px #093E68;
    margin-bottom: 30px;
}

.texto .negritas{
    font-family: fuente-1-bold;
}

.texto .centrar{
    text-align: center;
}

.texto .titulo-4{
    text-align: left;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.texto .titulo-5{
    text-align: left;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.texto .espaciado{
    padding-top: 20px;
    padding-bottom: 20px;
}