@charset "utf-8";
/* CSS Document */



html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.cabeTit h1 {
    font-size: 4.2rem;
    letter-spacing: 10px;
}

.contacto-lisTel { list-style: none;
    margin: 0 auto;
    padding: 0 0 0 0;
    display: block;
    width: 81%; }
.contacto-lisTel li { display: inline-block;
    margin: 0 0 2rem 0;
    padding: 0 0 0 0;
    min-width: 33.1%; }
.contacto-lisTel li a { display: flex; font-size:1.6rem; }
.contacto-lisTel li a img { width: 27px; }
.contacto-lisTel li a strong { font-weight: normal;
    padding: 0 0 0 0;
    margin: 0 0 0 1rem;
    color: var(--greySoft); }

@media (min-width: 768px) {
  .mobile-searchbar,
  .responsive-navbar a,
  .redes-responsive {
    display: none;
  }
}

@media (max-width: 768px) {

  aside,
  .glider-contain,
  hr :first-child,
  hr {
    display: none;
  }
  .mobile-searchbar {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    margin-bottom: .7rem;
  }
  .mobile-searchbar i {
    font-size: 2rem;
    color: #e66616;
    font-size: 3rem;
  }
  .mobile-searchbar button {
    -webkit-transform: translate(-3px, 4px);
            transform: translate(-3px, 4px);
    padding: 1.05rem;
    background-color: #e66616;
    border: none;
    border-radius: 0px 5px 5px 0px;
  }
  .mobile-searchbar button i {
    color: black;
    padding: 0;
    font-size: 2rem;
  }
  .mobile-searchbar .mobile-search-bar__regresar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

@media (max-width: 768px) {
  .vista-rapida-container {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .mobile-searchbar input {
    padding: 1.5rem 0;
    width: 17rem;
    border: none;
    background-color: #f4f4f4;
    border-radius: 5px 0 0 5px;
  }
  .mobile-searchbar input::-webkit-input-placeholder {
    font-size: 1.6rem;
    padding-left: 20%;
  }
  .mobile-searchbar input:-ms-input-placeholder {
    font-size: 1.6rem;
    padding-left: 20%;
  }
  .mobile-searchbar input::-ms-input-placeholder {
    font-size: 1.6rem;
    padding-left: 20%;
  }
  .mobile-searchbar input::placeholder {
    font-size: 1.6rem;
    padding-left: 20%;
  }
  .mobile-searchbar p {
    font-size: 1.6rem;
    margin-left: 5px;
    color: #adacad;
  }
  .navbar-responsive-itinerario::after {
    content: '';
    position: absolute;
    min-width: auto;
    height: 1px;
    top: 5.5rem;
    background-color: #ccc;
  }
  
  .mobile-searchbar::after {
    content: '';
    position: absolute;
    min-width: auto;
    height: 1px;
    top: 1px;
  }
  .about {
    display: none;
  }
  .footer-responsive p {
    margin: 0;
  }
}

@media (max-width: 325px) {
  .mobile-searchbar {
    width: 95%;
  }
}

.banner {
  height: 28rem;
}

.contacto-title h1 {
  font-size: 4.2rem;
  letter-spacing: 10px;
}

.contacto-title p {
  font-size: 2rem;
}

main {
  display: block;
}

.contacto-medio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10rem auto 15rem auto;
  width: 100%;
  position: relative;
}
.contacto-medio h2 {
font-size: 4.2rem;
    text-align: center;
    margin-bottom: 6rem;
}
.contacto-medio .contacto-medio-online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 71rem;
  height: 62rem;
  background: url(../images/mapamundi.png) #f2912e;
  background-position: center bottom;
  background-blend-mode: soft-light;
}

.contacto-medio .contacto-medio-online .medio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7rem;
  margin-left: 8rem;
}

.contacto-medio .contacto-medio-online .medio-item:nth-child(3) {
  margin-top: 4rem;
}

.contacto-medio .contacto-medio-online .medio-item img {
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 1rem;
}

#phone-number {
  background-color: #E5E4E2;
  top: 13.5rem;
  right: 0rem;
  padding: 0;
  z-index: -1;
  position: absolute;
  background: url(../images/paises-fila.png) rgba(229, 228, 226, 0.5);
  background-position: center bottom;
  background-blend-mode: unset;
}

#phone-number h2 {
  color: #606061;
  font-size: 4.2rem;
  margin: 0 auto;
  -webkit-transform: translate(1rem, -3rem);
          transform: translate(1rem, -3rem);
  text-transform: uppercase;
}

