/* RESET CSS */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
div {
    display: block;
    box-sizing: border-box;
}

body {
    line-height: 1;
}

html {
    scroll-behavior: smooth;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/***** END RESET CSS ******/

@font-face {
    font-family: 'DTV-DIN';
    font-style: normal;
    font-weight: normal;
    src: url('/Shared/Fonts/DIRECTVCurve-Regular.eot?#iefix') format('embedded-opentype'), url('/Shared/Fonts/DIRECTVCurve-Regular.woff') format('truetype');
}

@font-face {
    font-family: 'DTV-DIN-BOLD';
    font-style: normal;
    font-weight: normal;
    src: url('/Shared/Fonts/DIRECTVCurve-Bold.eot?#iefix') format('embedded-opentype'), url('/Shared/Fonts/DIRECTVCurve-Bold.woff') format('truetype');
}

@font-face {
    font-family: 'DTV-DIN-LIGHT';
    font-style: normal;
    font-weight: normal;
    src: url('/Shared/Fonts/DIRECTVCurve-Light.eot?#iefix') format('embedded-opentype'), url('/Shared/Fonts/DIRECTVCurve-Light.woff') format('truetype');
}

@font-face {
    font-family: 'DTV-DIN-MEDIUM';
    font-style: normal;
    font-weight: normal;
    src: url('/Shared/Fonts/DIRECTVCurve-Medium.eot?#iefix') format('embedded-opentype'), url('/Shared/Fonts/DIRECTVCurve-Medium.woff') format('truetype');
}

body {
    margin: 0;
    font-family: 'DTV-DIN-LIGHT', Arial, Helvetica, sans-serif;
}

.main-container {
    display: grid;
    grid-template-columns: 100%;
    justify-content: center;
}

.hero {
    background-image: url(/Shared/Includes/programacion/copa-america-2019/img/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 44vw;
    width: 100%;
}

.hero-content {
    display: grid;
    grid-template-columns: 40% 50%;
    grid-template-rows: 40% 60%;
    justify-content: center;
    grid-auto-rows: 100%;
    height: 100%;
}

.hero-content--logo,
.hero-content--text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
}

.hero-content--logo img {
    position: relative;
    height: 170px;
}

.hero-content--logo {
    grid-row-start: 1;
    grid-column-start: 1;
    padding-top: 28px;
}

.hero-content--text {
    grid-row-start: 2;
    grid-column-start: 1;
}

.title-text {
    color: white;
    width: 34vw;
    visibility: hidden;
}

.title-text span {
    display: block;
}

.title-text p {
    font-family: 'DTV-DIN-BOLD', Arial, Helvetica, sans-serif;
    font-size: 2.5vw;
}

.boton-ver-mas {
    display: block;
    width: 13vw;
    text-align: center;
    background: #f8981d;
    color: #FFFFFF;
    border-radius: 4px;
    font: bold 2em Arial;
    padding: 6px 20px;
    position: relative;
}

.info-bottom {
    margin-bottom: auto;
    margin-top: auto;
    height: 50%;
}

.section2 {
    background-image: url(/Shared/Includes/programacion/copa-america-2019/img/BgSection2.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 33vw;
}

.section2-text-left h2 {
    color: #00ABEC;
    font-size: 2.3rem;
    font-weight: bold;
    font-family: 'DTV-DIN-BOLD', Arial, Helvetica, sans-serif;
    padding-bottom: 1.5rem;
}

.section2-text-left ul {
    list-style: none;
    color: #0D4E94;
    line-height: 2.2rem;
    max-width: 500px;
    font-size: 1.5rem;
    font-weight: bold;
}

.section2-text-left ul li::before {
    content: "\2022";
    color: #02A85A;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.section2-text-right {
    text-align: left;
    color: black;
    margin-right: 20%;
    font-size: 20px;
    line-height: 30px;
    width: 22%;
    font-family: 'DTV-DIN-MEDIUM', Arial, Helvetica, sans-serif;
}

.section2-text-right h2 {
    font-family: 'DTV-DIN-BOLD', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: -2%;
}

.section3 {
    background-color: #091A29;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;  
    justify-content: center;
    height: auto;
    padding: 0px 5% 5vh 5%;
}

.section3-title h2 {
    display: flex;
    color: white;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
    font-size: 40px;
    font-family: 'DTV-DIN-BOLD', Arial, Helvetica, sans-serif;
    line-height: 48px;
    margin-bottom: 2rem;
}

.section3-title h2 .line {
    height: 1px;
    background: #0D4E94;
    max-width: 400px;
    width: 90%;
}

.section3-title span {
    display: block;
    padding-bottom: 1rem;
    font-family: 'DTV-DIN-LIGHT', arial, helvetica;
    font-size: 40px;
    line-height: 48px;
    color: white;
}

.card-box{
    background-color: white;
    padding-bottom: 3vh;
    height: calc(100vw / 5);
}

.card-box p{
    margin: 3vh;
}

.card-box a{
    margin: 3vh;
    font-size: 1.5rem;
    font-family: 'DTV-DIN', Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #00ACED;
}

.section4{
    height: auto;
}

.section5{
    background-color: #091A29;
    height: auto;
    background-size: cover;
}

.contrata{
    color: white;
    text-align: center;
    font-family: 'DTV-DIN', Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 36px;
}

.subtext{
    font-family: 'DTV-DIN-LIGHT', Arial, Helvetica, sans-serif;
}

.button-solicita{
    border-style: solid;
    border-width: 3px;
    border-color: #F18C1B;
    color: #F18C1B;
    text-align: center;
    width: 74%;
    display: block;
    padding: 1vh;
    border-radius: 47px;
    margin: auto;
    font-size: 1.2rem;
    font-family: 'DTV-DIN-MEDIUM', Arial, Helvetica, sans-serif;
}

.button-solicita:active, .button-solicita:hover  {
    background-color: #6b5338;
}

.section8{
    height: auto;
}

.main-bullet {
    display: flex;
    justify-content: center;
    align-items: center;
}

.name-container {
    display: flex;
    background: white;
    border-radius: 1rem;
    padding: 0 1rem;
    padding: .5rem 1rem;
    color: #00abec;
    margin: 0 1rem;
    font-weight: bold;
    font-size: 1.2rem;
}

.plus-bullet {
    height: 20px;
    width: 20px;
    background: #00ABEC;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    margin-left: .5rem;
}

.social-icons {
    display: flex;
    justify-content: center;
    margin: .5rem;
}

.social-icons img {
    margin: 0 .5rem;
}

.section8-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 3rem 0px;
}

.section8-container .middle {
    font-size: 2rem;
    font-family: 'DTV-DIN', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.section8-container .middle {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #0D4E94;
    font-size: 2vw;
    width: 100%;
}

.section8-container .middle .title{
    font-size: 1.2rem;
    line-height: 1.7rem;
}

.section8 .section8-container .middle .title {
    font-size: 28px;
    line-height: 38px;
    font-family: 'DTV-DIN-MEDIUM', Arial, Helvetica, sans-serif;
}

.middle .social-area {
    display: flex;
    justify-content: space-evenly;
    font-size: 1.2rem;
    font-weight: bold;
    width: 50%;
    font-family: 'DTV-DIN-BOLD', Arial, Helvetica, sans-serif;
}

.social-area a p {
    color: #0D4E94;
    font-family: 'DTV-DIN-MEDIUM', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 38px;
}

.social-area a{
    display: flex;
    align-items: center;
    margin: 2vw;
}

.social-area img {
    padding-right: 1rem;
    width: 40px;
}

.item-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.content-container p {
    font-family: 'DTV-DIN-MEDIUM', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 100;
}

.content-container {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.content-container article {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: right;
    padding: 0;
    overflow: hidden;
    padding-bottom: 5%;
}

.content-container article div {
    font-size: 1.2rem;
}

.content-container article .text-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-left: 3vh;
}

.content-container a.button {
    color: white;
    background: #00aeef;
    padding: .5rem 1rem;
    border-radius: 4px;
    font-family: 'DTV-DIN-LIGHT';
    margin-top: 2rem;
}

.content-container article a {
    color: #00aeef;
    font-size: 1.3rem;
    font-family: 'DTV-DIN';
}

.content-container article .text-left p span:nth-child(1) {
    color:#303030;
}

.content-container article .text-right p span:nth-child(1) {
    color: #303030;
}

.content-container article .img-left,
.content-container article .text-right,
.content-container article .text-left,
.content-container article .img-right {
    width: 50%;
}

.text-right h3, .text-left h3{  
    font-family: 'DTV-DIN-BOLD';
    font-size: 30px;
    line-height: 36px;
    width: 100%;
}

.text-right h3{
    text-align: left;
}

.text-right p{
    text-align: left;
}

.img-left img, .img-right img {
    width: 90%;
}

.content-container p.header-container{
    font-size: 40px;
    line-height: 48px;
    color: black;
    font-family: 'DTV-DIN-BOLD';
    padding: 6vh 0px 3vh 0px;
    text-align: center;
}

.img-stores{
    display: inline-block !important;
    margin-left: auto;
    margin-right: auto;
    width: 45% !important;
}


@media (max-width: 1339px) {
    html {
        font-size: 12px;
    }
    .hero-content--logo img {
        height: 210px;
        left: -70px;
        top: 33px;
    }
    .section5-title {
        padding-top: 2rem;
    }
}

@media screen and (max-width: 1035px) {
    body .slick-prev, body .slick-next {
      display:none !important;
    }
    body .slick-slide {
      margin: 0 14px 0 14px !important;
    }

    .section2-text-right {
        margin-right: 5%;
        width: 40%;
    }

    .section2 {
        height: 47vw;
    }

    .middle .social-area {
        flex-direction: column;
        padding-top: 2rem;
        height: auto;
        align-items: flex-start;
        width: auto;
    }

    .social-area a {
        margin: 1vw;
    }
}

@media (max-width:767px) {
    html {
        font-size: 15px;
    }

    .hero {
        background-image: url(/Shared/Includes/programacion/copa-america-2019/img/bg-mob.jpg);
        height: 147vw;
        background-position-y: center;
    }

    .hero-content {
        grid-template-columns: 50% 50%;
        grid-template-rows: 80% 20%;
    }
    .hero-content--text {
        grid-column-end: 3;
    }
    .hero-content--logo img {
        content: url(/Shared/Includes/programacion/copa-america-2019/img/logo-mob.png);
        left: 0px;
        display: block !important;
        padding-left: 20px;
    }
    .title-text p {
        font-size: 1.8rem;
        text-align: center;
    }
    .title-text {
        width: auto;
        visibility: visible;
    }
    .info-bottom {
        height: auto;
        margin: auto;
        width: 95%;
    }
    .boton-ver-mas {
        font: bold 1em Arial;
        width: 70%;
        margin: auto;
    }

    .section2-text-right h2 {
        width: 70%;
        font-size: 30px;
        line-height: 32px;
        margin: 10% auto -3% auto;  
    }

    .section2 .section2-text-right p{
        font-size: 20px;
        padding-left: 8%;
        padding-right: 8%;
        line-height: 32px;
    }

    .section2 {
        flex-direction: column;
        height: calc(80vw + 620px);
        flex-flow: column-reverse;
        background-image: url(/Shared/Includes/programacion/copa-america-2019/img/BgSection2-mob.png);
        background-size: contain;
    }

    .section2-text-left {
        padding: 20% 6% 0 6%;
    }

    .section2-text-right {
        text-align: center;
        margin: 10%;
        margin-bottom: 60%;
        width: 100%;
    }

    .section3-title span {
        font-size: 32px;
        line-height: 39px;
    }

    .section3-title {
        padding-bottom: 3rem;
    }

    .section3-title h2 {
        margin-bottom: 0;
        font-size: 38px;
        line-height: 45px;
    }

    .item-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    .active-item:after {
        content: url('/Shared/Includes/programacion/copa-america-2019/img/mobile/arrow-up.png');
        text-align: center;
    }
    .section8-container .middle {
        text-align: center;
        font-size: 2rem;
    }
    .middle .social-area {
        flex-direction: column;
        padding-top: 2rem;
        height: auto;
        font-size: 1.3rem;
        align-items: flex-start;
        width: auto;
    }

    /* Next & previous buttons */
    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 0;
        width: auto;
        padding: 16px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        height: 100%;
        display: flex;
        align-items: center;
        left: 0;
    }
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
        left: auto;
    }
    .dot-container {
        text-align: center;
        display: flex;
        justify-content: space-evenly;
        padding-top: 1rem;
    }
    /* The dots/bullets/indicators */
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #01A978;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }
    .active,
    .dot:hover {
        background-color: #01A978;
        width: 40px;
        border-radius: 40px;
    }
    /* Fading animation */
    .fade {
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation-name: fade;
        animation-duration: 1.5s;
    }
    @-webkit-keyframes fade {
        from {
            opacity: .4
        }
        to {
            opacity: 1
        }
    }
    @keyframes fade {
        from {
            opacity: .4
        }
        to {
            opacity: 1
        }
    }

}

