@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

:root{
    --hover: #006afe;
    --black:#13131a;
    --bg:#fff;
    --cymaq:#ffcd00;
    --border:.1rem solid rgba(255,255,255,.3);
}

*{
    font-family: 'Roboto', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    outline: none; border:none;
    text-decoration: none;
    transition: .2s linear;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}

html::-webkit-scrollbar{
    width: .8rem;
}

html::-webkit-scrollbar-track{
    background: transparent;
}

html::-webkit-scrollbar-thumb{
    background: var(--cymaq);
    border-radius: 5rem;
}

body{
    background: var(--bg);
}

section{
    padding:4rem 7%;
}

.heading{
    text-align: center;
    color:var(--black);
    text-transform: uppercase;
    padding-bottom: 3.5rem;
    font-size: 3.3rem;
    font-weight: lighter;
}

.heading span{
    color:black;
    text-transform: uppercase;
    font-weight: bold;
}

.btn{
    margin-top: 1rem;
    display: inline-block;
    padding:.9rem 3rem;
    font-size: 1.7rem;
    color:#fff;
    background: var(--cymaq);
    cursor: pointer;
    border-radius: 7px;
}

.btn:hover{
    letter-spacing: .2rem;
}

.header{
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:1.5rem 7%;
    border-bottom: var(--border);
    position: fixed;
    top:0; left: 0; right: 0;
    z-index: 1000;
}

.header .logo img, .header img{
    height: 6rem;
}

.header .icons div{
    color:#fff;
    cursor: pointer;
    font-size: 2.5rem;
    margin-left: 2rem;
}

.header .icons div:hover{
    color:var(--hover);
}

