* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

img {
    max-width: 100%
}

a {
    text-decoration: none
}

p, button {
    font-family: 'Roboto', sans-serif;
    font-size: 16px
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif
}

li {
    font-family: 'Roboto', sans-serif;
    list-style: none;
}

.brDesktop {
    display: block;
}

.hero {
    background-color: #002646;
    padding: 60px 0 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 15%;
    height: 610px;
}

.headerContainer {
    width: 100%;
    padding-left: 89px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.small-title-head {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 8px;
}

.hero h2 {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 50px;
    font-weight: 800;
    padding-bottom: 1rem;
    line-height: 110%;
}

.hero .under-title {
    padding-right: 110px;
    font-family: "Roboto";
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.hero button {
    background: #FC7E00;
    font-family: "Roboto", sans-serif;
    color: #fff;
    padding: 15px 20px;
    border-radius: 50px;
    cursor: pointer;
    border: 0;
    font-weight: 700;
    line-height: normal;
}

.hero button:hover {
    background: #E26B04
}


.hero .desktop-img {
    height: 105%;
    display: block;
    max-width: none;
}

.productDetail {
    padding: 90px 0 0;
    background-image: url(../img/email-mkt/background.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.productDetail h2, .diferencials h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #002646;
}

.productDetailArticles {
    padding: 90px 89px;
    display: grid;
    grid-template-columns: .9fr 1fr .9fr;
    grid-template-rows: repeat(2, 1fr);
    row-gap: 50px;
    justify-content: center;
    text-align: center;
}

.productDetailArticles article {
    position: relative;
    padding: 0 40px;
}

.productDetailArticles article::after {
    content: '';
    height: 70%;
    border-left: 1px dashed #004DBC;
    position: absolute;
    right: 0px;
    bottom: 5px;
}

.productDetailArticles article:last-child::after , .productDetailArticles article:nth-child(3)::after {
    border-left: 0px;
}

.productDetailArticles article:first-child, .productDetailArticles article:nth-child(4) {
    padding-left: 0px;
}

.productDetailArticles article:last-child, .productDetailArticles article:nth-child(3) {
    padding-right: 0px;
}

.productDetailArticles article img, .productDetailArticles article h3 {
    margin-bottom: 20px;
}

.productDetailArticles article h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #004DBC;
}

#bttnDesplegable {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #002646;
    border: none;
    background-color: transparent;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 90px;
    cursor: pointer;
}

#bttnDesplegable:hover {
    color: #004DBC;
}

.divDesplegable {
    background-color: #002646;
    margin-top: -60px;
}

.desplegable {
    padding: 89px;
}

.divDesplegable ul {
    columns: 2;
    gap: 50px;
}

.desplegable h2 {
    color: #78D4E8;
    line-height: 1.3;
    font-family: 'Montserrat',sans-serif;
    text-align: left;
    font-size: 27px;
    font-weight: 600;
    margin-top: 60px;
} 

.desplegable .firstChild {
    margin-top: -5px;
}

.desplegable .secondColumn {
    margin-top: 80px;
}

.desplegable h3 {
    color: #78D4E8;
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
}

.desplegable p {
    color: white;
    font-weight: 300;
    line-height: 125%;
    margin: 10px 0;
}

.diferencials {
    background-color: #EDECE8;
    padding: 90px 0;
}

.diferencialsRowOne {
    padding: 0 89px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: 60px 0 80px;
}

.diferencialsRowOneText {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 85%;
}

.diferencialsRowOneText p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #1D1D1D;
}

.diferencialsRowOneText img {
    width: 14%;
}

.diferencialMobile {
    display: none;
}

.diferencialsRowOneText span {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 21px;
    color: #FC7E00;
}

.diferencialsRowTwo {
    padding: 0 89px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
}

.diferencialsRowTwo div {
    background-color: #002646;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
}

.diferencialsRowTwo div h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 29px;
    color: #78D4E8;
    margin-bottom: 15px;
}

.diferencialsRowTwo div p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
}

