/* ============================================
   HEADER DESKTOP - 1200px+
   ============================================ */

.header {
    padding: 15px 30px;
}

.header__menu {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.header__menu ul {
    gap: 30px;
}

.header__menu ul li:hover,
.header__menu ul li:hover a,
.header__menu ul li a:hover {
    color: var(--color3);
    cursor: pointer;
}

.header__menu ul li.has-submenu .logo {
    transition: transform 0.3s ease;
}

.header__img img {
    max-width: 160px;
    margin-top: 0;
}

/* ============================================
   INFOMODULE (Submenú Soluciones) - Desktop
   ============================================ */

.InfoModule {
    display: block;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    color: white;
    opacity: 0;
    visibility: hidden;
    background-color: var(--color1);
    padding: 30px 10%;
    overflow: hidden;
    z-index: 999;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.InfoModule.is_expanded {
    opacity: 1;
    visibility: visible;
}

.InfoModule a:hover {
    color: var(--color3);
}

/* Grid del submenú de Soluciones */
.gridContainerInfo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    text-align: left;
    margin-bottom: 30px;
}

.gridContainerInfo:last-child {
    margin-bottom: 0;
}

.gridContainerInfo .column {
    padding: 10px 0;
}

.gridContainerInfo .column p {
    word-break: break-word;
    line-height: 1.5;
    margin-top: 8px;
    font-size: 14px;
    color: #b0b0b0;
}

.gridContainerInfo .column h3 {
    color: var(--color3);
    display: inline;
    vertical-align: top;
    font-size: 16px;
}

.gridContainerInfo .column h3 a {
    color: var(--color3);
}

.gridContainerInfo .column h3 a:hover {
    text-decoration: underline;
}

.gridContainerInfo .column > span {
    margin-right: 8px;
}

/* ============================================
   HEADER TEXT INFO - Desktop
   ============================================ */

.header_text__info {
    font-size: 2.5rem;
    top: calc(70px + 15%);
}

/* ============================================
   NAV MOBILE - Ocultar en Desktop
   ============================================ */

nav {
    display: none;
}

#menuToggle {
    display: none;
}


.section_size{
    height: 30vh;
}

/* section1 cards */

.section1{
    padding: 0px 0px 40px 0px;  
}
.section1_card{
    width: 25%;
    margin-top: 20px;
    height: auto;
    font-size: 25px;
}

.section1_card__text {
    font-size: 20px;
}

.section1 .section1_card {
    width: 30%;

}
/* section2 */
.section2 .section2_text--primary{
    font-size: 40px;
}
.section2 .section2_text--secondary{
    font-size: 20px;
}
.sectionServices .section1_card__text {
    font-size: 20px;
}
.section2 .section2--button{
    font-size: 20px;
}

.section1_card__text {
    font-size: 20px;
}

.section2 .section2_text--primary {
    font-size: 40px;
}

/* ============================================
   BANNER - Desktop (1200px+)
   ============================================ */
.banner {
    min-height: 55vh;
    height: auto;
    padding: 50px 8%;
    flex-direction: row;
    gap: 40px;
}

.banner__img {
    width: 40%;
    min-height: 250px;
    height: auto;
}

.banner__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    gap: 20px;
}

.banner__text h1 {
    font-size: clamp(32px, 3.5vw, 44px);
    line-height: 1.2;
    margin: 0;
    height: auto;
}

.banner__text p {
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    height: auto;
}

.banner__text h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}

.sectionCounting{
    flex-direction: row;
    height: 40vh;
    justify-content: center;
    align-items: center;
    
}

.section_title p {
    font-size: 20px;
}


.section_typically{
    padding: 40px;
}


