:root {
  --black: #1D1C1B;
    --semiWhite: #EEEEEE;
    --White: #FFFFFF;
    
    --MarginMain: 5.4%;
}

.fadein {
    opacity: 0;
    -moz-transition: opacity 1.5s;
    -webkit-transition: opacity 1.5s;
    -o-transition: opacity 1.5s;
    transition: opacity 1.5s;
}

.loaded .fadein {
    opacity: 1;
}

.cont-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000a3;
    top: 0%;
    z-index: 100;
}

.modal-confirm {
    width: 40%;
    height: auto;
    padding: 2%;
    top: 20%;
    background: white;
    left: 25%;
    position: fixed;
}

.modal-confirm p {
    float: left;
    width: 100%;
    font-size: 1.4em;
    margin-top: 0;
}

.modal-confirm p span {
    float: left;
    width: 100%;
    font-size: 0.8em;
    font-weight: 300;
}

#myVideo {

  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
        position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    overflow: hidden;
}

div#close-modal {
    filter: invert(1);
}

body{
    
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    transition:  all 0.3s;
    margin-top: -20;
}

img {
    max-width: 100%;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: white;
  color: white;
    opacity: 1;
    transition: all 0.4s;
}

.logo-load {
    width: 70px;
    height: 70px;
    left: 45%;
    top: 45%;
    background: url(images/loading_gc2.gif) no-repeat;
    background-size: contain;
    right: 0;
    bottom: 0;

    position: relative;
    display: block;
    
    object-position: 50% 50%;
}

header {
    position: fixed;
    z-index: 10;
    float: left;
    width: 89.3%;
    padding: 5.4% 5.4%;
    transition: all 0.4s;
    top:0;
}

.secondHeader {
    background: white;
}

.secondHeader img {
    filter: invert(1);
}

menu {
    position: fixed;
    z-index: 12;
    background-color: var(--black);
    margin: 0;
    width: 89.3%;
    height: 100%;
    padding: 0% var(--MarginMain);
    left: 100%;
    transition: all 0.5s;
}

menu a {
    color: white !important;
}

menu div {
    float: left;
    width: 100%;
    padding: 6% 0%;
}

menu div h2 {
    margin: 0;
    float: left;
    color: white;
    font-size: 1em;
    font-weight: 200;
}

menu div .menu-but {
    width: auto;
    padding: 0;
}

menu ul {
    float: left;
    width: 95.3%;
    color: white;
    font-size: 1.3em;
    font-weight: 200;
    padding: 0%;
}

menu ul li {
    list-style: none;
    padding: var(--MarginMain) 0%;
}

menu ul li a {
    color: white;
    text-decoration: none;
}

.foot-menu span {
    width: 100%;
    float: left;
    color: white;
    text-align: center;
    font-size: 0.8em;
    font-weight: 200;
    text-rendering: optimizelegibility;
    border-top: 1px solid white;
    padding-top: 6%;
}

.social-net {
    padding: 6% 33%;
    width: 34%;
}

.social-net .logo-head {
    width: auto;
    margin: 0% 5%;
}


.logo-head {
    float: left;
    width: 100px;
}

.menu-but {
    float: right;
}

section#inicio {
    background: black;
    float: left;
    width: 100%;
    height: 100%;
}

article#cont-car {
    position: absolute;
    bottom: 15%;
    padding: 0% 5.4%;
    left: 0%;
}

#inicio h1.title-car {
text-transform: uppercase;
    font-size: 2.5em;
}


h1.title-car {
    float: left;
    width: 100%;
    color: white;
    font-size: 2.5em;
    font-weight: 500;
    margin: 0;
    line-height: 1em;
}

p.p-car {
    float: left;
    color: white;
    font-size: 1.5em;
    font-weight: 100;
    margin: 0;
    margin-top: 2%;
}

h1.title-car span {
    font-weight: 200;
    float: left;
    width: 100%;
    line-height: 1em;
    margin-top: 4%;
}

ul.slide-controller {
    bottom: 32px;
}

#slide-1,#slide-2,#slide-3,#slide-4{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
    background-attachment: fixed;
}