#phone-number h2 img {
  width: 3.5rem;
  height: 3.5rem;
}

#phone-number h2::before {
  content: '';
  position: absolute;
  background-color: #e66616;
  height: 4rem;
  width: 1rem;
  left: -24px;
}

#phone-number .countries-wrapper {
  padding: 3rem 4rem 0 14rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#phone-number .countries-wrapper .country-item {
  text-align: center;
  font-size: 1.6rem;
  margin-right: 4rem;
  margin-bottom: 3rem;
  line-height: 1.5;
}

#phone-number .countries-wrapper .country-item a,
#phone-number .countries-wrapper .country-item p {
  color: #606061;
}

@media (min-width: 1400px) {
  .contacto-medio {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #phone-number {
    position: static;
    -webkit-transform: translate(-5rem, 13rem);
            transform: translate(-5rem, 13rem);
  }
}

.medio-item-text {
  color: white;
}

.medio-item-text h3 {
  font-size: 2.6rem;
  font-weight: 700;
  text-shadow: 3px -1px 9px rgba(0, 0, 0, 0.37);
}

.medio-item-text a {
  color: white;
  font-size: 1.6rem;
  text-shadow: 3px -1px 9px rgba(0, 0, 0, 0.37);
}

.medio-item-text #chat {
  color: black;
  background-color: white;
  border-radius: 5px;
  padding: .75rem 2rem;
  margin: 0;
  position: absolute;
}

#whatsapp-number {
  font-size: 2.2rem;
}

.contacto-redes {
  margin: 0 auto;
  color: white;
}

.contacto-redes p {
  color: white;
  font-size: 2.1rem;
  font-weight: lighter;
  letter-spacing: 2px;
}

.contacto-redes .contacto-redes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 1rem;
}

.contacto-redes i {
  font-size: 3.5rem;
}

.contacto-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 12rem 0 0 0;
}

.contacto-location .map-wrapper {
  width: 72rem;
  height: 42rem;
  border: solid 4px var(--OrangeSofter);
}

.contacto-location .contact-adress {
  text-align: center;
  margin: 0 6rem;
}

.contacto-location .contact-adress h2 {
  font-size: 3.4rem;
  margin: 8rem 0 4rem 0;
}

.contacto-location .contact-adress p {
  font-size: 2.4rem;
  width: 70%;
  margin: 0 auto;
}

.contacto-location .contact-adress a { display: block;
    margin: 2rem 0;
    font-size: 1.5rem;
    color: var(--FestivalOrange);
    font-weight: bold; }

.contacto-description {
  margin-top: 6rem;
  margin-bottom: 15rem;
}

.contacto-description h2 {
  font-size: 4.2rem;
  text-align: center;
  margin-bottom: 6rem;
}

.contacto-description ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0;
}

.contacto-description ul li {
  text-align: center;
  list-style: none;
}

.contacto-description ul li P {
  font-size: 1.8rem;
  font-weight: lighter;
  width: 60%;
  margin: 0 auto;
  margin-top: 2rem;
  color: #706d59;
}

.contact-us-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 5rem;
}

.contact-us-container .contac-us-form-description {
  -webkit-transform: translateX(-9rem);
          transform: translateX(-9rem);
  width: 52rem;
  padding-right: 8rem;
  border-right: 1px solid #f2912e;
}

.contact-us-container .contac-us-form-description h2 {
  font-size: 4.5rem;
  margin: 2rem auto 3.7rem auto;
}

.contact-us-container .contac-us-form-description p {
  font-size: 2.3rem;
}

.contact-us-container .contact-us-form {
  -webkit-transform: translateX(-20rem);
          transform: translateX(-20rem);
}

.contact-us-container .contact-us-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-us-container .contact-us-form form label {
  font-size: 1.6rem;
}

.contact-us-container .contact-us-form form input,
.contact-us-container .contact-us-form form textarea {
	border: solid 1px var(--lightGreyCCC);
  font-size: 1.6rem;
  width: 25rem;
  margin: 1.5rem 0;
  padding: 1rem;
  border-radius: 10px;
  background-color: #E8F0FE;
}

.contact-us-container .contact-us-form form input[type="submit"] {
  color: white;
}

.contact-us-container .contact-us-form form .city-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translate(36rem, -44.8rem);
          transform: translate(36rem, -44.8rem);
}

