a, a:hover{    text-decoration: none;    color: #FFF;}html,body {  height: 100%;}container-fluid{overflow: hidden;}body{color: white;    font-family: 'Nissan Brand';h1 { font-weight:bold; }em { font-style:italic; }strong em {font-weight:bold;font-style:italic;}}html,body {  height: 100%;}#info{    padding:0;}.info{    z-index: 1000;}.logo {   height: 60px;}.carousel{   z-index: 1;}.carousel-item{transition: transform .5s ease, opacity .5s ease-out;}.carousel-item img {  object-fit: cover;}.carousel-item:after {  content:"";  display:block;  position:absolute;  top:0;  bottom:0;  left:0;  right:0;  background:rgba(0,0,0,0.1);}.carousel-caption{    top: 0;    padding-bottom: 0;}.carousel-control-prev-icon{    background-image: url(../img/flecha-izquierda.svg);}.carousel-control-next-icon{    background-image: url(../img/flecha-derecha.svg);}.carousel-control-next-icon, .carousel-control-prev-icon{    width: 20px;    height: 150px;}.container-fluid {   padding: 0px;}.form-back{    background-color: #c51733;}@media only screen and (max-width: 50px){.carousel{    position: relative;    top:0;    z-index: 1;}}@media only screen and (max-width: 1500px){.form-back{    background-color: #c51733;    padding-left: 1em;        padding-right: 1em;}.form-group{margin-bottom: .5em;}.boton{background: #c51733;color: #FFF;border: none;height: 1rem;margin-top: 10px;border-radius: 2rem;boder: none;}}.foot{position: inherit;    bottom: 10px;;}.color{    color: #c51733;}.boton{background: #fff;color: #c51733;border: none;height: 3rem;font-size: 1.5rem;/* margin-top: 30px; */border-radius: 2rem;}.form-control{    border-radius: 1rem;    font-size: .8rem;}.col-md-6.texto{margin-top: -10px;}.radius{        border-radius: 40px;}.tel{    background-color: #fff;    border-radius: 40px;margin-bottom: 10px;margin-top: 10px;padding-top: 5px;margin-left: 5px;margin-right: 5px;}.botones{font-size: .9em;color: #25d366;margin-bottom: 5px;line-height: 1em;}p{    margin-bottom: 0px;}



/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 1400px) {
  .titulo {
    font-size: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .titulo {
    font-size: 30px;
  }
}

.whatsapp{
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #25d366;
    position: fixed;
        bottom: 30px;
    right: 20px;
    z-index: 1000;
}

.call{
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #1552FF;
    position: fixed;
        bottom: 120px;
    right: 20px;
    z-index: 1000;
}