@font-face {
    font-family: "GothamBook";
    src: url("./assets/fonts/Gotham-Book.otf") format("opentype");
}

@font-face {
    font-family: "GothamBold";
    src: url("./assets/fonts/Gotham-Bold.otf") format("opentype");
}

body {
    margin: 0px;
    padding: 0px;
    font-family: sans-serif;
}

nav {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    height: 94px;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999;
}

nav>img {
    position: absolute;
    top: 32px;
    left: 135px;
}

nav ul {
    display: flex;
    height: 94px;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
    margin: 0px;
}

nav ul li {
    color: #C4C4C4;
    font-size: 20px;
    margin-right: 45px;
    font-family: "GothamBook";
    font-weight: 400;
}

nav ul li button {
    background: #0287AF;
    border: 1px solid #0287AF;
    box-sizing: border-box;
    border-radius: 4px;
    height: 38px;
    font-size: 15px;
    font-weight: bold;
    color: white;
    font-family: "GothamBook";
    padding: 0 10px;
}

section.inicio {
    height: 685px;
    background-image: url('assets/img/bg-inicio.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 94px;
}

section.inicio h2 {
    font-size: 55px;
    font-weight: normal;
    margin: 0px;
    padding-top: 182px;
    width: 550px;
    padding-left: 105px;
    color: #535353;
    font-family: "GothamBook";
}

section.inicio p {
    font-size: 27px;
    font-weight: normal;
    padding-left: 105px;
    color: #535353;
    margin-top: 37px;
    font-family: "GothamBook";
    margin-bottom: 0px;
}

section.inicio .button-gplay {
    margin-top: 38px;
    margin-left: 4px;
    vertical-align: top;
}

section.inicio .button-appstore {
    margin-top: 38px;
    margin-left: 114px;
}

section.inicio ul.redes {
    display: flex;
    list-style: none;
    flex-direction: column;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 5;
}

section.data {
    background: #fdb024;
    height: 240px;
    margin-top: 19px;
    margin-bottom: 22px;
}

section.data ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    height: 240px;
    padding: 0px;
}

section.data ul li {
    margin-top: 35px;
    text-align: center;
}

section.negocio {
    height: 951px;
    background-image: url('assets/img/bg-negocio.png');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

section.negocio ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    position: absolute;
    top: 207px;
    right: 130px;
    padding: 0px;
}

section.negocio img {
    position: absolute;
    bottom: 30px;
    left: 87px;
}

section.negocio ul li {
    font-size: 45px;
    color: white;
    text-align: right;
    letter-spacing: 1px;
    line-height: 43px;
    width: 450px;
    font-family: 'GothamBold';
    margin-bottom: 45px;
}

section.beneficios {
    height: 771px;
    background-color: #FFFFFF;
    position: relative;
}

section.beneficios img {
    position: absolute;
    bottom: 0px;
    left: 64px;
}

section.beneficios .box-text {
    position: absolute;
    right: 95px;
    bottom: 190px;
}

section.beneficios .box-text h2 {
    color: #FF9500;
    font-size: 45px;
    font-family: 'GothamBold';
}

section.beneficios .box-text ul {
    list-style: none;
    padding: 0px;
}

section.beneficios .box-text ul li {
    font-size: 23px;
    color: #000;
    font-family: "GothamBook";
    margin-bottom: 30px;
    position: relative;
}

section.beneficios .box-text ul li p {
    display: inline-block;
    margin-left: 60px;
}

section.beneficios .box-text ul li img {
    position: absolute;
    top: 14px;
    bottom: 0px;
    display: inline-block;
    left: 5px;
}

section.descuento {
    height: 240px;
    background: #0287af;
    text-align: center;
}

section.descuento h3 {
    color: #FFFFFF;
    font-size: 35px;
    font-family: "GothamBook";
    font-weight: bold;
    width: 870px;
    padding-top: 40px;
    margin: 25px auto;
    margin-top: 0px;
}

section.descuento button {
    background: #FDB024;
    border: 1px solid #FDB024;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-size: 18px;
    color: white;
    font-family: "GothamBook";
    font-weight: bold;
    height: 45px;
    padding: 0 20px;
    text-align: center;
}

section.conocenos {
    height: 810px;
    background-image: url('assets/img/bg-conocenos.png');
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 20px;
}

section.conocenos ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    position: absolute;
    top: 139px;
    left: 138px;
    padding: 0px;
}

section.conocenos img {
    position: absolute;
    bottom: 30px;
    left: 87px;
}

section.conocenos ul li {
    font-size: 40px;
    color: white;
    text-align: left;
    letter-spacing: 1px;
    line-height: 42px;
    width: 617px;
    font-family: 'GothamBold';
    font-weight: 700;
    margin-bottom: 55px;
}

section.servicios {
    height: 1057px;
    background-color: white;
    position: relative;
    text-align: center;
}

section.servicios .title {
    color: #FF9500;
    font-family: 'GothamBold';
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    padding-top: 67px;
    margin: 0px;
    padding-bottom: 60px;
    border-bottom: 1px solid #FF9500;
}

section.servicios img.logo-blanco {
    position: absolute;
    bottom: 7px;
    left: 87px;
    z-index: 1;
    width: 160px;
}