#slide-1 {
  background: white;
}

#slide-2 {
  background: url(images/carrusel/2.png) 50% 50%;
    background-size: cover;
}

#slide-3 {
    background: url(images/carrusel/3.jpg) 81% 50%;
    background-size: cover;
}

#slide-4 {
    background: url(images/carrusel/4.jpg) 55% 20%;
    background-size: cover;
}

#slide-5 {
 background: url(images/carrusel/5.jpg) 45% 50%;
    background-size: cover;
}



.cont {
    float: left;
    width: 100%;
    margin: 22% 0% 0% 0%;
    position: relative;
}

h2.subitulo-home {
    font-size: 1.5em;
    font-weight: 300;
    margin: 0% 5.4% 11% 5.4%;
}   

.carousel-cont {
    float: left;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0% 5.4%;
    width: 89%;
    height: 45%;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
}

.card-car {
    float: left;
    width: 490%;
    height: 100%;
    position: absolute;
    left: 5.4%;
    transition: all 1s;
}

.car1 {
    width: 89%;
}

.car3 {
    width: 245%;
}

.car5 {
    width: 408%;
}

.car4 {
    width: 326%;
}

.car3 a {
    width: 30%;
        margin: 0% 0.8%;
}

.car4 a {
    width: 21.6%;
    margin: 0% 0.8%;
}   

.car1 a {
    width: 98%;
}

.car5 a {
    width: 17%;
        margin: 0% 0.6%;
}

.carousel-cont::-webkit-scrollbar {
    display: none;
}


.carousel-cont {
    -ms-overflow-style: none;
}

.Card-gen {
    float: left;
    width: 13.8%;
    height: 100%;
    margin: 0% 0.5%;
    padding: 0% 0.9%;
    position: relative;
    transition: all 0.3s
}

.Card-gen2 {
    float: left;
    width: 13.8%;
    height: 100%;
    margin: 0% 0.5%;
    padding: 0% 0.9%;
    position: relative;
    transition: all 0.3s
}

.Card-gen:hover {
    opacity: 0.8;
}

.card-car a:first-child {
    margin-left: 0%;
}

.card-car a:last-child {
    margin-right: 0%;
}

button#slideBack {
    display: none;
}

button#slideNext {
    display: none;
}

.text-cont-car {
    position: absolute;
    bottom: 0%;
    margin-bottom: 6.6%;
}

span.tit-car {
    font-size: 2em;
    color: white;
    float: left;
    width: 100%;
}

span.desc-car {
    font-size: 1.2em;
    font-weight: 300;
    color: white;
    font-style: italic;
}

a#marc1 {
    background: url(images/marcas/Dornbracht/1.webp) #00000026 50% 50% no-repeat;
    background-size: cover;
}

a#marc2 {
    background: url(images/marcas/Duravit/1.webp) #00000026 50% 50% no-repeat;
    background-size: cover;
}



a#marc3 {
    background: url(images/marcas/AfNewYork/0.jpg) #00000026 50% 50% no-repeat;
    background-size: cover;
}

a#marc4 {
    background: url(images/marcas/Alape/0.jpg) #00000026 50% 50% no-repeat;
    background-size: cover;
}

a#marc5 {
    background: url(images/marcas/Effegibi/1.webp) #00000026 50% 50% no-repeat;
    background-size: cover;
}

a#marc6 {
    background: url(images/marcas/Tece/1.webp) #00000026 50% 50% no-repeat;
    background-size: cover;
}


.flechas {
    position: absolute;
    z-index: 90;
    top: 45%;
    float: left;
    width: 100%;
}


.cont-nos-top {
    overflow: hidden;
}

.nos-con {
    background: url(images/Nosotros/German-peopple.JPG) 80% 50% no-repeat;
    filter: blur(0px) grayscale(1) contrast(1);
    padding: 5.4%;
    background-size: cover;
    background-attachment: fixed;
}

.cont-nos {
    background: #000000c4;
    padding: 6%;
}

.cont-nos p {
    margin: 0;
    color: white;
    font-size: 1em;
    font-weight: 300;
}

.pro-left {
    float: left;
    margin: 5.4% 5.4% 0% 5.4%;
    width: 89%;
}

