/****** PLACE YOUR CUSTOM STYLES HERE ******/
 /* The Modal (background) */
modal-backdrop.in{
  display:none;
}

.modal {
  position: fixed; /* Stay in place */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 3% auto; /* 15% from the top and centered */
  padding: 7px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
}

.modal-content img{
  width: 100%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 
@media all and (max-width: 800px) {
  .modal-content {
    width: 60%; /* Could be more or less, depending on screen size */
  }
}

@media all and (max-width: 420px) {
  .modal-content {
    width: 90%; /* Could be more or less, depending on screen size */
  }
}


.border_azul{
  width: 50%;
  border: 3px solid #183479;
  padding: 7px;
  border-radius: 5px;
}
.tarjeta_azul{
  background-color: #183479;
  padding: 30px 20px;
  border-radius: 5px;
}
.tarjeta_azul h2{
  color: white;
  font-size: 25px;
}
.tarjeta_azul p{
  color: white;
  font-size: 45px;
  font-weight: bold;
}
.tarjeta_azul small{
  color: white;
  font-size: 15px;
}
.agradecimiento_contacto{
  background-image: url(../img/Cremapet_agraadecimiento_fondo.png);
  background-size: cover;
  background-position: center center;
}
.agradecimiento_contacto h2{
  color: white;
  text-align: center;
}
.agradecimiento_contacto p{
  color: white;
  text-align: center;
}
.agradecimiento_contacto .container .col-md-6{
}

@media all and (max-width: 800px) {
  .border_azul{
    width: 70%;
  }
  .tarjeta_azul p {
    font-size: 40px;
    line-height: 40px;
  }
  .agradecimiento_contacto img{
    width: 50%;
  }
}

@media all and (max-width: 500px) {
  .border_azul{
    width: 80%;
  }
  .tarjeta_azul p {
    font-size: 40px;
    line-height: 40px;
  }
  .agradecimiento_contacto img{
    width: 30%;
  }
}