@font-face {
    font-family: 'JD Sans';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/JDSansLight.woff2') format('woff2'), url('../fonts/JDSansLight.woff') format('woff');
}

@font-face {
    font-family: 'JD Sans';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/JDSans-Bold.woff2') format('woff2'), url('../fonts/JDSans-Bold.woff') format('woff');
}

@font-face {
    font-family: 'JD Sans Book';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/JDSansBook.woff2') format('woff2'), url('../fonts/JDSansBook.woff') format('woff');
}

@font-face {
    font-family: 'JD Sans';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/JDSans.woff2') format('woff2'), url('../fonts/JDSans.woff') format('woff');
}

::-webkit-scrollbar {
    width: 0.1px;
    height: 100%;
}

::-webkit-scrollbar-track {
    background-color: #f0ab01;
}

/* the new scrollbar will have a flat appearance with the set background color */
::-webkit-scrollbar-thumb {
    background-color: #f0ab00;
}

/* this will style the thumb, ignoring the track */
::-webkit-scrollbar-button {
    background-color: #f0ab00;
}


.ctas {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.ctas a {
    display: flex;
    width: 100%;
    text-decoration: none;
}

.ctas a i {
    margin-right: 0.2rem;
}

.infom {
    margin: 0px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em !important;
    border: 2px solid #f0ac00;
    padding: 10px;
    background: #f0ac00;
    color: #000;
    margin-top: 0px;
    font-family: 'JD Sans';
    font-weight: bold;
    font-style: normal;
    width: 100%;
}

.infom2 {
    margin: 0px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em !important;
    border: 2px solid #01E675;
    padding: 10px;
    background: #01E675;
    color: #ffffff;
    margin-top: 0px;
    margin-left: 5px;
    font-family: 'JD Sans';
    font-weight: bold;
    font-style: normal;
    width: 100%;
}

.accordion-menu {
    margin: 0px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1em !important;
    border: 2px solid #00897b;
    padding: 10px;
    background: #00897b;
    color: #8a8a8a;
    margin-top: 0px;
    margin-left: 5px;
    font-family: 'JD Sans';
    font-weight: bold;
    font-style: normal;
    width: 100%;
}

.accordion-menu a {
    color: #d8d8d8;
    font-family: 'JD Sans';
    font-weight: bold;
    font-style: normal;
    font-size: 0.85rem;
}

.menu.nested {
    margin-left: 0rem !important;
}

ul.nested li a {
    background: #ffffff;
    color: #00897b;
    text-decoration: none;
    border: 0.5px solid #00897b;
}

.is-accordion-submenu-parent>a::after {
    display: none !important;
}

.infom:hover {
    border: 2px solid #f0ac00;
    background: #fff;
    color: #000;
    text-decoration: none;
}

.infom2:hover {
    border: 2px solid #01E675;
    background: #ffffff;
    color: #01E675;
    text-decoration: none;
}

.accordion-menu:hover {
    border: 2px solid #00897b;
    background: #ffffff;
    color: #00897b;
    text-decoration: none;
}

.accordion-menu a:hover {
    background: #ffffff;
    color: #00897b;
    text-decoration: none;
}

/* ESTILOS AVISO*/

.alert {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 10;
    width: 12%;
    height: 3rem;
    background: #f0ab00;
    border-radius: 0px 4px 4px 0px;
    left: 0rem;
    top: 10%;
    transition: 0.5s all linear;
}

.alert p {
    margin-bottom: 0px;
    margin-right: 10px;
    color: #212121;
    font-size: 0.9rem;
    line-height: 0.9rem;
    width: 71%;
}

.reveal-container {
    background-color: rgba(10, 10, 10, .45);
    position: absolute;
    justify-content: center;
    z-index: 1007;
    height: 100%;
    display: none;
    top: 0px;
    width: 100%;
}

.reveal {
    z-index: 1007;
    display: block;
    padding: 1rem;
    top: 0px;
    max-width: 600px;
    border-radius: 0;
    width: 100%;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}

.reveal h1 {
    font-size: 1.5rem
}

.lead {
    font-size: 1rem !important;
    text-align: justify;
    font-size: 0.78rem !important;
    line-height: 0.9rem;
    margin-bottom: 0;
}

.reveal h3 {
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    width: 90%;
}

.reveal p {
    color: #212121;
}

.close-button {
    position: absolute;
    color: #212121;
    cursor: pointer;
}

.close-button:hover,
.close-button:focus {
    color: #fff;
}

/* END - ESTILOS AVISO*/




[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 0rem;
    margin-bottom: 0;
    vertical-align: baseline;
}


p.infom {
    margin: 0px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px !important;
}

p.infom a {
    margin-top: 0px;
    font-size: 14px;
    margin-left: 5px;
}





.fondo-bg-mobile-new {
    display: none;
}

.row.enviar {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

li.terminos_checks {
    display: flex;
    align-items: center;
    /* margin-bottom: 16px; */
}

li.terminos_checks label p {
    text-align: start;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.3;
}

li.terminos_checks input {
    margin-bottom: 0px;
}

.logo-jd img {
    margin-top: 10px;
    width: 85%;
}

.logo-casatoro img {
    width: 100px;
}

.titulo {
    font-family: 'JD Sans';
    font-weight: bold;
    font-style: normal;
    color: #000000;
    line-height: .9;
    text-align: center;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.titulo2 {
    color: #ffffff;
    line-height: 2rem;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 2rem;
    text-transform: uppercase;
    font-family: 'JD Sans';
    font-weight: bold;
    font-style: normal;
    display: flex;
    z-index: 3;
    justify-content: center;
    letter-spacing: 10px;
}

footer {
    width: 100%;
    /* height: 100%; */
    display: block;
    position: absolute;
    z-index: 9999;
    bottom: 2px;
    /* background: aqua; */
}

.logo-ct-new {
    position: absolute;
    top: 4%;
    left: 50px;
}

.logo-ct-new img {
    width: 200px;
}

.logo-icon {
    position: absolute;
    /* top: 0%; */
    left: 31.7%;
    z-index: 3;
    bottom: 0%;
}

.logo-icon img {
    width: 23px;
}





.fondo-bg-pc-new {
    /*background: url(../img/bg.jpg);*/
    width: 65vw;
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    overflow: auto;
}


.fade-container {
    width: 100%;
    height: 30%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fade {
    width: 100%;
    position: absolute;
    height: 100%;
    display: block;

}

.fade div {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
}

.fade div img {
    float: left;
    width: 100%;
    position: absolute;
    top: -30%;
    object-fit: fill;
}



div.img_uno {
    /*background-color: red;*/
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: 50%;
    position: absolute;
    display: flex;
    /*  animation: uno 15s infinite;*/
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
}

.box-copy-img {
    position: relative;
    /* left: 1rem; */
    width: 52%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.box-copy-img h1 {
    font-family: 'JD Sans';
    font-weight: bold;
    font-style: normal;
    text-align: center;
    color: #e99b00;
    /* line-height: 58px; */
    width: 100%;
    font-size: 2.5rem;
    text-shadow: 0px 0px 6px #674b34;
}



.box-copy-img h2 {
    font-family: 'JD Sans';
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #ffffff;
    line-height: 6px;
    font-size: 1.2rem;
    /* text-shadow: 0px 0px 6px #674b34; */
    margin-bottom: 0px;
    width: 100%;
}

.box-copy-img h2 .deco {
    font-family: 'JD Sans';
    font-weight: bold;
    font-style: normal;
    color: #e99b00;
}


.copy-container {
    width: 100%;
    height: 70%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    vertical-align: middle;
    background-color: #ffF;
    overflow: auto;
    /* padding: 5%; */
}

.area-copy {
    width: 100%;
    height: 15%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    vertical-align: middle;
    overflow: auto;
    justify-content: center;
    /* padding: 1%; */
    background-color: #f0ab00;
}



.area-copy h2 {
    color: #000000;
    text-shadow: none;
    text-transform: uppercase;
    /* display: flex; */
    width: 100%;
    margin-bottom: 0px;
    font-size: 1rem;
}


.area-copy h5 {
    color: #051844;
    text-shadow: none;
    text-transform: uppercase;
}


.area-copy p {
    color: #212121;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    width: 95%;
    margin-bottom: 5%;
}

.area-copy p.terminos {
    color: #9e9e9e;
    text-align: center;
    font-size: 9px;
    line-height: 13px;
    margin-bottom: 0%;
    margin-top: 4.5%;

}

.area-logos {
    width: 100%;
    height: 25%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    vertical-align: middle;
    overflow: auto;
    justify-content: center;
    padding: 1%;
    background-color: #f2f2f2;

}

.area-logos p {
    color: #8f8f8f;
    font-family: 'JD Sans';
    font-weight: 300;
    font-style: normal;
    font-size: 1.2rem;
    margin-top: 0px;
    margin-bottom: 0px;
}

.area-logos .logos {
    width: 97%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.area-logos .logos .log_1 {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.area-bono ul {
    color: #9e9e9e;
    text-align: center;
}

.area-bono ul.servicios {
    color: #9e9e9e;
    text-align: left;
    /* list-style: none; */
    width: 100%;
    margin-bottom: 0;
    position: relative;
    left: 5%;
}

.area-bono ul.servicios li {
    font-size: 14px;

}

.area-bono ul.servicios li i {
    display: block;
    font-size: 35px;
    text-align: center;
    width: 100%;
    height: 50px;

}

.serv-container {
    display: block;
    justify-content: space-around;
    width: 100%;


}

.dire-container {

    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 3% 0;

}

.area-copy ul.direcciones {
    width: auto;
    text-align: left;
    font-size: 12px;
}

.area-bono {
    width: 100%;
    height: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    vertical-align: middle;
    overflow: auto;
}

.bono {
    display: block;
    width: 100%;
    height: 100%;
}

.container-bono {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.area-bono .copy-bono {
    width: 50%;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    vertical-align: middle;
    padding: 1% 5%;
    /*background-image: url(../img/bg-bonos.jpg);*/
    background-size: cover;
    z-index: 1;
    justify-content: center;
    background-color: #3d3935;
}

.bg_txt {
    position: absolute;
    z-index: -3;
    width: 50%;
    height: 100%;
    background: #3d3935;
    display: block;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    vertical-align: middle;
    justify-content: center;
    object-fit: fill;
    overflow: hidden;
    transition: scaleY(1.02);
}

.bg_txt img {
    width: 100%;
    object-fit: fill;
    transform: scale(1.2);
}




.mb_img {
    display: none;
}

.area-bono .copy-bono h2 {
    width: 100%;
    text-align: left;
    font-size: 1.5em;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    line-height: 1.2;
    margin-bottom: 0rem !important;
    font-family: 'JD Sans';
    font-weight: bold;
    font-style: normal;
    z-index: 1;
}

.area-bono .copy-bono h3 {
    width: 100%;
    text-align: left;
    font-size: 2.5em;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 1rem;
    z-index: 1;
}

.blanco {
    color: #ffffff;
}

.negro {
    color: #000000 !important;
}

.area-bono .copy-bono p.sub-title {
    width: 100%;
    text-align: left;
    color: #FFF;
    font-size: 1.5em;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.65);
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 1rem;
}

.area-bono p.terminos {
    color: #f2f2f2;
    text-align: left;
    font-size: 15px;
    line-height: 18px;
    width: 90%;
    z-index: 1;
}


.area-bono .img-bono {
    width: 50%;
    height: 100%;
    background: #101010;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;
    vertical-align: middle;
    z-index: 1;
    justify-content: center;
}

div.bg_b {
    /*background-color: red;*/
    /* background-image: url(../img/b_uno.jpg);*/
    /*   background-size: cover;*/
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: fill;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    overflow-x: hidden;
}


div.bg_b_dos {
    /*background-color: red;*/
    /* background-image: url(../img/b_dos.jpg);*/
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background-repeat: no-repeat;
}

div.bg_b_tres {
    /*background-color: red;*/
    /*   background-image: url(../img/b_tres.jpg);*/
    background-size: cover;
    width: 100%;
    height: 100%;

    position: relative;
    display: block;
    background-repeat: no-repeat;
}


div.bg_b_cuatro {
    /*background-color: red;*/
    /*   background-image: url(../img/b_cuatro.jpg);*/
    background-size: cover;
    width: 100%;
    height: 100%;

    position: relative;
    display: block;
    background-repeat: no-repeat;
}

.bg_b img {
    width: 100%;
    object-fit: fill;
    transform: scale(1.2);
    overflow-x: hidden;
    height: 100%;
}




.form_new {
    position: fixed;
    width: 35vw;
    height: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    overflow: auto;
    justify-content: center;
    right: 0px;
    background: rgba(255, 255, 255, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 83%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(83%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 83%, rgba(237, 237, 237, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 83%, rgba(237, 237, 237, 1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 83%, rgba(237, 237, 237, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 83%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=1);
    -webkit-box-shadow: -2px 0px 5px 0px rgba(114, 114, 114, 0.18);
    -moz-box-shadow: -2px 0px 5px 0px rgba(114, 114, 114, 0.18);
    box-shadow: -2px 0px 5px 0px rgba(114, 114, 114, 0.18);
}

.logo-moto {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px;
}

.logo-jd {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.logo-casatoro {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



.fondo {
    padding: 0 25% 0 25%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}


.img_fondo {
    display: flex;
    width: 100%;
    height: 100vh;
    position: relative;
    background: #000;
    padding: 0px;
    margin: 0px;

}

#img_mobile {
    display: none;
}

#head_mobile {
    display: none;
}

#copy_pc {
    display: block;
}

#copy_mobile {
    display: none;
}


body,
h1,
h2,
h3,
h4,
h5,
p,
input,
a {
    color: #212121;
    font-family: 'JD Sans';
    font-weight: normal;
    font-style: normal;
}


p.servicios {
    color: #FFF;
    font-family: 'JD Sans';
    font-weight: normal;
    font-style: normal;
}


header .logo-moto {
    float: left;
    width: 30%;
    text-align: left;
    max-width: 215px;
}

header .logo-jd {
    float: right;
    width: 30%;
    text-align: right;
    margin-right: 93px;
    max-width: 215px;
}

img.img-respo {
    width: auto;
    /* margin-left: 44px; */
}

img.img-respo {
    width: 100% !important;
    margin-left: 44px;
    display: none;
}

.titu-form {
    width: 100%;
    /* margin-bottom: 20px; */
    /* margin-top: 20px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.foot-form {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;

}

::-webkit-input-placeholder {
    color: #030c2d !important;
    font-size: 14px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #030c2d ! important;
    font-size: 14px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #030c2d !important;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #030c2d !important;
    font-size: 14px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
}




article .right_side .fondo .pointer-up {
    position: absolute;
    border: 10px solid #c01a20;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}

article form {
    width: 300px;
    height: 100%;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
}

article form h3 {
    font-size: 14px;
    color: #808080;
    line-height: 1.1;
    font-family: 'JD Sans Book';
    font-weight: normal;
    font-style: normal;
    /* margin-bottom: 1rem; */
    text-align: center;
}

article form fieldset .row {
    /* margin: 0 !important; */
    display: flex;
    justify-content: center;
}

article form input[type=text],
article form input[type=email],
article form input[type=number] {
    width: 90%;
    height: 1.8rem;
    color: #666666;
    font-size: 9pt;
    font-family: 'JD Sans';
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0.5rem;
    border: 1px solid #666666;
    border-radius: 5px;
    box-shadow: none;
}

.select1 {
    width: 90%;
    height: 1.8rem;
    position: relative;
    background: #fff;
    margin-bottom: 0.5rem;

}

.select1 select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.8rem;
    font-family: 'JD Sans Book';
    font-size: 11pt;
    color: #666666;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0.5rem;
    border: 1px solid #666666;
    border-radius: 5px;
    box-shadow: none;
    line-height: 1.1;
    z-index: 2;
    color: #666666;
}

.select1 select:hover {
    color: #000;
}

.select1 .select1-fondo {
    width: 100%;
    height: 1.8rem;
    border: 1px solid #666666;
    border-radius: 5px;
    position: relative;
    display: block;
    background: url(../img/select2.png) 97% center no-repeat;
    padding-left: 7px;
    line-height: 28px;
    font-size: 14px;
    color: #2d363e;
    background-color: #fff;
    /* height: 2.4375rem; */
}

.select1 .select1-fondo:hover {

    color: #000;
}


.select2 {
    width: 100%;
    height: 32px;
    position: relative;
    background: #fff;
    height: 2.4375rem;
    padding: 0px 5px;
}

.select2 select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    color: #000;
    height: 2.4375rem;
}

.select2 select:hover {
    color: #000;
}

.select2 .select2-fondo {
    width: 100%;
    height: 32px;
    border: 1px solid #030c2d;
    position: relative;
    display: block;
    background: url(../img/select2.png) 97% center no-repeat;
    padding-left: 5px;
    line-height: 37px;
    font-size: 14px;
    color: #2d363e;
    background-color: #fff;
    height: 2.4375rem;
}

.select2 .select2-fondo:hover {

    color: #000;
}

article form input[type=radio] {
    margin-top: 8px;

}

article form input[type=submit] {
    font-size: 17px;
    color: #000000;
    width: 130px;
    height: 32px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    background: #f0ab00;
    border: none;
    box-shadow: none;
    -webkit-transition: 0.5s all linear;
    -moz-transition: 0.5s all linear;
    -ms-transition: 0.5s all linear;
    -o-transition: 0.5s all linear;
    transition: 0.5s all linear;
    font-family: 'JD Sans';
    font-weight: bolder;
    font-style: normal;
}

article form input[type=submit]:hover {
    background: #000000;
    color: #ffffff;
}

article form p {
    width: 100%;
    font-size: 11px;
    color: #808080;
    font-family: 'JD Sans';
    font-weight: 300;
    font-style: normal;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: .5rem;
    display: block;
}

article form fieldset .checkbox {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    /* margin-bottom: 20px; */
}

article form label {
    width: 100%;
    display: inline-block;
    font-size: 11px;
    color: #FFF;
    line-height: 1.1;
}

article form a {
    color: #212121;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    /* margin-bottom: 0.5rem; */
    display: inline;
    margin-top: 5px;
}

article form a:hover {
    color: #909090;
    text-decoration: underline;
}

article .mensaje {
    background: rgba(0, 0, 0, 0.85);
    padding: 1.5rem;
}

article h2 {
    /* width: 100%; */
    text-align: center;
    color: #FFF;
    font-size: 34px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.65);
    line-height: 1.1;
    font-weight: bold;
    /* margin-bottom: 2rem; */
}

article h5 {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 22px;
}

article h5 a {
    background: #ed1c24;
    color: #FFF;
    padding: 6px 8px;
}

article h5 a:hover {
    color: #FFF;
}

footer {
    width: 100%;
    display: block;
    padding-bottom: 1rem;
}

footer p {
    font-size: 11px;
    font-weight: bold;
    color: #fafafa;
    text-shadow: #080808 0px 1px 20px;
    line-height: 1.1;
    display: block;
    width: 90%;
    max-width: 670px;
    margin: 0 auto;
    text-align: center;
}

footer p span {
    color: #ed1c24;
}

#overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 96;
    background: rgba(0, 0, 0, 0.85);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

#overlay .contenido {
    width: 90%;
    max-width: 600px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
}

#overlay-error {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    background: rgba(0, 0, 0, 0.85);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

#overlay-error .contenido {
    width: 90%;
    max-width: 550px;
    background: #FFF;
    padding: 2rem;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
    position: relative;
}

#overlay-error .contenido .cerrar {
    width: 35px;
    height: 35px;
    background: #FFEB3B;
    color: #000;
    line-height: 35px;
    text-align: center;
    position: absolute;
    right: -15px;
    top: -15px;
}

#overlay-error .contenido .cerrar:hover {
    background: #9E9E9E;
}

#overlay-error .contenido h3 {
    font-size: 24px;
    color: #dcc602;
    font-weight: bold;
    margin-bottom: 1.5rem;
    width: 100%;
    text-align: center;
}

#overlay-error .contenido p {
    font-size: 16px;
    color: #2e2e2e;
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
    line-height: 1.1;
}