.pro-left a {
    width: 89%;
    margin: 0;
    padding: 5.4%;
    background: #2f2f2f;
    height: 50%;
}


.proy-right a:first-child {
    margin-bottom: 5.4%;
}

#proy1 {
    background: url(images/proyectos/Solaz/proy1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy2 {
    background: url(images/proyectos/Tamarindo/1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy3 {
    background: url(images/proyectos/Condesa/proy1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy4 {
    background: url(images/proyectos/Downtown/proy1.jpeg) 50% 50% no-repeat;
    background-size: cover;
}

#proy5 {
    background: url(images/proyectos/Circulo-mexicano/proy1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy6 {
    background: url(images/proyectos/Distrito-capital/proy1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy7 {
    background: url(images/proyectos/Casa-Habita/proy1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy8 {
    background: url(images/proyectos/Habita-Monterrey/proy1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy9 {
    background: url(images/proyectos/Escondido-Oaxaca/proy1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy10 {
    background: url(images/proyectos/Montage/proy1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy11 {
    background: url(images/proyectos/Las-Lomas/proy1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy12 {
    background: url(images/proyectos/Chapultepec-Uno/proy1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy13 {
    background: url(images/proyectos/Barcelo/proy1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy14 {
    background: url(images/proyectos/Chileno-Bay/proy1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy15 {
    background: url(images/proyectos/Pier57/proy1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy16 {
    background: url(images/proyectos/Alede-Puerta/1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy17 {
    background: url(images/proyectos/Legacy-Tower/1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy18 {
    background: url(images/proyectos/Corporativo-naciones/1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy19 {
    background: url(images/proyectos/Core-31/1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy20 {
    background: url(images/proyectos/Tulum-777/1.png) 50% 50% no-repeat;
    background-size: cover;
}

#proy21 {
    background: url(images/proyectos/Habitas-Bacalar/1.jpg) 50% 50% no-repeat;
    background-size: cover;
}

#proy22 {
    background: url(images/proyectos/Habitas-AlUla/1.jpg) 50% 50% no-repeat;
    background-size: cover;
}



.proy-right {
    float: right;
    margin: 5.4%;
    width: 89%;
}

.proy-right a {
    width: 89%;
    margin: 0%;
    padding: 5.4%;
    background: #2f2f2f;
    height: 25%;
}




footer {
    margin-top: 0%;
    float: left;
    width: 89%;
    padding: 0% 5.4% 9% 5.4%;
}
footer h3 {
    font-size: 0.8em;
    font-weight: 300;
    text-align: center;
    margin: 0% 0% 6% 0%;
}

footer input#email-field {
    border: none;
    border-bottom: 1px solid black;
    font-family: Poppins, sans-serif;
    padding: 0;
    padding-bottom: 1.7%;
    color: black;
    float: left;
    width: 60%;
    margin-right: 5%;
    border-radius: 0;
}

.outline-btn {
    float: left;
    width: 35%;
    background: none;
    box-shadow: none;
    border: 1px solid black;
    padding: 0.9% 0%;
    font-family: poppins, sans-serif;
}

footer form {
    float: left;
    width: 100%;
    margin: 5.4% 0%;
}

.sitemap {
    float: left;
    width: 100%;
    margin: 5.4% 0%;
}

.sitemap ul {
    display: inline;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.sitemap ul li {
    float: left;
    font-size: 0.8em;
    margin: 0% 2.1%;
    list-style: none;
}

.social-foot {
    float: left;
    width: 100%;
}

input:focus {
    outline: NONE;
}




.link-nav {
    float: left;
    width: 89%;
    margin: 5.4% 5.4% 0% 5.4%;
    color: black;
    font-size: 1em;
    background: none;
    border: none;
    font-weight: 300;
    border-top: 1px solid black;
    text-align: center;
    padding-top: 3%;
    font-family: Poppins, sans-serif;
}


.inactive-link {
    opacity: 0.3;
}

.prev-but {
    width: 44.5%;
    margin-right: 0%;
}

.next-but {
    float: right;
    width: 44.5%;
    margin-left: 0%;
}

a, a:visited {
    text-decoration: none;
    color: black;
}



/*secciones*/

span.label-brand {
    float: left;
    width: 89%;
    margin: 5% 5.4% 10% 5.4%;
    font-weight: 200;
    font-size: 1.1em;
    font-style: italic;
}

h1.title-sec {
    padding: 40% 5.4% 5% 5.4%;
    margin: 0;
    font-size: 1.9em;
    font-weight: 200;
    font-style: italic;
}

span.subt-sec {
    font-size: 1.3em;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 0.9em;
    font-style: normal;
    clear: left;
    float: left;
    width: 100%;
}

p.p-desc-sec {
    margin: 8% 5.4% 14% 5.4%;
    font-size: 1em;
    font-weight: 200;
    text-rendering: optimizeLegibility;
    max-width: 670px;
}

.sec-cont {
    float: left;
    width: 89%;
    padding: 0% 5.4%;
}

.sec-cont .Card-gen {
    width: 89%;
    padding: 0% 5.4%;
    height: 45%;
    margin: 9% 0%;
}


section#nosotros-cont {
    margin: auto;
}

#nosotros-cont div {
    float: left;
    width: 89%;
    margin: 0% 5.4%;
}

#nosotros-cont div figure {
    float: left;
    width: 100%;
    margin: 0% 0% 12% 0%;
    filter: grayscale(1);
}

#nosotros-cont h2 {
    float: left;
    width: 100%;
    margin: 0% 0% 9% 0%;
    font-weight: 300;
}

#nosotros-cont div p {
    font-weight: 300;
    font-size: 1em;
    margin-bottom: 12%;
}

address {
    float: left;
    width: 89%;
    margin: 0% 5.4% 7% 5.4%;
}

address a {
    font-weight: 300;
}

address a:first-child {
    font-weight: 500;
}


#map {
    height: 50%;
    width: 100%;
    float: left;
    margin-bottom: 10%;
}


.secondcontact {
    float: left;
    width: 89%;
    margin: 0% 5.4% 8.6% 5.4%;
}

.secondcontact h3 {
    font-size: 0.9em;
    font-weight: 600;
}

aside.formulario-cont {
    float: left;
    width: 89%;
    margin: 30% 5.4% 0% 5.4%;
}

form {
    float: left;
    width: 100%;
}

.textfield {
    border: none;
    border-bottom: 1px solid black;
    font-family: Poppins, sans-serif;
    padding: 0% 0% 1.7% 1.8%;
    margin-bottom: 6%;
    color: black;
    float: left;
    width: 100%;
    font-size: 1em;
    text-transform: capitalize;
   
}

form textarea {
    font-family: Poppins, sans-serif;
    float: left;
    width: 100%;
    font-size: 1em;
    border: 1px solid;
    padding: 1.7%;
    margin-bottom: 12%;
    color: black;
     resize: none;
    height: 15%;
}
textarea:focus{
    
    outline: none;
}

.fill-btn {
    float: left;
    width: 100%;
    padding: 2.5%;
    font-size: 1em;
    font-family: Poppins, sans-serif;
    background-color: var(--black);
    color: white;
    font-weight: 300;
    text-align: center;
    transition: all 0.4s;
    border: none;
}

.fill-btn:hover {
    opacity: 0.8;
}

.fill-btn:visited {
    color: white;
}




@media only screen and (min-width: 650px) {
    h1.title-car span {
    margin-top: 1%;
}
    
    p.p-car {
    font-size: 1.5em;
           margin-top: 1%;
        }
    
    .cont {
    margin: 15% 0% 0% 0%;
}
    
    h2.subitulo-home {
    font-size: 2em;
    margin: 0% 5.4% 3% 5.4%;
}
    
  .card-car {
    width: 260%;
      
  }
}

@media only screen and (min-width: 800px) {

  .card-car {
    width: 260%;
  }
}

@media only screen and (min-width: 1024px) {
  
header {
    padding: 2% 5.4%;
}
    
    .cont {
    margin: 8% 0% 0% 0%;
}
    
    .card-car {
    width: 170%;
}

    .car1 {
    width: 89.5%;
}

    
    .carousel-cont {
    height: 65%;
}
    
    .link-nav {
    width: 39%;
    margin: 4% 30.4% 0% 30.4%;
    padding-top: 1%;
}
    #marcas-home button:focus {
    outline: none;
}
    
        #marcas-home button {
    cursor: pointer;
}
    
    button#slideNext {
    position: absolute;
    top: 160%;
    right: 4.9%;
    height: 40px;
    width: 40px;
    text-indent: -999999px;
    background: url(images/iconos/proximo.svg) no-repeat;
    filter: invert(1);
    box-shadow: none;
    border: none;
        display: block;
        cursor: pointer;
        transition: all 0.3s;
            
}
    button#slideNext:focus{
        
    outline: none;
    }
    
     button#slideNext:hover{
      filter: invert(0.9);
    }
    
    button#slideBack {
    position: absolute;
    top: 160%;
    right: 90%;
    height: 40px;
    width: 40px;
    text-indent: -999999px;
    background: url(images/iconos/espalda.svg) no-repeat;
    filter: invert(1);
    box-shadow: none;
    border: none;
        display: block;
        cursor: pointer;
         transition: all 0.3s;
}
    
     button#slideBack:focus{
        
    outline: none;
    }
    
     button#slideBack:hover{
      filter: invert(0.9);
    }
    
    .cont-nos {
    background: #000000c4;
    padding: 4%;
}
   .pro-left {
    float: left;
    margin: 0% 1% 0% 5.4%;
    width: 43.5%;
}
    .proy-right {
    float: right;
    margin: 0% 5.4% 0% 1%;
    width: 43.7%;
}
    
    .pro-left a {
    height: 61%;
}
    
footer {
    margin-top: 10%;
    padding: 0% 5.4% 2% 5.4%;
}
    
footer h3 {
    text-align: left;
    
    float: left;
    width: 50%;
    font-size: 1.2em;
}
    
.footer-left {
    float: left;
    width: 50%;
}
    
.footer-right {
    float: right;
    width: 50%;
   
}
    
    footer form {
    float: left;
    width: 100%;
    margin: 4% 0% 2% 0%;
}
    
.sitemap {
    float: right;
    width: 100%;
    margin: 5.4% 0%;
}
    .social-net {
    padding: 4% 0% 4% 0%;
    width: 75%;
    float: right;
}
    
.social-foot {
    float: right;
    width: 100%;
}
    
footer .social-net {
    padding: 4% 0% 4% 25%;
    width: auto;
    float: right;
}
    
    .sitemap ul {
    display: inline;
    float: right;
    width: auto;
    padding: 0;
    margin: 0;
}
    
    .sitemap ul li {
      float: left;
    display: inline;
    margin: 0% 10px;
    }
    
    menu {
    
    width: 30%;
    height: 100%;
    padding: 0% 5.4%;
    transition: all 0.5s;
}
    menu div h2 {
    font-size: 1.3em;
}
    
    menu ul {
    font-size: 1.1em;
    }
    
    menu ul li {
    list-style: none;
    padding: 4% 0%;
}
    
.secondHeader {
    background: white;
    float: left;
    top: 0;
}
    
h1.title-sec {
    float: left;
    width: 89%;
    padding: 10% 5.4% 2% 5.4%;
    font-size: 3em;
}
    
    span.subt-sec {
    float: left;
    width: 100%;
}
    
    p.p-desc-sec {
    float: left;
    margin: 1% 5.4% 4% 5.4%;
    max-width: 670px;
        font-weight: 300;
}
    
.sec-cont .Card-gen {
    margin: 4% 2% 0% 2%;
    width: 26.6%;
    padding: 0 2%;
}
    
    .sec-cont .Card-gen:nth-child(1) {
    margin: 4% 2% 0% 0%;
}
    
    .sec-cont .Card-gen:nth-child(3){
    margin: 4% 0% 0% 2%;
}
    
        .sec-cont .Card-gen:nth-child(4) {
    margin: 4% 2% 0% 0%;
}
    
    .sec-cont .Card-gen:nth-child(6){
    margin: 4% 0% 0% 2%;
}

    
    #nosotros-cont div figure {
    width: 46%;
    margin-right: 4%;
}
    
#nosotros-cont div figure {
   width: 40%;
    margin-left: 0%;
    margin-right: 0%;
    float: left;
    margin-bottom: 5%;
}
#nosotros-cont h2 {
     width: 75%;
    margin-bottom: 3%;
    float: left;
}
    
    #nosotros-cont div p {
     float: left;
    width: 75%;
    margin-bottom: 5%;
    margin-top: 0;
}
    
    #nosotros-cont div figure:nth-child(4) {
    clear: right;
}
    
        #nosotros-cont div figure:nth-child(7) {
    clear: right;
}
    
    .proy1-cont {
    float: left;
    width: 30.7%;
    margin: 0% 2% 0% 0%;
    height: 180%;
}
    
    .proy2-cont {
    float: left;
    width: 30.7%;
    margin: 0% 2% 0% 2%;
    height: 180%;
}
    
    .proy3-cont {
    float: left;
    width: 30.6%;
    margin: 0% 0% 0% 2%;
    height: 180%;
}
    
    .proy1-cont .card-gen {
    width: 86%;
    margin: 12% 0% 0% 0%;
    padding: 0 7%;
}
    
    .proy2-cont .Card-gen {
    float: left;
    width: 86%;
    margin: 12% 0%;
    padding: 0% 7%;
    height: 28.4%;
}
    
    .proy3-cont .Card-gen {
    width: 86%;
    margin: 12% 0% 0% 0%;
    padding: 0 7%;
}
    
    .pages {
    float: right;
    margin: 0% 5.4%;
    width: 40%;
        margin-left:55.6%
}
    
    .prev-but {
    width: 50%;
    margin: 0;
}
    
    .next-but {
    width: 50%;
    margin: 0;
}
    
    #contacto-con {
    margin-top: 3%;
}
    
    address {
    margin-bottom: 4%;
}
    
    address a:first-child {
    font-size: 1.3em;
    width: 100%;
    float: left;
}
    
    div#map {
    margin-bottom: 5%;
}
    
    address a {
    font-size: 1.5em;
}
    
    .social-net .logo-head {
    width: auto;
    margin: 0% 10px;
}
    
    .secondcontact {
    width: 100%;
    margin: 0% 0% 7% 0%;
    clear: left;
}
    .infocont {
    float: left;
    width: 41%;
    margin: 0% 2% 0% 5.4%;
}
    
    aside.formulario-cont {
    width: 43.6%;
    margin: 0% 5.4% 0% 2%;
}
    
    .formulario-cont input.fill-btn {
    padding: 1.5% 2.5%;
}
    
    form textarea {
    margin-bottom: 5%;
}
    


}
.SEOLeerMas{
    width: 670px;
}

@media screen and (max-width: 767px){
    .SEOLeerMas{
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) and 
(max-width: 1023px){
h1 .title-car{
    font-size: 3em;
}
.p-desc-sec{
    font-weight: 300;
    margin-top: 3%;
    margin-bottom: 0%;
}
.SEOLeerMas p{
    margin-bottom: 2%;
}
.footer-left h3{
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 0%;
}

}

@media screen and (max-width: 767px){
    .p-desc-sec{
        font-weight: 300;
        margin-top: 10% !important;
        margin-bottom: 0%;
    }
    span.label-brand{
        font-weight: 300;
    }
    #carousel-marca{
        margin-top: 10%;
    }
    a, a:visited {
        padding-left: 5%;
    }
}

@media (min-width: 769px) and (max-width: 1024px){
    .tit-car{
        font-size: 2em;
    }
    .desc-car{
        font-size: 1.2em;
    }
    .topic p{
        margin: 0%;
    }
    p.p-desc-sec {
    margin: 3% 5.4% 0% 5.4%;
    max-width: 670px;
   
    font-weight: 300;
  
}
span.label-brand{
        font-weight: 300;
    }

}
@media (max-width:480px){
    p.p-desc-sec {
        margin: 3% 5.4% 0% 5.4%;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices only */ 
    background-attachment:scroll;
}