.contact-us-container .contact-us-form form .btn-contacto {
  border-radius: 0;
  background-color: #e66616;
  -webkit-transform: translate(-60.3rem, -38rem);
          transform: translate(-60.3rem, -38rem);
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.btn-contacto { color:#FFF; }

.contact-us-container .contact-us-form form .btn-contacto:hover {
  background-color: #2CA1D7;
  cursor: pointer;
}

.contact-us-container .contact-us-form form .btn-contacto:active {
  -webkit-transform: translate(-60.3rem, -38.3rem);
          transform: translate(-60.3rem, -38.3rem);
}

#frmResultadoMsn h2 { font-size: 2rem;     margin: 3rem;     color: var(--softBlueHoverBtn); } 

@media (min-width: 1920px) {
  .contact-us-container .contact-us-form form .btn-contacto {
    -webkit-transform: translate(-80rem, -38rem);
            transform: translate(-80rem, -38rem);
  }
}

@media (max-width: 850px) {
	.contacto-description {     margin-top: 4rem;     margin-bottom: 9rem; }
	.contacto-description h2 {     font-size: 3.2rem;     margin-bottom: 4rem; }
	.contacto-description ul li img {     height: auto;     width: 4rem; }
	.contacto-description ul li P {     font-size: 1.6rem; }
	
	.contact-us-container { flex-direction: column;     height: auto;	 }
	.contact-us-container .contac-us-form-description { -webkit-transform: none; transform: none;     width: 100%;     padding-right: 0; padding-bottom: 4rem; }
	.contact-us-container .contac-us-form-description h2 {     font-size: 4rem;     margin: 2rem; text-align: center; }
	.contact-us-container .contac-us-form-description p {    text-align: center; }
	.contact-us-container .contact-us-form {      -webkit-transform: none;       transform: none; padding: 0 4rem;  }
	.contact-us-container .contact-us-form form .city-container { -webkit-transform: none;  transform: none; }
	.contact-us-container .contact-us-form form .btn-contacto { -webkit-transform: none; transform: none;  -webkit-transition: none; transition: none; }
	.contact-us-container .contact-us-form form input, .contact-us-container .contact-us-form form textarea { width: 82%; margin: 1rem 0 1.5rem 0;  }
	.contacto-location { flex-direction: column-reverse;     margin: 0 0 0 0; }
	.contacto-location .contact-adress {        margin: 0 2rem 2rem 2rem; }
	.contacto-location .contact-adress h2 {     font-size: 3.8rem;     margin: 1rem 0 3rem 0; }
	.contacto-location .map-wrapper {    width: 90%; }
	.seccAbout { display:none; }
}

@media (max-width: 600px) {
	.contacto-medio { margin: 2rem auto 4rem auto; }
	.contacto-medio h2 { font-size: 3.2rem;
    margin: 2rem;
    margin-bottom: 6rem; }
	.contacto-description {     margin-bottom: 5rem; }
	.contacto-description h2 {     font-size: 3.2rem; margin: 0 1.5rem 6rem 2rem; }
	.contacto-description ul { flex-direction: column; }
	.contacto-description ul li { display: flex;     margin: 0 2rem 1rem 4rem; }
	.contacto-description ul li img { height: auto;     width: 4rem; }
	.contacto-description ul li p { width: 70%;     margin: 0 auto;     margin-top: 0; display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end; } 

	.contact-us-container { flex-direction: column;     height: auto;	 }
	.contact-us-container .contac-us-form-description { -webkit-transform: none; transform: none;     width: 100%;     padding-right: 0; padding-bottom: 4rem; }
	.contact-us-container .contac-us-form-description h2 {     font-size: 4rem;     margin: 2rem; text-align: center; }
	.contact-us-container .contac-us-form-description p {    text-align: center; }
	.contact-us-container .contact-us-form {      -webkit-transform: none;       transform: none; padding: 0 4rem;  }
	.contact-us-container .contact-us-form form .city-container { -webkit-transform: none;  transform: none; }
	.contact-us-container .contact-us-form form .btn-contacto { -webkit-transform: none; transform: none;  -webkit-transition: none; transition: none; }
	.contact-us-container .contact-us-form form input, .contact-us-container .contact-us-form form textarea { width: 82%; margin: 1rem 0 1.5rem 0;  }
	.contacto-location { flex-direction: column-reverse;     margin: 0 0 0 0; }
	.contacto-location .contact-adress {        margin: 0 2rem 2rem 2rem; }
	.contacto-location .contact-adress h2 {     font-size: 3.8rem;     margin: 1rem 0 3rem 0; }
	.contacto-location .map-wrapper {    width: 90%; }
	.seccAbout { display:none; }
	
}