@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,700,800');
/*colors*/
a {
    color: white;
}

.anchor {
    display: block;
    height: 215px;
    margin-top: -215px;
    visibility: hidden;
}

.bg_dark {
    background-color: #373737;
}

.bg_corporative {
    background-color: #94d60a;
}

.text_corporative {
    color: #94d60a;
}

/*header*/
#slider {
    margin-top: 215px;
}

header {
    font-family: 'Open Sans';
    background-color: #FFFFFF;
}

#top_bar p {
    color: white;
    font-size: 14px;
    margin-top: 8px;
}

#bottom_bar {
    height: 114px;
}

#header_logo {
    margin-top: 18px;
    width: 165px;
}

#logo_footer {
    width: 191px;
}

#header_right {
    margin-top: 26px;
}

#header_icons {
    margin-right: 10px;
}

#header_icons img {
    margin-top: 20px;
}

/*Navbar*/

#navbar {
    padding: 0px;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: white;
}

.custom-text {
    font-weight: bold;
}

header .nav-item {
    margin-right: 25px;
}

header .nav-item:last-child {
    margin-right: 0px;
}

#hiden_icons {
    border: 0;
}

#hiden_icons img {
    margin-right: 5px;
}

#hiden_logo_hablamos {
    width: 55px;
}

/*Slider*/

#slider h1 {
    font-size: 42px;
    font-weight: lighter;
    color: white;
}

.barra_blanca {
    border-bottom: 1px solid #FFF;
    width: 135px;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
}

.texto_slide {
    margin: 0 auto;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    width: 100%;
    text-shadow: 2px 2px black;
}

.h1_slider {
    margin-bottom: 23px;
}

.texto_slide p {
    margin-bottom: 0;
}

#h1_slider2 {
    margin-top: 50px;
    margin-bottom: 23px;
}

.texto_slide p {
    font-weight: lighter;
    font-size: 28px;
    margin-top: 0;
}

.carousel-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 540px
}

.boton {
    border-radius: 15px;
    border-color: #93d617;
    color: white;
    border-width: 2px;
    font-size: 12px;
}

.boton:hover, .boton:focus, .boton:active, .boton.active, .open > .dropdown-toggle.boton {
    color: #FFFFFF;
    background-color: #95c121;
    border-color: #FFFFFF;
    /*set the color you want here*/
}

/*Modulos*/

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: bold;
}

h2 {
    font-size: 27px;
    font-family: 'Open Sans', sans-serif;
}

h3 {
    font-size: 22px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

p {
    font-size: 17px;
    margin-top: 30px;
    font-family: 'Open Sans', sans-serif;
}

.modulo-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 1022px;;
}

/*modulo1*/
#desc img {
    width: 60px;
}

#desc p {
    margin: 2px;
}

#modulo1 {
    background-image: url("../img/modulo1.jpg");
    background-position: 80% center;
}

#texto_modulo1 {
    margin-top: 115px;
}

.barra_derecha {
    padding: 0 0 2% 0;
    border-bottom: 1px solid #95c121;
    width: 135px;
    margin-top: 14px;
    margin-bottom: 29px;
}

.datos {
    font-size: 14px;
}

/*Parallax*/

.jumbotron {
    margin-bottom: 0;
}

.paralsec {
    background-image: url("../img/paralla.jpg");
}

.paral {
    width: 100%;
    height: 323px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}

#paralax-text h1 {
    font-weight: normal;
    color: white;
    font-style: italic;
    font-size: 32px;
}

#paralax img {
    margin-bottom: 30px;
    margin-top: -24px;
}

/*modulo2*/
#modulo2 {
    background-image: url("../img/modulo2.jpg");
    background-position: 53% center;
    height: 926px;
}

.barra_izquierda {
    padding: 0 0 2% 0;
    border-bottom: 1px solid #95c121;
    width: 135px;
    float: left;
    margin-top: 14px;
    margin-bottom: 29px;
}

#modulo2 .container {
    margin-top: 80px;
}

#modulo2 ul {
    font-size: 20px;
}

