/*font-family: 'Abel', sans-serif;*/
.logo{
    width: 150px;
}

.lista_1{
    font-size: 17px;
    list-style-image: url(../images/ind_1.png);
    /*font-family: aliqua;*/
    font-family: 'Abel', sans-serif;
    letter-spacing: 1px;
    padding-left: 17px;
}

.lista_2{
    font-size: 17px;
    list-style-image: url(../images/ind_1.png);
    /*font-family: aliqua;*/
    font-family: 'Abel', sans-serif;
    letter-spacing: 1px;
    padding-left: 17px;
    text-align: left;
}

#marie{
    background: url(../images/bg4.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

}
#bernard{
    background: url(../images/bg5.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

}

#albert{
    background: url(../images/bg2.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

}

#sabias-que{
    background: url(../images/bg3.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

}
@media(max-width:1200px){
    #marie{
        background: url(../images/bg4-3.jpg) no-repeat;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }
    #albert{
        background: url(../images/bg2-3.jpg) no-repeat;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }
    #bernard{
        background: url(../images/bg5-3.jpg) no-repeat;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
    }
}

h2.frases{
    margin-top: 10%;
    margin-bottom: 5%;
    
    
}
.azul{
    color: #35c6f4;
}
.negritas{
    color: #000;
    font-weight: 900;
}

.aviso{
    width: 6%;
    margin-left: 50px;
}

#aviso{
    z-index: 9999;
}

.logos{
    margin-top: -100px;
}
/*barra social*/
.icon-bar {
    position: fixed;
    top: 50%;
    right: -2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    background-color: rgba(252, 7, 7, 0);
    border-radius: 10px 0px 0px 10px;
}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 8px;
    transition: all 0.3s ease;
    font-size: 30px;
}

.facebook {
    background: #fff;
    color: #3B5998;
    border-radius: 10px 0 0 0;
}
.twitter {
    background: #fff;
    color: #55ACEE;
    border-radius: 0px;
}
.linkedin {
    background: #fff;
    color: #007bb5;
    border-radius: 0px;
}
.instagram {
    background: #fff;
    color: #833AB4;
    border-radius: 0 0 0 10px;
}
.facebook:hover{
    background: #3B5998;
    color: #fff;
}
.twitter:hover {
    background: #55ACEE;
    color: #fff;
}
.linkedin:hover {            
    background:#007bb5;
    color:#fff;
}
.instagram:hover{
    background: #833AB4;
    color: #fff;

}

.aliados{
    margin-top: 20px;
}