section.servicios img.pie-naranja {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

section.servicios ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    text-align: center;
}

section.servicios ul li {
    margin: 0 45px;
    font-size: 24px;
    color: #000;
    font-family: 'GothamBook';
    letter-spacing: 2px;
    line-height: 25px;
}

section.servicios ul li img {
    width: 154px;
}

section.servicios button {
    height: 38px;
    background: #FDB024;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.42);
    border-radius: 4px;
    padding: 0 25px;
    border: none;
    font-size: 15px;
    font-family: 'GothamBold';
    color: white;
    margin-top: 40px;
}

section.funciona {
    height: 637px;
    background: linear-gradient(180deg, #FF9D45 0%, #FBC400 100%);
    margin-top: 1px;
    position: relative;
}

section.funciona .borde {
    position: absolute;
    left: 0px;
    top: 0px;
}

section.funciona .box-text {
    position: absolute;
    width: 415px;
    bottom: 100px;
    left: 208px;

}

section.funciona .box-text p {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.250849);
    font-family: 'GothamBook';
}

section.planes {
    height: 1276px;
    background-color: white;
    position: relative;
    text-align: center;
}

section.planes .title {
    color: #FF9500;
    font-family: 'GothamBold';
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    padding-top: 67px;
    margin: 0px;
    padding-bottom: 60px;
    border-bottom: 1px solid #FF9500;
}

section.planes img.logo-blanco {
    position: absolute;
    bottom: 7px;
    left: 87px;
    z-index: 1;
    width: 160px;
}

section.planes img.pie-naranja {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
}

section.contactanos {
    height: 565px;
    background-image: url('assets/img/bg-contactanos.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

section.contactanos>ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin: 0px;
}

section.contactanos>ul li {
    width: 300px;
}

section.contactanos>ul li .title {
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #F8C202;
    font-family: "GothamBook";
    font-weight: bold;
    mix-blend-mode: normal;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

section.contactanos>ul li.somos {
    font-size: 20px;
    line-height: 20px;
    text-align: justify;
    letter-spacing: 0.7px;
    color: #FFFFFF;
    font-family: "GothamBook";
    margin-top: 114px;
}

section.contactanos>ul li.contacto {
    margin-top: 189px;
    width: 250px;
}

section.contactanos>ul li.descarga {
    margin-top: 189px;
    width: 260px;
}


section.contactanos>ul li.contacto .numero {
    list-style: none;
    display: flex;
    padding: 0px;
    flex-direction: column;
}

section.contactanos>ul li.contacto .numero p {
    display: inline-block;
    font-size: 22px;
    letter-spacing: 1px;
    color: white;
    line-height: 27px;
    margin: 5px;
    margin-left: 10px;
}


section.contactanos>ul li.contacto .redes {
    list-style: none;
    display: flex;
    padding: 0px;
    margin-top: 35px;
    margin-left: -16px;
}

section.contactanos>ul li.contacto .redes img {
    width: 67px;
}

/* slider */



[type=radio] {
  display: none;
}

#slider {
  height: 73vw;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}

#slider label {
  margin: auto;
  border-radius: 4px;
  position: absolute;
  left: 0; right: 0;
  cursor: pointer;
  transition: transform 0.4s ease;
}

#s1:checked ~ #slide4, #s2:checked ~ #slide5,
#s3:checked ~ #slide1, #s4:checked ~ #slide2,
#s5:checked ~ #slide3 {
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
  transform: translate3d(-75%,0,-200px);
}

#s1:checked ~ #slide5, #s2:checked ~ #slide1,
#s3:checked ~ #slide2, #s4:checked ~ #slide3,
#s5:checked ~ #slide4 {
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2);
  transform: translate3d(-35%,0,-100px);
}

#s1:checked ~ #slide1, #s2:checked ~ #slide2,
#s3:checked ~ #slide3, #s4:checked ~ #slide4,
#s5:checked ~ #slide5 {
  box-shadow: 0 13px 25px 0 rgba(0,0,0,.3), 0 11px 7px 0 rgba(0,0,0,.19);
  transform: translate3d(0,0,0);
}

#s1:checked ~ #slide2, #s2:checked ~ #slide3,
#s3:checked ~ #slide4, #s4:checked ~ #slide5,
#s5:checked ~ #slide1 {
  box-shadow: 0 6px 10px 0 rgba(0,0,0,.3), 0 2px 2px 0 rgba(0,0,0,.2);
  transform: translate3d(35%,0,-100px);
}

#s1:checked ~ #slide3, #s2:checked ~ #slide4,
#s3:checked ~ #slide5, #s4:checked ~ #slide1,
#s5:checked ~ #slide2 {
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.37);
  transform: translate3d(75%,0,-200px);
}

.mkt-3dSlider { background: #f2f2f2; padding: 0px; padding-top: 40px; margin-top: 27px; }

/* .mkt-3dSlider-title {
  color: #fff;
  margin: 0 auto;
  text-align: center;
    margin-bottom: 24px;
}

.mkt-3dSlider-description {
  color: #fff;
  text-align: center;
  margin-bottom: 48px
} */

.card-slider {
  background: #fff;
  width: 378px;
  height: 850px
}


