* {box-sizing: border-box;}

body { 
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-family: 'Open Sans', sans-serif;
  padding-top: 56px;
}
.cotizador{
text-shadow: 3px 3px #b0b4d2;
border-radius: 40px; 
position: absolute; 
z-index: 2; 
background-color: aqua; 
margin-left: 10%; 
width: 35%; 
height: 80%; 
margin-top: 3%;
}
.caja {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  background: #28a745;
  overflow: hidden;
  border-radius: 0px 0px 0px 50px;
  margin: 0px 100px 0px;
  padding: 9px 5px;
  font-weight: 600;
  margin-right: -2px;
  border-top-right-radius: 7px;
}
.hrefMenu{
  color: #fff;
}
.cotizadorNew{
    display: none;
    margin-top: 237px;
    background-color: aqua;
 }
.textoCotizador{
  text-align: center;
  margin-top: 5%;
}
.textoInput{
   font-size: 20px; 
   margin-left: 10%; 
   margin-top: 2%
}
.btnCotizador{
  border-radius: 20px; 
  font-size: 24px; 
  width: 80%; 
  margin-left: 10%; 
  margin-top: 5%;
}
.inputCotizador{
  border-radius: 10px; 
  width: 80%; 
  margin-left: 10%;
}
.header {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
}

.header a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.header a:hover {
  background: #ddd;
  color: black;
}

.main {
  padding: 16px;
  margin-top: 30px;
  height: 1500px; /* Used in this example to enable scrolling */
}

.header {
  overflow: hidden;
  background-color: #4342a0;
  padding: 20px 10px;
  color: #fff;
}

.header a {
  float: left;
  color: #fff;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: dodgerblue;
  color: white;
}

.header-right {
  float: right;
}

.shadow-16 {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}

.form-control-forced {
  display: block;
  width: 100%;
  padding: .300rem .75rem !important;
  font-size: 1rem !important;
  line-height: 1.4 !important;
  color: #495057 !important;
  background-color: #FFFFFF !important;
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  height: auto !important;
}

.bg-gray-100 {
  background-color: #f7fafc !important;
}

.bg-gray-200 {
  background-color: #EDF2F7 !important;
}

.text-red-500 {
  color: #F56565 !important;
}

.card-destinations {
  width: 280px;
  height: 280px;
}

.card-promotions {
  width: 280px;
  height: auto;
}

.card-promotions .card-img {
  height: 200px;
}

@media screen and (max-width: 1120px) {
   .textoImagen{
    font-size: 20px;
  } 
}
@media screen and (max-width: 1120px) {
   .cotizador{
    text-shadow: 3px 3px #b0b4d2;
    border-radius: 40px;
    position: absolute;
    z-index: 2;
    background-color: aqua;
    margin-left: 10%;
    width: 35%;
    height: 100%;
    margin-top: 0%;
  }
}
@media screen and (max-width: 890px) {
   .textoCotizador{
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
   .textoImagen{
    display: none;
  }
  .btnCotizador{
    border-radius: 20px;
    font-size: 16px;
    width: 52%;
    margin-left: 24%;
    margin-top: 1%;
  }
}
@media screen and (max-width: 740px) {
   .textoInput{
    font-size: 14px;
    margin-left: 10%;
  }
}

@media screen and (min-width: 768px) {
  .position-md-absolute {
    position: absolute !important;
  }
}

@media screen and (max-width: 680px) {
   .cotizador{
    width: 50%;
  }
  .inputCotizador{
    height: 12%;
  }
}

@media screen and (max-width: 600px) {
   .textoCotizador{
    text-align: center;
    font-size: 12px;
  }
}
@media screen and (max-width: 500px)
{
  .cotizador {
      width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  .header-right {
    float: none;
  }
  .carousel{
  /* margin-top: 236px;*/
  }
}
@media screen and (max-width: 414px) {
 .carousel{
    /* display: none;*/
 }
 .cotizadorNew{
    display: block;
    margin-top: 237px;
    background-color: aqua;
 }
}