#overlay-error .contenido li {
    font-size: 16px;
    color: #2e2e2e;
    width: 100%;
    margin-bottom: 1rem;
    text-align: left;
    line-height: 1.1;
    list-style-type: none;
}

#overlay-error .contenido li:before {
    color: #ed1c24;
    content: "\2022";
    padding-right: 15px;
}

#overlay-datos {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.85);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

#overlay-datos .contenido {
    width: 90%;
    max-width: 550px;
    background: #FFF;
    padding: 2rem;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
    position: relative;
}

#overlay-datos .contenido .cerrar {
    width: 35px;
    height: 35px;
    background: #FFEB3B;
    color: #000;
    line-height: 35px;
    text-align: center;
    position: absolute;
    right: -15px;
    top: -15px;
}

#overlay-datos .contenido .cerrar:hover {
    background: #9E9E9E;
}

#overlay-datos .contenido h3 {
    font-size: 34px;
    color: #dcc602;
    font-weight: bold;
    margin-bottom: 1.5rem;
    width: 100%;
    text-align: center;
}

#overlay-datos .contenido p {
    font-size: 17px;
    color: #2e2e2e;
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
    line-height: 1.1;
}

#overlay-datos .contenido span {
    font-size: 26px;
    color: #2e2e2e;
    width: 100%;
    text-align: center;
    line-height: 1.1;
    display: block;
}