.section_typically--cards{
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.section_typically__card{
    display: flex;
    flex-direction: column;
    height: 250px;
    width: 30%;
    margin: 10px auto;
}
.section_typically__card--body {
    text-align: center;
}
.section_typically__card--footer {
    font-size: 20px;
    text-align: center;
}

.section_typically__card--header {
    height: 40%;
    text-align: center;
}

.card_size{
    width: 22%;
}
.card_size .section_typically__card--body{
    font-size: 20px;
    text-align: center;
}

.sectionCounting__card--body{
    font-size: 25px;
    text-align: center;
}

.section_typically__card--footer, .section4__text, footer, .sectionCounting .sectionCounting__card--footer{
    font-size: 20px;
}

/********************** SECTION 4  *******************/
.section4{
    padding: 30px;
    height: 35vh;
    position: relative;
}
.section4__img{
  margin-top: 0px;
    width: 51%;
    position: absolute;
    height: 100%;
    top: 0px;
}
.section4__text{
    padding: 2% 7% 0% 0%;
    width: 40%;
    float: right;
    text-align: left;
    font-family: raleway-medium;
    right: 8%;
    position: absolute;
    font-size: 20px;
}

/********************** SECTION 4  *******************/
.section5{
    padding: 30px;
    height: 30vh;
    position: relative;
    margin-top: 40px;
}
.section5__img{
    margin-top: 0px;
    width: 40%;
    position: absolute;
    height: 110%;
    top: -15px;
}
.section5__text{
    width: 50%;
    float: right;
    text-align: left;
    font-family: raleway-medium;
}


/*  addedValues ***********/




/***************** CONTACT US RESPONSIVE ********************/
.main_contactUs {
    /*height:calc(103vh - 100px);*/
    height: auto;
}
.main_contactUs__menu {
    flex-direction: row;
    margin: 0px 0px;
    width: 100%;
    padding: 1% 2% 0% 10%;
    height: 100%;
}
label {
    color: var(--color2);
    display: block;
    padding-bottom: 1%;
}

.main_contactUs__img{
    position: relative;
    height: 69%;
    max-width: 600px;
    bottom: 68%;
    left: -550px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-width: 585px;
}

.main_contactUs__menu--text {
    width: 100%;
    /* padding-top: 20px; */
    text-align: center;
    height: 20%;
    padding: 30px;
}
.main_contactUs .main_contactUs__menu .main_contactUs__menu--text h2{
    font-size: 40px;
    text-align: left;
    padding-bottom: 5%;
}

.main_contactUs .main_contactUs__menu .main_contactUs__menu--text p{    
    font-size: 18px;
    font-family: raleway-regular;
    text-align:left;
}


.main_contactUs__menu--form div form{
    height: 100%;
    max-width: 520px;
    font-size: 20px;
}



/****************** section side imagen ***********************/

.section_img_aside{
    flex-direction: row;
    height: auto;
    margin-top: 50px;
}
.section_img_aside .section_img_aside__text {
    font-size: 1.8rem;
}

.section_size{
    height: 50vh;
}
.rowreverse{
    flex-direction: row-reverse;
}
.section_img_aside__img :first-child {
      position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* top: -48px; */
}
.section_img_aside__text {
    text-align: left;
    /* margin-top: 0px; */
    padding: 5% 5% 5% 5%;
    font-family: raleway-regular;
    color: var(--color5);
    font-size: 1.8rem ;
    width: 90%;

}

.section_Transaction{
    padding: 5% 10%;
    flex-direction: row;
    justify-content: space-around;
    height: 30vh;
    align-items: center;
}


.section_Transaction__card{
    width: 45%;
    height: 150px;
    white-space: nowrap;
   
}

.section_Transaction__card--body{
    font-size: 25px;
}

.section_Transaction p {
    font-size: 18px;
}

.section_map{
    height: 50vh;
    box-sizing: content-box;
    width: 100%;
    justify-content: center;
    font-size: 18px;
}
.section_map__main h2{
    font-size: 40px;
}
.section_map p{
    font-size: 20px;
}

.section__info{
    font-family: raleway-regular;
    color: var(--color5);
    width: 80%;
    margin: 0 auto;
    margin-top: 5vh;
    line-height: 1.8;
    font-size: 1.6rem;
}
.form_principal__main{
    height: auto
}

.form_principal__main > form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}



/* estilos de footer */
footer{
    margin-top: 10vh;
    font-size: 1.5rem;
}

.footer__section {
    width: 90%;
}
.footer__section--menu{
    text-align: left;
    width: fit-content;
    text-wrap: nowrap;
}

.footer__section--menu div {
    display: table;
}

.footer__section--menu span {
   float: left;
    width: 33.33%;
    padding: 5px;
}


.footer__section--logo--serlefin img , .footer__section--logo--serlefin{
    width: 100%;
}

.footer__section--logo {
    width: 20%;
    
}
.footer__section--logo--iso img , footer__section--logo--PCI img{
    min-width: 60px;
}

.Logo_Calidad_Racc{
    max-width: 50%;
    margin-left: 25%;
}