/*** Carga de estilos *****/
/*** RESET ***/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
  padding: 0;
  margin: 0;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus,
a:focus {
  outline: none;
}
ul,
li {
  list-style: none;
}
a,
button {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .grid {
    display: grid;
    gap: 0;
  }
  .grid.gap-20 {
    gap: 20px;
  }
  .grid.gap-col .column {
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid.mtop50 {
    margin-top: 50px;
  }
  .grid.gap-30 {
    gap: 30px;
  }
  .grid.gap-60 {
    gap: 60px;
    margin-bottom: 40px;
  }
  .grid.col-1 {
    grid-template-columns: 1fr;
  }
  .grid.col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid.col-custom {
    grid-template-columns: 1fr 1fr;
  }
  .grid.col-1-2-1 {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .grid.col-2-aside {
    grid-template-columns: 1fr 300px;
  }
  .grid.col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid.col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid.col-250-rest {
    grid-template-columns: 200px 1fr;
  }
  .grid.col-1-3 {
    grid-template-columns: 1fr 3fr;
  }
  .grid .column {
    display: block;
  }
  .grid .column.prel {
    position: relative;
  }
  .grid .column.flex-col-vert {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1360px) {
  
}
@media (max-width: 1023px) {
  .grid.invert {
    display: flex;
    flex-direction: column-reverse;
  }
}
/***** CONTENIDOS COMUNES ******/
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
}
#sp-main h1,
#sp-main h2,
#sp-main h3,
#sp-main h4,
#sp-main h5,
#sp-main h6,
#sp-main p,
#sp-main ul,
#sp-main ol,
#sp-main div,
#sp-main a {
  font-family: "Poppins", sans-serif;
}
.sp-wrapper {
  width: 1150px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 1190px) {
  .sp-wrapper {
    width: auto;
    padding: 0 20px;
  }
}
.sp-hero {
  width: 100%;
  height: auto;
  background: url('../img/bg-hero.jpg') center center no-repeat;
  background-size: cover;
  position: relative;
}
.sp-hero:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../img/trama.png') top center repeat;
  top: 0;
  left: 0;
}
.sp-hero:before {
  position: absolute;
  content: ' ';
  display: block;
  width: 100%;
  height: 150px;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  /*
		* Created with https://www.css-gradient.com
		* Gradient link: https://www.css-gradient.com/?c1=2e296dcc&c2=2e296d00&gt=l&gd=dbb
		*/

  background: rgba(46, 41, 109, 0.8);
  background: linear-gradient(0deg, #2e296d, rgba(46, 41, 109, 0));
}
.sp-hero h1 {
  color: #f1b084;
  max-width: 400px;
  font-size: 35px;
  font-weight: 800;
  line-height: 110%;
  padding: 0;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
.sp-hero h1:after {
  content: ' ';
  display: block;
  width: 68px;
  height: 26px;
  margin: 10px 0 0 0;
  background: url('../img/ic-arrows.png') center center no-repeat;
}
.sp-hero p {
  color: #fff;
  max-width: 400px;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  padding: 0 0 120px 0;
  margin: 0;
}
.sp-hero-brown p {
  color: #2e296d;
  max-width: 400px;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  padding: 0 0 120px 0;
  margin: 0;
	/*;text-shadow: 1px 1px 3px #fff;*/
}
.sp-hero-brown {
  width: 100%;
  height: auto;
  background: url('../img/bg-hero-oscuro.jpg') center center no-repeat;
  background-size: cover;
  position: relative;
}
.sp-hero-brown:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../img/trama.png') top center repeat;
  top: 0;
  left: 0;
}
.sp-hero-brown:before {
  position: absolute;
  content: ' ';
  display: block;
  width: 100%;
  height: 150px;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  /*
		* Created with https://www.css-gradient.com
		* Gradient link: https://www.css-gradient.com/?c1=2e296dcc&c2=2e296d00&gt=l&gd=dbb
		*/

  background: rgba(46, 41, 109, 0.8);
  background: linear-gradient(0deg, #2e296d, rgba(46, 41, 109, 0));
}
.sp-hero-brown h1 {
  color: #2e296d;
  max-width: 400px;
  font-size: 35px;
  font-weight: 800;
  line-height: 110%;
  padding: 0;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  /*text-shadow: 1px 1px 3px #000;*/
}
.sp-hero-brown h1:after {
  content: ' ';
  display: block;
  width: 68px;
  height: 26px;
  margin: 10px 0 0 0;
  background: url('../img/ic-arrows.png') center center no-repeat;
}

/* Italia	*/

.sp-hero-italia p {
  color: #fff;
  max-width: 400px;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  padding: 0 0 120px 0;
  margin: 0;
  text-shadow: 1px 1px 3px #2e296d;
}
.sp-hero-italia {
  width: 100%;
  height: auto;
  background: url('../img/bg-hero-oscuro-2.jpg') center center no-repeat;
  background-size: cover;
  position: relative;
}
.sp-hero-italia:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../img/trama.png') top center repeat;
  top: 0;
  left: 0;
}
.sp-hero-italia:before {
  position: absolute;
  content: ' ';
  display: block;
  width: 100%;
  height: 150px;
  z-index: 4;
  left: 0;
  right: 0;
  bottom: 0;
  /*
		* Created with https://www.css-gradient.com
		* Gradient link: https://www.css-gradient.com/?c1=2e296dcc&c2=2e296d00&gt=l&gd=dbb
		*/

  background: rgba(46, 41, 109, 0.8);
  background: linear-gradient(0deg, #2e296d, rgba(46, 41, 109, 0));
}
.sp-hero-italia h1 {
  color: #fff;
  max-width: 400px;
  font-size: 35px;
  font-weight: 800;
  line-height: 110%;
  padding: 0;
  margin: 0 0 40px 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px #2e296d;
	
}
.sp-hero-italia h1:after {
  content: ' ';
  display: block;
  width: 68px;
  height: 26px;
  margin: 10px 0 0 0;
  background: url('../img/ic-arrows.png') center center no-repeat;
  
}

/* Fin Italia */

.sp-logo {
  width: 339px;
  margin: 50px 0;
}
.sp-logo img {
  display: block;
  max-width: 100%;
}
.sp-sofi {
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 60%;
  z-index: 2;
}
.sp-sofi img {
  display: block;
  max-width: 100%;
}
.sp-info {
  display: block;
  background: #2e296d;
  position: relative;
}
.sp-info:after {
  position: absolute;
  content: ' ';
  display: block;
  width: 98%;
  height: 20px;
  z-index: 1;
  background: #ec6c60;
  bottom: -20px;
  left: 0;
  border-radius: 0 0 20px 5px;
}
.sp-info .sp-titus {
  margin: -80px 0 0 0;
}
.sp-info .sp-tq {
  background: #ec6c60;
  height: 65px;
  position: relative;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 65px;
  width: 100%;
  border-radius: 33px;
}
.sp-info .sp-tq:before {
  position: absolute;
  content: ' ';
  display: block;
  width: 100%;
  z-index: -1;
  left: -90%;
  top: 0;
  bottom: 0;
  background: #ec6c60;
}
.sp-info .sp-icosp {
  background: #362f81;
  height: 48px;
  position: relative;
  width: auto;
  border-radius: 24px;
  display: flex;
  align-items: center;
  width: 300px;
  margin: -10px 0 0 0;
  z-index: 2;
}
.sp-info .sp-icosp:before {
  position: absolute;
  content: ' ';
  display: block;
  width: 100vw;
  z-index: -1;
  left: -90vw;
  top: 0;
  bottom: 0;
  background: #362f81;
}
.sp-dates {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.sp-day {
  display: flex;
  align-items: center;
  border-right: solid 1px #fff;
  padding: 0 50px 0 0;
}
.sp-day .sp-txt {
  color: #fff;
  padding: 0 0 0 50px;
}
.sp-day .sp-txt span {
  font-size: 16px;
  font-weight: 700;
}
.sp-day .sp-txt p {
  font-weight: 800;
  font-size: 35px;
  margin: 0;
}
.sp-price {
  margin: 0 0 0 50px;
  background: #f6f1eb;
  border-radius: 25px;
  width: 300px;
  text-align: center;
}
.sp-price p {
  font-weight: 800;
  font-size: 42px;
  color: #2e296d;
  margin: 0;
  padding: 10px 0 0 0;
}
.sp-btn {
  background: #f86821;
  color: #fff;
  font-size: 35px;
  display: block;
  width: 100%;
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  text-align: center;
}
.sp-btn:hover {
  background: #ec6c60;
}
.sp-content {
  padding: 80px 0;
  display: block;
  height: auto;
  background: url('../img/trama2.png') top left repeat #f6f1eb;
}
.sp-tit {
  position: relative;
  color: #362f81;
  font-size: 35px;
  font-weight: 800;
  display: inline-block;
}
.sp-tit:before {
  position: absolute;
  content: ' ';
  display: block;
  width: auto;
  z-index: -1;
  left: -20px;
  right: -20px;
  bottom: 0;
  background: #f1b084;
  height: 26px;
  border-radius: 13px;
}
.sp-tit.mbot {
  margin-bottom: 20px;
}
.sp-item {
  margin: 30px 0;
}
.sp-item .sp-item-img {
  display: block;
  width: 100%;
  border-radius: 15px;
}
.sp-item .sp-item-tit {
  color: #362f81;
  font-size: 30px;
  font-weight: 700;
  display: block;
  margin: 20px 0 20px 0;
}
.sp-item .sp-item-tit:before {
  content: ' ';
  display: inline-block;
  width: 22px;
  height: 25px;
  background: url('../img/triangle.png') center center no-repeat;
  margin: 0 15px 0 0;
}
.sp-item .sp-item-tit:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 7px;
  background: url('../img/point.png') left center repeat;
  margin: 5px 20px 0 0;
}
.sp-list {
  padding: 0 0 0 40px;
}
.sp-list li {
  list-style-type: disc;
  color: #362f81;
  font-size: 16px;
  font-weight: 500;
}
.sp-list.mbot {
  margin-bottom: 40px;
}
.sp-sorpresa {
  color: #ec6c60;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 0 0 0 40px;
}
.sp-sorpresa:after {
  content: ' ';
  display: block;
  width: 21px;
  height: 39px;
  background: url('../img/ic-sorp.png') center center no-repeat;
  margin: 0 0 0 15px;
}
.sp-inludes {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#faddc7+0,fff4eb+24,fff4eb+77,faddc7+100 */

  background: linear-gradient(45deg, #faddc7 0%, #fff4eb 24%, #fff4eb 77%, #faddc7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  padding: 50px 0;
}
.sp-inludes .sp-includes-img {
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
}
.sp-foot {
  padding: 80px 0 0 0;
  min-height: 300px;
  display: block;
  height: auto;
  background: url('../img/bg-foot.png') left center no-repeat, url('../img/trama2.png') top left repeat #f6f1eb;
}
.sp-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-flex .sp-btn {
  width: auto;
  padding: 0 40px;
  font-size: 45px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
}
/******/
.mobonly {
  display: none;
}
.deskonly {
  display: flex;
}
.sp-logo-m {
  display: none;
}
@media (max-width: 1023px) {
  .sp-hero {
    overflow: hidden;
  }
  .sp-sofi {
    position: relative;
    left: auto;
    bottom: 0;
    width: 100%;
    z-index: 2;
    border-bottom: solid 20px #f1b084;
    margin-bottom: 50px;
  }
  .sp-sofi img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .sp-sofi:after {
    position: absolute;
    content: ' ';
    display: block;
    width: 100%;
    height: 20px;
    z-index: 1;
    background: #ec6c60;
    bottom: -40px;
    left: 0;
  }
  .sp-logo {
    display: none;
  }
  .sp-logo-m {
    display: block;
    padding: 40px 20px;
    position: relative;
    z-index: 5;
  }
  .sp-logo-m img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .sp-dates {
    display: block;
  }
  .sp-day {
    border-right: none;
    border-bottom: solid 1px #fff;
    padding: 20px 0;
    justify-content: center;
  }
  .sp-day .sp-txt {
    display: flex;
    align-items: center;
    padding: 0 40px 0 0;
  }
  .sp-day .sp-txt span {
    padding-right: 20px;
  }
  .sp-ic {
    padding-right: 40px;
  }
  .sp-price {
    margin: 20px auto 0 auto;
  }
}
@media (max-width: 500px) {
  .sp-info .sp-tq {
    font-size: 30px;
    line-height: 55px;
    height: 55px;
  }
  .sp-tit {
    font-size: 22px;
  }
  .sp-tit:before {
    height: 12px;
  }
  .sp-price {
    width: 100%;
  }
  .sp-hero h1 {
    font-size: 26px;
  }
  .sp-flex .sp-btn {
    font-size: 30px;
  }
  .sp-item .sp-item-tit {
    font-size: 24px;
  }
  .sp-item .sp-item-tit:before {
    width: 13px;
    height: 17px;
    margin: 0 10px 0 0;
    background-size: cover;
  }
  .sp-item .sp-list {
    display: none;
  }
  .sp-item .sp-sorpresa {
    display: none;
  }
  .sp-info .sp-icosp {
    width: 230px;
  }
  .sp-info .sp-icosp img {
    max-width: 200px;
  }
}
@media (min-width: 1024px) {
  
}
@media (max-width: 1023px) {
  
}
