@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;
}


.abou-main-img {
	display: block;
    margin: 2rem auto 3rem auto;
    width: 60%;
    height: auto;
    border: solid 5px white;
    box-shadow: 5px 5px 8px;
}

.about-certifications {
    display: block;
    margin: 8rem auto 0 auto;
    padding: 0 6rem;
    width: 100%;
    max-width: 1250px;
    font-size: 1.6rem;
    text-align: justify;
    line-height: 2;
}
.about-certifications > h3 {
    font-size: 4.2rem;
    text-align: center;
	line-height: 1;
    margin: 0 0 4rem 0;
}
.about-certifications > p {
    text-align: center;
    padding: 0 1rem 4rem 1rem;
}
.about-certifications article {
    display: flex;
    flex-wrap: wrap;
}
.about-certifications article:first-of-type {}
.about-certifications article:first-of-type p {
    flex: 0 0 100%;
    padding: 2rem;
    line-height: 1.6;
}
.about-certifications article:first-of-type p img { width:auto; height:60px; margin: 0 2rem 0 0; }
.about-certifications article:first-of-type p span { display:block; }
.about-certifications article:first-of-type p span strong {}
.about-certifications article:first-of-type p span a {}

.about-certifications article:last-of-type { margin: 3rem 1rem 0 1rem;     padding: 0 1rem; }
.about-certifications article:last-of-type p {}
.about-certifications article:last-of-type .linkParr { display: block;     width: 100%;     text-align: center;     margin: 2rem 0; }
.about-certifications article:last-of-type .linkParr a { color: var(--greySoft); }
.about-certifications article:last-of-type .linkParr a .linkDoc { color: var(--softBlueHoverBtn);     font-weight: bold; }

.about-despedida {     display: block;
    margin: 6rem auto 6rem auto;
	padding: 0 1rem;
    width: 100%;
    max-width: 1250px;
    color: var(--greySoft);
    line-height: 2;
    font-size: 1.6rem;
    text-align: center; }
	


body {
  background-color: white;
}

h2 {
  text-transform: uppercase;
}

.about-banner {
  border-bottom-left-radius: 50px;
  -moz-border-bottom-left-radius: 50px;
  margin-bottom: 13.5rem;
  height: 42rem;
}

.about-banner h1 {
  font-size: 6rem;
  letter-spacing: 5px;
  font-weight: normal;
}

.about-main {display: block;}
.about-main iframe{width:600px;}

.about-main__first-section {
	margin: 14rem auto 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	max-width:120rem;
	width: 79%;
}

.about-main__first-section > span {  }
.about-main__first-section > span img { width: 100%; height:auto; }

.about-main .btn-about {
  letter-spacing: 5px;
  color: white;
  width: 35rem;
  padding: 1.8rem;
  font-size: 1.8rem;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.about-main .btn-about__orange {
  background-color: #e66616;
  margin: 5rem auto;
  -webkit-transform: translateX(-7rem);
          transform: translateX(-7rem);
}

.about-main .btn-about__orange:hover {
  background-color: cornflowerblue;
}

.about-main .btn-about__pink {
  background-color: #f16776;
  margin: 0 auto 15rem auto;
  font-size: 1.8rem;
}

.about-main .btn-about__pink:hover {
  background-color: #2CA1D7;
}

.about-main__info { padding: 0 14.5rem 0 0; flex:0 0 63%; }

.about-main__info span {
	font-family: Tahu, Verdana, Geneva, sans-serif;
	font-size: 6.2rem;
	font-weight: 700;
	position: relative;
	margin: 0 auto 1rem auto;
    display: block;
    width: fit-content;
}

.about-main__info span:before {
  content: '';
  position: absolute;
  height: 4rem;
  width: 1rem;
  bottom: 1.4rem;
  left: -3rem;
  background-color: coral;
}

.about-main__info p {
  font-size: 1.6rem;
  text-align: justify;
  width: 100%;
  line-height: 2;
  color: #545454;
}

.about-main__info .about-first-section-btn { margin: 6rem auto 0 auto; background-color: var(--OrangeSofter); font-size:1.8rem; }

.about-main__picture div {
  height: 42rem;
  width: 44rem;
  background-color: coral;
}

.about-main__numbers {
  margin-top: 14rem;
  margin-bottom: 15rem;
}

.about-main__numbers h2 {
  display: block;
  text-align: center;
  font-size: 4.2rem;
  position: relative;
}

.about-main__numbers h2:before, .about-main__numbers h2:after {
  position: absolute;
  content: '';
  width: 20rem;
  height: 1px;
  background-color: #ccc;
  top: 3rem;
}

.about-main__numbers h2:before {
  left: 10rem;
}

.about-main__numbers h2::after {
  right: 10rem;
}

.about-main__numbers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.about-main__numbers-wrapper-item {
  height: 25rem;
  width: 40rem;
  border-bottom-left-radius: 50px;
  -moz-border-bottom-left-radius: 50px;
  border: 1px solid #e66616;
  position: relative;
}

.about-main__numbers-wrapper-item img {
  width: 15rem;
  height: 15rem;
  position: absolute;
  right: 0;
}

.about-main__numbers-wrapper-item p {
  font-size: 5rem;
  margin: 11rem 0 -.5rem 1.5rem;
  font-weight: 700;
}

.about-main__numbers-wrapper-item span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #767676;
  font-size: 3.2rem;
  margin-left: 3rem;
  font-weight: lighter;
  line-height: 1;
}

