html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto Slab', serif;
    color: #666666;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
}

.row > .col > .row {
    margin-left: 0;
    margin-right: 0;
}

img {
    max-width: 100%;
}

/*form link button*/
a#formLinkButton {
    cursor: pointer;
    z-index: 5;
    position: fixed;
    right: 50px;
    border-radius: 50%;
    border-width: 2px;
    border-color: #E40427;
    background-color: #fff;
    color: #E40427;
    font-size: 30px;
    transition: all .5s ease-in-out;
}

a#formLinkButton {
    bottom: 50px;
}

div#aboutUsVideoLinkWrapper {
    position: absolute;
    left: 20px;
    top: 30px;
}

div#aboutUsVideoLinkWrapper button {
    min-width: 58px;
    cursor: pointer;
    border-radius: 50%;
    border-width: 2px;
    border-color: #fff;
    background-color: #E40427;
    color: #fff;
    font-size: 30px;
    transition: all .5s ease-in-out;
}

div#aboutUsVideoLinkWrapper button:hover {
    border-color: #E40427;
    background-color: #fff;
    color: #E40427;
}

div#aboutUsVideoLinkWrapper .link_text {
    display: inline-block;
    text-align: left;
    position: relative;
    left: 10px;
    top: 10px;
    color: #fff;
}

div#aboutUsVideoLinkWrapper .link_text p {
    margin-bottom: 0;
}

div#aboutUsVideoLinkWrapper .link_text p.first {
    font-size: 18px;
    font-weight: 600;
}

div#aboutUsVideoLinkWrapper .link_text p.second {
    font-style: italic;
    cursor: pointer;
}

a#formLinkButton:hover, button#aboutUsVideoLinkWrapper:hover {
    border-color: #fff;
    background-color: #E40427;
    color: #fff;
}

/*cookies*/
#barraaceptacion {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
    min-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 99999;
}

.inner {
    width: 100%;
    position: absolute;
    padding-left: 5px;
    font-family: verdana;
    font-size: 12px;
    top: 30%;
}

.inner a.ok {
    padding: 4px;
    color: #E40427;
    text-decoration: none;
}

.inner a.info {
    padding-left: 5px;
    text-decoration: none;
    color: #fff;
}

/* Aditional */
.margin-top-100-px {
    margin-top: 100px;
}

.margin-top-50-px {
    margin-top: 50px;
}

.margin-bottom-100-px {
    margin-bottom: 100px;
}

.margin-bottom-50-px {
    margin-bottom: 50px;
}

.padding-top-100-px {
    padding-top: 100px;
}

.padding-top-50-px {
    padding-top: 50px;
}

.padding-bottom-100-px {
    padding-bottom: 100px;
}

.padding-bottom-50-px {
    padding-bottom: 50px;
}

.bg-low-grey {
    background-color: #fafafa;
}

.class-legal-link {
    color: #fff;
}

.class-legal-link:hover {
    color: #720213;
}
