@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&family=Quicksand:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'futuralight';
    src: url('../font/futura_light_font-webfont.woff2') format('woff2'),
        url('../font/futura_light_font-webfont.ttf') format('ttf'),
        url('../font/futura_light_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-image: url('../img/bg.png');
    /* font-family: 'Nunito', sans-serif; */
    font-family: 'futuralight';
}

:root {
    --color1: #ff6633;
    --color2: #c04b24;
}

.color1 {
    background-color: var(--color1);
}

a.color1 {
    background-color: var(--color1);
}

a.color1:hover {
    background-color: var(--color2);
}

.btn-wow {
    width: 65%;
    margin-bottom: 20px;
}

.color1-text {
    color: var(--color1);
}

.row {
    margin-bottom: 0;
}

.margen {
    padding: 2rem 0 !important;
}

.logo {
    margin-bottom: 45px;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

.extrabold {
    font-weight: 800;
}

.fontblack {
    font-weight: 900;
}

.size2 {
    font-size: 30px;
}

.size1 {
    font-size: 24px;
}

.relleno {
    padding: 20px 20px 15px;
}

.acceso {
    margin: 45px auto;
}

.browser-default {
    color: black;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    text-align: center;
    font-weight: 500;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
}

.datos {
    color: black;
    font-size: 14px;
    margin-bottom: 20px;
}

a {
    color: black;
}

a.active {
    text-decoration: underline;
}

.responsive-video {
    width: 100%;
}

.tabs {
    margin: 20px 0;
    height: 91px;
    line-height: 91px;
}

.tabs .tab {
    width: 100%;
    height: 91px;
    line-height: 91px;
}

.tabs .tab a {
    color: #212122;
    width: 100%;
    height: 91px;
    line-height: 91px;
}

.tabs .tab a:hover,
.tabs .tab a:focus,
.tabs .tab a:focus.active,
.tabs .tab a.active {
    color: #212122;
    background-color: white;
}

.tabs .indicator {
    background-color: rgba(0, 0, 0, 0);
}

.logo-footer {
    width: 75%;
    float: right;
    display: block;
}
.logo-footer-mobile {
    display: none;
}

.col.imagenes{
    padding: .75rem !important;
}
.col.imagenes img{
    margin-bottom: -7px;
}
@media screen and (max-width: 600px) {
    .datos {
        text-align: center;
    }
    .logo-footer{
        display: none;
    }
    .logo-footer-mobile {
        width: 60%;
        display: block;
        margin: 0% 20%;
    }
}