@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
:root {
    --color-primary: #3c2052;
    --color-secondary: #d8a413;
    --color-red: #e71233;

    --color-pdf: #B30B00;
}
body{
    font-family: 'Montserrat', sans-serif;
}
.dv_head_init{
    width: 100%;
    display: block;
    position: relative;
    background-color: var(--color-primary );
    color: white;
}
.logo-ap {
    width: 112px;
    margin: 40px 0 0 0;
}
.navegacion {
    float: right;
    margin: 0 5px 0 0;
}
.text-redA{
    color: var(--color-red) !important;
}
.ptops1{
    padding: 5px 0px 5px 80px;
}
.ptops1 p{
    padding: 15px 0px 0px 0px;
    margin-bottom: 0.9rem;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}
.ptops2{
    padding: 10px;
}
.ptops2 p {
    padding: 6px 0px 0px 0px;
    margin: 0 0 5px 0;
}
.text-dirh{
    font-size: 12px;
    font-weight: 500;
    line-height: 1px;
    color: white;
}
.ptops2 p a{
    color: white;
}
.ptops2 p a:hover{
    text-decoration: none;
}
.iconheadp a{
    font-size: 20px;
    padding: 0 2px 0 0px;
}
.content-lg-air{
    padding: 0px 0px 0px 6px;
}
.cihd1{
    padding: 5px 0px 5px 0px; 
}
.listtels{
    float: right;
    padding: 0 20px;
}
.listtels li{
    width: 200px;
    text-align: center;
    display: inline-block;
}
.listtels li a i {
    font-size: 20px;
    margin: 12px 0 10px 0;
}
.text-yellow-head, .text-yellow-head a {
    color: #fcb900 !important;
    font-weight: 600;
    font-size: 14px;
}
.listtels li a:hover{
    text-decoration: none;
}
.link-nav-second, .link-nav-second:hover{
    color: #3c2052;
    text-decoration: none;
}
.link-nav-red, .link-nav-red:hover{
    color: var(--color-red);
    text-decoration: none;
}
.listtels li a span {
    font-family: "DM Serif Display", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1px;
    letter-spacing: 1.6px;
}
.listtels li strong {
    color: var(--color-primary);
    font-weight: 600;
}
.cihd2{
    padding: 0px 0px 0px 30px;
}
.menu-nav{
    list-style: none !important;
    margin: 0;
    padding: 0;
}
.menu-nav li{
    display: inline-block;
    position: relative;
    vertical-align: baseline;
    background: transparent;
    margin: 0 0 12px 0px
}
.menu-nav li a{
    color: var(--color-primary);
    padding: 10px 8px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1px;
    text-decoration: none;
    position: relative;
}
.menu-nav li a:hover::after, .menu-nav li a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.menu-nav li a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-secondary);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.menu-nav li a:hover{
    color: var(--color-secondary);
}
.btnNvap{
    font-weight: 600;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 8px 8px 8px 8px;
    padding: 10px 12px 10px 12px;
    font-size: 13px;
    text-align: center;
    transition: all .3s;
    background-color: white;
    line-height: initial;
}
.btn-nS{
    border-color: var(--color-secondary);
    fill: var(--color-secondary);
    color: var(--color-secondary);
}
.btn-nS:hover{
    color: white;
    background-color: var(--color-secondary);
    text-decoration: none;
}
.btn-nR{
    border-color: var(--color-red);
    fill: var(--color-red);
    color: var(--color-red);
}
.btn-nR:hover{
    color: white !important;
    background-color: var(--color-red) !important;
    text-decoration: none;
} 
.btn-nR:hover::after{
    opacity: 0 !important;
}
.list-buttonsNv {
    float: right;
    margin: 5px 3% 0 0px;
}
.list-buttonsNv li{
    display: inline-block;
    padding: 0px 0px 0px 10px;
}
.cardFFp {
    margin-top: 15px;
}
footer{
    width: 100%;
    float: left;
}
.log-asset{
    opacity: 0.5;
    width: 225px;
}
.log-fo{
    width: 121px;
}
.w-colorp{
    background-color: var(--color-primary);
    padding: 30px 0px 40px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.colmgf1{
    padding: 0px 0px 0px 80px !important;
}
.w-contlogf {
    width: 43%;
    color: white;
    font-size: 13px;
    font-weight: 400;
}
.log-fo{
    margin: 0 auto 20px auto;
    display: block;
}
.colmgf2{
    padding: 0px 20px 0px 20px;
}
.colmgf2h4 {
    margin-bottom: 15px;
    font-size: 2rem;
    color: var(--color-secondary);
    margin-top: 40px;
    font-family: "DM Serif Display", Sans-serif;
}
.leytfo{
    padding-bottom: calc(16px/2);
    justify-content: flex-start;
    text-align: left;
}
.leytfo a{
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: white;
    text-decoration: none;
    display: flex;
}
.leytfo a span {
    display: inline-block;
    position: relative;
    height: 100%;
}
.icon-ft {
    position: absolute;
    top: 50%;
    color: var(--color-secondary);
    transition: color 0.3s;
    font-size: 14px;
}
.spiconf {
    padding: 0px 20px 0 0px;
}
.lyeff{
    margin-top: calc(16px/2);
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    color: white;
}
.list_lnkfoo{
    color: white;
    list-style: none;
    padding: 0;
}
.list_lnkfoo li{
    padding-bottom: calc(16px/2);
    justify-content: flex-start;
    text-align: left;
    display: flex;
    font-size: inherit;
    align-items: var(--icon-vertical-align,center);
    vertical-align: baseline;
    background: transparent;
}
.list_lnkfoo li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    justify-content: flex-start;
    text-align: left;
    display: flex;
    color: white;
}
.list_lnkfoo li a:hover{
    text-decoration: none;
}
.list_lnkfoo li a span{
    position: relative;
}
.icon-listext{
    align-self: center;
    padding-left: 5px;
}
.icons{
    padding-right: 8px;
}
.icons i{ 
    vertical-align: -webkit-baseline-middle;
    color: var(--color-secondary);
    transition: color 0.3s;
    font-size: 14px;
}
.pffot{
    padding: 15px 0px 15px 80px;
}
.pffot p {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #3c2052;
}
.pffot p a{
    color: var(--color-secondary);
    text-decoration: none; 
}