.success {
    padding: 89px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 5%;
    text-align: left;
    gap: 50px;
}

.success .success-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}

.success .success-description h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #004DBC;    
}

.success .success-description p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #1D1D1D;
}

.countryDetailFlagIcon {
    height: 28%;
    margin: 0 2px -3px 6px;
}

.success .success-description button {
    color: #FF7600;
    font-weight: 600;
    background-color: transparent;
    border: none;
}

.success .success-description button:hover {
    color: #E26B04
}

.faqsP {
    background-color: #EDECE8;
    padding: 89px 0;
}

.faqsP h2 {
    margin-bottom: 50px;
    font-size: 30px;
}

.faqsP .faqs {
    padding: 0px 89px;
}

.faqsP .faqs details {
    font-family: 'Roboto', sans-serif;
    
}

.faqs summary {
    font-weight: 500;
    color: #00162C;
}

.faqsP .faqs details p {
    font-weight: 400;
    color: #00162C;
}

.faqsP .faqs details ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding-top: 15px;
    font-weight: 400;
    color: rgb(0, 22, 44);
    text-decoration: solid !important;
    list-style-type:disc;
    margin-left: 30px;
}
.faqs summary:focus {
    box-shadow: none;
    color: #002646 !important;
}

.faqs a {
    color: #004DBC;
}

svg.control-icon {
    fill: #004DBC;
}

.banner {
    background-color: #002646;
    padding: 100px 20px;
    color: white;
    text-align: center;   
}