#overlay-datos .contenido .ir {
    width: 200px;
    height: 50px;
    background: #FFEB3B;
    font-family: 'renault_lifebold' !important;
    padding: 15px;
    color: #000;
    line-height: 35px;
    text-align: center;
    position: relative;
    right: 3%;
    top: -15px;
    font-size: 12px;
}

#overlay-datos .contenido .ir:hover {
    background: #9E9E9E;
    color: #fff;
}

#overlay-datos .contenido .web {
    width: 200px;
    height: 50px;
    background: #FFEB3B;
    font-family: 'renault_lifebold' !important;
    padding: 15px;
    color: #000;
    line-height: 19px;
    text-align: center;
    position: relative;
    left: 3%;
    top: -15px;
    font-size: 12px;
}

#overlay-datos .contenido .web:hover {
    background: #9E9E9E;
    color: #fff;
}


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

    .centtro {
        display: flex;
        align-items: center;
        background: #123c64;
        padding: 5% 0 5% 0;
    }

    .fondo {
        padding: 0 15% 0 15%;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
    }

    .fade div img {
        float: left;
        width: 100%;
        position: absolute;
        top: -10%;
        object-fit: fill;
    }



}


@media screen and (max-width: 1366px) {
    .form_new {
        width: 35%;
        /* padding-top: 4rem; */
        align-content: flex-start;
        /* justify-content: flex-end; */
        align-items: flex-start;
    }

    .fondo-bg-pc-new {
        width: 65%;
    }

    .centtro {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #123c64;
        padding: 4.5% 0 4.5% 0;
    }

    .fondo {
        padding: 0 15% 0 15%;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
    }

    .logo-jd img {
        margin-top: 6px;
        width: 85%;
    }

}




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

    .area-bono .copy-bono h3 {
        width: 100%;
        text-align: left;
        font-size: 2em;
        text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
        line-height: 1.1;
        font-weight: bold;
        margin-bottom: 1rem;
        z-index: 1;
    }

    p.servicios {
        line-height: 1.2;
        font-size: 1rem;
        color: #FFF;
        font-family: 'JD Sans';
        font-weight: normal;
        font-style: normal;
    }


    .centtro {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #123c64;
        padding: 0px 5px 0px 5px;
    }

    .fondo {
        padding: 0 15% 0 15%;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
    }

    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }

    img.img-respo {
        width: 100% !important;
        margin-left: 44px;
        align-self: center;
    }

    article form h3 {
        font-size: 13px;
        color: #808080;
        line-height: 1.1;
        font-family: 'JD Sans Book';
        font-weight: normal;
        font-style: normal;
        /* margin-bottom: 1rem; */
        text-align: center;
    }

    .box-copy-img {
        width: 45%;
    }

    .box-copy-img h2 {
        font-size: 0.7rem;
        margin-bottom: 0px;
    }

    .box-copy-img h1 {
        font-size: 1.6rem;
        margin-bottom: 0px;
    }

    .fade div img {
        float: left;
        width: 100%;
        position: absolute;
        top: -13%;
        object-fit: fill;
    }

    .area-logos p {
        font-size: 0.6rem;

    }

    .alert p {
        font-size: 0.6rem;
        line-height: 0.8rem;

    }

    .area-bono ul.servicios li {
        font-size: 0.7rem;

    }

    .bono {
        height: -webkit-fill-available;
    }

    div.bg_b {
        height: 100%;
    }

    .bg_b img {
        height: -webkit-fill-available;

    }



    .bg_txt img {
        height: fit-content;
    }



}