.nbannertop {
    background-color: var(--color-primary);
    height: 550px;
    margin-bottom: 135px;
}
.content-bannertp {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 570px;
}
.absbntp {
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    padding: 0 5%;
}
.dvtxt1{
    width: 80%;
    margin: 0 auto;
}
.cnh1, .dvtxt1{
    color: white;
    text-align: center;
}
.cnh1 h1 {
    color: white;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 25px;
    font-family: "DM Serif Display", Sans-serif;
    letter-spacing: 3px;
}
.dvtxt1 p, .dvtxt2 p,.dvtxt3 p, .dvtxt4 p, .dvtxt5 p, .dvtxt6 p, .dvtxt3 ul li, .dvtxt4 ul li, .dvtxt5 ul li, .dvtxt6 ul li{
    font-weight: 400;
    font-size: 1rem;
}
.dvtxt1 h2, .dvtxt1 h3{
    font-weight: 400;
    font-size: 1rem;
}
.lnk-call{
    text-align: center;
    margin: 35px 0 0 0;
}
.btn-call-lp-sec,
.btn-call-lp-pdf {
    font-weight: 700;
    border-radius: 6px;
    padding: 12px 35px;
    font-size: 18px;
    text-align: center;
    transition: all .3s;
    line-height: initial;
    color: white;
}
.btn-call-lp-sec {
    border: 2px solid var(--color-secondary);
    background-color: var(--color-secondary);
}
.btn-call-lp-pdf {
    border: 2px solid var(--color-pdf);
    background-color: var(--color-pdf);
}
.btn-call-lp-sec:hover,
.btn-call-lp-pdf:hover {
    background-color: white;
    text-decoration: none;
}
.btn-call-lp-sec:hover {
    color: var(--color-secondary);
}
.btn-call-lp-pdf:hover {
    color: var(--color-pdf);
}