.banner h2 { 
    font-size: 30px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.banner button {
    border:none;
    background-color: #FC7E00;
    border-color: #FC7E00;
    color: #fff;
    padding: 12px 32px;
    border-radius: 30px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    cursor: pointer;
}

.banner button:hover {
    background-color: #E26B04;
}

/* MEDIA QUERY - TABLET */
@media (min-width: 701px) and (max-width: 1124px) {
    h2 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .hero {
        padding: 65px 30px 65px;
        height: fit-content;
    }

    .hero .headerContainer {
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        padding-left: 0;
    }

    .hero .headerContainer div {
        text-align: center;
    }

    .hero .headerContainer div h2 {
        margin: 15px 0;
    }

    .hero .desktop-img {
        width: 80%;
        padding-top: 3vw;
    }

    /**************************************/
    .productDetailArticles {
        grid-template-columns: 1fr 1fr;
        padding: 90px 29px;
    }

    .productDetail h2, .diferencials h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .productDetailArticles article {
        padding: 0px 20px;
    }

    .productDetailArticles article h3 {
        font-size: 20px;
        line-height: 1;
    }

    .productDetailArticles article:last-child, .productDetailArticles article:nth-child(3) {
        padding-right: 20px;
    }

    .productDetailArticles article::after {
        border-right: 1px dashed #004DBC;
    }

    .productDetailArticles article:first-child, .productDetailArticles article:nth-child(4) {
        padding-right: 20px;
        padding-left: 20px;
    }

    .productDetailArticles article:nth-child(2)::after, .productDetailArticles article:nth-child(4)::after, .productDetailArticles article:nth-child(6)::after {
        border: none;
    }

    .divDesplegable h2 {
        font-size: 25px;
        line-height: 1.2;
    }

    .divDesplegable ul {
        padding: 40px;
        gap: 30px;
    }

    /*********************************/
    .diferencialsRowOne {
        padding: 0 40px;
        grid-template-columns: 100%;
        justify-items: center;
        margin: 40px 0;
    }

    .diferencialDesktop {
        display: none;
    }

    .diferencialMobile {
        display: block;
        align-self: center;
    }

    .diferencialsRowTwo {
        grid-template-columns: 100%;
        gap: 30px;
        justify-items: center;
    }

    .diferencialsRowTwo div {
        width: 80%;
    }

    .diferencialsRowTwo div h3 {
        font-size: 23px;
    }

    .diferencialsRowTwo div p {
        font-size: 16px;
    }

    /***********************************/
    .success {
        padding: 60px 40px;
        display: flex;
        flex-direction: column-reverse;
        justify-items: center;
    }

    .success .success-description {
        gap: 15px;
    }

    .countryDetailFlagIcon {
        height: auto;
        width: 20px;
    }

    /*********************************/
    .faqsP .faqs {
        padding: 0px 40px;
    }

    .faqsP {
        padding: 70px 0 20px;
    }

}

/* MEDIA QUERY - MOBILE */
@media (max-width: 700px) {
    .brDesktop {
        display: inline;
    }
    button.bttnSecundario {
        margin: 0 auto;
        width: 95%
    }

    .features .features-grid .feature-description span {
        margin: 0
    }

    .desktop-break {
        display: none
    }

    .hero {
        flex-direction: column;
        text-align: center;
        padding: 65px 30px 65px;
        height: 100%
    }

    .hero h2 {
        font-size: 32px;
        line-height: 35px;
        padding: .8em 0;
    }

    .hero .headerContainer {
        display: flex;
        flex-direction: column;
        align-self: flex-start;
        padding: 0
    }

    .hero .headerContainer .div-text {
        justify-content: center;
        align-items: center;
        gap: 15px
    }

    .hero .desktop-img {
        max-width: 100%;
        margin-top: 10vw;
    }

    .hero .under-title {
        padding-right: 0
    }

    /****************************/
    .productDetail {
        background-size: 35%;
        padding: 65px 0 0;
    }

    .productDetail h2, .diferencials h2 {
        font-size: 28px;
        line-height: 34px;
        padding: 0 10px;
    }

    .productDetailArticles {
        grid-template-columns: 100%;
        padding: 20px;
        grid-template-rows: auto;
        margin-top: 50px;
    }

    .productDetailArticles article {
        padding-left: 0px !important;
        padding: 0px;
    }

    .productDetailArticles article::after {
        border-left: none;
    }

    #bttnDesplegable {
        margin-top: 30px;
    }

    .divDesplegable ul {
        columns: 1;
    }

    .desplegable {
        padding: 50px 30px !important;
    }

    .desplegable h2 {
        padding: 0px;
    }

    .desplegable .secondColumn {
        margin-top: 0px;
    }
    
    /****************************/
    .diferencials {
        padding: 65px 0;
    }

    .diferencialsRowOne {
        padding: 20px;
        grid-template-columns: 100%;
        margin: 0px 0 0px;
    }

    .diferencialsRowOne p {
        font-size: 18px;
        line-height: 21px; 

    }

    .diferencialsRowOneText {
        width: 100%;
        text-align: center;
    }

    .diferencialsRowOneText img {
        width: 20%;
        align-self: center;

    }

    .diferencialDesktop {
        display: none;
    }

    .diferencialMobile {
        display: block;
    }

    .diferencialsRowOneText span {
        font-size: 18px;
        line-height: 25px;
    }

    .diferencialsRowTwo {
        padding: 0 20px;
        grid-template-columns: 100%;
        gap: 30px;
    }

    .diferencialsRowTwo div {
        padding: 30px 20px;
    }

    .diferencialsRowTwo div h3 {
        font-size: 23px;
    }

    /****************************/
    .success {
        padding: 60px 20px !important;
        display: flex;
        flex-direction: column-reverse;
    }

    .countryDetailFlagIcon {
        height: auto !important;
        width: 18px;
        margin: 0 2px -3px 6px;
    }

    .faqsP .faqs {
        padding: 0px 20px 0px;
    }

    .faqsP {
        padding: 60px 0px 10px;
    }
}

@media (min-width: 1209px) {
    .containerLayout {
        margin: 0 auto;
        max-width: 1366px;
    }
}

/* MEDIA QUERY - GENERAL Zoom */
@media (min-width: 768px) and (max-width: 1800px) {
    nav, footer {
        zoom: .85;   
    }

    .box-menu button {
        line-height: 1.19;
    }
}