@media screen and (max-height: 600px) {
    article form {
        align-items: flex-start;
    }

    .area-copy h2 {
        font-size: 0.8rem;
    }

    .area-bono ul.servicios li {
        font-size: 0.6rem;

    }

    .area-logos p {
        font-size: 0.6rem;

    }

    .alert p {
        font-size: 0.6rem;
        line-height: 0.8rem;

    }

}


@media screen and (max-height: 850px) {
    .center-div {
        height: auto;
    }

    .fade div img {
        float: left;
        width: 100%;
        position: absolute;
        top: -30%;
        object-fit: fill;
    }



}


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

    .separador {
        display: none;
    }

    p.servicios {
        line-height: 1.2;
        font-size: 1rem;
        color: #FFF;
        font-family: 'JD Sans';
        font-weight: normal;
        font-style: normal;
    }

    .form_new {
        width: 100%;
        position: relative;
        padding-top: 15px;
        padding-bottom: 15px;
        height: -webkit-fill-available;
    }

    .fondo-bg-pc-new {
        /*background: url(../img/bg-mobil.jpg);*/
        width: 100vw;
        height: 100vh;
        background-size: cover !important;
        background-position: 26% 26% !important;
    }

    .fade-container {
        height: 25%;
    }

    .copy-container {
        height: 75%;

    }

    .box-copy-img {
        width: 80%;
    }

    .box-copy-img h2 {
        font-size: 1.2rem;
    }

    .box-copy-img h1 {
        font-size: 2.6rem;
    }

    .area-copy {
        height: 10%;
    }

    .area-copy h2 {
        font-size: 1rem;
        width: 95%;
    }


    .area-logos {
        height: 18%;
    }

    .area-logos p {
        font-size: 1rem;
        padding-top: 1rem;
    }

    .area-bono {
        height: 72%;
    }

    .bono {
        height: 100%;
    }

    .container-bono {
        display: block;
    }

    .area-bono .container-bono ul {
        text-align: center;
    }

    .area-bono .container-bono ul.servicios {
        text-align: left;
        /* list-style: none; */
        display: block;
        width: 59%;
        z-index: 1;
        left: 6%;
    }

    .area-bono .container-bono ul.servicios li {
        font-size: 1rem;

    }

    .area-bono .img-bono {
        display: none;
    }

    .mb_img {
        width: 100%;
        height: 50%;
        background: #223972;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: center;
        vertical-align: middle;
        justify-content: center;
    }

    .mb_img img {
        width: 100vw;
    }

    .logo-icon {

        display: none;
    }

    .area-bono .copy-bono {
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-self: center;
        vertical-align: middle;
        z-index: 0;
    }

    .bg_b_uno,
    .bg_b_dos,
    .bg_b_tres,
    .bg_b_cuatro {
        display: none;
    }



    .area-bono .copy-bono h2 {
        width: 100%;
        text-align: center;
        color: #FFF;
        font-size: 3em;
    }

    .area-bono .copy-bono h3 {
        width: 100%;
        text-align: center;
        font-size: 3em;
        margin-bottom: 0.5rem;
    }

    .area-bono .copy-bono p.sub-title {
        width: 100%;
        text-align: center;

    }

    .area-bono p.terminos {
        color: #f2f2f2;
        text-align: center;
        font-size: 1.5rem;
        line-height: 2.1rem;
        width: 88%;
    }

    .bg_txt {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 50%;
        /* background: #3d3935; */
        display: block;
        flex-direction: column;
        align-items: flex-start;
        align-self: center;
        vertical-align: middle;
        justify-content: center;
        object-fit: fill;
        overflow: hidden;
        transition: scaleY(1.02);
    }

    .alert {
        top: auto;
        bottom: 0%;
        width: 100%;
        height: 1rem;
    }

    .alert p {
        font-size: 0.7rem;
    }

    .reveal {
        height: auto;
    }



}


