/*******************  CALL ACTION          *****************/

#CallAction {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(229, 229, 229) 100%);;
    border: 3px solid white;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba( 100, 100, 100, .7 );
    margin: -91px 0 0 0;
    padding: 25px 15px;
}

#CallAction p {
    font-size: 1.1rem;
}

#CallAction a {
    border: 1px solid #e8660e;
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(255, 148, 77) 0%, rgb(232, 102, 14) 100%);
    box-shadow: 0px 3px 6px -1px rgba(0,0,0,0.48);
    font-size: 1.1rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

#CallAction a:hover {
    background: linear-gradient(180deg, rgb(253, 130, 48) 0%, rgb(189, 78, 4) 100%);
    border-color: #fa9958;
}

/*******************  TEXT INTRODUCTION    *****************/
#TextIntroduction {
    padding-top: 65px;
    padding-bottom: 45px;
}

#TextIntroduction .introduction p {
    padding-bottom: 15px;
    font-size: 1.1rem;
    line-height: 2rem;
}

#TextIntroduction .introduction p strong {
    font-size: 1.3rem;
}

#TextIntroduction .indexes {
    padding-bottom: 20px;
}

#TextIntroduction .indexes p {
    margin-bottom: 0;
    font-size: 2rem;
}

#TextIntroduction .indexes span {
    font-weight: 250;
    display: grid;
    margin-top: -10px;
    font-size: 1.2rem;
}

/*******************  AREA DATE            *****************/

#AreaDate .bar-date {
    border-right: none;
    border-left: none;
}

#AreaDate .bar-date .row {
    padding: 15px 0 100px 0;
}

#AreaDate .bar-date p {
    color: white;
    font-weight: 300;
    font-size: 1.1rem;
    margin-bottom: 0;
}

#AreaDate .bar-date p span {
    font-weight: 700;
    font-style: italic;
    font-size: 1.7em;
}

#AreaDate .bar-date .emphasis {
    font-weight: 700;
    font-style: italic;
    text-decoration: underline;
    margin-bottom: 0;
    font-size: 1.5rem;
}

#AreaDate .introduction-date {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(229, 229, 229) 100%);
    border: 3px solid white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba( 100, 100, 100, .5 );
    padding: 30px;
    /*margin-top: -140px;*/
    margin-top: -85px;
}

#AreaDate .introduction-date p {
    margin-bottom: 0;
    line-height: 2rem;
}

#AreaDate .arrow-and-date img {
    height: 85px;
}

#AreaDate .arrow-and-date p {
    font-size: 1.8rem;
    padding: 35px 0 0 10px;
}

/*******************  CALL ACTION 2         *****************/
#CallToAction2 {
    position: relative;
    z-index: 5;
    color: white;
    border-radius: 20px;
    margin-top: 80px;
    padding: 25px 15px;
}

#CallToAction2 p {
    margin-bottom: 0;
}

#CallToAction2 .title {
    padding-bottom: 15px;
    font-size: 1.2rem;
}


/*******************  TABLE SPONSOR       *****************/
.background-table-sponsor {
    background-color: #e5e4e4;
    box-shadow: 0px -2px 15px 0px rgba(0,0,0,0.3);
    margin-top: -111px;
    border-top: 1px solid #d2d2d2;
}

#TableSponsor {
    padding-top: 150px;
    padding-bottom: 250px;
}

/*******************  ARROW CONTACT       *****************/

#ArrowContact {
    min-height: 261px;
    background-image: url("../img/triangulo.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: -415px;
}

/*******************  FORM CONTACT           *****************/

#ContactForm {
    background-color: #e66728;
    padding: 50px 0px;
}

#ContactForm h2 {
    padding-bottom: 50px;
    margin: 0;
}

#ContactForm .btn {
    padding-right: 50px;
    padding-left: 50px;
    border: 1px solid #fff;
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(241, 241, 241) 0%, rgb(215, 215, 215) 100%);
    box-shadow: 0px 3px 6px -1px rgba(0,0,0,0.48);
}

#ContactForm .btn:hover {
    background: linear-gradient(180deg, rgb(224, 224, 224) 0%, rgb(208, 208, 208) 100%);
}

/*******************  RESPONSIVE            *****************/


@media (min-width: 576px) { /* SM+ */
    #CallAction {
        margin-top: -60px;
        padding: 25px 15px;
    }
    
    #CallAction p {
        font-size: 1rem;
    }
    
    #CallAction a {
        font-size: 1.1rem;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    
    /**********/
    
    #AreaDate .bar-date .row {
        padding: 40px 0;
    }
    
    #AreaDate .introduction-date {
        padding: 15px;
        margin-top: -110px;
    }
    
    #AreaDate .arrow-and-date img {
        height: 90px;
    }
    
    /**********/
    
    #CallToAction2 {
        padding: 25px;
    }
    
    #CallToAction2 .title {
        font-size: 1.3rem;
    }
    
    /**********/
    
    .background-table-sponsor {
        margin-top: -74px;
    }
    
    /**********/
    
    #ArrowContact {
    margin-top: -390px;
    }
}