@media (max-width:768px) {

    .content-container {
        width: 80%;
    }

    .content-container article {
        flex-direction: column;
        text-align: center;
        padding-bottom: 25%;
    }

    .content-container article:nth-child(4){
        padding-bottom: 0px;
    }

    .content-container article .img-left,
    .content-container article .text-right,
    .content-container article .text-left,
    .content-container article .img-right {
        width: 100%;
    }

    .content-container article .text-right {
        align-items: flex-start;
        padding-left: 0px;
    }

    .content-container article .text-left {
        order: 2;
        text-align: center;
    }

    .content-container article:nth-child(2) .img-right {
        order: 1;
        width: 100%;
        margin: auto;
    }

    .content-container article:nth-child(3) p {
        width: auto;
        text-align: center;
    }

    .content-container a.button {
        margin: 0 auto;
        margin-bottom: 3rem;
    }

    .text-right p {
        text-align: left;
    }

    .text-right h3, .text-left h3 {
        text-align: center;
        padding: 0 10%;
    }

    .content-container p.header-container{
        padding: 4rem 3rem 0 3rem;
        font-size: 38px;
        line-height: 45px;
    }

    .contrata{
        width: 60%;
        margin: auto;
    }

    .subtext{
        width: 50%;
        margin: auto;
        font-family: 'DTV-DIN-LIGHT', Arial, Helvetica, sans-serif;
    }

    .button-solicita {
        width: 66%;
        margin-top: 5%;
    }
}

@media (max-width:425px) {
    .hero-content--logo img {
        left: 5px;
        position: relative;
        height: 35%;
        top: 10px;
    }
}

@media (max-width:350px) {
    .section3-title h2 {
        margin-bottom: 0;
        font-size: 32px;
        line-height: 39px;
    }
}

@media (min-width: 1400px){
    .section3 article{
        width: 86%;
        margin: auto;
    }
}

@media (min-width: 1440px) {
    .hero-content--logo img {
        height: 273px;
        position: relative;
        left: -91px;
        top: 76px;
    }

    .img-left img, .img-right img {
        width: 100%;
    }

    .img-left img {
        margin-left: -20%;
    }

    .img-right img {
        float: left;
        margin-left: 10%;
    }

}

@media (min-width: 1680px){
    .section3 article{
        width: 70%;
        margin: auto;
    }

    .content-container article{
        overflow: visible;
    }

}

@media (min-width: 1780px) {
    .hero-content--logo img {
        height: 350px;
    }

    .content-container {
        width: 60%;
    }

    .section2 {
        background-size: contain;
        height: 25vw;
    }

    .section8 .section8-container {
        padding: 3rem 0px 1rem 0px;
    }
}