/*MOVIL*/
@media screen and (max-width: 640px) {



    #box_mobile {
        display: none;
        position: relative;
        height: auto;
    }


    .logo-jd img {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 400px;
    }

    .alert {
        top: auto;
        bottom: 0%;
        width: 100%;
        height: 1rem;
    }

    .alert p {
        font-size: 0.7rem;
    }

    article form {
        width: 300px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .form_new {
        padding-top: 0px;
        padding-bottom: 0px;

    }

    .logo-casatoro img {
        width: 80%;
        top: 3px;
        position: auto;
    }

    header .logo-jd {
        float: right;
        width: 30%;
        text-align: right;
        margin-right: 10px;
        max-width: 215px;
    }

    article {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 1rem;
        background: rgba(239, 25, 32, 0);
    }


    .img_fondo {
        display: flex;
        width: 100%;
        height: 741px;
        position: relative;
        background: #333333;
        padding: 0px;
        margin: 0px;
    }

    .img_fondo ul {
        display: block;
        width: 100%;
        height: 670px;
        position: relative;
        background: #333333;
        padding: 0px;
        margin: 0px;
    }

    #box_mobile {
        display: block;
        position: relative;
        height: auto;
        /* padding-top: 15px; */
    }

    .logo-moto img {
        width: 50%;
    }



    #head_mobile {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        position: relative;
        margin-bottom: 10px;
    }

    .logo-casatoro {
        width: 50%;
        position: relative;
        top: 15px;
    }

    .logo-vw-mobile {
        position: absolute;
        right: 1px;

    }

    .fondo {
        padding: 19px;
    }

    #img_pc {
        display: none;
    }

    #img_mobile {
        display: block;
        position: relative;
        /* height: auto; */
    }




    .titu-form {
        display: none;
    }


    .foot-form {
        display: block;
        width: 90%;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 80px;
    }

    .centtro {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #123c64;
        padding: 14px 0 25px 0;
    }


    article form h3 {

        text-align: center;
        padding-bottom: 10px;
    }

    .img_fondo ul li {
        width: 100%;
        height: 580px;
        display: flex;
        padding: 0px;
        margin: 0px;
        position: absolute;
        height: 670px;
    }

    body {
        min-height: inherit;
        background-color: #000;
    }

    article .row {
        justify-content: center;
    }

    article .left_side {
        justify-content: center;
        margin-bottom: 1.5rem;
    }

    html {

        background-position: center bottom;
        background-color: #000;
    }

    footer {
        width: 100%;
        /* height: 100%; */
        display: block;
        position: relative;
        z-index: 9999;
        bottom: 2px;
        /* background: aqua; */
    }

    img.img-respo2 {
        max-width: 100% !important;
        margin-left: 0px;
        display: block;
    }

    #overlay-datos .contenido .ir {
        width: 150px;
        height: 50px;
        background: #FFEB3B;
        font-family: 'renault_lifebold' !important;
        padding: 10px;
        color: #000;
        line-height: 25px;
        text-align: center;
        position: relative;
        right: 3%;
        top: -15px;
        font-size: 8px;
    }


    #overlay-datos .contenido .web {
        width: 150px;
        height: 50px;
        background: #FFEB3B;
        font-family: 'renault_lifebold' !important;
        padding: 10px;
        color: #000;
        line-height: 25px;
        text-align: center;
        position: relative;
        left: 3%;
        top: -15px;
        font-size: 8px;
    }



    .area-copy h2 {
        /* color: #ffcd00; */
        text-shadow: none;
        text-transform: uppercase;
        font-size: 0.6rem;
        width: 85%;
        margin-bottom: 0px;
    }


    .area-copy h5 {
        color: #051844;
        text-shadow: none;
        text-transform: uppercase;
        font-size: 12px;
        width: 80%;
    }


    .area-copy p {
        color: #212121;
        text-align: center;
        font-size: 14px;
        line-height: 22px;
        width: 95%;
        margin-bottom: 5%;
    }

    .area-copy p.terminos {
        color: #9e9e9e;
        text-align: center;
        font-size: 9px;
        line-height: 13px;

    }


    .area-copy ul {
        color: #02345d;
        text-align: center;

    }

    .area-copy ul.servicios {
        color: #02345d;
        text-align: center;
        list-style: none;
        display: block;
        width: 100%;
    }


    .area-copy ul.servicios li {
        font-size: 13px;
        margin: 10% 10%;
    }

    .area-copy ul.servicios li i {
        display: block;
        font-size: 25px;
        text-align: center;
        width: 100%;
        height: 50px;

    }


    .serv-container {

        display: block;
        justify-content: space-around;
        width: 60%;
        align-items: center;
        align-content: center;
        margin: auto;

    }

    .dire-container {
        display: block;
        align-items: center;
        align-content: center;
        margin: auto;
        width: 60%;
    }


    .area-copy ul.direcciones {
        width: auto;
        text-align: center;
        font-size: 8px;
        display: block;
        list-style: none;
    }

    .logo-icon {

        display: none;
    }

    .logo-icon img {
        width: 50px;
    }

    .fade-container {
        height: 23%;
    }

    .box-copy-img h1 {
        font-size: 2.4rem;

    }

    .copy-container {
        height: 77%;
    }




    .fade {
        width: 100%;
        position: absolute;
        height: 100%;
        display: block;
    }

    .fade div {
        float: left;
        width: 100%;
        position: absolute;
        top: 0;
    }

    .fade div img {
        float: left;
        width: 100%;
        position: absolute;
        top: 0;
        transform: scale(1.3);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: all;
    }

    .titulo2 {
        color: #ffffff;
        line-height: 2rem;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 0.9rem;
        text-transform: uppercase;
        display: flex;
        z-index: 3;
    }



    .logo-jd {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 15px;
    }



    .area-bono .copy-bono {

        padding: 5%;
    }

    .bg_b_uno,
    .bg_b_dos,
    .bg_b_tres,
    .bg_b_cuatro {
        display: none;
    }



    .area-bono .copy-bono h2 {
        width: 100%;
        text-align: center;
        color: #FFF;
        font-size: 2.2rem;
    }

    .area-bono .copy-bono h3 {
        width: 100%;
        text-align: center;
        font-size: 2em;
        margin-bottom: 1.1rem;
    }

    .area-bono .container-bono ul.servicios {
        width: 80%;
        left: 12%;

    }

    .area-bono .container-bono ul.servicios li {
        font-size: 0.8rem;
    }

    .area-bono .copy-bono p.sub-title {
        width: 100%;
        text-align: center;

    }

    .area-bono p.terminos {
        color: #f2f2f2;
        text-align: center;
        font-size: 1rem;
        line-height: 1.3rem;
        width: 90%;
    }

    .bg_txt {
        position: absolute;
        z-index: 0;
        width: 100%;
        /* height: 53%; */
        /* background: #3d3935; */
        display: block;
        flex-direction: column;
        align-items: flex-start;
        align-self: center;
        vertical-align: middle;
        justify-content: center;
        object-fit: fill;
        overflow: hidden;
        transition: scaleY(1.02);
    }



}