.home{
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background: linear-gradient(153deg, #fff 40%, #fff 90%, var(--cymaq) 90%, var(--cymaq) 95%, black 95%, black 100%);
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(https://www.cymaq.mx/wp-content/uploads/2022/05/Generador-Holtec.jpeg);
    padding: 0 0 4rem 0;;
}


    .home .portada{
        margin: auto;
        width: 100%;
        text-align: center;
        padding: 10% 0px;
        background: linear-gradient(153deg, transparent 40%, transparent 90%, var(--cymaq) 90%, var(--cymaq) 95%, black 95%, black 100%);
    }

    .home .portada .row{
        display: flex;
    }

    .home .imagen{
        width: 40%;
    }

    .home .imagen img{
        width: 100%;
        margin: auto;
        display: none;
    }

    .home .division{
        display: flex;
    }

    .home .division .gases{
        text-align: start;
    }

    .home .division .gases h1{
        margin: 0;
        font-size: 2.5rem;
        font-weight: 900;
    }

    .home .division .gases h2{
        font-weight: 600;
    }

    .home .info{
        width: 60%;
    }

    .home .info h1{
        margin: 7rem;
        padding: 0;
    }

    .home .info .logo{
        width: 35%;
        align-items: baseline;
        margin: auto;
    }

    .home .info .logo:first-child{
        box-shadow: 8px 0 3px -4px #d6d1d1;
    border-radius: 21px;
        margin-right: 0;
        padding-right: 2rem;
    }

    .home .info .logo:last-child{
        margin-left: 0;
        padding-left: 2rem;
    }

    .home .info .logo p{
        margin: -1rem 0 0 8rem;
        font-size: 0.75rem;
        font-weight: bold;
        padding: 0;
        color: var(--black);
        line-height: 0;
    }

    .home .info .logo img{
        width: 100%;
        margin: 1rem auto;
    }

    .home .info .texto h1{
        margin: 0;
        font-weight: bold;
        font-size: 3rem;
    }

    .home .info .texto h2{
        font-weight: lighter;
        font-size: 2rem;
    }

    .home .info .texto span{
        color: var(--cymaq);
    }


.home .content{
    margin: auto;
}

.home .content h3{
    font-size: 2rem;
    color: var(--black);
    font-weight: bold;
    margin-top: 3rem;
}

.home .content h4{
    font-size: 4rem;
    color: var(--black);
    font-weight: bold;
}

.home .content .titulo {
    text-align: center;
    align-items: baseline;
}

.home .content .titulo img{
    width: 80%;
}

.home .content .titulo p{
    margin: -1rem 0 0 8rem;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 0;
    color:var(--black);
    line-height: 0;
}

.home .content p{
    font-size: 2rem;
    font-weight: lighter;
    line-height: 1.8;
    padding:1rem 0;
    color:#eee;
}

.diagrama .row{
    display: flex;
}

.link{
    text-decoration: underline;
}

.diagrama .row:nth-child(3){
    margin-top: 2rem;
    display: flex;
    text-align: center;

}

.diagrama .row a{
    margin: auto;
    color: #006afe;
    font-weight: bold;
    font-size: 2rem;
}


.diagrama .row img{
    width: 85%;
}

.diagrama .row .item{
    width: 25%;
    display: flex;
    margin: auto;
}

.diagrama .row .item .info{
    margin: auto auto auto 1rem;
    width: 85%;
}

.diagrama .row .item .imagen{
    width: 15%;
}

.diagrama .row .item .imagen img{
    width: 100%;
}

.cobertura .row .mapa{
    width: 70%;
    border-right: groove var(--black);
}

.cobertura .row .mapa img{
    width: 100%;
    margin-bottom: 2rem;
}

.cobertura .row .mapa .presencia{
    display: flex;
}

.segunda{
    margin: 0 0 0.5rem 0;
}

.segunda h1 {
    margin-top: 1.5rem !important;
}

.cobertura .row{
    display: flex;
}

.cobertura .row .mapa .presencia .rectangulo {
    width: 1rem;
    height: 1rem;
    background: var(--cymaq);
    margin: auto 1rem auto 0;
}

.pin{
    width: 1.5rem !important;
    height: 1.5rem !important;
    background: #fff !important;
}

.pin img{
    width: 100% !important;
}

.cobertura .row .mapa .lista{
    display: flex;
    margin-left: 4rem;
}

.cobertura .row .mapa .lista li{
    line-height: 2.1rem;
}

.cobertura .row .mapa .lista ul:last-child{
    margin-left: 6rem;
}

.cobertura .row .mapa h1{
    font-size: 2rem;
}

.cobertura .row .mapa h2{
    font-size: 1.7rem;
    font-weight: 400;
}

.principal{
    font-weight: 900 !important;
}

.cobertura .row .info{
    margin: 0 auto;
    width: 20%;
}

.cobertura .row .info .item{
    display: flex;
    margin: 2rem auto;
}

.cobertura .row .info .item .imagen{
    width: 15%;
}

.cobertura .row .info .item .imagen img{
    width: 100%;
}

.cobertura .row .info .item .texto{
    margin: auto auto auto 1rem;
    width: 85%;
}

.cobertura .row .info .itemG{
    margin: 6rem auto;
}

.cobertura .row .info .itemG span{
    color: var(--cymaq);
}

.cobertura .row .info .itemG h1{
    font-weight: bold;
    font-size: 3rem;
}

.cobertura .row .info .itemG h2{
    font-weight: lighter;
    font-size: 2rem;
}

.ventajas .row, .adquiere .row{
    display: flex;
    align-items: center;
}

.kpi .row{
    display: flex;
}

.kpi .row .side:last-child, .ventajas .row .side:last-child, .adquiere .row .side:last-child{
    margin-left: 5%;
}

.kpi .row .side:first-child{
    padding-right: 5%;
    border-right: groove var(--black);
    margin-left: 5%;
}

.ventajas .row .side:last-child{
    display: flex;
    width: 50%;
}

.ventajas .row .side .imagen{
    width: 100%;
}

.ventajas .row .side{
    width: 40%;
}

.kpi .row .side{
    width: 45%;
}

.kpi .row .side, .ventajas .row .side .heading{
    padding-bottom: 1rem;
    font-size: 2rem;
}

.kpi .row .side h1{
    font-size: 2.2rem;
    text-align: center;
}

.kpi .row .side ul, .ventajas .row .side ul{
    margin-top: 1rem;
    margin-left: 2rem;
}

.kpi .row .side li, .ventajas .row .side li{
    font-size: 1.5rem;
    margin: 0.7rem 0;
}

.ventajas .row .side img{
    width: 100%;
}

.ventajas .row iframe{
    margin: 4rem auto 0 auto;
}

.adquiere .row {
    align-items: center;
}

.adquiere .row .side{
    width: 40%;
}

.adquiere .row .side:last-child{
    border-left: groove var(--black);
    width: 52%;
    padding-left: 6%;
}

.adquiere .row .side .heading{
    font-size: 3rem;
    padding-bottom: 0;
}

.adquiere .row .side .item{
    display: flex;
    align-items: center;
}

.adquiere .row .side .item h1{
    font-size: 1.5rem;
}

.adquiere .row .side .item i{
    font-size: 2rem;
    color: var(--cymaq);
}

.adquiere .row .side .item i{
    margin: auto 1rem;
}

.adquiere .row .side .item .imagen{
    max-width: 8rem;
    height: 8rem;
    border-radius: 10px;
    display: flex;
    margin-right: 2rem;
}

.adquiere .row .side .item .imagen img{
    width: 100%;
    margin: auto;
}

.contacto .rowInput {
    width: 100%;
    display: flex;
}

.contacto .inputBox {
    display: flex;
    align-items: center;
    margin: 1.5rem;
    width: 50%;
}

.contacto form {
    width: 80%;
    margin: auto;
}

.contacto form .rowInput .inputBox span{
    color: var(--black);
    font-size: 1.7rem;
    padding-left: 1.52rem;
}

.contacto form .rowInput .inputBox label{
    width: 100%;
    color: var(--black);
    font-size: 1.2rem;
    text-align: initial;
    margin: 0 0rem 2rem 1rem;
}

.contacto form .rowInput .inputBox label select{
    width: 100%;
    color: var(--black);
    font-size: 1.4rem;
    background: transparent;
    border-bottom: solid 1px;
}

.textArea {
    margin-bottom: 0 !important;
}

.contacto form .rowInput .inputBox label textarea{
    max-width: 100%;
    min-width: 100%;
    height: 4rem;
    min-height: 4rem;
    
}

.contacto form .rowInput .inputBox input{
    width: 100%;
    padding: 1rem;
    font-size: 1.4rem;
    color: var(--black);
    text-transform: none;
    background: none;
    border-bottom: solid 1px;
}

.rowBtn{
    justify-content: end;
}

.footer{
    background:var(--black);
    text-align: center;
    display: flex;
    padding: 2rem 7%;
    align-items: center;
}

.footer .logos{
    margin: 0 0 0 auto;
    width: 30%;
}

.footer .logos img{
    width: 54%;
    float: right;
}

.footer .share{
    display: flex;
    margin: auto 5% auto 35%;
}

.footer .share a{
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    font-size: 2rem;
    color:#fff;
    border:var(--border);
    margin:.3rem;
    border-radius: 50%;
}

.footer .share a:hover{
    background-color: var(--hover);
}

.footer .links{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding:2rem 0;
    gap:1rem;
}

.footer .links a{
    padding:.7rem 2rem;
    color:#fff;
    border:var(--border);
    font-size: 2rem;
}

.footer .links a:hover{
    background:var(--hover);
}

.footer .credit{
    font-size: 2rem;
    color:#fff;
    font-weight: lighter;
    padding:1.5rem;
}

.footer .credit span{
    color:var(--hover);
}

/*TV*/
@media (min-width:2560px) {
    .header .logo img {
        height: 12rem;
    }

    section {
        padding: 4rem 7%;
    }

    .header img {
        height: 7rem;
    }

    .home{
        background: linear-gradient(153deg, #fff 40%, #fff 90%, var(--cymaq) 90%, var(--cymaq) 95%, black 95%, black 100%);
    }

    .home .imagen img {
        width: 74%;
        display: block;
    }

    .home .info .logo {
        padding: 11% 0;
    }

    .home .info .logo p {
        margin: -1rem 0 0 16rem;
        font-size: 1.5rem;
    }

    .home .portada{
        background: none;
        padding: 0;
    }

    .home .content {
        max-width: 90rem;
    }
    
    .home .content .titulo img {
        width: 100%;
    }
    
    .home .content .titulo p {
        margin: -1rem 0 0 23rem;
        font-size: 2.2rem;
    }
    
    .home .content h3 {
        font-size: 4rem;
    }
    
    .home .content h4 {
        font-size: 8rem;
    }

    .home .info .logo:first-child {
        box-shadow: 8px 0 3px -4px #d6d1d1;
        border-radius: 1%;
        padding-right: 3rem;
    }

    .home .division .gases h2 {
        font-size: 4rem;
    }

    .home .division .gases h1 {
        font-size: 5rem;
    }

    .heading {
        font-size: 5rem;
    }

    .home .info .texto h1 {
        font-size: 4rem;
    }

    .home .info .texto h2 {
        font-size: 3rem;
    }

    .diagrama .row .item .info h1, .cobertura .row .info .item .texto h1 {
        font-size: 2rem;
    }

    .diagrama .row a {
        font-size: 3.5rem;
    }

    .cobertura .row .info .item {
        margin: 4rem auto;
    }

    .cobertura .row .info .itemG {
        margin: 12rem auto;
    }

    .cobertura .row .info .itemG h1 {
        font-size: 6rem;
    }

    .cobertura .row .info .itemG h2 {
        font-size: 4rem;
    }

    .cobertura .row .mapa h1 {
        font-size: 4rem;
    }

    .cobertura .row .mapa h2 {
        font-size: 3rem;
    }

    .segunda {
        margin: 0 0 1rem 0;
    }

    .cobertura .row .mapa .lista {
        margin-left: 6rem;
    }

    .cobertura .row .mapa .lista li {
        line-height: 4rem;
    }

    .cobertura .row .mapa .lista ul:last-child {
        margin-left: 10rem;
    }

    .kpi .row .side h1 {
        font-size: 4rem;
    }

    .kpi .row .side li, .ventajas .row .side li {
        font-size: 2.5rem;
    }

    .kpi .row .side ul, .ventajas .row .side ul {
        margin-top: 2rem;
    }

    .ventajas .row .side img {
        width: 80%;
    }

    .adquiere .row .side .heading {
        font-size: 5rem;
        padding-bottom: 0;
    }

    .adquiere .row .side .item .imagen {
        max-width: 16rem;
        height: 16rem;
        margin-right: 4rem;
    }

    .adquiere .row .side .item h1 {
        font-size: 3rem;
    }

    .adquiere .row .side .item i {
        font-size: 4rem;
        margin: auto 2rem;
    }

    .ventajas .row iframe{
        width: 1200px;
        height: 700px;
    }

    .footer .logos {
       width: 40% !important;
    }

    .footer .logos img {
        width: 37% !important;
    }

    .footer .share a {
        height: 10rem;
        width: 10rem;
        line-height: 10rem;
        font-size: 4rem;
        margin: 1rem;
    }
}

/*Desktop*/
@media (min-width:1400px) {
    .footer .logos {
        width: 26%;
    }

    .footer .logos img {
        width: 46%;
    }
}

/*Tablet Vertical*/
@media (max-width:1024px) and (orientation : portrait){
    .adquiere .row .side {
        width: 35%;
    }

    .adquiere .row .side .heading {
        font-size: 2rem;
    }

    .adquiere .row .side:last-child {
        width: 57%;
    }

    .adquiere .row .side .item h1 {
        font-size: 1.5rem;
    }

    .ventajas .row .side:last-child {
        display: flex;
        width: 55%;
        margin-left: 5%;
    }

    .ventajas .row .side .heading {
        font-size: 1.5rem;
    }

    .ventajas .row .side li {
        font-size: 1.1rem;
    }

    .ventajas .row iframe {
        margin: 4rem auto 0 auto;
        width: 500px;
        height: 300px;
    }

    .home{
        background: linear-gradient(153deg, #fff 40%, #fff 90%, var(--cymaq) 90%, var(--cymaq) 95%, black 95%, black 100%);
    }

    .home .portada{
        background: none;
    }

    .home .imagen {
        display: none;
    }
    
    .home .info {
        width: 100%;
    }

    .home .info .logo p {
        font-size: 0.8rem;
    }

    .home .info .logo:first-child {
        box-shadow: 8px 0 3px -4px #d6d1d1;
    }

    .footer .share {
        margin: auto;
    }

    .footer .logos {
        width: 50%;
    }

    .footer .logos img {
        width: 49%;
    }
}

/*Celular Vertical*/
@media (max-width:450px) and (orientation : portrait){
    .heading {
        font-size: 2.5rem;
    }

    .header img {
        height: 5rem;
    }

    .home {
        background: linear-gradient(153deg, #fff 40%, #fff 90%, var(--cymaq) 90%, var(--cymaq) 95%, black 95%, black 100%);
        background-position: left;
        justify-content: center;
        text-align: center;
    }

    .home .portada {
        background: none;
    }

    .home .imagen {
        display: none;
    }

    .home .info {
        width: 100%;
    }

    .home .info .logo {
        width: 40%;
    }

    .home .info .logo p {
        font-size: 0.5rem;
        margin: -1rem 0 0 5rem;
    }

    .home .info h1 {
        margin: 5rem;
    }

    .home .info .texto h1 {
        font-size: 2.5rem;
    }

    .home .info .texto h2 {
        font-size: 1.5rem;
    }

    .home .content h3 {
        font-size: 3.5rem !important;
    }

    .home .content h4 {
        font-size: 3rem;
    }

    .home .portada{
        padding: 0;
    }

    .home .info .logo:first-child {
        box-shadow: 6px 0 3px -4px #d6d1d1;
    }

    .home .info .logo img {
        margin: 2rem auto;
    }

    .home .division .gases h1 {
        font-size: 1.5rem;
    }

    .home .division .gases h2 {
        font-size: 1rem;
    }

    .diagrama .row .item .info h1{
        font-size: 0.8rem;
    }

    .diagrama .row .item {
        align-items: center;
    }

    .diagrama .row a {
        font-size: 1.5rem;
    }

    .cobertura .row .mapa h1 {
        font-size: 1.5rem;
    }

    .cobertura .row .mapa h2 {
        font-size: 1rem;
    }

    .cobertura .row .mapa .lista li{
        line-height: 1.3rem;
    }

    .cobertura .row .info .item .texto h1{
        font-size: 1rem;
    }

    .cobertura .row .info .itemG {
        margin: 5rem auto;
    }

    .cobertura .row .info .itemG h1 {
        font-size: 1.5rem;
    }

    .cobertura .row .info .itemG h2 {
        font-size: 1rem;
    }

    .pin {
        width: 1.2rem !important;
        height: 1.2rem !important;
    }

    .kpi .row .side h1 {
        font-size: 1.5rem;
    }

    .kpi .row .side li, .ventajas .row .side li {
        font-size: 1rem;
    }

    .adquiere .row .side .heading {
        font-size: 0.8rem;
    }

    .adquiere .row .side .item h1 {
        font-size: 0.8rem;
    }

    .adquiere .row .side .item .imagen {
        max-width: 4rem;
        height: 4rem;
        margin-right: 1rem;
    }

    .ventajas .row .side .heading {
        font-size: 1rem;
    }

    .ventajas .row iframe {
        width: 300px;
        height: 200px;
    }

    .contacto form {
        width: 100%;
    }

    .ventajas .row .side li {
        font-size: 0.7rem;
    }

    .footer{
        padding: 1.1rem 7%;
    }
    
    .footer .logos img {
        width: 70%;
    }

    .footer .share a {
        height: 3rem;
        width: 3rem;
        line-height: 3rem;
        font-size: 1.5rem;
    }

    .footer .logos {
        width: 40%;
    }
}

/*Tablet Horizontal*/
@media only screen and (min-device-width : 810px) and (max-device-width : 1024px) and (orientation : landscape) {
    .home{
        background: linear-gradient(153deg, #fff 40%, #fff 90%, var(--cymaq) 90%, var(--cymaq) 95%, black 95%, black 100%);
    }

    .home .portada{
        background: none;
    }

    .home .imagen {
        display: none;
    }
    
    .home .info {
        width: 100%;
    }

    .home .info .logo p {
        font-size: 0.8rem;
    }

    .home .info .logo:first-child {
        box-shadow: 8px 0 3px -4px #d6d1d1;
    }

    .home .info .logo img {
        margin: 0 auto;
    }
    
    .adquiere .row .side {
        width: 35%;
    }

    .adquiere .row .side .heading {
        font-size: 2rem;
    }

    .adquiere .row .side:last-child {
        width: 57%;
    }

    .adquiere .row .side .item h1 {
        font-size: 1.5rem;
    }

    .ventajas .row .side .heading {
        font-size: 1.5rem;
    }

    .ventajas .row .side li {
        font-size: 1.3rem;
    }

    .ventajas .row .side:last-child {
        width: 55%;
        margin-left: 5%;
    }
    
    .footer .share {
        margin: auto;
    }

    .footer .logos {
        width: 50%;
    }

    .footer .logos img {
        width: 40%;
    }
}

/*Tablet G Horizontal*/
@media only screen and (min-device-width : 1025px) and (max-device-width : 1180px) and (orientation : landscape) {
    .home{
        background: linear-gradient(153deg, #fff 40%, #fff 90%, var(--cymaq) 90%, var(--cymaq) 95%, black 95%, black 100%);
    }

    .home .portada{
        background: none;
    }

    .home .imagen {
        display: none;
    }
    
    .home .info {
        width: 100%;
    }

    .home .info .logo p {
        font-size: 0.8rem;
    }
    
    .footer .share {
        margin: auto;
    }

    .footer .logos {
        width: 50%;
    }

    .footer .logos img {
        width: 40%;
    }
}

/*Celular Horizontal*/
@media only screen and (min-width : 321px)  and (max-device-width : 854px) and (orientation : landscape) {
    .home {
        background: linear-gradient(153deg, #fff 40%, #fff 90%, var(--cymaq) 90%, var(--cymaq) 95%, black 95%, black 100%);
        background-position: left;
        justify-content: center;
        text-align: center;
    }

    .home .portada {
        background: none;
        padding: 13% 0px 0 0;
    }

    .home .imagen {
        display: none;
    }

    .home .info {
        width: 100%;
    }

    .home .info .logo {
        width: 40%;
    }

    .home .info .logo p {
        font-size: 0.8rem;
        margin: -1rem 0 0 8rem;
    }

    .home .info h1 {
        margin: 5rem;
    }

    .home .info .texto h1 {
        font-size: 2.5rem;
    }

    .home .info .texto h2 {
        font-size: 1.5rem;
    }

    .heading {
        font-size: 2.5rem;
    }

    .home .info h1 {
        margin: 3rem;
    }

    .home .info .logo img {
        margin: 0rem auto;
    }

    .home .info .logo:first-child {
        box-shadow: 8px 0 3px -4px #d6d1d1;
    }

    .adquiere .row .side .heading {
        font-size: 2rem;
    }

    .adquiere .row .side .item h1 {
        font-size: 1rem;
    }

    .adquiere .row .side .item .imagen {
        max-width: 5rem;
        height: 5rem;
        margin-right: 1rem;
    }

    .cobertura .row .info .itemG h1 {
        font-size: 2.5rem;
    }
    
    .cobertura .row .info .itemG h2 {
        font-size: 1.5rem;
    }

    .ventajas .row .side .heading {
        padding-bottom: 1rem;
        font-size: 1rem;
    }

    .ventajas .row .side li {
        font-size: 1rem;
    }

    .ventajas .row .side:last-child {
        width: 55%;
        margin-left: 5%;
    }

    .footer .share {
        margin: auto;
    }

    .footer .logos {
        width: 50%;
    }

    .footer .logos img {
        width: 55%;
    }

    .footer .share a {
        height: 4rem;
        width: 4rem;
        line-height: 4rem;
        font-size: 2rem;
    }

    .footer .logos {
        width: 40%;
    }
}

/*Iphone 4 Horizontal*/
@media only screen and (max-device-width : 480px) and (orientation : landscape) {
    .heading {
        font-size: 2rem;
    }

    .adquiere .row .side .heading {
        font-size: 1.5rem;
    }

    .ventajas .row iframe {
        width: 300px;
        height: 200px;
    }

    .cobertura .row .info .itemG h1 {
        font-size: 1.6rem;
    }

    .cobertura .row .info .itemG h2 {
        font-size: 1.2rem;
    }

    .ventajas .row .side .heading {
        font-size: 0.7rem;
        padding-bottom: 0;
    }

    .ventajas .row .side li {
        font-size: 0.6rem;
    }
    
    .footer .logos {
        width: 50%;
    }

    .footer .share a {
        height: 3rem;
        width: 3rem;
        line-height: 3rem;
        font-size: 1.4rem;
    }
}

/*Iphone 4 Vertical*/
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 2/3) and (orientation:portrait){
    .heading {
        font-size: 2rem;
    }
    
    .adquiere .row .side .item .imagen {
        max-width: 3.5rem;
        height: 3.5rem;
        margin-right: 1rem;
    }

    .adquiere .row .side .item h1 {
        font-size: 0.7rem;
    }

    .ventajas .row iframe {
        width: 250px;
        height: 200px;
    }

    .ventajas .row .side .heading {
        font-size: 0.7rem;
        padding-bottom: 0;
    }

    .ventajas .row .side li {
        font-size: 0.6rem;
    }

    .kpi .row .side {
        width: 50%;
    }

    .kpi .row .side:last-child{
        margin-left: 5%;
    }

    .footer .logos {
        width: 50%;
    }

    .footer .logos img {
        width: 60%;
    }
}








/* media queries  */
@media (max-width:991px){

    html{
        font-size: 55%;
    }

    .header{
        padding:1.5rem 2rem;
    }

    section{
        padding:3rem 7%;
    }

}

@media (max-width:768px){

    .header .search-form{
        width: 90%;
        right: 2rem;
    }

    .home{
        background-position: left;
        justify-content: center;
        text-align: center;
    }

    .home .content h3{
        font-size: 4.5rem;
    }

    .home .content p{
        font-size: 1.5rem;
    }

}

@media (max-width:450px){

    html{
        font-size: 50%;
    }

}