body{
    font-size: 18px;
}
footer{
    background: #242424;

}
h4{
    font-family: montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
}
h3{
    font-family: montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
}
.bordes{
    margin-right: 0px;
    margin-left: 0px;
}
.espacio, .col-md-6{
    padding-right: 0px;
    padding-left: 0px;
}
.oper{
    background-image: url(../img/portada_buick.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    max-height: 800px;
}

.tit1{
    text-align: left;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 5vw;
    padding: 15% 0px;
    color: #ffffff;
}
.logoQuien{
  height: 40px;
  margin: 1rem 0rem;

}
.plaeca-quien{
  background: #ed1c24;
  border-bottom: 5px #242424 solid;
}

.bajada{
    background: #0e161c;
    color: #fff;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
}
.intro{
    font-size: 1.5rem;
}
.link{
    color:#ed1c24;
}
a.link:hover{
    color: #dadada;
}

.box-1{
    background: #1f272c;
    color: #fff;
    padding: 1rem;
}
.fondo1{
    background: #1f272c;
    color: #fff;
}
.fondo2{
    background: #0e161c;
    color: #fff;
}

/*--------Flip card------------*/


.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  
  .middle {
    display: table-cell;
    vertical-align: middle;
  }
  
  .inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* Whatever width you want */
  }

.flip-card {
    margin: auto;
    padding: 10px;
    background-color: transparent;
    perspective: 1000px;
    width: 18rem;
    height: 18rem;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: #bbb;
    color: black;
  }
  
  .flip-card-back {
    
    background-color: #ffffff;
   
    transform: rotateY(180deg);
  }


.boton {
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color:#ffffff;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    cursor:pointer;
    color:#ed1c24;
    font-family:montserrat;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #ffffff;
}
.boton:hover {
    background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
    background-color:#f6f6f6;
    color: #888;
}
.boton:active {
    position:relative;
    top:1px;
}


@media only screen and (max-width: 1024px) {
  .flip-card {
    width: 16rem;
    height: 16rem;
  }
}


@media only screen and (max-width: 600px) {
  .flip-card {
    width: 18rem;
    height: 18rem;
  }

.oper{
    background-image: url(../img/portada_mobil.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    max-height: 800px;
}

.tit1{
    text-align: left;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 7vw;
    padding: 15% 0px;
    color: #ffffff;
}






}



