@font-face {
    font-family: "Cocogoose";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../font/Cocogoose-Pro-trial.woff") format("woff"), url("../font/Cocogoose-Pro-trial.ttf") format("truetype");
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../font/Inter-VariableFont_slnt_wght.woff") format("woff"), url("../font/Inter-VariableFont_slnt_wght.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../font/Poppins-Regular.woff") format("woff"), url("../font/Poppins-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    src: local("?"), url("../font/Montserrat-VariableFont_wght.woff") format("woff"), url("../font/Montserrat-VariableFont_wght.ttf") format("truetype");
}

:root {
    --Blanco: #ffffff;
    --azul: #183081;
    --azul2: #48C0EC;
    --azul3: rgb(11, 18, 40);
    --azul4: #243982;
    --gris: #B6B6B6;
    --negro: #262322;
    --naranja: #E5580B;
    --circulo: #51e2c8;
    --gris2: #F5F5F5;
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.logoBlanco {
    width: 226px;
    height: 60px;
    position: relative;
    color: var(--Blanco);
    font-family: Cocogoose Pro;
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.logoBlanco>div {
    position: absolute;
}

.logoTop {
    left: 0;
}

.logoBottom {
    left: 17px;
    bottom: 0;
}

.logoLetra {
    left: 80px;
    top: 10px;
}

.logoCreadores {
    left: 80px;
    top: 44px;
}

/**********footer**************/
.footer {
    background-color: var(--azul);
    height: auto;
    width: 100%;
}

.footer h2 {
    margin: 0 0 29px 0;
    color: var(--Blanco);
    font-family: Cocogoose;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.footer h3 {
    color: var(--Blanco);
    font-style: none;
    text-decoration: none;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 0;
}

.footer>h3,
a,
p,
span {
    color: var(--Blanco);
    font-style: none;
    text-decoration: none;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/************************/

/****/
.btn-info {
    width: 80px;
    height: auto;
    padding: 10px;
    position: fixed;
    bottom: 20px;
    right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-info>div {
    width: 70px;
    height: 70px;
    margin: 5px;
}

.btn-info>div>a {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    width: auto;
    height: auto;
}

/****/
.navInicial {
    padding: 0 30px;
    height: 90px;
    box-sizing: border-box;
    background-color: transparent !important;
    position: relative;
}

.navInicial a {
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    /* 352.941% */
    height: 60px;
}

.navbar {
    width: 100%;
    height: 90px;
    padding: 0 20px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    background-color: transparent !important;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    transition-duration: .5s;
}

.navbar>ul.navcontent {
    display: flex;
    flex-direction: row;
    width: auto;
    height: auto;
    justify-content: center;
    align-items: center;
    transition-duration: .5s;

}

.navbar>ul.navcontent li {
    list-style: none;
    width: auto;
    padding: 10px;
    height: auto;
    margin: 0 5px;
    box-sizing: border-box;
    animation-duration: .5s;
    transition-duration: .5s;

}

.navbar a {
    color: var(--Blanco);
    transition-duration: .5s;
}

.navbar a:hover {
    transition-duration: .5s;
    color: var(--azul2);
    padding: 0 0 8px 0;
    border-bottom: solid var(--azul2);
}

a.onClickA {
    border-bottom: solid var(--azul2);
    color: var(--azul2);
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    /* 352.941% */
    padding: 0 0 8px 0;
}

.navbarFondo {
    background-color: #0b122896 !important;
    transition-duration: .5s;
}

/*************************/
.inicial {
    height: 100%;
    width: auto;
}

.fondo-inicio {
    background: url(../resources/img/rs-bg-elem.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.inicioleft span {
    color: var(--gris);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.inicioleft h2 {
    color: var(--negro);
    font-family: Cocogoose;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    padding-top: 20px;

    line-height: 75px;
}

.inicioleft p {
    color: var(--negro);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    padding-top: 20px;

}

#heightP {
    padding: 0 0 0 12%;
    box-sizing: border-box;
}

.botonInicio {
    background: linear-gradient(0.25turn, var(--azul2), var(--azul));
    width: 138px;
    height: 46px;
    box-sizing: border-box;
}

.botonInicio span::after {
    content: '\2192';
    padding: 0 0 0 10px;
}

.img-sobre {
    height: 600px;
    width: 200px;
    position: absolute;
    overflow: hidden;
    background-image: url(../resources/img/Recurso-1.png);
    background-position: right;
    background-repeat: no-repeat;
    left: 0;
    top: calc(50% - 350px);
    background-size: cover;
}

.img-sobreSeg {
    height: 700px;
    width: 370px;
    position: absolute;
    overflow: hidden;
    background-image: url(../resources/img/Recurso-1.png);
    background-position: right;
    background-repeat: no-repeat;
    right: 0;
    top: calc(50% - 300px);
    background-size: cover;
    transform: rotatey(180deg);
    transform: rotatez(180deg);

}

.telefonoInicio {
    background-color: var(--azul);
    width: 30%;
    height: 200px;
    padding: 50px 11px 10px 35px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.telefonoInicio a {
    color: var(--Blanco);
    text-align: right;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.logosMarcas {
    height: 99px;
    width: 65%;
    background-color: var(--Blanco);
    position: absolute;
    right: 3%;
    bottom: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.logosMarcas svg {
    width: 80%;
    height: auto;
}

.fondoAzul {
    background: var(--azul4);
    padding: 120px 30px 80px 30px;
    height: auto;
    position: relative;
}

.nosotros {
    text-align: left;
}

.nosotros h2 {
    color: var(--negro);
    font-family: Cocogoose;
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 75px;
}

.tajeta {
    margin: 0 12px;
    background-color: var(--azul3);
    height: auto;
    width: 40%;
    position: relative;
}

.textoInicio {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inicioContacto {
    box-sizing: border-box;
    align-items: flex-start;
}

.inicioContacto h2 {
    color: var(--Blanco);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 46px;
    padding: 10px 0;
}

.inicioContacto a,
p {
    padding: 10px 0;
}

.imgCenterIni {
    width: 70%;
    height: 300px;
    position: absolute;
    bottom: -150px;
    background-color: var(--Blanco);
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    padding: 0;
}

.imgProducto {
    width: 100%;
    height: 100%;
    background-color: var(--Blanco);
}

.imgProducto a {
    width: 33%;
    text-align: center;
}

.imgNoso {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../resources/img/itservice6-about-pic1.webp.png);
}

.tajeta>div {
    background-color: var(--azul3);
    min-height: 462px;
    width: auto;
    padding: 50px 49.96px 35px 50px;
}

.tajeta>div h4 {
    color: var(--Blanco);
    font-family: Cocogoose;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    text-align: justify;

}

.tajeta>div p {
    color: var(--Blanco);
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    padding: 10px 0;
}

.tajeta img {
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    bottom: 0;
}

.productos {
    height: auto;
    position: relative;
}

.productos>img {
    width: 80%;
    height: auto;
}

.productos>h5 {
    color: #243982;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.productos>h3 {
    color: #262322;
    text-align: center;
    font-family: Cocogoose;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    padding: 10px 0;
}

.productos>p {
    color: #262322;
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 70%;
    padding: 0 0 20px 0;

}

.productos>div {
    width: 50%;
    height: auto;
    position: absolute;
    right: 10%;
    bottom: 0;
    background-color: var(--Blanco);
    padding: 30px;
    box-sizing: border-box;
}

.productos>div h5 {
    color: var(--negro);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px
}

.productos>div p {
    color: var(--azul);
    font-family: Cocogoose;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
}

.productos>div a {
    margin: 10px 0;
    width: 30%;
}

.logo-info {
    width: 70%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

.logo-info a {
    margin: 0 30px;
}

.logo-info p {
    color: var(--negro);
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    width: 60%;
    padding: 10px;
    box-sizing: border-box;
}

.cuadro-inicio a {
    padding: 10px 20px;
    background-color: var(--Blanco);
    color: var(--negro);
    position: relative;
}

.beneficios {
    background-color: var(--azul3);
}

.beneficios h5 {
    color: var(--naranja);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.beneficios p {
    color: var(--Blanco);
    font-family: Cocogoose;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    margin: 0;
}

.beneficios .beneOPciones {
    background-color: var(--azul);
    width: 31%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 30px;
    box-sizing: border-box;
}

.beneficios .imgLogos {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.beneficios .imgLogos img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -12%;
    right: 0;
}

.beneficios h4 {
    color: var(--naranja);
    text-align: center;
    font-family: Inter;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 85px;
}

.testimonio {
    background-color: var(--azul);
    width: 90%;
    height: auto;
    position: absolute;
    top: -50%;
    padding: 0 12px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.testimonio img {
    width: calc(100% - 24px);
    height: auto;
}

.testimonioES p {
    color: var(--negro);
    text-align: right;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/************nosotros*****************/
.nosotros-part2 {
    padding: 200px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nosotros-part2 h4 {
    color: var(--naranja);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.nosotros-part2 h3 {
    color: var(--negro);
    font-family: Cocogoose;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}

.nosotros-cir {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: var(--circulo);
    position: relative;
}

.nosotros-cir::after {
    content: ' ';
    width: 8px;
    height: 15px;
    background-color: var(--Blanco);
    position: absolute;
    left: calc(50% - 8px);
    top: 0;
}

.nosotros-cir div {
    position: absolute;
    width: 170px;
    height: 170px;
    top: 15px;
    left: 15px;
    background-color: var(--Blanco);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nosotros-cir div p {
    color: var(--negro);
    text-align: center;
    font-family: Inter;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.nuestra-innovación p {
    color: var(--negro);
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.serviciosTarjet * {
    color: var(--Blanco);
}

.serviciosTarjet h4 {
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    padding: 10px 0;
    box-sizing: border-box;
}

.serviciosTarjet h3 {
    color: #FFF;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
    padding: 10px 0;
    box-sizing: border-box;
}

.serviciosTarjet p {
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    padding: 10px 0;
    box-sizing: border-box;
    line-height: 28px;
}

.servicios {
    width: 120px;
    height: 30px;
    padding: 10px 20px;
    border: solid 1px var(--Blanco);
    border-radius: 5px;
}

.servicios a {
    color: var(--Blanco);
    font-size: 20px;
}

.beneficios-hersyt {
    background-color: var(--azul3);
    padding: 60px 0;
}

.beneficios-hersyt h4 {
    color: var(--naranja);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.beneficios-hersyt h2 {
    color: var(--Blanco);
    text-align: center;
    font-family: Cocogoose;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}

.beneficios-hersyt h3 {
    color: var(--Blanco);
    text-align: center;
    font-family: Cocogoose;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px
}

.beneficios-hersyt p {
    color: var(--Blanco);
    text-align: center;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.beneficios-hersyt img {
    width: 35%;
    height: auto;
}

.innovadoras h2 {
    color: var(--negro);
    text-align: center;
    font-family: Cocogoose;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}

.innovadoras p {
    color: var(--negro);
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}

.happy-clients h2 {
    color: var(--Blanco);
    font-family: Inter;
    font-size: 55px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px;
}

.happy-clients p {
    color: var(--Blanco);
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/******************************/
/*************servicios************/
.serviciosPart1 {
    padding: 200px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serviciosPart1>div {
    padding: 20px 5px;
}

.serviciosPart1 h3 {
    color: var(--negro);
    font-size: 36px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 46px;
    word-wrap: break-word;
}

.serviciosPart1 h4 {
    color: var(--naranja);
    font-size: 16px;
    font-family: Inter;
    font-weight: 700;
    line-height: 26px;
    word-wrap: break-word;
}

.serviciosPart1 h2 {
    color: var(--negro);
    font-size: 55px;
    font-family: Cocogoose;
    font-weight: 400;
    line-height: 60px;
    word-wrap: break-word;
}

.serviciosPart1 img {
    width: 100%;
    height: auto;
}

.serviciosPart1 p {
    color: var(--negro);
    font-size: 17px;
    font-family: Inter;
    font-weight: 400;
    line-height: 28px;
    word-wrap: break-word;
    text-align: justify;
}

.serviciosPart1 ul li {
    list-style-type: '\2192';
    padding: 0 0 0 15px;
}

.serviciosPart1 li p b {
    font-weight: 700;
}

.serviciosPart2 {
    background-color: var(--azul3);
}

.serviciosPart2 h1 {
    color: var(--Blanco);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.serviciosPart2 h2 {
    color: var(--Blanco);
    font-family: Cocogoose;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
}

.serviciosPart2 .marca {
    background-color: var(--Blanco);
    width: 100%;
    min-height: 300px;
    padding: 35px;
    box-sizing: border-box;
}

.marca h3 {
    padding: 25px 0 0 0;
    box-sizing: border-box;
    color: var(--negro);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.marca span {
    position: absolute;
    top: 81px;
    color: var(--azul);
    font-family: Cocogoose Pro;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    left: 103px;
}

.aplicaciones span {
    position: absolute;
    top: 109px;
    color: var(--azul);
    font-family: Cocogoose Pro;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    left: 160px;
}

/*************servicios************/

.imgServi {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../resources/img/itservice6-services-pic1.webp.png);
}

.correo-Num h2 {
    color: var(--Blanco);
    font-family: Cocogoose;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
}

a.telServiocio {
    color: var(--Blanco);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 46px;
}

a.numServiocio {
    color: var(--Blanco);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
}


/*************servicios************/
/*******producto******/

.logosProd {
    min-height: 550px;
    width: auto;
    background-color: var(--gris2);
    display: flex;
    align-items: center;
    justify-content: center;
}

/*********contacto********/
.ubucacion {
    background-color: var(--azul3);
    padding: 50px 0;
}

.correo {
    padding: 50px 0;
}

.correoConta {
    background-color: var(--naranja);
    height: auto;
    border-top-left-radius: 40px;
    padding: 30px;
}
.correoConta >div{
    width: 100%;
    height: auto;
    text-align: justify;
    margin: 5px 0;

}
.correoConta h4 {
    color: var(--negro);
    font-family: Cocogoose;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
}
.Asesor a{
    width: auto;
    height: 40px;
    padding: 15px;
}

.correo form {
    display: flex;
    flex-direction: column;
    padding: 50px;
    box-sizing: border-box;
}

.correo form h4 {
    color: var(--negro);
    font-family: Cocogoose;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
}

.correo form h4 span {
    color: var(--naranja);
    font-family: Cocogoose;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
}

.correo form div {
    padding: 30px 0;
}

.correo form div input[type=text],
input[type=mail] {
    margin: 10px 0;
    border: none;
    border-bottom: solid 1px var(--gris);
}

.correo form [type=submit] {
    margin: 10px 0;
    border: none;
    border-bottom: solid 1px var(--gris);
    border: none;
    color: var(--Blanco);
}

@media (max-width:1000px) {
    .correo form {
        padding: 10px;
        text-align: center;
    }

    .correo form h4 {
        font-size: 25px;
    }

    .serviciosPart2 h2 {
        font-size: 40px;
    }

    .serviciosPart1 h2 {
        font-size: 40px;
    }

    .innovadoras h2 {
        font-size: 40px;
    }

    .innovadoras p {
        font-size: 20px;
    }

    .nosotros-part2 h3 {
        font-size: 40px;
    }

    .navbar div {
        width: 30%;
        animation-duration: .5;

    }

    .navbar ul.navcontent {
        width: 70%;
        animation-duration: .5;

    }

    li.hamburguer {
        width: 60px !important;
        height: 60px !important;
        position: relative;
    }

    li.hamburguer span {
        width: 60px;
        height: 15px;
        position: absolute;
        top: 0;
        border-radius: 5px;
        background-color: var(--azul4);
    }

    .hamburguer span::after {
        content: ' ';
        width: 60px;
        height: 15px;
        position: absolute;
        top: 20px;
        border-radius: 5px;
        background-color: var(--azul4);
    }

    .hamburguer span::before {
        content: ' ';
        width: 60px;
        height: 15px;
        position: absolute;
        top: 40px;
        border-radius: 5px;
        background-color: var(--azul4);
    }

    .logoBlanco {
        width: 100%;
    }

    .beneficios p {
        font-size: 22px;
    }

    .beneficios .beneOPciones {
        width: 100%;
        margin: 10px 0;
    }

    .logoBlanco svg {
        width: 100%;
        height: auto;
    }

    .inicioleft h2 {
        font-size: 50px;
    }

    #heightP {
        padding: 0 0 0 0;
        box-sizing: border-box;
    }

    .navbar {
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        background-color: var(--naranja) !important;
        overflow: hidden;
        box-sizing: border-box;
        flex-direction: column;
        padding: 20px 0;
        transition-duration: .5s;
        animation-duration: .5;
    }

    .navbar>ul.navcontent {
        flex-direction: column;
        width: auto;
        height: auto;
        justify-content: center;
        align-items: center;
        transition-duration: .5s;

    }

    .logo-info p {
        width: 100%;
    }

    .logo-info {
        width: 100%;
    }

    .productos>div {
        position: static;
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .productos * {
        text-align: justify !important;
    }

    .productos>div>div {
        align-items: center;
        justify-content: center;
    }

    .productos>div>div a {
        width: auto;
    }

    .productos>div p {
        font-size: 30px;
    }

    .productos>h3 {
        font-size: 35px;
    }

    .testimonio {
        position: static;
        width: 60%;
    }

    .navOculto {
        overflow: hidden;
        height: 90px;
        transition-duration: .5s;

    }

    .navOculto>ul {
        flex-direction: column-reverse !important;
        transition-duration: .5s;
    }
}

@media (max-width:800px) {
    .serviciosTarjet h3 {
        font-size: 20px;
    }

    .beneficios-hersyt h2 {
        font-size: 30px;
    }

    a.telServiocio {
        font-size: 20px;
    }

    a.numServiocio {
        font-size: 20px;
    }

    .serviciosPart2 h2 {
        font-size: 35px;
    }

    .serviciosPart1 h2 {
        font-size: 35px;
    }

    .nosotros-part2 h3 {
        font-size: 30px;
    }

    .nosotros h2 {
        font-size: 40px;
    }

    .testimonioES p {
        text-align: justify;
    }

    .inicioleft h2 {
        font-size: 30px;
    }

    .inicioleft {
        padding: 0;
        text-align: center;
        align-items: center;
    }

    .inicioleft p {
        font-size: 18px;
        width: 80%;
    }

    .d-flex {
        flex-direction: column;
    }

    .tajeta {
        width: 95%;
        margin: 30px auto;
    }

    .tajeta>div {
        background-color: var(--azul3);
        min-height: 562px;
        width: auto;
        padding: 50px 49.96px 35px 50px;
    }
}

@media (max-width:500px) {
    .correo-Num a.telServiocio {
        font-size: 20px;
    }

    .correo-Num a.numServiocio {
        font-size: 15px;
    }

    .innovadoras h2 {
        font-size: 30px;
    }

    .innovadoras p {
        font-size: 15px;
    }

    .nosotros-part2 h3 {
        font-size: 25px;
    }

    .nosotros h2 {
        font-size: 30px;
    }

    .telefonoInicio {
        width: 80%;
        height: 120px;
        padding: 10px;
        left: 50%;
        transform: translateX(-50%);
        /*bottom: 0;*/
        top: 10px;
    }

    .logosMarcas {
        padding: 10px;
        left: 50%;
        transform: translateX(-50%);
        /*bottom: 0;*/
        bottom: 10px;
    }

    .tajeta>div h4 {
        font-size: 20px;
    }
}