.seguro-main__value-section {
  background-color: #f2912e;
  border-top-right-radius: 5rem;
  padding-top: 7rem;
  z-index: 1;
  height:586px;
  margin-bottom:42rem;
}

.seguro-main__value-section h2 {
  position: relative;
  text-align: center;
  color: white;
  font-size: 4.2rem;
  margin-bottom: 6.5rem;
}

.seguro-main__value-section .about-main__value-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.seguro-main__value-section .about-main__value-item-wrapper-card {
  background-color: white;
  width: 35rem;
  z-index: 100;
  border-bottom-left-radius: 5rem;
  -webkit-box-shadow: 0px 16px 6px 0px #a8a8a8;
  box-shadow: 0px 16px 6px 0px #a8a8a8;
}

.seguro-main__value-section .about-main__value-item-wrapper-card h3 {
  font-size: 2.4rem;
  margin: 2rem 0;
  padding: 0 1rem;
}

.seguro-main__value-section .about-main__value-item-wrapper-card p {
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: justify;
  padding: 0 1rem 2.5rem 1rem;
}



.about-main__value-section {
  background-color: #f2912e;
  border-top-right-radius: 5rem;
  padding-top: 7rem;
  z-index: 1;
  height:586px;
  margin-bottom:42rem;
}

.about-main__value-section h2 {
  position: relative;
  text-align: center;
  color: white;
  font-size: 4.2rem;
  margin-bottom: 6.5rem;
}

.about-main__value-section h2:before, .about-main__value-section h2:after {
  position: absolute;
  content: '';
  width: 20rem;
  height: 1px;
  background-color: white;
  top: 2.5rem;
}

.about-main__value-section h2:before {
  left: 20.5rem;
}

.about-main__value-section h2::after {
  right: 20.3rem;
}

.about-main__value-section .about-main__value-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.about-main__value-section .about-main__value-item-wrapper-card {
  background-color: white;
  width: 35rem;
  z-index: 100;
  border-bottom-left-radius: 5rem;
  -webkit-box-shadow: 0px 16px 6px 0px #a8a8a8;
  box-shadow: 0px 16px 6px 0px #a8a8a8;
}

.about-main__value-section .about-main__value-item-wrapper-card h3 {
  font-size: 2.4rem;
  margin: 2rem 0;
  padding: 0 1rem;
}

.about-main__value-section .about-main__value-item-wrapper-card p {
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: justify;
  padding: 0 1rem 2.5rem 1rem;
}

.about-main__reason {
  background-color: #fff;
  padding: 0 15rem;
  margin-top: 14rem;
}

.about-main__reason h2 {
  padding-top: 0;
  font-size: 4.2rem;
  text-align: center;
}

.about-main__reason ul { margin:6rem 0; font-size:1.6rem; }
.about-main__reason ul li { margin-bottom:2rem; }

.infoTxt .linkPrin { display: block; margin-top: 4rem; text-align: left; color: var(--softBlueHoverBtn); font-size: 2rem; }
.infoTxt { margin-top: 0rem; }
.infoTxt h2 { padding-top: 6rem; font-size:3rem; }
.infoTxt h2 a { display: block; font-size:3rem; margin-bottom: 4rem; color: var(--softBlueHoverBtn); }
.infoTxt h2 span { display: block; font-size:1.5rem; }
.infoTxt h3 { font-size: 2rem;     margin: 4rem 0 2rem 0; }
.infoTxt h4 { font-size:1.5rem; }
.infoTxt p { margin: 0 0 2rem 0; font-size:1.5rem; text-align:justify; }
.infoTxt ul { font-size: 1.5rem; }
.infoTxt ol { font-size: 1.5rem; }

