body, html {
  font-family: 'Poppins', sans-serif;
      margin: 0;
      overflow-x: hidden;
}
img{
  width: 100%;
  display: block;
}
* {
  font-family: 'Poppins', sans-serif;
}
.relative{
  position: relative;
} 
.display-flex{
  display: flex;
} 
.bold{
  font-weight: bold;
}
.text-center{
  text-align: center !important;
}
.text-left{
  text-align: left !important;
}
.text-right{
  text-align: right !important;
}
.display-block{
  display: none;
}
.display-none{
  display: none;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-70{
  margin-bottom: 70px;
}
.pt-200{
  padding-top: 200px;
}
.vertical-center{
      align-items: center;
}
.colrightmodal{
      display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 674px;
}
.horizontal-column-center{
    flex-direction: column;
    justify-content: center;
}
.slick-prev {
    left: 30px !important;
}
.slick-next {
    right: 30px !important;
}
.slick-prev:before, .slick-next:before { 
    font-size: 40px !important; 
}
.bgGrey{
  background: #eee;
}
/* input */
input,textarea,select{
  width: 100%;
  padding: 10px;
      margin-bottom: 20px !important;
      border-radius: 5px;
      border:1px solid rgb(236, 236, 236); 
      background: rgb(236, 236, 236); 
}
.mt-100{
  margin-top: 100px;
}
.mt-200{
  margin-top: 200px;
}
.seccion1 .carrusel .slick-prev:before,.seccion1 .carrusel .slick-next:before { 
    color: #ea1b36 !important; 
}
.seccion1 .carrusel .slick-prev,.seccion1 .carrusel  .slick-next {  
    width: 50px;
    height: 50px; 
}
.slick-prev, .slick-next{
  z-index: 999;
}
a{
  text-decoration: none !important;
}
hr{
  margin: 60px  0 !important;
  border: 2px solid !important;
}
/* Botones */
.btn-primary {
     background-color: #000000;
    color: white;
    border: none;
    padding: 7px 30px;
    font-size: 1.1rem;
    border-radius: 47px;
    font-size: 25px;
    cursor: pointer;
    transition: background-color 0.3s;
    border: 2px solid white;
}

.btn-primary:hover {
  background-color: #363636;
}
.btn-secondary{
      margin-top: 24px;
    background: white;
    border: 2px solid black;
    border-radius: 15px;
    padding: 13px 30px;
    font-size: 20px;
}
.mt-20{
  margin-top: 20px !important;
}