@media (min-width: 768px) { /*MD*/
    #CallAction {
        margin-top: -60px;
        padding: 30px 20px;
    }
    
    #CallAction p {
        font-size: 1.1rem;
    }
    
    #CallAction a {
        font-size: 1.2rem;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    /**********/
    
    #TextIntroduction .introduction p {
        padding-bottom: 0;
        padding-top: 5px;
        font-size: 1.2rem;
        line-height: 2.6rem;
    }
    
    #TextIntroduction .introduction p strong {
        font-size: 1.4rem;
    }
    
    #TextIntroduction .indexes p {
        font-size: 2em;
    }
    
    /**********/
    
    #AreaDate .introduction-date {
        padding: 20px;
        margin-top: -115px;
    }
    
    #AreaDate .bar-date p {
        font-size: 1.2rem;
    }
    
    #AreaDate .bar-date p span {
        font-size: 1.9rem;
    }
    
    #AreaDate .bar-date .emphasis {
        font-size: 1.7rem;
    }
    
    #AreaDate .arrow-and-date img {
        height: 100px;
    }
    
    #AreaDate .arrow-and-date p {
        font-size: 2.4rem;
        padding: 35px 0 0 20px;
    }
    
    /**********/
    
    #CallToAction2 {
        margin-top: 100px;
        padding: 45px;
    }
    
    #CallToAction2 .title {
        font-size: 1.5rem;
    }
    
    /**********/
    
    .background-table-sponsor {
        margin-top: -90px;
    }
    
    /**********/
    
    #ArrowContact {
        margin-top: -370px;
    }
    
    /**********/
    
    #ContactForm {
        padding: 60px 0px;
    }
    
    #ContactForm h2 {
        padding-bottom: 60px;
    }
    
}

@media (min-width: 992px) { /*LG*/
    #CallAction {
        margin-top: -80px;
        padding: 40px;
    }
    
    #CallAction p {
        font-size: 1.2rem;
    }
    
    #CallAction a {
        font-size: 1.3rem;
        padding-top: 18px;
        padding-bottom: 18px;
    }
    
    /**********/
    
    #TextIntroduction .introduction p {
        font-size: 1.5rem;
        line-height: 3.5rem;
    }
    
    #TextIntroduction .introduction p strong {
        font-size: 1.7rem;
    }
    
    #TextIntroduction .indexes p {
        font-size: 2.5em;
    }
    
    /**********/
    
    #AreaDate .introduction-date {
        padding: 30px;
        margin-top: -125px;
    }
    
    #AreaDate .bar-date p {
        font-size: 1.5rem;
    }
    
    #AreaDate .bar-date p span {
        font-size: 2.1rem;
    }
    
    #AreaDate .bar-date .emphasis {
        font-size: 1.9rem;
    }
    
    /**********/
    
    #ArrowContact {
        margin-top: -330px;
    }
    
    /**********/
    
    #ContactForm {
        padding: 70px 0px;
    }
    
    #ContactForm h2 {
        padding-bottom: 70px;
    }
    
}

@media (min-width: 1200px) {  /*XL*/
    #CallAction {
        margin-top: -85px;
        padding: 50px;
    }
    
    /**********/
    #TextIntroduction .introduction p {
        padding-left: 70px;
        font-size: 1.5rem;
        line-height: 3.5rem;
    }
    
    #TextIntroduction .introduction p strong {
        font-size: 1.7rem;
    }
    
    #TextIntroduction .indexes p {
        font-size: 2.5em;
    }
    
    /**********/
    #AreaDate .bar-date .row {
        padding: 50px 0;
    }
    
    #AreaDate .introduction-date {
        padding: 40px;
        margin-top: -145px;
    }
    
    #AreaDate .bar-date p {
        font-size: 1.8rem;
    }
    
    #AreaDate .bar-date p span {
        font-size: 2.4rem;
    }
    
    #AreaDate .bar-date .emphasis {
        font-size: 2.1rem;
    }
    
    #AreaDate .arrow-and-date p {
        font-size: 2.7rem;
    }
    
    /**********/
    #CallToAction2 {
        padding: 55px 45px;
    }
    
    #CallToAction2 .title {
        font-size: 1.6rem;
    }
    
    /**********/
    
    #ArrowContact {
        margin-top: -290px;
    }
}

@media (min-width: 1400px) { /*XXL*/
    #TextIntroduction .introduction p {
        padding-left: 90px;
        font-size: 1.6rem;
        line-height: 3.6rem;
    }
    
    #TextIntroduction .introduction p strong {
        font-size: 1.9rem;
    }
    
    #TextIntroduction .indexes p {
        font-size: 2.7em;
    }
    
    #AreaDate .arrow-and-date p {
        font-size: 3rem;
        padding: 37px 0 0 20px;
    }
    
    /**********/
    
    #ArrowContact {
        margin-top: -250px;
    }

}

/* JUST ARROW */
@media (min-width: 1920px) {
    #ArrowContact {
        min-height: 261px;
        background-image: url("../img/triangulo+1920.png");
        margin-top: -300px;
    }
}
    
