:root{--white:#fff;--black:#000;--mainColor:#ed3940;--tableKeyBg:#221f20;--tableBorder:#707070}@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");body{background:var(--white);color:var(--black);font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:1.5;margin:0;text-align:left}.btn-primary{background:var(--mainColor);color:var(--white)}.btn-primary,.btn-secondary{border:2px solid var(--mainColor);border-radius:30px;font-size:16px;font-weight:700;padding:10px 25px;text-transform:uppercase}.btn-secondary{background:var(--white);color:var(--mainColor)}@media(max-width:1199px){.btn-primary,.btn-secondary{font-size:15px;min-width:280px;padding:8px 15px}}header .navbar{transition:all .2s}header .navbar.fixed-top.scrolled{background-color:var(--black)}header .nav-item.dropdown{display:flex;flex-direction:row}header .navbar-nav .dropdown-menu{margin:0;padding:0}header .nav-item.dropdown .nav-link{padding-right:0}header .nav-item.dropdown .nav-link.dropdown-toggle{padding-left:0;padding-right:.5rem}header .navbar-nav .nav-link{color:var(--white)}header .navbar-nav .nav-link:hover{color:var(--mainColor)}header .dropdown-menu{background:var(--black);font-size:14px}header .dropdown-item{color:var(--white)}header .dropdown-item:hover{background:var(--mainColor);color:var(--white)}header .navbar-toggler-icon div{background-color:var(--white);height:3px;margin:5px 0;width:100%}@media(max-width:1600px){header .dropdown-menu{font-size:14px}}@media(max-width:1199px){header .navbar .nav-link{font-size:13px}}@media(max-width:991px){header .navbar{background:var(--black)}header .navbar-nav{margin-top:15px}header .navbar .nav-link{font-size:16px}header .nav-item.dropdown{display:block;flex-direction:unset}header .navbar-nav .dropdown-menu{margin-bottom:10px}header .navbar-collapse.show{height:350px;overflow:scroll}}@media(max-width:767px){header .navbar-brand{max-width:180px}header .navbar .nav-link{font-size:15px;line-height:21px}header .dropdown-item{font-size:13px;line-height:19px;white-space:normal}}.banner-section{background-size:cover}.banner-section h1{color:var(--mainColor);font-size:22px;font-weight:500;line-height:42px;position:relative;margin-top:212px}.banner-section h2{color:var(--white);font-size:30px;font-weight:700;line-height:45px;padding-bottom:89px}@media(max-width:767px){.banner-section h1{margin-top:140px}.banner-section h2{font-size:24px;line-height:30px;padding-bottom:40px}}.table-content-section{background:var(--mainColor)}.table-content-section h3{line-height:30px;text-align:left;text-transform:uppercase}.table-content-section a,.table-content-section h3{color:var(--white);font-size:18px;position:relative;top:50%;transform:translateY(-50%)}.table-content-section a{display:block;padding:20px 0;text-align:center;text-decoration:none;transition:all .2s;width:100%}.table-content-section a:hover{background:var(--white);color:var(--mainColor)}.info-section{overflow:hidden;position:relative}.info-section .info-txt{padding:30px 0}.info-section>img{height:auto;margin-top:40px;max-height:700px;position:absolute;top:0;right:0;width:auto}.info-section .button-container{display:flex}.info-section .button-container a.btn{min-width:280px}@media(max-width:1499px){.info-section>img{max-height:500px}}@media(max-width:1199px){.info-section>img{height:auto;max-height:unset;max-width:400px;width:100%}.info-section .button-container a.btn{display:flex;flex-direction:column;justify-content:center;min-width:unset;width:45%}}@media(max-width:991px){.info-section>img{left:50%;margin-top:0;padding:0 10px;position:relative;right:unset;top:unset;transform:translateX(-50%)}.info-section .button-container{display:block}.info-section .button-container a.btn{display:block;font-size:15px;margin:0 auto 20px;max-width:320px;width:100%}}@media(max-width:767px){.info-section .info-txt{padding:0 0 20px}}.overflow-table-container{overflow-x:auto}.checklist-section h2{color:var(--mainColor);font-size:33px;font-weight:500;line-height:40px;margin:0;padding:20px 0;text-align:center}.checklist-section table{font-size:12px;line-height:16px}.checklist-section th{text-transform:uppercase;width:130px}.checklist-section table,.checklist-section td,.checklist-section th{border:1px solid var(--tableBorder)}.checklist-section table td:first-of-type,.checklist-section table th{background:var(--tableKeyBg);color:var(--white);height:77px}.checklist-section td,.checklist-section th{padding:10px}.checklist-section table p{font-size:11px;line-height:13px;margin-bottom:0;margin-top:6px}.checklist-section table .check{max-width:24px}@media(max-width:767px){.checklist-section h2{font-size:24px;line-height:30px;padding:0 0 20px}}footer .footer-top{padding:4rem 0 3rem;background-color:var(--black)}footer .footer-top .footer-logo{margin-bottom:30px}footer .footer-top h5{font-size:16px;padding:.5rem 0}footer .footer-top .rotate-icon{width:16px;height:16px}footer .footer-top .md-accordion .card .card-header a:not(.collapsed) .rotate-icon{transform:rotate(180deg)}footer .footer-top .md-accordion .card .fa-angle-down{float:right}footer .footer-top .card{background-color:transparent}footer .footer-top .card .card-header{padding:0;background-color:transparent}footer .footer-top .aviso-p{text-align:right;padding-top:15px}footer .footer-top a{color:var(--white);text-decoration:none}footer .footer-top a:active,footer .footer-top a:hover{color:var(--mainColor);text-decoration:none}footer .footer-top p{color:var(--white);margin-bottom:1rem;font-size:.9rem}footer .footer-top p a{text-decoration:none}footer .footer-top p a:active,footer .footer-top p a:hover{color:var(--mainColor);text-decoration:none}footer .footer-top .social-networks{list-style-type:none;margin:4rem 0 0;padding:0;text-align:right}@media (max-width:991px){footer .footer-top .social-networks{text-align:center}}footer .footer-top .social-networks li{display:inline-block;margin-right:.6rem}footer .footer-top .social-networks li a img{height:1.7rem}footer .footer-bottom{padding:1rem 0}@media (max-width:991px){footer .footer-bottom{text-align:center}}footer .footer-bottom p{font-weight:600;color:var(--white);margin-bottom:0}footer .navbar-nav .nav-link{font-size:16px}@media(max-width:767px){footer .footer-logo{text-align:center}footer .logo-footer{max-width:240px}footer .footer-top{padding:30px 0}footer .footer-top .aviso-p{text-align:center}footer .navbar-nav .nav-link{font-size:16px}footer .dropdown-item{font-size:14px}footer .card-body{padding:0 0 15px}}.form-section input{background:#fff;border:1px solid #aaa;border-radius:10px;color:#000;font-size:15px;font-weight:500;margin-bottom:15px;padding:6px 12px;width:100%!important}.form-section input:focus{color:#fff}.form-section select{background:#fff;border:1px solid #aaa;border-radius:10px;color:#000;font-size:15px;font-weight:500;margin-bottom:15px;padding:6px 12px;width:100%!important}.form-section select *{color:#000}.form-section select::placeholder{color:#000}.form-section select:focus{border:1px solid #aaa;color:#fff;outline:none}.form-section input[type=submit]{background:var(--white);border:2px solid var(--mainColor);border-radius:30px;color:var(--mainColor);font-size:16px;font-weight:700;padding:10px 25px;text-transform:uppercase;transition:all .2s}.form-section input[type=submit]:hover{color:#fff;background-color:#5a6268;border-color:#545b62;transition:all .2s}.form-section label{color:#000;font-size:15px;font-weight:600}.form-section .hs-form-booleancheckbox label{color:#fff;display:block}.form-section .hs-fieldtype-booleancheckbox .inputs-list{list-style:none;margin:0;padding:0}.form-section .form-columns-3 input{margin:0;width:99%!important}.form-section .form-columns-3 input,.form-section input[type=checkbox]{background:#fff;border:1px solid #aaa;border-radius:10px;color:#000;font-weight:500;outline:none;padding:8px 16px!important}.form-section input[type=checkbox]{margin:0 10px 0 0;width:auto!important}.form-section textarea{background:#fff;border:1px solid #aaa;border-radius:10px;color:#000;font-weight:500;outline:none;padding:8px 16px!important;resize:none;width:98%!important}.form-section form a{color:#000}.form-section .hs-form-field{margin-bottom:20px;margin-top:0}.form-section input::placeholder{color:#000;font-weight:500}.form-section input:focus{border:1px solid #aaa;color:#000;font-weight:500;outline:none}.form-section .hs-error-msg,.form-section .hs-error-msgs{color:red;list-style:none;margin:0;padding:0}.form-section fieldset{max-width:unset!important}.form-section ul.inputs-list{overflow:hidden}.form-section .hs-form-field>label{display:block;font-size:18px;font-weight:600;margin-bottom:10px}.form-section .hs-form-checkbox-display span{display:inline-block;margin-top:10px;position:relative}@media(max-width:767px){.form-section label{font-size:14px}.form-section .hs-form-field>label{font-size:16px;margin-bottom:4px}.form-section li.hs-form-checkbox{float:none;width:100%!important}}a.blantershow-chat{color:#fff;position:fixed;z-index:98;bottom:0;right:0;font-size:15px;padding:10px 20px;border-radius:30px}a.blantershow-chat img{width:55px}
/*# sourceMappingURL=https://cdn2.hubspot.net/hub/6916298/hub_generated/template_assets/59619539627/1654615367767/Pillar_Page_-_Noviembre_2021/assets/css/style.css */