:root {
    --colmena-gris: #464646;
    --colmena-accent: #ff3f9b;
    --colmena-azul: #0c243a;
    --color-basic: #0092d6;
    --bg-color-gray: #f7f7f7;
}

.image__hexagonos {
    -webkit-animation: hexagonos 5s ease-in-out infinite;
    -moz-animation: hexagonos 5s ease-in-out infinite;
    -o-animation: 5s ease-in-out infinite;
    animation: hexagonos 5s ease-in-out infinite;
}

@keyframes hexagonos {
    50% {
        transform: translate(-0px, 0px) rotate(0deg);
    }
    0%,
    100% {
        transform: translate(0, -20px) rotate(0deg);
    }
}

/* Whatsapp */

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
	margin-top:16px;
}


/* General Styling */

* {
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "metropolis", sans-serif;
    color: var(--colmena-gris);
    background: #fff;
}

label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

h1 {
    font-weight: 600;
    font-size: 56px;
    line-height: 64px;
    font-family: "montserrat", sans-serif;
}

h2 {
    font-size: 48px;
    line-height: 55px;
}

h3 {
    margin: 1em 0;
    font-weight: 600;
    font-size: 23px;
    line-height: 18px;
    /* identical to box height, or 78% */
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.text-center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.right-col,
.left-col {
    width: 50%;
}

.cursor {
    cursor: pointer;
}

.display {
    display: block;
}

.nodisplay {
    display: none;
}

.mt-10 {
    margin-top: 10px !important;
}


/* Fonts */

@font-face {
    font-family: "metropolis";
    src: url("../fonts/Metropolis-Regular.otf");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "metropolis-light";
    src: url("../fonts/Metropolis-Light.otf");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "metropolis-bold";
    src: url("../fonts/Metropolis-Bold.otf");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "metropolis-semi-bold";
    src: url("../fonts/Metropolis-SemiBold.otf");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "metropolis-extra-bold";
    src: url("../fonts/Metropolis-ExtraBold.otf");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "monserrat-regular";
    src: url("../fonts/Montserrat-Regular.ttf");
    font-style: normal;
    font-weight: 500;
}

/* Special Styles */

.gradient {
    background: linear-gradient( 90deg, #e61f59 -1.32%, #e61f59 4.81%, #e61f59 15.02%, #e61f59 28.29%, #e61f59 31.36%, #e61f59 43.61%, #D60DFF 70.16%, #D60DFF 72.2%, #D60DFF 100.79%), #464646;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.white_nowrap {
    white-space: nowrap;
}
/* Sections */

.main {
    /*max-width: 1440px;*/
    min-width: 100%;
    margin: 0 auto;
}

header {
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.hero-banner-contact {
    display: flex;
    height: 654px;
    margin-bottom: 4em;
    align-items: center;
    position: relative;
}

.hero-banner-contact h1 {
    letter-spacing: -0.01em;
    font-feature-settings: "liga" off;
}

.hero-banner-contact .left-col {
    width: 60%;
    padding-left: 10%;
    background-image: url("../img/Bg/bg_shape_01.svg");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 0 center;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.hero-banner-contact .right-col {
    width: 40%;
    background: var(--colmena-azul);
    height: 75%;
    position: relative;
}

.gif {
    margin: 0px -33%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.hero-banner-contact .left-col .text-container {
    width: 50%;
    line-height: 26px;
    margin-top: 1em;
}

.hero-img-contact {
    position: absolute;
    right: 20%;
    top: 10%;
}

.shape_01 {
    position: absolute;
    bottom: 0px;
    left: 30%;
}

.shape_02 {
    position: absolute;
    right: 90px;
    top: 150px;
}

.gestionar-title {
    font-family: 'monserrat-regular';
    margin-bottom: 1em;
}

.team h2 {
    margin-bottom: 0.5em;
}

.team {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 4em auto;
    text-align: center;
}

.team-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 3em 0 3em 0;
    background-image: url("../img/Benefits/LineIndicator.svg");
    background-repeat: no-repeat;
    background-position-y: 115px;
    background-position-x: center;
}

.team-box {
    text-align: center;
    margin: 1em;
    width: 200px;
    padding-bottom: 3em;
}

.team-box img {
    height: auto;
    width: 200px;
}

.team-box .subtitle {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0.5em;
}

.team-box p {
    font-size: 15px;
}

.contact-section {
    background: var(--colmena-azul);
    padding: 2em 10%;
    display: flex;
    max-width: 1440px;
    margin: auto;
}

.contact-section-content {
    background: var(--colmena-azul);
    margin: auto;
}

.contact-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 700px;
    background-image: url("../img/Bg/bg_shape_01.svg");
    background-repeat: no-repeat;
    background-position: left center;
}

.shape_10 {
    position: absolute;
    right: 0;
    top: 25%;
}

.contact-section .form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.contact-section .form-container .box-color-two {
    background: #3979E3;
    width: 326px;
    height: 384px;
    overflow: hidden;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 20%;
    top: 40%;
    filter: drop-shadow(-9px 4px 19px rgba(0, 0, 0, 0.25));
}

.contact-section .form-container .box-color-one {
    width: 326px;
    height: 384px;
    overflow: hidden;
    background-color: #AA6FC1;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 25%;
    filter: drop-shadow(-9px 4px 19px rgba(0, 0, 0, 0.25));
}

.contact-section .form-container .box-color-two .img-container {
    height: 248px;
    overflow: hidden;
    margin-bottom: 1em;
}

.contact-section .form-container .box-color-one .img-container {
    height: 248px;
    overflow: hidden;
    margin-bottom: 1em;
}

.contact-section .form-container .box-color-two .text-container {
    color: white;
    display: flex;
    padding: 1em 2em;
    width: 90%;
}

.box-color-one .text-container img {
    margin-right: 0.5em;
    width: 20px !important;
}

.box-color-two .text-container img {
    margin-right: 0.5em;
    width: 20px !important;
}

.contact-section .form-container .box-color-one .text-container {
    color: white;
    display: flex;
    padding: 1em 2em;
    width: 90%;
}

.contact-section .title-container {
    color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form {
    background: white;
    border-radius: 16px;
    padding: 2em;
    width: 750px;
    margin: 2em auto;
    display: flex;
}

.form label {
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
}

form .form-row {
    display: flex;
}

.form .form-row .row {
    width: 48%;
}

.form .form-row .row:first-child {
    margin-right: 2%;
}

.form .left-col {
    padding-left: 18%;
}

.form .left-col h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.form .left-col p {
    font-size: 14px;
    line-height: 19px;
}

.form .right-col {
    padding-left: 2em;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.form .right-col form input {
    background: #FFFFFF;
    border: 1px solid #D2D6DA;
    box-sizing: border-box;
    border-radius: 8px;
    height: 40px;
    padding-left: 1em;
    width: 100%;
    margin: 0.5em 0;
    font-family: "metropolis", sans-serif;
    color: var(--colmena-gris);
}

.form .right-col form textarea {
    background: #FFFFFF;
    border: 1px solid #D2D6DA;
    box-sizing: border-box;
    border-radius: 8px;
    width: 100%;
    height: 99px;
    padding: 1em;
    font-family: "metropolis", sans-serif;
    margin: 0.5em 0;
}

form .right-col .form form input::placeholder {
    color: grey;
    font-family: "metropolis", sans-serif;
}

form .right-col .form form textarea::placeholder {
    color: grey;
    font-family: "metropolis", sans-serif;
}

.shape_05 {
    position: absolute;
    right: 20%;
    bottom: 10%;
}

.shape_07 {
    position: absolute;
}

.shape_07 {
    right: 10%;
    top: 10%;
}

.casos-de-exito {
    background-color: var(--colmena-azul);
    padding: 4em 10%;
    background-image: url("../img/Bg/bg_shape_01.svg");
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
}

.casos-de-exito .container-casos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 4em;
}

.casos-de-exito .title-container {
    text-align: center;
}

.casos-de-exito .title-container p {
    color: white;
    margin: 0.5em 0;
}

.globo-container {
    width: 18rem !important;
    margin: 1em 0.5em;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: fit-content;
}

.globo-container .globo {
    color: var(--colmena-gris);
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
    text-align: center;
    height: 215px;
    padding: 1.5em;
    margin: 0.5rem;
    width: 280px;
    display: flex;
    flex-direction: column;
    align-self: center;
}

.box-shadow-red {
    box-shadow: 0px 30px 40px rgba(255, 124, 131, 0.2);
}

.box-shadow-blue {
    box-shadow: 0px 30px 40px rgba(84, 96, 255, 0.2);
}

.box-shadow-violet {
    box-shadow: 0px 30px 40px rgba(173, 128, 206, 0.2);
}

.box-shadow-emerald {
    box-shadow: 0px 30px 40px rgba(19, 170, 161, 0.2);
}

.shape_08 {
    position: absolute;
    right: 0;
    top: 22%;
}

.bottom-arrow {
    position: absolute;
    top: 203px;
    left: 31%;
}

.globo h4 {
    margin-bottom: 0.5em;
    font-size: 22px;
    font-weight: 600;
}

.globo p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "monserrat", sans-serif;
    overflow-y: auto;
}

.round-img {
    display: flex;
    align-self: center;
}

.round-img img {
    width: 80px;    
    margin: 1rem 0rem 1rem 0;
}

.globo-container .author {
    color: white;
    font-size: 14px;
    line-height: 24px;
}

.globo-container .author p:first-child {
    font-weight: bold;
}

.author-name {
    font-family: "Metropolis", sans-serif;
}

.make-demo {
    padding: 4em 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 374px;
    position: relative;
    background-image: url("../img/Bg/shape_02.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: hidden;
}

.background-images {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 130%;
    left: -15%;
    top: 50%;
    z-index: -1;
}

.make-demo .btn-section {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    position: relative;
    font-family: "metropolis-bold", sans-serif;
}

.make-demo .btn-section .shape_08 {
    left: 10%;
}

.make-demo .btn-section .btn-secondary {
    justify-content: center;
}

footer {
    background-color: var(--colmena-azul);
    padding: 2em 5% 0.5em 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

footer a img {
    margin: 1em 0;
}

.footer-menu {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding-top: 1em;
}

.footer-menu a {
    color: white;
    margin: 1em;
    font-weight: 300;
    font-size: 14px;
}

footer a:hover {
    opacity: 0.5;
}

.footer-submenu {
    display: flex;
    border-top: 1px solid white;
    margin-top: 1em;
}

footer .footer-submenu .left-col .submenu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

footer .footer-submenu .left-col {
    width: 100%;
}

footer .footer-submenu .left-col .submenu a {
    margin: 0 0.5em;
    font-size: 14px;
    color: white;
}

footer .footer-submenu .left-col .submenu a:nth-child(2) {
    text-decoration: underline;
}

footer .footer-submenu .left-col .submenu a:nth-child(3) {
    text-decoration: underline;
}

footer .footer-submenu .left-col .submenu a:nth-child(4) {
    text-decoration: underline;
}

footer .footer-submenu .left-col .submenu a:nth-child(5) {
    text-decoration: underline;
}

footer .footer-submenu .right-col {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.right-col .redes {
    margin: 0 1em!important;
}


/* Menu */

.topnav.product {
    overflow: hidden;
    height: 60px;
    background: rgb(255 255 255 / 98%);
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    backdrop-filter: saturate(180%) blur(20px);
}

.product .nav-white {
    float: left;
    width: 60%;
    padding-left: 2%;
    background: transparent;
    backdrop-filter: none;
}

.product .login-page-proyectos {
    background: none;
}

.responsive a {
    margin-bottom: 1em;
}


/* Buttons */

.btn {
    width: 133.25px;
    height: 40px;
    border-radius: 8px;
	font-family: "metropolis-bold", sans-serif;
	font-size: 13.8px;
	border: 0;	
	color: white;
    background-color: var(--colmena-accent);
    transition: all .3s cubic-bezier(0.5, 0.5, .35, 1);
}

.login a.btn:hover,
.btn-cotizacion:hover,
button.btn:hover {
    cursor: pointer;
    opacity: .7;
}

.btn-cotizacion,
.btn-secondary {
    width: 143.14px;
    height: 44.04px;
    background: var(--color-basic);
    border-radius: 6.29168px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    margin: 0 0.5em;
}

.btn-cotizacion {
    background-color: var(--colmena-accent);
    font-size: 16px;
}

.btn-secondary:hover {
    opacity: 0.5;
}

.btn-link {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 0.5rem 1.25rem;
    color: #3e8ce8;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    width: 143.14px;
    height: 44.04px;
    border-radius: 8px;
    text-align: center;
}

.btn-link img {
    margin-left: 0.5em;
    height: 1.6rem;
    padding-top: 0.25rem;
}

.btn-link:hover {
    background-color: #E8E8E8;   
}

.btn-outline {
    width: 143.14px;
    height: 44.04px;
    border: 1px solid #0092d6;
    background: white;
    border-radius: 6.29168px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-basic);
    font-weight: bold;
    margin: 0 0.5em;
}

.btn-outline:hover {
    opacity: 0.5;
}

.btn-disable {
    background: #efefef;
    font-size: 16px;
    height: 41px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #949494;
    border-radius: 4px;
    border: none;
}

.cotizacionFormBtn {
    cursor: pointer;
}


/* End Buttons */

.section-onlytext {
    padding-top: 7em;
    padding-bottom: 7em;
}

.section-onlytext h3 {
    text-align: left;
    margin-left: 2em;
    font-size: 18px;
}

.section-onlytext p {
    text-align: left;
    margin-left: 3em;
    font-size: 12px;
}

.cookiestable {
    width: 70%;
    margin: auto;
    margin-top: auto;
    margin-top: 4em;
    font-size: 12px;
}

.cookiestablerow>td {
    padding: 10px;
    border-top: solid 2px #CCC;
    border-left: solid 2px #CCC;
}

.cookiestablerowlast>td {
    padding: 10px;
    border-top: solid 2px #CCC;
    border-left: solid 2px #CCC;
    border-bottom: solid 2px #CCC;
}

.cookiestabletdfirst {
    padding: 10px;
    border-left: none !important;
}

.cookiestablerowfirst>td {
    padding: 10px;
    border-top: solid 2px #000;
    border-left: solid 2px #CCC;
    border-bottom: solid 2px #000;
}

/*SWIPER*/

.swiper-pagination-bullet {
    background:#FFFFFf !important;
    color: #ffffff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: var(--colmena-accent) !important;
    opacity: 1 !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 1.75rem !important;
}

/* Responsive */

@media screen and (max-width: 1266px) {
    .hero-banner-contact {
        flex-direction: column-reverse;
        height: 800px;
    }
    .hero-banner-contact .right-col {
        width: 100%;
        height: 700px;
        margin-top: 12px;
    }
    .hero-banner-contact .left-col {
        width: 100%!important;
        text-align: center;
        padding: 0 5%;
    }
    .hero-banner-contact .left-col .hero-title {
        margin: 0 auto;
    }
    .text-container {
        margin: 0 auto;
    }
    .hero-img-contact {
        right: 25%;
        margin: 0 auto;
        width: 50%;
    }
    .contact-section {
        height: auto!important;
        position: relative;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .contact-section .form-container {
        flex-direction: row!important;
        flex-wrap: wrap!important;
        position: relative;
    }
    .box-color-one {
        position: relative!important;
        top: 0!important;
        left: auto!important;
        margin: 0.5em;
    }
    .box-color-two {
        position: relative!important;
        top: 0!important;
        left: auto !important;
        margin: 0.5em;
    }
    .form .left-col {
        padding-left: 1em!important;
        width: 30%!important;
    }
    .form .right-col {
        width: 70%!important;
    }
    .form {
        width: 100%;
    }
    .box-color-one .img-container {
        display: none;
    }
    .box-color-two .img-container {
        display: none;
    }
    .box-color-two {
        height: 130px!important;
        width: 48%!important;
    }
    .box-color-one {
        height: 130px!important;
        width: 48%!important;
    }
    
}

@media screen and (max-width: 1060px) {
    .submenu {
        flex-direction: column;
        padding: 1em 0;
    }
    .left-col .submenu a {
        margin: 1em 0!important;
    }
    .footer-submenu {
        flex-direction: column;
    }
    .footer-submenu .left-col {
        width: 100%;
    }
    .footer-submenu .left-col .submenu {
        justify-content: center!important;
    }
    .footer-submenu .right-col {
        width: 100%;
        justify-content: center!important;
    }
    .background-images {
        display: none;
    }
    /*
    .hero-img-contact {
        width: 65%;
        top: 0;
        right: 15%;
    }*/
    /*
    .hero-banner-contact .right-col {
        height: 50%;
    }
    */
    .login-page-proyectos {
        display: none;
    }
    
    .productos .card {
        flex-direction: column;
        height: auto;
        width: 90%;
    }
    .productos .card .left-col {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .productos .card .right-col {
        width: 100%;
        padding: 2em;
    }
    .discount {
        flex-direction: column;
        padding: 1em;
    }
    .discount .text-container:first-child {
        text-align: center;
    }
    .discount .text-container-column {
        margin: 1em auto;
    }
    .cotizador-container {
        flex-direction: column;
        flex-wrap: wrap;
        max-width: 1440px;
    }
    .contizador-container .right-col {
        width: 100%;
    }
    .cotizador-container .right-col {
        flex-direction: column;
        align-items: center;
    }
    .cotizador-container .left-col {
        width: 100%;
        margin: 2em 0;
        text-align: center;
    }
    header {
        background-color: white;
    }
    .shape_01 {
        display: none;
    }
    .mt-05 {
        margin-bottom: 0.5em;
    }
    .mb2m {
        margin-bottom: 2em;
    }
    .mb4m {
        margin-bottom: 4em;
    }

}

@media screen and (max-width: 966px) {
    .shape-container4 {
        display: none!important;
    }
    .shape-container3 {
        display: none;
    }
    .cotizador-container {
        flex-direction: column;
        justify-content: center;
    }
    .cotizador-container .right-col .left-col {
        width: 100%;
    }
    .cotizador-container .right-col .right-col {
        width: 100%;
    }
    .cotizador-container .left-col {
        width: 100% !important;
        margin: 1em auto;
        text-align: center;
    }
    .cotizador-container .right-col {
        width: 100%!important;
    }
    .team-container {
        background-image: none;
    }
}

@media screen and (max-width: 950px) {
    .hero-img-contact {
    width: 65%;
    top: 0;
    right: 15%;
    }

    .hero-banner-contact .right-col {
        height: 50%;
    }
    .tags {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .select-pack .oferta {
        flex-direction: column;
    }
    .box-color-one {
        width: 100% !important;
    }
    .box-color-two {
        width: 100% !important;
    }
    h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 0em;
    }
    h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .submenu {
        flex-direction: column;
        padding: 1em 0;
    }
    .footer-menu {
        display: none;
    }
    .submenu a {
        margin: 1em 0!important;
    }

    .shape_01 {
        display: none;
    }
    .shape_02 {
        right: 5%;
    }

    .hero-banner-contact .left-col .text-container {
        width: 100%;
    }
    .hero-img-contact {
        width: 100%;
        top: 0;
        right: 15%;
    }
    .hero-banner-contact .left-col {
        background-image: none;
    }
    .hero-banner-contact {
        height: 600px;
        padding-top: 70px;
    }
    .team-container {
        background-image: none;
    }
    .contact-section .title-container {
        margin-bottom: 2em;
    }
    .form {
        flex-direction: column!important;
        margin: 0.5em;
    }
    .form .left-col {
        width: 100%!important;
        padding-left: 0!important;
        margin-bottom: 1em!important;
    }
    .form .right-col {
        width: 100%!important;
        padding-left: 0!important;
    }
    .contact-section .title-container {
        text-align: center;
    }
    .contact-section .title-container p {
        margin: 1em 0 0 0!important;
    }
}

@media screen and (max-width: 442px) {
    .shape_05 {
        display: none;
    }
    .btn-section {
        flex-direction: column!important;
    }
    .btn-section a {
        margin: 0.5em 0;
        width: 100%;
    }

    .make-demo {
        background-size: 200px 45px;
        padding-top: 0px;
        
    }

    .make-demo .btn-section .btn-secondary {
        margin: 0 auto;
    }

    .make-demo .btn-section .btn-cotizacion,
    .make-demo .btn-section .btn-outline {
        margin: 0.6rem auto;
    }
    .make-demo .btn-section .btn-link {
        margin: -1em auto;
    }
    .hero-banner-contact .right-col {
        display: none;
    }
    .hero-banner-contact {
        height: 480px!important;
    }
}

@media screen and (max-width: 376px) {
    .globo-container .globo {
        min-height: 365px;
    }

    .globo p {
        padding-bottom: 1rem;
    }
}