/*!
 * Start Bootstrap - Landing Page v5.0.9 (https://startbootstrap.com/theme/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
 */

 @font-face {
  font-family: Verdana;
}

body {
  font-family: "Verdana";
}
/*
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Verdana';
  font-weight: 300;
}*/
.txt_siz {
  color: white;
}
.tit_fot {
  padding: 0;
  margin: 0 0 25px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #373737;
}
.txtCost {
  font-size: 0.875rem;
  text-align: center;
  display: block;
  color: #6c787a;
  padding: 3px 0;
}
.txtCost:hover {
  color: #6c787a;
}
.btn_satnta {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  margin: 0 0 18px;
  padding: 6px 0;
  background: #c3002f;
  border: 1px solid #c3002f;
  color: #fff !important;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}
input[type="radio"]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.txt_op {
  font-size: 23px;
  cursor: pointer;
}
input[type="radio"]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #c3002f;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.btn_satnta:hover {
  background: #920023;
  color: #fff !important;
  border: 1px solid #920023;
}
.for_desc {
  background: rgba(255, 255, 255, 0.7);
  color: black;
  -webkit-box-shadow: 0px 0px 14px 6px rgba(195, 0, 47, 0.29);
  box-shadow: 0px 0px 14px 6px rgba(195, 0, 47, 0.29);
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-topleft: 5px;
  -moz-border-topright: 5px;
  border-radius: 5px;
  border-radius: 5px;
}
.a3 {
  display: block;
  font-size: 1.125rem !important;
  font-size: 1.375rem;
  text-align: center;
  color: #000;
}
h4 {
  text-align: center;
  padding: 0;
  margin: 15px 0% 15px;
  font-size: 28px;
  font-size: 1.75rem !important;
  color: #000;
}
.ff {
  background-image: url("../img/bg-masthead.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  height: 475px;
}
header.masthead {
  /*position: relative;
  background-color: #343a40;*/
  background: url("../img/bg-masthead.jpg") center center;
  background-size: cover;
  /*padding-top: 8rem;
  padding-bottom: 8rem;*/
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.rojo_nissan {
  color: #c3002f;
}
header.masthead h1 {
  font-size: 2rem;
}
/*ESTILOS PARA MOBIL*/
@media (max-width: 575px) {
  .for_desc {
    margin: 1%;
  }
}
@media (min-width: 768px) {
  header.masthead {
    padding-top: 17rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.footer {
  padding-top: 1em;
  padding-bottom: 1rem;
  text-align: center;
  background: #000;
  color: #c1c1c1;
}
.cursor-p{
  cursor: pointer;
}
@media (min-width: 992px) {
  .term_ext {
    display: none;
  }
}