@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    border: 0;
    background: white;
    padding: 0;
    font-weight: 500;
    background-color: white;
}

/*---------------Estilos base--------------*/

img {
    width: 100%;
    max-width: 100%;
    user-select: none;
}
h1, h2, h3, h4 {
    margin: 0;
}

h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #0060AF;
}

.h2_white {
    color: white;
}

h4 {
    font-size: 12px;
    color: #65C4EF;
    font-weight: 700;
}

h3 {
    color: #0060AF;
    font-size: 16px;
    font-weight: 700;
    ;
}

a {
    text-decoration: none;
}

.btn {
    appearance: none;
    display: inline-block;
    text-align: center;
    padding: 15px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    background: #0060AF;
    border: none;
    border-radius: 20px;
    min-width: 226px;
    min-height: 50px;
    cursor: pointer;
}

.btn_main {
    position: relative;
    margin: 20px;
    z-index: 1800;
}

.link_more {
    color: #65C4EF;
    font-size: 12px;
    font-weight: 700;
    left: 0px;
}

.link_more:hover {
    opacity: 60%;
}

.logo-scroll {
    display: none;
}

.title-pages {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #0060AF;
}

.h3-line {
    background: #65C4EF;
    height: 16px;
    width: 5px;
    border-style: none;
    display: inline-block;
    margin: 0px 7px 0px 0px;
}

.is-disabled {
    opacity: .8;
    pointer-events: none;
}

.container {
    width: 100%;
    max-width: 768px;
    padding: 1rem 37px;
    margin: 0 auto;
}

    .container.lg {
        max-width: 1280px;
    }

.card {
    background: white;
    border-radius: 10px;
    box-shadow: 5px 5px 25px #0D62AD27;
}

.sites-section {
    padding: 50px 37px 80px 37px;
}

.section-clientes {
    width: 100%;
    text-align: center;
}

.logo-clientes {
    width: 133px;
    display: inline-block;
    margin-right: 12px;
}

/*---------------Estilos Header--------------*/
.main_header {
    width: 100%;
    position: absolute;
}
/*---------------Estilos menú--------------*/

.container_navlogo {
    position: fixed;
    width: 40px;
    top: 20px;
    left: 30px;
    z-index: 2000;
}

.icon_menu {
    display: block;
    position: fixed;
    right: 30px;
    width: 20px;
    margin-top: 30px;
    z-index: 2000;
    cursor: pointer;
}

.icon_blue {
    display: none;
    position: fixed;
    right: 30px;
    width: 20px;
    margin-top: 30px;
    z-index: 2000;
    cursor: pointer;
}

.menu {
    left: 0;
    display: block;
    position: fixed;
    list-style: none;
    top: 70px;
    width: 100%;
    background: white;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 2000;
    height: 0;
    overflow: hidden;
    transition: height .2s linear;
}

.stroke_menu {
    display: none;
}

.menu__link {
    display: block;
    padding: 15px;
    color: #0060AF;
    text-decoration: none;
    font-size: 13px;
}

.menu__link:hover {
    color: #65C4EF;
}

.menu__link--select {
    color: #65C4EF;
}

.mostrar {
    height: 184px;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

    #header{
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
  }

  .logoOnOff{
    opacity: 0;
    height: 0;
  }

  .bgcolor{
    transition: all .3s ease-in-out;
    background: white;
    width: 100%;
    height: 70px;
  }

  .lgShow{
      display:block;
      width: 85%;
  }

  .iconShow{
      display: none;
  }

  .iconShow2{
      display: block;
  }