.infoTxtETA{max-width:1500px;margin:0 auto;}
.infoTxtETA a{text-decoration:underline;}
.infoTxtETA ul{margin:2rem 0 0 0;}
.infoTxtETA .listaPeq{display:flex;flex-wrap:wrap;}
.infoTxtETA .listaPeq li{padding:0 4rem 0 0;}

#blogTit { margin: 6rem 0 0 0;
    font-size: 4rem;
    color: #2F5496;
    font-weight: bold; }
#blogTit span { color: #444;
    display: block;
    margin: 6rem 0 0 0;
    font-size: 2rem; }
.infoBlog { margin-top:6rem; font-size:1.5rem; text-align:justify; }
.infoBlog > p {margin-bottom:1rem;color: #2F5496;font-weight: bold;font-size: 2rem;text-align: justify;}
.infoBlog > section {     color: #444; }
.infoBlog > section h2 {
    color: #2F5496;
    text-align: left;
    font-size: 2rem;
    margin: 6rem 0 0 0;
    text-decoration: underline;
}
.infoBlog > section ul {}
.infoBlog > section ul li {     margin: 0 0 1rem 0; }
.infoBlog > section ul li h3 {     display: inline-block; }
.infoBlog > section ul li strong {color: #FF1111;}
.infoBlog > section ul li > a {     color: #1F73C7; }

.blogImgGal { width: 30%;     float: right;     margin: 0 0 2rem 2rem; }


.about-main__slider {
    margin: 0 0 0 0;
}

.about-main__slider img {
  height: 35rem;
}

.about-main__slider img::-moz-selection {
  background: none;
}

.about-main__slider img::selection {
  background: none;
}

.about-main__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15rem;
  color: white;
}

.about-main__map-adress {
  border-top-left-radius: 5rem;
  height: 54rem;
  width: 67rem;
  background: var(--softBlueHoverBtn);
  background-blend-mode: soft-light;
  padding-left: 7rem;
}

.about-main__map-adress h3 {
  font-size: 4.6rem;
  margin-top: 8.5rem;
  font-weight: 700;
  margin-bottom: 6rem;
}

.about-main__map-adress strong {
  font-size: 2.4rem;
  display: block;
}

.about-main__map-adress p {
  font-size: 2.4rem;
  display: block;
  width: 38rem;
  line-height: 1.5;
}

.about-main__map-adress button {
  position: relative;
  display: block;
  border: none;
  background-color: transparent;
  color: white;
  padding-left: 20rem;
  margin: 2rem 0 3rem 0;
  font-size: 2.4rem;
  display: block;
}

.about-main__map-adress button::before {
  content: '';
  position: absolute;
  width: calc(20rem - 10%);
  height: 1px;
  left: 0;
  top: 1.5rem;
  background-color: #fff;
}

.about-main__map-adress a {
  color: white;
  font-size: 2.4rem;
  display: block;
  margin-top: 1rem;
}

.about-main__map-mapbox {
  width: 70rem;
  height: 54rem;
  background-color: yellowgreen;
}

.trip-item-itinerario {
  margin: 3rem auto;
}

.alojamiento-accordion {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comenDescrip p { text-align: left; padding-bottom: 1rem; }
.comenDescrip p a { text-decoration:underline; }
.estrella { font-size:1.6rem; color:#FC3; font-weight:bold; }
.lisComen { list-style:none; display:block; margin:0 auto; }
.lisComen li { display: flex;
    font-size: 1.2rem;
    margin: 0 0 2rem 0; }
.lisComen li div {}
.lisComen li img {     width: 5rem;
    height: auto; }
.lisComen li p { padding: 0.5rem 0 0 1rem; }

.reviSubTit { text-transform: none;
    text-align: center;
    margin: 6rem 1rem 3rem 1rem; }
.reviSubTit img { width:auto; }
.reviLis {
    display: block;
    margin: 4rem auto 4rem auto;
    padding: 0 0 0 0;
    list-style: none;
    width: 60%;
    font-size: 1.5rem;
}
.reviLis li {
    margin: 0 0 0 0;
    padding: 2rem 0 2rem 0;
    border-bottom: solid 1px var(--borderGrey);
}
.reviLis li span {
    display: block;
    margin: .5rem 0 0 0;
    text-align: justify;
    position: relative;
}
.reviLis li span img{
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
}
.btnReview { display: block;
    margin: 0 auto;
    font-size: 1.5rem;
    border: none;
    background: var(--verdeEsmeralda);
    color: white;
    border-radius: 6px;
    padding: 1rem 2rem; }
.revFrm { margin: 0;
    padding: 0 0 0 2.5rem; list-style:none; }
.revFrm li { margin-bottom: 2rem; }
.revFrm li p  {  }
.revFrm li p .btnStar { background: transparent;     border: none;     padding: 1rem; } 
.revFrm li p .btnStar img {  border: none; }
.revFrm li input, .revFrm li textarea { width: 90%;
    padding: 1rem; }
#verifyMsn { margin: 1rem 0 2rem 0;     color: var(--resumenPink); }
.btnRevSend {  font-size: 1.5rem;
    border: none;
    background: var(--verdeEsmeralda);
    color: white;
    border-radius: 6px;
    padding: 1rem 2rem; margin-left: 2.5rem; }

.cabeNotis { 
	padding: 39rem 0 1rem 0; background-position: center; }
.cabeNotis h1 { font-size: 4rem; text-shadow: 4px 4px 8px black; }

.noticia { display: flex; margin: 4rem auto 4rem auto; padding: 0 0 0 0; list-style: none; width: 60%; font-size: 1.5rem; }
.noticia > div:first-of-type {flex: 0 0 60%;margin: 0 3.5rem 0 0;padding: 0 0 3.5rem 0;border-bottom: solid 4px #EEE;}
.noticia > div:last-of-type {flex: 0 0 40%;}
.noticia > div > header {margin: 0 0 1.5rem 0;}
.noticia > div > header span {font-size: 1.2rem;display: block;margin: 0 0 1.5rem 0;}
.noticia > div > header span time {  }
.noticia > div > header h4 {color: var(--OrangeSofter); font-size: 2.5rem;}
.noticia > div > header h3 {font-size: 3rem;}
.noticia > div > p {text-align: justify;}
.noticia > div img { width:100%; height:auto; margin:0; }


/*# sourceMappingURL=about.css.map */

@media (max-width: 980px) {
	.about-main__first-section {     width: 91%; }
	.about-main__info { padding: 0 3rem 0 0; }
	.about-main__info span {     font-size: 5rem; }
	
	.about-main__numbers-wrapper-item span { font-size: 2.5rem;     margin-right: 2rem; }
}


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

@media (max-width: 500px) {
  .noticia { width: 80%; flex-direction: column; }
  .noticia > div:first-of-type { margin:0 0 0 0; }
  .noticia > div > header span { font-size: 1.5rem; }
  .noticia > div > header h3 { font-size: 2.5rem; }
  .noticia > div > p { font-size: 1.8rem; }
}
  .cabeNotis { padding: 39rem 2rem 1rem 2rem; }
  .cabeNotis h1 { font-size: 2.5rem; }
}

@media (min-width: 320px) {
  .itinerario-responsive-container i { padding: 2%; }
}



@media (max-width: 850px) {
	.about-main__info span { font-size: 4rem;     margin: 1rem 0 3rem 3rem; }
	.about-main__info span:before {     height: 100%;     bottom: 0; }
	.about-main__info p { width: 90%;     padding: 0 0 0 2rem; }
	.about-main .btn-about__orange {     width: 90%;     transform: initial; }
	
	.about-main__numbers {     margin-top: 8.5rem;     margin-bottom: 12rem; }
	.about-main__numbers h2:before { display:none; } 
	.about-main__numbers h2::after { display:none; } 
	.about-main__numbers-wrapper-item {     height: auto;     width: 24%;     padding-bottom: 2rem; }
	.about-main__numbers-wrapper-item p {     position: relative;     font-size: 5rem;     margin: 9rem 0 -.5rem 1.5rem;     z-index: 9000; }
	.about-main__numbers-wrapper-item span { font-size: 2.4rem; margin-left: 3rem;  line-height: 1.3; margin-right: 1.5rem; margin-top: 1rem; }
	
	.about-main__value-section { padding-top: 4rem; }
	.about-main__value-section h2:before { display:none; }
	.about-main__value-section h2::after { display:none; }
	.about-main__value-section .about-main__value-item-wrapper-card h3 { padding: 0 2rem; }
	.about-main__value-section .about-main__value-item-wrapper-card p {     padding: 0 2rem 2.5rem 2rem; }

	.about-main__map {     margin-top: 9rem; }	
	.about-main__map-adress { padding: 2rem 2rem 2rem 3rem;     height: auto;     width: 49%; }
	.about-main__map-adress h3 { margin: 4rem 0; }
	.about-main__map-adress p { width: 100%; }
	.about-main__map-adress a { font-size: 2.2rem; }
	.about-main__map-mapbox {     width: 50%; }
	
	.seccAbout { margin: 4rem 0 4rem 0; padding: 0 0 0 4rem; }
	
	.noticia { width: 90%; }
	
	.footer-responsive { display: none; }
	
}

@media (max-width: 768px) {
	.viaje-content,
  aside,
  .section-selectors,
  .glider-contain,
  hr :first-child,
  hr,
  .vista-rapida-inner-container,
  .trip-duration-inner img {
    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);
  }

  .vista-rapida-container {
    width: 100%;
  }
  .itinerario-responsive-container {
    width: 85%;
    margin: 0 auto;
    margin-bottom: .7rem;
  }
  .header-text-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .header-text-container h1 {
    width: 100%;
    font-size: 2rem;
    margin: .5rem 0 0 0;
  }
  .trip-duration-inner {
    margin: 0;
  }
  .trip-inner-price-tag {
    -webkit-transform: none;
            transform: none;
  }
  .trip-inner-price-tag h2 {
    color: #E95153;
    font-size: 5rem;
  }
  .trip-inner-price-tag p {
    color: #646464;
    font-size: 13px;
  }
  .itinerario h2 {
    border: none;
    padding-top: 0;
  }
  .itinerario img:first-child {
    display: none;
  }
  .itinerario ul li h3 {
    font-weight: bold;
  }
  .itinerario ul li p {
    color: #7e7b65;
    font-size: 1.4rem;
  }
  .itinerario ul li::before {
    display: none;
  }
  .sidebar-box ul {
    padding: 0;
  }
  .sidebar-box li {
    -webkit-transform: none;
            transform: none;
  }
  .sidebar-box li h3 {
    color: #2CA1D7;
  }
  .sidebar-box li h3 span {
    color: black;
  }
  .about-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-section h4 {
    font-size: 3rem;
    text-align: center;
  }
  .about-section h5,
  .about-section p {
    font-size: 1.6rem;
  }
  .about-section a {
    font-size: 2rem;
    text-align: center;
  }
  .about-section a:active {
    color: #e66616;
  }
  .about-first-col {
    width: 100%;
    text-align: center;
  }
  .about-first-col p,
  .about-first-col span {
    font-size: 1.5rem;
  }
  .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;
  }
  #responsive-fest-title {
    display: block;
  }
  .mobile-searchbar::after {
    content: '';
    position: absolute;
    min-width: auto;
    height: 1px;
    top: 1px;
  }
  .responsive-hero-img-container {
    padding: 2rem;
    border-top: 1px solid #ccc;
  }
  .about,
  .about-section {
    display: none;
  }
  .footer-responsive p {
    margin: 0;
  }
  .footer-responsive .about-first-col-hablemos h5 {
    font-size: 2rem;
    margin: 1rem;
  }
  .footer-responsive .about-first-col-hablemos p:last-child {
    margin: 2rem 0;
  }
  .about-content-col p {
    font-size: 2.5rem;
  }
  .about-content-col p:nth-child(3),
  .about-content-col p a {
    color: #2CA1D7;
    margin: 0;
  }
  .about-content-col a {
    margin: 0;
    text-align: center;
    color: initial;
    font-size: 1.8rem;
  }
  .about-content-col a:last-child {
    margin: 0;
  }

  .read-more {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.5rem 0;
    width: 30rem;
    background-color: #e66616;
    border-radius: 5px;
    color: white;
  }
  .read-more i {
    display: none;
  }
  .read-more:active {
    background-color: #2CA1D7;
  }
  .exclude ul,
  .alojamiento ul {
    background-color: initial;
    padding: 1rem 1rem 1rem 3.5rem;
  }
  .panel-viaje-bg {
    background-color: initial;
    padding: 0;
  }
  .panel-viaje-bg ul li {
    margin: auto 0 2.4rem 0;
  }
  .panel-viaje-bg img {
    width: 2rem;
    height: 2rem;
  }
  .panel-viaje-bg-summary {
    margin-left: 5rem;
  }
  .include-title,
  .exclude-title,
  .alojamiento-title {
    padding: 0 0 2rem 0;
    margin: 0;
  }
  .include-title h3,
  .exclude-title h3,
  .alojamiento-title h3 {
    font-size: 1.8rem;
  }
  .alojamiento ul li {
    padding: 0;
  }
  .circulo-naranja {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
  .phone-list img {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
  .phone-list a {
    font-size: 1.8rem;
  }
  
  .reviLis {
    width: 90%; }
	
	#blogTit {     font-size: 3rem; }
	.infoBlog {    margin-top: 6rem; }
	.infoBlog > p { padding: 0 0 2rem 0; margin: 3rem 0; }
	.infoBlog > section ul {     padding: 0 0 0 1.5rem; }
}

@media (max-width: 650px) {
	.cabeTitAbout h1 { font-size: 4.5rem; }
	.about-main iframe{width:100%;}
	.about-main__first-section { flex-direction: column;     margin: 10rem auto 0 auto; }
	.about-main__info { padding: 0 0;     margin-bottom: 7rem; }
	.about-main__info p { width: 100%; }
	.about-first-section-btn { width: 100%; }
	
	.about-certifications { padding: 0 2rem; }
	.about-certifications h2 { text-align: initial; }
	.about-certifications > h3 { font-size: 4rem; }
	.lisComen { padding: 0 0 0 0; }
	
	.about-main__numbers { margin: 6rem 0; }
	.about-main__numbers h2 {     font-size: 3.5rem;     margin: 0 2rem 3rem 2rem; }
	.about-main__numbers-wrapper { flex-direction: column; }
	.about-main__numbers-wrapper-item { width: 100%;    height: auto; padding: 0 1rem 1.5rem 0;     margin-bottom: 2rem; }
	.about-main__numbers-wrapper-item img {     height: auto;     width: 10rem; }
	.about-main__numbers-wrapper-item p { margin: 1.5rem 1.5rem 0 1.5rem; }
	.about-main__numbers-wrapper-item span { font-size: 2.7rem; }
	.about-main__value-section { padding-top: 2rem; height: auto;     margin-bottom: 8rem; }
	.about-main__value-section .about-main__value-item-wrapper { flex-direction: column; }
	.about-main__value-section h2 {     margin-bottom: 4rem;     font-size: 3rem; }
	.about-main__value-section h2:before { display:none; }
	.about-main__value-section h2::after { display:none; }
	.about-main__value-section .about-main__value-item-wrapper-card { width: 90%;     margin: 0 auto 4rem auto; }
	.about-main__value-section .about-main__value-item-wrapper-card h3 { padding: 0 1rem 0 2rem; }
	.about-main__value-section .about-main__value-item-wrapper-card p { padding: 0 2rem 2.5rem 2rem; }
	.about-main__reason { margin: 0 0 0 0;     padding: 0 3rem; }
	.about-main__reason h2 {     padding: 0 2rem;     font-size: 3rem; }
	.about-main__reason p {     padding: 0 2rem 2rem 2rem;     margin-bottom: 2rem; }
	.about-main .btn-about__pink { width: 90%; margin-bottom: 4rem; }
	.about-main__map { flex-direction: column;     margin: 0 0; }
	.about-main__map-adress { margin: 4rem 0 0 0; width: 100%;     height: auto;     padding: 3rem; background-color: cornflowerblue; } 
	.about-main__map-adress h3 { margin: 0;     font-size: 3rem;     padding: 0 0 2rem 0; }
	.about-main__map-adress p { width: 100%; font-size: 2rem; }
	.about-main__map-adress a { font-size: 2rem; }
	.about-main__map-adress button { font-size: 2rem; }
	.about-main__map-mapbox { width: 90%; margin: 4rem 0 0 1rem; }
	
	.seccAbout {     display: none; }
	
	.noticia { width: 90%; flex-direction: column; }
	
	.footer-responsive {     display: block; }
	
	.infoBlog {    margin-top: 6rem; }
	
	.seguro-main__value-section h2 { font-size:2rem; }
}

@media (max-width: 550px) {
	.about-main__reason { margin: 0 0 0 0;     padding: 0 2rem; }
	.about-certifications article:first-of-type p {     flex: 0 0 100%; }
	.about-certifications article:first-of-type #asta img {     display: block;     float: none; }
	
	.infoBlog {    margin-top: 6rem; }
}

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