/*modulo3*/

#modulo3 {
    background-image: url("../img/modulo3.jpg");
    color: white;
}

#modulo3 .container {
    margin-top: 130px;
}

.barra_derecha_blanco {
    padding: 0 0 2% 0;
    border-bottom: 1px solid #FFF;
    width: 135px;
    margin-bottom: 25px;
    margin-top: 15px;

}

/*modulo4*/

#modulo4 {
    background-image: url("../img/modulo4.jpg");
    background-position: 40% center;
    height: 1022px;
}

#modulo4 .container {
    margin-top: 90px;
}

#modulo4 ul {
    color: #93d617;
}

#modulo2 ul {
    color: #93d617;
}

#modulo4 p {
    margin: 0;
}

/*modulo5*/
#modulo5 {
    color: white;
    background-image: url("../img/modulo5.jpg");
    height: 870px;
}

#modulo5 .container {
    margin-top: 130px;
}

/*footer*/
/* Footer */
footer {
    padding: 0;
    margin: 0;
    background-color: #373737;
    padding-top: 24px;
}

#footer h2 {
    margin-top: 25px;
    font-size: 18pt;
    color: #95c121;
}

#footer p, i {
    color: white;
}

.titulo_footer {
    margin-top: 64px;
    font-weight: bold;
}

.barra_verde {
    padding: 0 0 2% 0;
    border-bottom: 2px solid #95c121;
}

#barra_verde_superior {
    padding: 0 0 2% 0;
    border-top: 3px solid #95c121;
    text-align: center;
    margin-top: 55px;
}

#titulo_flecha {
    margin-top: 33px;
}

/*Media*/

@media (max-width: 1767px) {
    #modulo1 {
        background-position: 65% center;
    }

    #modulo2 {
        background-position: 54% center;
    }

    #modulo3 {
        background-position: 54% center;
    }

    #modulo4 {
        background-position: 54% center;
    }

}

@media (max-width: 1400px) {
    #modulo1 {
        background-position: 55% center;
    }

    #modulo3 {
        background-position: 35%;
    }
}

@media (max-width: 1200px) {

    #modulo5 {
        background-position: 25%;
    }

    #iconos_header {
        margin-left: 63px;
    }

    .nav-fill .nav-item {
        margin-right: 0px;
    }

    #paralax h1 {
        font-size: 35px;
    }

    #paralax img {
        width: 80px;
    }

    #modulo2 ul {
        font-size: 18px;
    }

}

@media (max-width: 992px) {

    #modulo1 {
        margin-top: 75px;
    }

    #texto_modulo1, #texto_modulo2, #texto_modulo3, #texto_modulo4, #texto_modulo5 {
        margin-top: 35px;
    }

    #paralax {
        margin-top: 100px;
    }

    #modulo1 .container {
        margin-top: 50px;
    }

    #modulo3 .container {
        margin-top: 250px;
    }

    #modulo4 .container {
        margin-top: 200px;
    }

    #modulo5 .container {
        margin-top: 100px;
    }

    .paral {
        margin-top: 90px;
    }

    #paralax h1 {
        font-size: 30px;
    }

    #modulo3 {
        color: black;
    }

    #modulo3 ul {
        color: #95c121;
    }

    #modulo3 .container h1, #modulo5 .container h1 {
        color: #95c121;
    }

    #modulo5 {
        color: black;
    }

    #modulo1, #modulo2, #modulo3, #modulo4, #modulo5 {
        background-image: none;
        margin-top: 50px;
    }

    #iconos_footer {
        margin-top: 60px;
    }

    #iconos_header {
        float: left;
        margin-right: 6px;
        margin-left: 102px;
    }

    .barra_derecha_blanco {
        border-bottom: 1px solid #95c121;
    }

    /*correct de anchor links*/
    .anchor {
        height: 50px;
        margin-top: -50px;
    }

    .anchor#modulo_3, .anchor#modulo_4, .anchor#modulo_5 {
        height: 150px;
        margin-top: -150px;
    }
}