@media screen and (max-width: 470px) {
    img {
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
        display: inline-block;
        vertical-align: middle;
    }

    .fondo-bg-pc-new {
        display: block;
    }

    .fondo-bg-mobile-new {
        display: none;
    }

    .form_new {
        width: 100%;
        position: relative;
        overflow: visible;
        height: auto;
    }

    .box-copy-img {
        width: 90%;
    }

    .box-copy-img h2 {
        font-size: 0.8rem;
    }

    .box-copy-img h1 {
        font-size: 1.6rem;
    }

    .area-logos p {
        padding-top: 0.5rem;
    }

    .area-bono .container-bono ul.servicios {
        width: 86%;
        left: 0%;
    }

    .area-bono .container-bono ul.servicios li {
        font-size: 0.65rem;
    }


    #overlay-datos .contenido .ir {
        width: 150px;
        height: 50px;
        background: #FFEB3B;
        font-family: 'renault_lifebold' !important;
        padding: 10px;
        color: #000;
        line-height: 25px;
        text-align: center;
        position: relative;
        right: 3%;
        top: -15px;
        font-size: 8px;
    }


    #overlay-datos .contenido .web {
        width: 150px;
        height: 50px;
        background: #FFEB3B;
        font-family: 'renault_lifebold' !important;
        padding: 10px;
        color: #000;
        line-height: 25px;
        text-align: center;
        position: relative;
        left: 3%;
        top: -15px;
        font-size: 8px;
    }


    .img-bono {
        display: none;
    }

    .bg_b_uno,
    .bg_b_dos,
    .bg_b_tres,
    .bg_b_cuatro {
        display: none;
    }




}


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


    .form_new {
        width: 100%;
        position: relative;
        overflow: visible;
        /* height: 650px;*/
    }


    .fade {
        width: 100%;
        position: absolute;
        height: 100%;
        display: block;
    }

    .fade div {
        float: left;
        width: 100%;
        position: absolute;
        top: 0;
    }

    .fade div img {
        float: left;
        width: 100%;
        position: absolute;
        top: 0;
        transform: scale(1.3);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: all;
    }

    .titulo2 {
        color: #ffffff;
        line-height: 1rem;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 40px;
        font-size: 0.7rem;
        text-transform: uppercase;
        display: flex;
        z-index: 3;
    }

    .bg_txt {
        position: absolute;
        z-index: 0;
        width: 100%;
        /* height: 73%; */
        /* background: #3d3935; */
        display: block;
        flex-direction: column;
        align-items: flex-start;
        align-self: center;
        vertical-align: middle;
        justify-content: center;
        object-fit: fill;
        overflow: hidden;
        transition: scaleY(1.02);
    }

    .area-copy h2 {
        /* color: #ffcd00; */
        text-shadow: none;
        text-transform: uppercase;
        font-size: 0.7rem;
        width: 85%;
        margin-bottom: 0px;
    }


}