/*---------------Estilos de banner--------------*/
.banner {
    position: relative;
    background:linear-gradient(#0D62AD, #166CB7, #69C5ED, #FFFFFF);
    height: 680px;
    width: 100%;
    margin-bottom: 100px;
}

.banner_background {
    mix-blend-mode:screen;
    width: 100%;
    height: 680px;
    object-fit: cover;
}

.container_banner {
    position: absolute;
    width: 85%;
    color: white;
    text-align: center;
    top: 420px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 16px;
}

.banner_img {
    max-width: 977px;
    margin-top: 30px;
}

.banner_title {
    font-size: 32px ;
    font-weight:700;
}

.main_stroke {
    height: 4px;
    background-color: #65C4EF;
    width: 37px;
    border: none;
    margin: 20px auto;
}

.rocket-right {
    position: absolute;
    width: 30%;
    max-width: 399px;
    right: 0px;
    top: 90px;
    mix-blend-mode: color-burn;
}

/*---------------Estilos main--------------*/

main {
    height: 100%;
}

.main_aboutus {
    margin-top: 100px;
    padding: 0px 30px;
    text-align: center;
    color: #667F95;
    font-size: 14px;
}

.main_title {
    color: #0060AF;
    font-weight: 700;
    font-size: 18px;
}

.arrow_btn {
    width: 10px;
    margin: 0px 3px;
}

.container_main_img {
    text-align: center;
    margin-top: 80px;
}

.main_img1 {
    width: 137px;
    margin: 0px 6px;
    display: inline-block;
}

.main_img2 {
    width: 137px;
    margin: 0px 6px;
    display: inline-block;
}

.main_img3 {
    width: 137px;
    margin: auto;
    display: list-item;
}

.background-stroke {
    position: absolute;
    z-index: 1000;
    width: 60%;
    top: 500px;
    left: 0;
    max-width: 559px;
}

/*---------------Estilos solutions--------------*/

.container_solutions {
    background: #0060AF;
    margin-top: 100px;
    color: #FFFFFF;
    height: 340px;
}

.img_solutions {
    position: absolute;
    left: 0;
    /*mix-blend-mode:multiply;*/
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.solutions_info {
    position: relative;
    padding: 80px 0px;
    text-align: center;
}

.h2_white {
    font-size: 18px;
    padding: 0px;
    margin: 20px 30px;
}

.solutions_logos {
    margin-top: 70px;
    align-items: center;
}

.container_logo {
    position: relative;
    z-index: 1800;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 20px;
    margin: 20px 40px;
    padding: 0px 20px;
    height: 148px;
    box-shadow: 5px 5px 25px #0D62AD27;
    transition: all 0.1s ease;
}

.container_logo:hover {
    transform:scale(1.03);
}

.img_logo {
    width: 100%;
    max-width: 190px;
}

.background-stroke-2 {
    position: absolute;
    z-index: 1000;
    width: 60%;
    max-width: 559px;
    right: 0px;
    top: 160px;
}

/*---------------Estilos contact us--------------*/

.main_contactus {
    margin-top: 990px;
}

.contactus_info {
    position: relative;
    z-index: 1800;
    text-align: center;
}

.h2_blue {
    font-size: 18px;
    color: #0060AF;
    margin: 20px 0px 30px;
    padding: 0px 30px;
}

.btn-contact {
    display: block;
    text-align: center;
    padding: 15px;
    margin: 10px auto;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    background: #0060AF;
    border: none;
    border-radius: 20px;
    width: 226px;
    height: 50px;
    cursor: pointer;
}
.btn-contact.sent {
    background: #65C4EF;
}

.btn-contact:hover {
    background-color: #65C4EF;
}

.btn-contact-sent-icon {
    width: 16px;
}

.rocket-contact {
    position: relative;
    z-index: 1500;
    bottom: 110px;
    width: 20%;
    max-width: 180px;
}

.form-error-star {
    color: #E52D2D;
}

/*---------------Estilos SOBRE NOSOTROS--------------*/

.container-aboutus {
    padding: 116px 37px 0px;
}

.p-ourcompany {
    font-size: 14px;
    color: #667F95;
    font-weight: 500;
}

.p-bold {
    font-size: 15px;
    font-weight: 700;
    color: #667F95;
    margin-top: 20px;
}

.img-aboutus1 {
    padding-left: 30px;
    right: 0;
}

.mision-vision {
    margin-top: -350px;
}

.container-mision-vision {
    padding: 0px 37px;
}

.container-mision-vision p {
    font-size: 14px;
    margin-top: 20px;
    color: #667F95;
}

.container-mision {
    position: relative;
    top: -80px;
    background: white;
    border-radius: 20px;
    box-shadow: 5px 5px 25px #0D62AD27;
    padding: 30px 20px;
}

.container-vision {
    position: relative;
    top: -50px;
    background: white;
    border-radius: 20px;
    box-shadow: 5px 5px 25px #0D62AD27;
    padding: 30px 20px;
    z-index: 1800;
}

.img-aboutus2 {
    padding-right: 30px;
    margin-top: 250px;
}

.container-values {
    background: #F9FAFB;
    border-radius: 20px;
    padding: 30px 20px 5px;
    margin: 20px 30px 0px;
    z-index: 1800;
}

.container-values p {
    font-size: 12px;
    color: #667F95;
    margin: 10px 0px 25px;
}

.container-team {
    padding: 0px 30px;
    margin: 70px 0px 30px;
}

.container-team p {
    color: #667F95;
    font-size: 14px;
    margin-top: 15px;
}
.container-team .btn-download {
    margin-top: 15px;
} 

.background-stroke-team {
    position: absolute;
    width: 50%;
    right: 0;
    z-index: 1500;
    top: 3200px;
}

.container-img-team {
    position: inherit;
    height: 225px;
    margin: 0;
    z-index: 1000;
}

.img-team {
    object-fit: cover;
    height: 225px;
}

/*---------------Estilos CONTACTO--------------*/

.contact {
    margin: 120px 30px 70px;
}

form {
    background: white;
    border-radius: 20px;
    box-shadow: 5px 5px 25px #0D62AD27;
    margin: 70px 30px 0px;
    padding: 40px 20px;
    position: relative;
    z-index: 1800;
}

.container-form {
    width: 100%;
    margin: auto;
}

.container-form h3 {
    margin-bottom: 50px;
}

form .grupo {
    position: relative;
    margin-top: 50px;
}

input {
    background: none;
    font-family: 'Montserrat', sans-serif;
    color: #667F95;
    font-size: 14px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #65C4EF;
}

input:focus {
    outline: none;
    color: #667F95;
}

label {
    color: #667F95;
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 10px;
    transition: 0.2s ease-in-out all;
    pointer-events: none;
}

.telefono-ext {
    display: inline-flex;
    width: 100%;
}

.telefono {
    width: 85%;
    margin-right: 10px;
}

input.form-error~label::before {
    content: '*';
    color: #E52D2D;
}

input:focus~label,
/* input:valid~label, */
input.not-empty~label {
    top: -14px;
    font-size: 12px;
    color: #69C5ED;
}

.barra {
    position: relative;
    display: block;
    width: 100%;
}

.barra::before {
    content: "";
    height: 1px;
    width: 0%;
    position: absolute;
    background:#667F95;
    transition: 0.3s ease width;
    left: 0;
}

input:focus~.barra::before{
    width: 100%;
}

.warnings {
    width: 200px;
    text-align: center;
    margin: auto;
    color: #b06ab3;
    padding-top: 20px;
}

.form-error {
    color: #E52D2D;
    display: block;
}

.btn-form {
    margin: auto;
    margin-top: 80px;

}

.container-contact-info h3 {
    color: white;
}

.container-img-info-contact {
    position: relative;
    text-align: left;
}

.container-contact-info {
    margin: 80px 30px;
    text-align: left;
    color: white;
    position: absolute;
    font-size: 12px;
    top: 230px;
}

.icon-phone, .icon-clock {
    height: 15px;
    width: auto;
}

.icon-phone {
    margin-right: 10px;
}

.icon-clock {
    margin-right: 6.25px;
}

.container-img-contact {
    height: 648px;
    margin-top: -190px
}

.img-contact {
    height: 648px;
    object-fit: cover;
    mix-blend-mode: multiply;
}

.phone-margin {
    margin-right: 20px;
}

.container-phones-1 {
    margin: 20px 0px 10px 0px;
    display: inline-flex;
    width: 100%;
}

.container-phones-2 {
    margin: 10px 0px;
    display: inline-flex;
    width: 100%;
    padding-left: 25px;
}

.container-time {
    display: inline-flex;
    margin: 20px 0px;
}

.time-zone {
    font-size: 12px;
    color: #65C4EF;
}

.background-stroke-contact {
    width: 60%;
    max-width: 588px;
    position: absolute;
    right: 0;
    bottom: -205px;
}


/*---------------Estilos footer--------------*/

footer {
    background: #F9FAFB;
    padding: 50px 30px;
    font-size: 12px;
    font-weight: 500;
}

.footer_up {
    color: #00294E;
}

.footer_morzan_logo {
    width: 84px;
    margin-bottom: 15px;
}

.footer_icons {
    float: right;
    display: inline-flex;
}

.facebook:hover, .linkedin:hover {
    opacity: 60%;
}

.facebook {
    height: 24px;
    margin-right: 15px
}

.linkedin {
    height: 24px;
}

.address_usa {
    margin-top: 20px;
}

.footer_bottom {
    color: #667F95;
    margin-top: 30px;
}

.link-footer {
    text-align: left;
    display: list-item;
    list-style: none;
    margin: 10px auto; 
    color: #667F95;
}

.link-footer:hover {
    color: #00294E
}

.footer_cr {
    margin-top: 30px;
}

/*---------------Estilos responsive--------------*/

@media screen and (min-width:576px) {
    .banner {
        height: 700px;
    }

    .banner_background {
        height: 700px;
    }

    .container_banner {
        top: 450px;
    }

    .banner_info {
        width: 450px;
        margin: auto;
        padding: 0;
    }

    .main_aboutus {
        margin-top: 130px;
    }

    .container_main_img {
        text-align: center;
    }

    .main_img3 {
        width: 150px;
        display: inline;
        margin: 0px 6px;
    }

    .main_img1 {
        width: 150px;
        display: inline;
    }

    .main_img2 {
        width: 150px;
        display: inline;
    }

    .main_contactus {
        height: 250px;
    }

     .rocket-contact {
         width: 30%;
         bottom: 140px;
     }

     .address_usa {
         display: inline-block;
         margin-left: 30px;
     }

     .address_mx {
         display: inline-block;
     }

     .footer_bottom {
         margin-top: 20px;
     }

     .footer_cr {
         text-align: right;
         margin: 0px;
     }

     /*---------------About us--------------*/

     .container-aboutus {
         width: 80%;
     }

     .img-aboutus2 {
         margin-top: 0px;
         max-width: 550px;
     }

     .img-aboutus1 {
         float: right;
         max-width: 550px;
         margin-top: -80px;
     }

     .title-pages {
         font-size: 36px;
     }

     .container-values {
         padding: 30px 30px 5px
     }

     .values-1 {
        float: left;
        width: 45%;
        margin-right: 30px;
    }

     .values-2 {
         display: inline-block;
         width: 45%
     }
    
    .background-stroke-team {
        width: 45%;
        right: 0;
        top: 2560px;
    }
    
    .container-img-team {
        position: relative;
        height: 350px;
    }
    
    .img-team {
        height: 350px;
    }

     /*---------------CONTACTO--------------*/

     .contact {
        margin: 120px 80px 70px;
        text-align: center;
    }

     .background-stroke-contact {
        width: 60%;
        max-width: 588px;
        position: absolute;
        right: 0;
        bottom: -320px;
    }

    form {
        padding: 40px;
    }

    .container-contact-info {
        font-size: 14px;
    }

    /*---------------Estilos NUESTRAS MARCAS--------------*/

    .marcas-info p, .list-en-info {
        font-size: 14px;
    }

    .list-en-info li {
        margin-bottom: .5rem;
    }

    .cobertura-info p {
        font-size: 12px;
    }

    .icono-servicios {
        width: 40px;
        height: 40px;
    }

    .iconos-marcas img {
        height: 100%;
        margin: auto;
    }

    .cobertura-info {
        width: 100%;
    }

    .iconos-marcas {
        padding: 17px 100px;
    }

}

@media screen and (min-width:768px) {
    h4 {
        font-size: 14px;
    }

    .banner_title {
        font-size: 42px;
    }

    .container_banner {
        top: 500px;
    }

    .main_aboutus {
        margin-top: 230px;
    }

    .main-text {
        width: 630px;
        margin: 30px auto 25px;
    }

    .main_img3 {
        width: 200px;
        display: inline;
        margin: 0px 20px;
    }

    .main_img1 {
        width: 200px;
        margin: 0px 20px;
    }

    .main_img2 {
        width: 200px;
        display: inline;
        margin: 0px 20px;
    }

    .main_title {
        font-size: 24px;
    }

    .h2_white {
        font-size: 24px;
    }

    .h2_blue {
        font-size: 24px;
        padding: 0;
        width: 250px;
        margin-bottom: 0;
        display: inline-block;
    }

    h2 {
        font-size: 24px;
    }

    .background-stroke {
        width: 30%;
        top: 600px;
    }

    .background-stroke-2 {
        width: 30%;
    }

    .main_contactus {
        height: 220px;
    }

    .contactus_info {
        text-align: left;
        width: 680px;
        margin: auto;
        padding: 0px 60px 0px 60px;
    }

    .btn-contact {
        position: relative;
        top: 12px;
        float: right;
    }

    .rocket-contact {
        bottom: 120px;
    }
    
    .footer_bottom {
        margin-top: 20px;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .link-footer {
        display: inline;
        margin-right: 10px;
    }

    .footer_cr {
        text-align: right;
        margin: 0px;
        opacity: 80%;
    }

    /*---------------About us--------------*/

    .container-aboutus {
        width: 50%;
        display: inline-block;
        padding-right: 0px;
    }

    .img-aboutus1 {
        width: 50%;
        margin-top: 110px;
        max-width: 614px;
    }

    .img-aboutus2 {
        display: inline-block;
        width: 50%;
        margin-top: 380px;
        padding: 0;
    }

    .container-mision-vision {
        float: right;
        margin-top: -440px;
        width: 50%;
    }

    .background-stroke-team {
        position: absolute;
        width: 35%;
        right: 0;
        z-index: 1500;
        top: 1664px;
    }

    /*---------------CONTACTO--------------*/

    .contact {
        margin: 120px 80px 70px;
        text-align: center;
    }

    .background-stroke-contact {
       width: 60%;
       max-width: 588px;
       position: absolute;
       right: 0;
       bottom: -320px;
   }

   .btn-form {
       position: unset;
       float: none;
       margin-right: 0;
   }

   .container-contact-info {
       margin: auto;
       padding: 40px 30px;
   }


}

@media screen and (min-width:1024px) {

    .container_navlogo {
        left: 80px;
    }

    .menu {
        right: 80px;
    }

    .container_navlogo {
        width: 55px;
    }

    .icon_menu {
        display: none;
        height: auto;
    }

    .menu {
        display: inline-flex;
        height: auto;
        width: 565px;
        top: 43px;
        background: none;
        box-shadow: none;
        color: white;
        border-radius: 0;
        font-weight: 300;
        margin-left: auto;
    }

    .menu__link {
        display: block;
        padding: 0px 0px 10px 0px;
        margin-left: 40px;
        color: white;
        font-size: 14px;
        background-image: linear-gradient(#65C4EF,#65C4EF);
        background-position: 0% 100%;
        background-repeat: no-repeat;
        background-size: 0% 2px;
        transition: background-size .3s;
    }

    p {
       font-size: 18px; 
    }

    .banner_info {
        width: 500px;
    }

    .banner_title {
        font-size: 50px;
    }

    .main_title, .h2_white, .h2_blue {
        font-size: 28px;
    }

    .h2_blue {
        width: 310px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 18px;
    }

    .main-text {
        font-size: 16px;
        width: 760px;
    }

    .menu__link:hover {
        color: white;
        background-size: 100% 2px;
    }

    .menu__link--select {
        background-size: 100% 2px;
    }

    .mostrar {
        display: none;
    }

    .banner {
        height: 750px;
    }

    .banner_background {
        height: 750px;
    }

    .container_banner {
        top: 600px;
    }

    .main_img1, .main_img2, .main_img3 {
        width: 250px;
    }

    .contactus_info {
        margin: auto;
        width: 771px;
    }

    .background-stroke {
        width: 30%;
        top: 780px;
    }

    .background-stroke-2 {
        width: 30%;
        top: -150px;
    }

    .main_aboutus {
        margin-top: 400px;
    }

    .solutions_logos {
        position: absolute;
        width: 100%;
        left: 0px;
        text-align: center;
        display: inline-flex;
        justify-content: center;
    }

    .footer_morzan_logo {
        margin-bottom: 0px;
    }

    .container_logo {
        margin: 5px;
        padding: 0px 15px;
    }

    .container_solutions {
        margin-top: 150px;
        height: 395px;
    }

    .img_solutions {
        height: 395px;
    }

    .main_contactus {
        margin-top: 175px;
    }

    .footer_address {
        display: inline-flex;
        margin-left: 60px;
    }

    .address_mx, .address_usa, .footer_cr {
        font-size: 13px;
        margin-top: 0px;
    }

    .link-footer {
        margin-right: 20px;
        font-size: 13px;
    }

    /*---------------About us--------------*/

    .title-pages {
        font-size: 45px;
    }

    .container-aboutus {
        padding-left: 80px;
        padding-top: 0;
        margin-top: 170px;
    }

    .img-aboutus1, .img-aboutus2 {
        width: 45%;
        max-width: 614px;
    }

    .container-mision-vision {
        padding-right: 80px;
        margin-top: -550px;
    }

    .container-mision, .container-vision {
        padding: 40px;
    }

    .img-aboutus2 {
        margin-top: 500px;
    }

    .values {
        margin-top: -80px;
    }

    .container-values p {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .container-values {
        margin: 0 80px;
        padding: 50px 0px 50px 50px;

    }

    .container-team {
        padding: 0px 80px;
        width: 90%;
    }

    .container-img-team {
        height: 710px;
    }

    .img-team {
        height: 710px;
    }

    .background-stroke-team {
        top: 1920px;
    }

    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

        #header{
        position: fixed;
        z-index: 2000;
        top: 0;
        left: 0;
      }

      .logoOnOff{
        opacity: 0;
        height: 0;
      }

      .bgcolor{
        transition: all .3s ease-in-out;
        background: white;
        width: 100%;
        height: 70px;
      }

      .menu_blue{
          color: #0060AF;
      }

      .menu_blue:hover{
          color: #65C4EF;
      }

      .lgShow{
          display:block;
          width: 85%;
      }

      .iconShow{
        display: none;
    }

      .iconShow2{
        display: none;
    }

    footer {
        padding: 50px 80px;
    }

    /*---------------CONTACTO--------------*/

    .contact {
        margin-top: 200px;
    }

    .container-contact-title {
        width: 435px;
        text-align: left;
    }

    form {
        width: 42%;
        margin: 0px 80px 0px 0px;
        position: absolute;
        right: 0;
        top: 200px;
        padding: 70px 50px;
    }

    .background-stroke-contact {
       width: 40%;
       max-width: 450px;
       bottom: -80px;
   }

   .container-img-info-contact {
       position: unset;
   }

   .container-img-contact {
       margin-top: 88px;
       height: 600px;
   }

   .img-contact {
       height: 600px;
   }

   .phone-margin {
       margin-right: 53px;
   }

   .container-contact-info {
       margin: auto;
       padding-left: 80px;
       top: 575px;
   }

   .container-contact-info p {
       font-size: 16px;
   }
    
}

@media screen and (min-width:1600px) {
    .container_navlogo {
        left: 80px;
    }

    .menu {
        right: 80px;
    }

    .banner_info {
        width: 550px;
    }

    .banner_info p {
        width: 500px;
        margin: auto;
    }

    .banner_title {
        font-size: 60px;
    }

    .main_title, .h2_white, .h2_blue {
        font-size: 32px;
    }

    .h2_blue {
        width: 350px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 20px;
    }

    .main_img1, .main_img2, .main_img3 {
        width: 285px; 
        margin: 0px 50px;
    }

    .background-stroke, .background-stroke-2 {
        width: 30%;
    }

    .background-stroke {
        top: 600px;
    }

    .background-stroke-2 {
        top: -433px;
    }

    .container_logo {
        padding: 0px 20px;
        margin: 5px 8px;
    }

    .contactus_info {
        padding: 0;
        width: 850px;
    }

    .footer_address {
        margin-left: 163px;
    }

    /*---------------About us--------------*/

    .title-pages {
        font-size: 50px;
    }

    .p-ourcompany {
        font-size: 16px;
        margin-bottom: 50px;
        line-height: 22px;
    }

    .p-bold {
        font-size: 18px;
        line-height: 22px;
    }

    .container-mision-vision p {
        font-size: 16px;
        line-height: 22px;
    }

    .container-values p {
        font-size: 16px;
        line-height: 22px;
    }

    .values-1 {
        margin-right: 50px;
        padding-right: 15px;
    }

    .values-2 {
        padding-right: 15px;
    }

    .container-values {
        padding: 80px 0px 50px 80px;
    }

    .container-team p {
        font-size: 16px;
        line-height: 22px;
    }

    .background-stroke-team {
        width: 30%;
        top: 2060px;
    }

    /*---------------CONTACTO--------------*/

    .container-contact-title {
        width: 480px;
    }

    .container-contact-info p {
        font-size: 16px;
    }

    .background-stroke-contact {
        width: 30%;
    }

    input, label {
        font-size: 16px;
    }

}

/*---------------Estilos menu blanco--------------*/

.menu_white {
    color: #0060AF;
}

.menu_white:hover {
    color: #65C4EF;
}