@media (max-width: 767px) {
    #modulo4 .container {
        margin-top: 250px;
    }

    #bottom_bar {
        height: 0px;
    }

    #slider {
        margin-top: 0;
    }

    #iconos_header {
        float: left;
        margin-right: 0px;
    }

    #bocadillo {
        float: right;
    }

    .paral {
        margin-top: 250px;
    }

    .paral img {
        width: 60px;
    }

    #paralax h1 {
        font-size: 30px;
    }

    #modulo5 .container {
        margin-top: 200px;
    }
}

@media (max-width: 576px) {
    #paralax h1 {
        font-size: 20px;
    }

    #paralax img {
        margin-top: 20px;
        width: 50px;
    }

    h1 {

    }
}

@media (max-width: 550px) {
    .texto_slide {
        width: 320px;
        top: 30%;
    }

    #slider h1 {
        font-size: 30px;
    }

    .texto_slide p {
        font-size: 15px;
    }

    .barra_blanca {
        margin-left: 30%;
    }

}

@media (max-width: 495px) {
    #top_bar p {
        font-size: 12px;
        margin-top: 12px;
    }

}

@media (max-width: 480px) {
    .paral {
        margin-top: 250px;
    }

    h1 {
        font-size: 35px;
    }

    #header i {
        text-align: center;
    }

    #modulo5 .container {
        margin-top: 100px;
    }
}

@media (max-width: 460px) {
    #modulo3 .container {
        margin-top: 260px;
    }

    #modulo4 .container {
        margin-top: 250px;
    }

    #modulo5 .container {
        margin-top: 200px;
    }

    footer {
        margin-top: 50px;
    }
}

@media (max-width: 440px) {
    #barra_header #columna_izquierda {
        font-size: 9px;
    }

    .paral {
        margin-top: 390px;
    }
}

@media (max-width: 425px) {
    .paral {
        margin-top: 450px;
    }
}

@media (max-width: 385px) {
    #modulo3 .container {
        margin-top: 300px;
    }

    #modulo4 .container {
        margin-top: 300px;
    }

    #modulo4 .container {
        margin-top: 300px;
    }

    #modulo5 .container {
        margin-top: 350px;
    }

    footer {
        margin-top: 150px;
    }
}

@media (max-width: 375px) {
    #modulo4 {
        margin-top: 125px;
    }

    .texto_slide {
        width: 320px;
        top: 28%;
    }

    #slider h1 {
        font-size: 25px;
    }

    .texto_slide p {
        font-size: 15px;
    }

    #footer {
        margin-top: 125px;
    }

}

@media (max-width: 365px) {
    .navbar {
        padding: 0;
    }

    #modulo4 .container {
        margin-top: 520px;
    }
}

@media (max-width: 360px) {

    #header i {
        text-align: center;
    }

    #modulo1 h1, #modulo2 h1, #modulo3 h1, #modulo4 h1, #modulo5 h1 {
        font-size: 30px;
    }

    #modulo3 .container {
        margin-top: 400px;
    }

    #modulo5 .container {
        margin-top: 500px;
    }

    footer {
        margin-top: 500px;
    }
}

@media (max-width: 332px) {
    #container-nav {
        padding-left: 0;
    }
}

@media (max-width: 320px) {
    h1 {
        font-size: 41px;
    }

    #hiden_icons img {
        margin-right: 4px;
    }
}

/*listado*/

/*ul.listado_features {
    list-style: none;
}*/

/*
#modulo3 ul.listado_features li {
    text-align: right;
}
*/
ul.listado_features li:nth-child(odd) {
    /*background-color: rgba(255, 255, 255, .5);*/
}

ul.listado_features li h3 {
    font-size: 18px;
    padding-right: 1em;
}

ul.listado_features li h3:before {
    /*content: "·";*/
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
}

ul.listado_features {
    margin-top: 25px;
    font-size: 20px;
}

ul {
    padding-left: 22px;
}

/* politica privacidad*/
#contenido_politica {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #edeeef;
}
