@media screen and (max-width:1200px) {
    header {
        height: auto;
    }
    header .navbar {
        height: auto;
    }
    header .logo {
        margin-top: 0;
        box-shadow: none;
    }
}

@media screen and (max-width: 991px) {
    header .logo {
        height: 70px;
    }
    .carousel img {
        height: 380px;
    }
    .carousel-home .carousel-caption {
        top: 15%;
        right: 15%;
        width: auto;
        display: none;
    }
    .fondo-home .tarjeta {
        min-height: auto;
    }
    
    .icono1 {
        top: 0;
        left: 0;
    }
    .icono3 {
        right: 0;
    }
    .icono4 {
        position: relative;
        top: 60%;
        left: 0;
    }
    .icono5 {
        top: 70%;
        right: 0;
    }
    .fondo-home,
    .fondo-celula {
        padding-top: 20px;
        padding-bottom: 20px;
        background-size: contain;
        background-repeat: repeat;
        min-height: auto;
    }
    .fondo-certificacion2 {
        background-position: right;
    }
    .fondo-celula .tarjeta,
    .tarjeta-celeste {
        padding: 15px;
    }
    .fondo-celula .tarjeta-quienes-somos {
        height: auto;
    }
    .tarjeta-celeste h2,
    .tarjeta-celeste p {
        margin-bottom: 20px;
    }
    .pt-130px {
        padding-top: 30px;
    }
    .mt-100px {
        margin-top: 50px;
    }
    .fondo-celula-azul {
        min-height: auto;
        background-size: contain;
        background-repeat: repeat;
    }
    .titulo-producto {
        padding-left: 15px;
        padding-right: 15px;
    }
    .linea-azul {
        width: auto;
    }
    .tarjeta-producto {
        padding: 15px;
    }
    .formulario-producto {
        padding-left: 15px;
        padding-right: 15px;
    }
    .carousel-producto.carousel img {
        height: 200px;
    }
    .g-recaptcha {
        transform: scale(1);
        margin-left: 0;
        margin-bottom: 20px;
    }
    .info-clientes .titulo-producto {
        margin-top: 20px;
        align-items: flex-start;
    }
    .info-clientes .titulo-producto {
        bottom: 10px;
    }
    .carousel-clientes img {
        margin-bottom: 50px;
    }
    .tarjeta-informacion-interes {
        padding-left: 15px;
        padding-right: 15px;
    }
    .tarjeta-charla {
        padding-top: 15px;
        padding-bottom: 35px;
    }
    .estoy-interesado {
        bottom: 0;
    }
    .cirugia2 {
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .ingresar-certificacion {
        max-width: 100%;
        padding: 15px;
    }
    footer {
        padding-bottom: 20px;
    }
    .que-ofrecemos-imagen {
        height: 200px;
        margin-top: 20px !important;
        margin: 0 auto;
        float: none !important;
        display: block;
    }
    .cirugia1,
    .cirugia2 {
        height: 250px;
    }
}

@media screen and (max-width: 500px) {
    .carousel-home .carousel-caption {
        left: 0;
        right: 0;
        top: 17%;
    }
    .carousel-caption .titulo,
    .carousel-caption .descripcion,
    .carousel-interna .titulo {
        max-width: 90%;
        margin: 0 auto;
    }
    .carousel-interna .titulo {
        height: 70px;
    }
    .carousel-caption .descripcion {
        padding: 15px;
    }
    .carousel-caption .titulo h2,
    .carousel-caption .titulo h2 span,
    .carousel-interna .titulo h2 {
        font-size: 20px;
    }
    .icono1 {
        width: 100px;
        left: 15px;
    }
    .icono2 {
        width: 100px;
    }
    .icono3 {
        width: 100px;
        right: 15px;
    }
    .icono4 {
        width: 100px;
        top: 120%;
    }
    .icono5 {
        top: 100%;
        right: 35%;
        width: 35px;
    }
    .fondo-home .tarjeta {
        padding: 30px 15px;
    }
    .fondo-certificaciones {
        height: auto;
    }
    .fondo-certificacion1,
    .ingresar-certificacion {
        height: 200px;
    }
    p {
        line-height: inherit !important;
    }
    .fondo-certificacion2 {
        height: 200px;
        right: 80px;
        width: 150%;
        background-position: inherit;
    }
    .fondo-certificacion1 h3 {
        font-size: 30px;
    }
    .direccion {
        margin-left: -5px;
    }
    .fondo-celula .tarjeta h2.titulo-infraestructura {
        font-size: 28px;
    }
    .titulo-producto h2.titulo-productos-servicios {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .estoy-interesado {
        width: 200px;
    }
    .cirugia1,
    .cirugia2 {
        height: 150px;
    }
}