@font-face {
    font-family: 'Espiritu-Regular';
    src: url('../fonts/Espiritu-Regular.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
  }

@font-face {
    font-family: 'Espiritu-Condensed';
    src: url('../fonts/Espiritu-Condensed.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
  }

  .font-espiritu {font-family: 'Espiritu-Regular';}
  .font-espiritu-2 { font-family: 'Espiritu-Condensed';}

  @font-face {
    font-family: 'NeueHaas';
    src: url('../fonts/NeueHaasDisplay-Roman.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
  } 

.font-nue {
  font-family: 'NeueHaas';
}

:root {
    --rojo:#E1251B;
}

.text-rojo {
    color: var(--rojo);
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Espiritu-Regular';
}

p {
	font-family: 'NeueHaas';
	font-size: 18px;
	line-height: 20px;
}

.title-red img {
	height: 15px;
}

/* ======================= CODE GENERAL ============================ */

/*------- video hero ----------*/
video.video-hero {
    transform: rotate(90deg);
}
/*------- video hero ----------*/

.filter-grayscale {
    filter: grayscale(0.5);
    filter: opacity(0.5);
}


.rotate-title {
  transform: rotate(13deg);
  display: block;
  font-size: 12px;
  left: 2rem;
  position: relative;
}

.filter-gray {
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bg_section_02{
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}



.section__02:hover .bg_section_02{
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.hcp-button {
  transition: all 0.5s ease-in-out !important;
  width: auto !important;
  border: none !important;
  background-color: #E1251B !important;
  padding: 7px 4rem !important;
  border-radius: 30px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  text-align: center !important;
  transition: all 0.3 ease !important;
  cursor: pointer !important;
}

.hcp-button:hover {
  background-color: #bc241c !important;
  box-shadow: none !important;
}

.hover-btn-rojo {
  transition: all 0.5s ease-in-out;
}

.hover-btn-rojo:hover {
  transition: all 0.5s ease-in-out;
  background-color: var(--rojo);
  color: white;
}

.linea-separadora {
  height: 17rem;
  width: 1px;
  background-color: var(--rojo);
  position: absolute;
  left: 50%;
  top: 20%;
}

.hover-card {
  background-color: var(--rojo);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  transform: translateY(1000px);
  opacity: 0;
  padding: 1rem;
  color: white;
 }

.card__services h3, 
.hover-card h3 {
  color: white;
  font-family: 'NeueHaas';
  font-weight: bold;
}

.hover-card p {
  position: relative;
  color: white;
  font-family: 'NeueHaas';
}


.card__services:hover .hover-card {
  transition: all 0.5s ease-in-out;
  transform: translateY(0);
  opacity: 1;
  cursor: pointer;
}

/*------------ FORMULARIO ------------------*/

form.wpcf7-form input {
    border: 1px solid black;
    padding: 10px;
    width: 100%;
}

span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    position: relative;
    left: 0rem;
    top: 2rem;
}

form.wpcf7-form p label{
    text-align: left;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.book-now {
    width: auto;
    border: 2px solid #E1251B;
    padding: 7px 4rem;
    border-radius: 30px;
	font-weight: 400 !important;
    color: #E1251B;
    text-align: center;
    transition: all 0.3 ease;
	cursor: pointer;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.book-now:hover {
    background-color: #E1251B;
    color: white;
    transition: all 0.3 ease;
    cursor: pointer;
}

form.wpcf7-form label {
    display: flex;
    margin-bottom: 10px;
    font-family: 'NeueHaas';
    font-size: 13px;
}

span.wpcf7-list-item.last {
    margin: 0px 5rem;
}

span.wpcf7-list-item-label {
    margin: 0rem 1rem;
}

.wpcf7-not-valid-tip {
	color: rgba(231,0,11,.5)
}

.screen-reader-response {
	display: none;
}

.wpcf7-response-output {
	margin-top: 20px;
}