.dvtxt2{
    color: var(--color-primary);
}
.dvtxt2 p{
    color: var(--color-primary);
    margin-bottom: 18px;
}
.dv_call1{
    padding-left: 8.5rem;
}
.imgabst {
    position: absolute;
    top: -75px;
    right: 0px;
    z-index: 2;
}
.tzt2{
    z-index: 3;
}
/* .dvtop_testamento{
    background-image: url(../images/figura.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
} */
.cardCall {
    background-image: url(../images/CTA-funeral-24h.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 500px;
}
.btn-call-lp-wh{
    font-weight: 700;
    border: 2px solid var(--color-primary);
    border-radius: 6px;
    padding: 12px 35px;
    font-size: 18px;
    text-align: center;
    transition: all .3s;
    background-color: white;
    line-height: initial;
    color: var(--color-primary); 
}
.btn-call-lp-wh:hover{
    background-color: transparent;
    border: 2px solid white;
    color: white;
    text-decoration: none;
}
.content-card-call {
    text-align: center;
    color: white;
    padding: 35px 20px 18px 20px;
}
.content-card-call p {
    font-size: 32px;
    font-weight: 300;
    margin: 5px 0 28px 0;
    font-family: "DM Serif Display", Sans-serif;
    letter-spacing: 2px;
    line-height: 36px;
}
.content-card-call img {
    width: 120px;
}
.bnabslf{
    width: 100%;
}
.card-call2 {
    background-image: url(../images/banner-airapi-landing-page-cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 320px;
    padding: 40px 45px 40px 45px;
    color: white;
}
.leyend-call2{
    margin: 35px 0 0 0;  
    padding-bottom: 35px;
}
.leyend-call2 span {
    color: var(--color-secondary);
    font-size: 22px;
    font-weight: 300;
    width: 100%;
    display: block;
    font-family: "DM Serif Display", Sans-serif;
    letter-spacing: 1px;
}
.leyend-call2 strong {
    color: white;
    font-size: 40px;
    font-weight: 300;
    width: 100%;
    display: block;
    font-family: "DM Serif Display", Sans-serif;
    letter-spacing: 1px;
}
.dvtxt3 h2, .dvtxt3 h3, .dvtxt4 h2, .dvtxt4 h3, .dvtxt5 h2, .dvtxt5 h3{
    color: var(--color-primary);
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 25px;
    font-family: "DM Serif Display", Sans-serif;
    letter-spacing: 1px;
}
.dvtxt3 p, .dvtxt4 p, .dvtxt5 p, .dvtxt3, .dvtxt4, .dvtxt5{
    color: var(--color-primary);
}
.card-call3 {
    background-image: url(../images/airapi-tributo-a-la-vida.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 585px;
    padding: 7% 45px 40px 45px;
    color: white;
}
.dvtxt6{
    color: white;
}
.dvtxt6 h2, .dvtxt6 h3 {
    color: var(--color-secondary);
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 25px;
    font-family: "DM Serif Display", Sans-serif;
    letter-spacing: 1px;
}
.dvtxt6 p{
    color: white;
}
.asbcardtxt{
    width: 60% !important;
}
.callbnf{
    padding-top: 40px;
}
#klfwa_contenedorBoton{
    display: none !important;
}
.buttonizer-group-0-0-1 {
    right: 5%;
    bottom: 5%;
    display: flex;
    z-index: 99;
    position: fixed;
    transition: ease-in-out 250ms;
    visibility: hidden;
    align-items: flex-end;
    flex-direction: column-reverse;
}
.buttonizer-button-0-0-10 {
    width: 56px;
    height: 56px;
    opacity: 1;
    visibility: visible;
}
.buttonizer-button-0-0-10 {
    color: #fff;
    width: 56px;
    cursor: pointer;
    height: 56px;
    margin: 0 auto 0 auto;
    display: block;
    outline: none !important;
    position: relative;
    max-width: none !important;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.20);
    text-align: center;
    transition: ease-in-out 250ms;
    visibility: visible;
    user-select: none;
    border-radius: 50px 50px 50px 50px;
    margin-bottom: 10px;
    background-size: cover;
    text-decoration: none;
    background-color: rgba(37, 211, 102, 1);
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
}
.buttonizer-button-0-0-10::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: all 250ms ease-in-out 0s;
    visibility: hidden;
    border-radius: 50px 50px 50px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.buttonizer-icon-0-0-11 {
    top: 50%;
    left: 50%;
    color: rgba(255, 255, 255, 1);
    z-index: 1;
    position: absolute;
    font-size: 32px;
    transform: translate(-50%,-50%);
    text-align: center;
    transition: all 0.2s ease-out;
}
.buttonizer-button-0-0-17 {
    width: 56px;
    height: 56px;
    opacity: 1;
    visibility: visible;
}
.buttonizer-button-0-0-17 {
    color: #fff;
    width: 56px;
    cursor: pointer;
    height: 56px;
    margin: 0 auto 0 auto;
    display: block;
    outline: none !important;
    position: relative;
    max-width: none !important;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.20);
    text-align: center;
    transition: ease-in-out 250ms;
    visibility: visible;
    user-select: none;
    border-radius: 50%;
    margin-bottom: 10px;
    background-size: cover;
    text-decoration: none;
    background-color: rgba(255, 193, 0, 1);
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
}
.buttonizer-button-0-0-17::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: all 250ms ease-in-out 0s;
    visibility: hidden;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.buttonizer-button-0-0-17:hover, .buttonizer-icon-0-0-18 {
    font-size: 20px;
}
.buttonizer-icon-0-0-18 {
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 1;
    position: absolute;
    font-size: 20px;
    transform: translate(-50%,-50%);
    text-align: center;
    transition: all 0.2s ease-out;
}
.w-cardFF{
    display: table;
    position: relative;
}
.ico-phoneF{
    position: absolute;
    left: 0;
}
.ico-phoneF a{
    color: white;
    font-size: 30px;
    transition: 0.3s all;
}
.ico-phoneF a:hover{
    color: #fcb900;
}
.label-phoneF {
    width: fit-content;
    padding: 0 0 0 30px;
}
.label-phoneF a {
    font-family: "DM Serif Display", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2px;
    letter-spacing: 1.6px;
    color: white;
}
.label-phoneF a span {
    text-decoration: none;
    line-height: 5px;
    color: #FCB900;
    text-align: right;
    float: right;
    margin: 5px 0 0 0;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
}
.text-footvr a {
    text-decoration: none;
    color: white;
    font-weight: 500;
}
.text-footvr a:hover{
    color: inherit;
}
.sublinkgt{
    color: #FCB900 !important; 
}
.titlesb {
    color: var(--color-secondary);
    font-weight: 600;
    font-size: 40px;
    font-family: "DM Serif Display", Sans-serif;
    letter-spacing: 1px;
}
.subtlesb{
    color: var(--color-primary);
    font-weight: 600;
    font-size: 26px;
    font-family: "DM Serif Display", Sans-serif;
    letter-spacing: 1px;
}
.list-items-docs li a{
    font-weight: 400;
    font-size: 16px;
    color: var(--color-primary);
    transition: 0.5s all;
}
.list-items-docs li a:hover{
    text-decoration: underline;
}
.cabeza{
    width: 100%;
    display: table;
    position: relative;
}
.txtTV1 span{
    color: var(--color-secondary);
    font-weight: 400;
    font-size: 22px;
    font-family: "DM Serif Display", Sans-serif;
    letter-spacing: 1px;
}
.txtTV1 h1{
    color: var(--color-primary);
    font-weight: 400;
    font-size: 38px;
    font-family: "DM Serif Display", Sans-serif;
    letter-spacing: 1px;
}
.txtTV1 p{
    font-weight: 400;
    font-size: 18px;
    color: var(--color-primary);
}
.txtTV2{
    position: relative;
    padding-left: 95px;
    margin-bottom: 40px;
}
.txtTV2 span {
    color: var(--color-secondary);
    font-weight: 400;
    font-size: 22px;
    font-family: "DM Serif Display", Sans-serif;
    letter-spacing: 1px;
}
.txtTV2 h2 {
    color: var(--color-primary);
    font-weight: 400;
    font-size: 38px;
    font-family: "DM Serif Display", Sans-serif;
    letter-spacing: 1px;
    line-height: 32px;
}
.letter-g{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 156px !important;
    line-height: 88px;
}
.list-beneficios li {
    color: var(--color-primary);
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 32px;
}
.list-beneficios li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 4px;
    color: #16EC6B;
}
.dvtop_testamento {
    margin-bottom: 150px;
    margin-top: 5rem!important;
}
.mean-container .mean-nav {
    padding-top: 50px;
    background: white !important;
    margin-top: 0px !important;
}
.mean-container .mean-nav ul li a{
    color: #003A70;
}
.mean-container a.meanmenu-reveal{
    color: black;
}
.mean-container a.meanmenu-reveal span {
    background: black;
}
.mean-container .mean-nav ul li {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 5px 0 5px 0;
}
.mean-container .mean-nav ul li a {
    width: 94%;
    padding: 12px 3%;
    color: #003A70;
    text-decoration: none;
    text-transform: inherit;
}
.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 0px;
    width: 26px;
    height: 20px;
    padding: 12px!important;
    line-height: 16px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
    background: white;
}
.sub-arrow{
    margin-left: 5px;
}
.sub-arrow i:before {
    content: '+';
}
@media(max-width:1182px){
    .imgabst {
        width: 49%;
    }
}
@media(max-width:1082px){
    .cnh1 h1 {
        font-size: 2rem;
    }
    .dv_call1 {
        padding-left: 52px;
    }
    .content-card-call p {
        font-size: 28px;
    }
    .cardCall {
        height: 470px;
    }
}
@media(max-width:992px){
    .noordermov{
        order: inherit;
    }
    .list-buttonsNv {
        float: inherit;
        margin: 0 auto 20px auto;
        display: table;
    }
    .listtels {
        float: inherit;
        padding: 0 20px;
    }
    .cihd1 {
        text-align: center;
    }
    .ptops1 {
        padding: 5px 0px 5px 0px;
        text-align: center !important;
    }
    .ptops2 {
        padding: 10px;
        text-align: center !important;
    }
    .ptops1 p {
        margin-bottom: 0;
    }
    .dv_call1 {
        padding-left: 5px;
    }
    .content-card-call p {
        font-size: 24px;
    }
    .cardCall {
        height: 450px;
    }
}
@media(max-width:1025px){
    .cardFFp{
        margin-top: 35px;
    }
    .imgabst {
        display: none;
    }
    .tzt2 {
        margin: 50px 0 0 0;
    }
    .dvtop_testamento {
        margin-bottom: 20px;
        margin-top: 40px!important;
    }
    .mean-container .mean-bar {
        background: white !important;
    }
    .mean-container a.meanmenu-reveal {
        color: black;
        position: relative;
        margin: 0 auto;
    }
    .mean-container .mean-nav {
        padding-top: 0px;
    }
    .mean-bar{
        padding-top: 0px !important;
    }
    .colmgf1 {
        padding: 0 2rem !important;
        text-align: center;
    }
    .colmgf2, .colmgf3{
        padding: 0 2rem !important;
    }
    .w-contlogf {
        width: 100%;
    }
    .lyeff {
        font-size: 13px;
    }
    .list_lnkfoo li a span {
        font-size: 14px;
    }
    .cnh1 h1 {
        font-size: 1.6rem;
    }
    .dv_call1 {
        padding-left: 15px;
    }
    .content-card-call {
        margin-top: 40px;
    }
    .content-card-call img {
        width: 85px;
    }
    .cardCall {
        height: 485px;
    }
    .content-card-call p {
        font-size: 26px;
        line-height: 30px;
    }
    .leyend-call2 strong {
        font-size: 26px;
        line-height: 36px;
    }
    .leyend-call2 {
        text-align: center;
    }
    .card-call2 a{
        margin: 0 auto;
        display: table;
    }
    .leyend-call2 strong {
        font-size: 26px;
        line-height: 36px;
        color: var(--color-primary);
    }
    .card-call2 {
        background-image: none;
        height: auto;
        padding: 0px;
        color: white;
    }
    .leyend-call2 {
        margin: 0px 0 0 0;
    }
    .dvtxt3 h2, .dvtxt3 h3, .dvtxt4 h2, .dvtxt4 h3, .dvtxt5 h2, .dvtxt5 h3 {
        font-size: 22px;
    }
    .nommovs{
        margin-top: 0 !important;
    }
    .card-call3 {
        background-image: none;
        height: auto;
        padding: 0px;
        color: var(--color-primary);
    }
    .asbcardtxt {
        width: 100% !important;
    }
    .dvtxt6 p, .dvtxt6 ul li{
        color: var(--color-primary);
    }
    .dvtxt6 h2, .dvtxt6 h3 {
        font-size: 24px;
    }
}
@media(max-width:780px){
    .menu-nav li a::after{
        position: relative;
    }
    .cardFFp {
        margin-top: 12px;
        width: 100% !important;
        display: block;
        max-width: 100% !important;
        flex: inherit;
        text-align: center !important;
    }
    .ico-phoneF {
        position: relative;
        left: inherit;
    }
    .log-asset {
        opacity: 0.5;
        width: 80%;
    }
    .label-phoneF {
        width: auto;
        padding: 0;
    }
    .w-cardFF {
        margin: 0 auto;
        float: initial !important;
        text-align: center !important;
    }
    .listtels {
        width: 100%;
    }
    .list-buttonsNv{
        display: none;
    }
    .logo-ap {
        width: 120px;
        margin: 5px 0 0 0;
    }
}
@media(max-width:520px){
    .txtTV1 a{
        margin: 0 auto;
        display: table;
    }
    .txtTV1 h1 {
        font-size: 26px;
    }
    .txtTV1 span {
        font-size: 22px;
    }
    .dvtop_testamento {
        margin-bottom: 25px;
        margin-top: 5px !important;
    }
    .txtTV2 span {
        font-size: 22px;
        line-height: 36px;
    }
    .txtTV2 {
        padding-left: 0;
        margin-bottom: 40px;
    }
    .txtTV2 h2 {
        font-size: 26px;
        line-height: 22px;
    }
    .txtTV2 h2 br{
        display: none;
    }
    .list-beneficios li {
        font-size: 18px;
    }
    .letter-g {
        color: var(--color-primary) !important;
        position: relative;
        font-size: 24px !important;
        line-height: auto;
    }
    .cnh1 h1 {
        font-size: 1.2rem;
    }
    .listtels li {
        width: 49%;
        text-align: center;
        display: inline-block;
    }
    .listtels li a span {
        font-size: 16px;
    }
    .listtels li strong {
        font-size: 16px;
    }
}

.form-control-airapi {
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
}
