html {
    scroll-behavior: smooth;
}

h1,h2,h3,h4 {
    font-family: 'Oswald'!important;
}

.header-page{
    background-image:
    linear-gradient(to bottom,rgba(54, 185, 204, 0.73),  rgba(37, 35, 35, 0.9)),
    url('../img/fondo.jpg');
    width: 100%;
    height: 60vh;
    background-size: cover;
    color: white;
    padding: 20px;
    position: relative;
}

.brands{
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: whitesmoke!important;
}

.arrow{
    font-size: 2rem;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    position: absolute;
    text-align: center;
    bottom: 20px;
    visibility: hidden;
    cursor: pointer;
    color: whitesmoke!important;
}

.logo{
    font-size: 5rem;
    font-weight: 800;
    padding: 1.5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    position: absolute;
    bottom: 20px;
    right: 20px;
    color:rgba(255,255,255,0.8);
    text-align: right;
}

.logo{
    position: static;
    text-align: center;
    margin-top: 20vh;
    line-height: 90px;
    display: block;
    line-height: 0.8em;
}

.logo span {
    font-size: 1.5rem!important;
    display: block;
}

.psicorisk-div{
    background-image:
    linear-gradient(to bottom,rgba(255, 255, 255, 0.9),  rgba(255, 255, 255, 0.95)),
    url('../img/back1.jpg');
    width: 100%;
    background-size: cover;
    background-position: center;
    color: white;
    padding: 20px;
    position: relative;
}

.psicorisk-text{
    color: #343434!important;
    font-size: 1.5em;
    padding-top: 100px;
    padding-bottom: 100px;
}

.psicorisk-text p{
    font-size: 0.8em;
}

.nom-035-div{
    background-color: #565656;
    color: white;
}

.paquetes-div{
    background-image:
    linear-gradient(to bottom,rgba(245, 255, 245, 0.9),  rgba(245, 255, 245, 0.98)),
    url('../img/back3.jpg');
    width: 100%;
    background-size: cover;
    background-position: center;
    color: #36B9CC;
    padding: 20px;
    position: relative;
    font-size: 150%;
}   

.paquetes-div span.circle {
  background: #2F4BA1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #f1f1f1;
  display: inline-block;
  font-weight: 100;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  font-size: 80%;
  width: 20px;
}

.paquetes-div span.subtitle{
    color: #2F4BA1;
    font-size: 110%;
    letter-spacing: 1px;
}

.paquetes-div p.infratitle{
    font-family: 'Oswald';
    font-size: 80%;
    font-weight: bold;
    letter-spacing: 0.2px;
    line-height: 20px;
}


.paquetes-div h2{
    color: #787878;
}

.paquetes-div hr{
    border-color: #787878!important;
}

.paquetes-div h4{
    color: #252525;
}

.footer-page{
    background-image: linear-gradient(to bottom,rgba(31, 34, 34, 0.801),  rgba(65, 65, 70, 0.9));
    width: 100%;
    background-size: cover;
    background-position: bottom;
    color: white;
    padding: 20px;
    position: relative;
}

#facebook-chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
}

.fb-button{
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

.nuestro-sistema-div{
    background-image:
    linear-gradient(to bottom,rgba(15, 15, 15, 0.75),  rgba(0, 0, 0, 0.90)),
    url('../img/back2.jpg');
    width: 100%;
    background-size: cover;
    background-position: bottom;
    color: white;
}

.footer-page h5 {
    margin-top: 30px;
}

.footer-page span {
    display: block;
}

.footer-page a{
    font-size: 1em!important;
    color: whitesmoke!important;
}

.aviso-cookies{
    position: fixed;
    width: 100%;
    background-color: rgba(25,25,25,0.5);
    color: white;
    font-size: 9x;
    bottom: 0;
    text-align: center;
}

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

    .header-page{
        height: 90vh!important;
    }

    .logo{
        font-size: 2rem;
        position: static;
        text-align: center;
        margin-top: 35vh;
        line-height: 90px;
        display: block;
        line-height: 0.8em;
    }
    
    .logo span {
        font-size: 0.8rem!important;
        display: block;
    }

    .arrow{
        visibility: visible;
        margin-left: 45%;
        margin-right: 45%;
    }

}