.header__menu{
    width: 60%;
    align-items: center;
    display: flex;
    padding: 0.3rem;
    min-width: 600px;
    font-size: 18px;
}

.header__menu ul > *:hover {
    color:var(--color3);
    cursor: pointer;
}

.header__menu ul li .logo{
    transition: 0.2s ease-out;
}

.InfoModule a{
    font-size: 18px;
}

.InfoModule a:hover{
    color: var(--color3);
}

.header__menu ul li:hover ~  a{
    color:var(--color3)!important;
    cursor: pointer;
}

.header__img img{
    width: 50%;
    margin-top: 0px;
}


.InfoModule{
    position: relative;
    margin: auto;
    width: 100%;
    color:white;
    opacity: 0;
    background-color: #00142E;
    padding: 30px 10% 30px 10%;
    overflow: hidden;
    z-index: 111111111111111111;
}
.InfoModule.is_expanded{
    transition: 0.2s ease-out;
    /* transform: translateY(0.1rem); */
    opacity: 1;
    
}
.gridContainerInfo{
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-column-gap: 20px;
    text-align: left;
    margin-bottom: 50px;
}
.gridContainerInfo .column p{
    word-break: break-all;
}
.gridContainerInfo .column h3{
    color:#40BEEA;
    display: inline;
    vertical-align: top;
}
.gridContainerInfo .column .logo{
    transform:  rotate(-180deg);
}
.header__menu ul li:hover .logo{
    transform:  rotate(-180deg);
}

.header{
    padding: 15px;
}

.header_text__info{
    font-size: 20px;
}

.header .responseMenu .logo{
 display: none;
    color: white;
}

@media (max-width: 715px) {
    .header .responseMenu .logo{
        
        display: block;
        color: white;
    }
}

nav{
    display: none;
}

.InfoModule{
    display: block;
}


.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: 18px;
}

.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: 18px;
}
.section2 .section2--button{
    font-size: 20px;
}

.section1_card__text {
    font-size: 18px;
}

.section2 .section2_text--primary {
    font-size: 40px;
}

/* ****************   page added values *********************/
.banner{
    padding-left: 8%;
    padding-top: 25px;
    /* height: 65vh; */
    flex-direction: row;
}
.banner__img{
   width: 40%;
    height: 100%;
}
.banner__text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
    /* font-size: 1.8rem; */
}

.banner__text p {

    font-size: 20px;
}

.banner__text h1{    
    font-size: 40px;
    height: 40px;
}

.banner__text h4{    
    font-size: 20px;
}

.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;
}