img{
    max-width: 100%;
    height: auto
}
body{
    overflow-x:hidden !important;
}
.contenidoInicial.web{
    display: block;
}
.contenidoInicial.responsive{
    display: none;
}
.contenidoInicial {
    background-image: url('https://assets.claro360.com/suiteMedicinaIntegral/img001_OK.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    padding-top: 20vh;
    padding-bottom: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenidoInicial .texto{
    color: #FFF;
    text-align: center;
    align-self: center;
    top: 7.4vh;
}
.contenidoInicial .texto h3{
    font-family: 'DINPro-Bold'; 
    font-size: 71px;
}
.contenidoInicial .texto span{
    margin-top: -1.7rem;
    margin-left: 1rem;
}
.contenidoInicial .texto h2{
    font-family: 'DINPro-Bold'; 
    font-size: 130px;
    margin: 3rem 0;
}
.contenidoInicial .texto p{
    font-family: 'Helvetica-Neue-Bold'; 
    font-size: 24px;
    padding: 0 8rem;
}
.contenidoInicial .rojo img{
    width:55px;
}
/************************/
.contenidoInicial .caja{
    display: flex;
    justify-content: center;
    margin-top: 5vh;
}
.contenidoInicial .cajaText{
    background-color: rgba(255, 255, 255, 0.13);
    border-radius: 27px;
    padding: 2rem 3rem;
    width: 78%;
}
.contenidoInicial .texto .cajaText p{
    font-family: 'Helvetica-Neue-Regular'; 
    font-size: 22px;
    text-align: center;
    padding: 0;
}
/**************************/
.contenidoInicial button{
    font-family: 'DINPro-Bold';
    color:#ffffff;
    font-size: 18px;
}
.contenidoInicial button{
    border: none;
    width: 215px;
    outline: none;
    padding: 3% 0%;
    border-radius: 70px;
    background-color: #C71D1D;
}
.contenidoInicial .info{
    display: flex;
    justify-content: center;
    text-align: center;
}
.contenidoInicial .cajaInfo{
    background-color: rgba(255, 255, 255, .5);
    border-radius: 70px;
    width: 409px;
    padding: 0 0 4vh;
}
.contenidoInicial .cajaInfo .titulo h3{
    font-family: 'Helvetica-Neue-Bold';
    font-size: 32px;
    line-height: .5;
}
.contenidoInicial .cajaInfo .titulo{
    background-color: rgba(255, 255, 255, .5);
    border-radius: 70px 70px 0 0;
    padding: 3rem 0 1rem;
    width: 100%;
}
.contenidoInicial .cajaInfo .titulo p{
    font-family: 'Helvetica-Neue-Bold';
    font-size: 17px;
    margin-bottom: 2rem;
}
.contenidoInicial .cajaInfo .cuerpo{
    padding: 4vh 0 3vh;
}
.contenidoInicial .cajaInfo .cuerpo p{
    font-family: 'Helvetica-Neue-Regular';
    font-size: 15px;
}
.contenidoInicial .cajaInfo .cuerpo p.rojo{
    font-family: 'Helvetica-Neue-Bold';
    color: #C71D1D;
}
.contenidoInicial .cajaInfo .cuerpo p img{
    margin-bottom: 1vh;
}
.contenidoInicial .cajaInfo .link a{
    font-family: 'Helvetica-Neue-Regular';
    font-size: 17px;
    color: #114480;
}
.contenidoInicial .cajaInfo .link hr{
    width: 75%;
    margin-top: 0;
    margin-bottom: 0;
}
/******************************************************************************/
.contenido1 .col-12{
    padding:0% 3%;
}
.contenido1 .paquetes button, .contenido6 .paquetes button {
    border: 2px solid #C71D1D;
}
.contenido1 .title {
    margin-top: 90px;
}
.active {
    background-image: url(https://assets.claro360.com/suites/iconosSuite/iconosPaqueteN/nube_activa.svg);
}
.inactive {
    background-image: url(https://assets.claro360.com/suites/iconosSuite/iconosPaqueteN/nube_desactivada.svg);
}
.contenido1 .paquetes .col-custom:nth-child(1) .inactive, .contenido6 .paquetes .col-custom:nth-child(1) .inactive {
    background-image: url(https://assets.claro360.com/suites/iconosSuite/iconosPaqueteN/nube_activa.svg);
}
.contenido1 .paquetes .first-paragraph, .contenido6 .paquetes .first-paragraph {
    min-height: 30px;
}
/******************************************************************************/
.boxContainer{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(70px,1fr));
    grid-gap: 1em;
    align-items: baseline;
    justify-items: center;
}
/******************************************************************************/
.contenido3 h2 {
    line-height: 1.5;
}
.contenido3 .box .container-image img {
    width: auto;
}
.contenido3 .box .container-image {
    width: 130px;
    height: 155px;
    margin: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
/******************************************************************************/
.contenido4{
    background-image:url('https://assets.claro360.com/suiteMedicinaIntegral/img001_OK.jpg');
}
/******************************************************************************/
.contenido5 .row:nth-child(3) h2{
    padding:0% 10% 0% 0%;
}
.contenido5{
    background-color: #E3ECF3;    
}
/******************************************************************************/
.contenido7{
    background-color: #E3ECF3;
}
.contenido7 .row:nth-child(2) p, .contenido7 .row:nth-child(3) p {
    margin: 0;
    padding: 0;
}
.contenido7 .row:nth-child(2) p:nth-child(3){
    padding-top:21px;
}
.contenido7 .row:nth-child(2) p:nth-child(5){
    padding-bottom:21px;
}
.contenido7 .row:nth-child(3) p{
    padding-top: 21px;
}
/******************************************************************************/
.contenido8 p.negrita{
    font-family: 'Helvetica-Neue-Bold';
    padding: 10% 0% 2% 0%;
}
/******************************************************************************/
.contenido9 .tarjeta .card .card-body{
    background-color: #E3ECF3;
}
.contenido9 .tarjeta .card .card-body p{
    color: #000;
}
.contenido9 .tarjeta .card .imgCard {
    height: auto !important;
}
.contenido9 .tarjeta .card .card-body {
    padding: 20% 10% 30% !important;
}
.contenido9 .tarjeta .card .card-body {
    height: auto !important;
}
.contenido9 .tarjeta {
    margin-bottom: 10vh;
}
/******************************************************************************/
.contenido11{
    background-color: #FFFFFF;
}
.contenido11  hr{
    border: 1px solid #9D9B9B;
    width: 98.17%;
    margin: 3% auto 7%;
}

/*GENERAL RESPONSIVE*/

/*// Mobile devices col */
@media (max-width: 576px) {
    .contenido1 .containerPaquete, .contenido6 .containerPaquete {
        padding: 10%;
    }
    .contenido3 .box {
        max-width: 100%;
        min-width: 100%;
        margin:auto;
    }
    .contenido3 p {
        padding: 8% 5%;
    }
    .contenido4 {
        background-image: url(https://assets.claro360.com/suiteMedicinaIntegral/img001R.png);        
    }
    .contenido5 .row:nth-child(3) h2 {
        padding: 0% 0% 0% 0%;
    }
    .contenido5 .row:nth-child(3) {
        padding: 13% 6.6%;
    }
    .contenido5 .row:nth-child(4) h2 {
        padding: 13% 0% 0%;
    }
    .contenido5 .row:nth-child(5) img {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(5) h2 {
        padding: 13% 6.6% 0% !important;
    }
    .contenido5 .row:nth-child(6) h2 {
        padding: 13% 0% 0% !important;
    }
    .contenido5 .row:nth-child(7) h2 {
        padding: 13% 0% 0%;
    }
    .contenido5 .row:nth-child(8) {
        padding: 7% 0%;
    }
    .contenido5 .row:nth-child(8)  h2 {
        padding: 13% 6.6% 0%;
    }
    .contenido5 .row:nth-child(8)  p, .contenido5 .row:nth-child(8)  a{
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(8)  img{
        padding:0% 15% 0% 0%;
    }
    .contenido5 .row:nth-child(9) img {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(9) h2 {
        padding: 13% 6.6% 0% !important;
    }
    .contenido5 .row:nth-child(11) {
        padding: 15% 10% 3%;
    }
    .contenido6 {
        padding: 15% 0%;
    }
    .contenido7 img{
        margin:auto;
    }
    .contenido7 .row:nth-child(1) img {
        max-width: 150px;
    }
    .contenido7 .row:nth-child(1), .contenido7 .row:nth-child(2), .contenido7 .row:nth-child(3) {
        padding: 5% 6.6%;
    }
    .contenido7 .texto {
        padding: 0% 0%;
    }
    .contenido7 .row:nth-child(2) h1, .contenido7 .row:nth-child(3) h1 {
        padding: 0% 5%;
    }
    .contenido7 .row:nth-child(2) img {
        max-width: 95%;
    }
    .contenido11 hr {
        margin: 10% auto;
    }
}
/*// Ipads, Tablets col-sm*/
@media only screen and (min-width: 576px) and (max-width:767px){
    .contenido1 .paquetes .col-custom:nth-child(2) h1, .contenido1 .paquetes .col-custom:nth-child(3) h1, .contenido1 .paquetes 
    .col-custom:nth-child(4) h1, .contenido6 .paquetes .col-custom:nth-child(2) h1, .contenido6 .paquetes .col-custom:nth-child(3) h1, 
    .contenido6 .paquetes .col-custom:nth-child(4) h1 {
        padding-bottom: 44px;
    }
    .contenido1 .containerPaquete, .contenido6 .containerPaquete {
        padding: 10%;
    }
    .contenido2 .container-icons {
        padding: 5% 0%;
    }
    .contenido3 .box {
        max-width: 100%;
        min-width: 100%;
        margin:auto;
    }
    .contenido3 .box .container-image {
        width: 160px;
        height: 155px;
    }
    .contenido3 p {
        padding: 8% 20%;
    }
    .contenido5 h1 {
        padding: 10% 0% 5% 0%;
    }
    .contenido5 .row:nth-child(3) h2 {
        padding: 0% 0% 0% 0%;
    }
    .contenido5 .row:nth-child(3) {
        padding: 10% 6.6%;
    }
    .contenido5 .row:nth-child(4) h2 {
        padding: 5% 0% 0%;
    }
    .contenido5 .row:nth-child(5) img {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(5) h2 {
        padding: 5% 6.6% 0% !important;
    }
    .contenido5 .row:nth-child(6) h2 {
        padding: 5% 0% 0% !important;
    }
    .contenido5 .row:nth-child(7) h2 {
        padding: 5% 0% 0%;
    }
    .contenido5 .row:nth-child(8) {
        padding: 7% 0%;
    }
    .contenido5 .row:nth-child(8)  h2 {
        padding: 5% 6.6% 0%;
    }
    .contenido5 .row:nth-child(8)  p, .contenido5 .row:nth-child(8)  a{
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(8)  img{
        padding:0% 15% 0% 0%;
    }
    .contenido5 .row:nth-child(8) {
        padding: 0% 0%;
    }
    .contenido5 .row:nth-child(9) img {
        padding: 0% 6.6%;
        width: 100%;
    }
    .contenido5 .row:nth-child(9) h2 {
        padding: 5% 6.6% 0% !important;
    }
    .contenido5 .row:nth-child(11) {
        padding: 15% 10% 3%;
    }
    .contenido6 {
        padding: 5% 0% 15%;
    }
    .contenido7 img{
        margin:auto;
    }
    .contenido7 .row:nth-child(1) img {
        max-width: 150px;
    }
    .contenido7 .row:nth-child(1), .contenido7 .row:nth-child(2), .contenido7 .row:nth-child(3) {
        padding: 5% 6.6%;
    }
    .contenido7 .texto {
        padding: 0% 0%;
    }
    .contenido7 .row:nth-child(2) h1, .contenido7 .row:nth-child(3) h1 {
        padding: 0% 5%;
    }
    .contenido7 .row:nth-child(2) img {
        max-width: 95%;
    }
    .contenido11 hr {
        margin: 10% auto;
    }
}
/*// Laptops col-md*/
@media only screen and (min-width: 768px) and (max-width:991px){
    .contenido1 .paquetes .col-custom:nth-child(2) h1, .contenido1 .paquetes .col-custom:nth-child(3) h1, .contenido1 .paquetes 
    .col-custom:nth-child(4) h1, .contenido6 .paquetes .col-custom:nth-child(2) h1, .contenido6 .paquetes .col-custom:nth-child(3) h1, 
    .contenido6 .paquetes .col-custom:nth-child(4) h1 {
        padding-bottom: 44px;
    }
    .contenido1 .col-12, .contenido6 .col-12  {
        padding: 0% 3% !important;
    }
    .contenido1 .containerPaquete, .contenido6 .containerPaquete {
        margin: 0% 0% 10% 0%;
    }
    .contenido2 .container-icons {
        padding: 5% 0%;
    }
    .boxContainer {
        grid-template-columns: repeat(auto-fit, minmax(100px,1fr));
    }
    .contenido2 .box-icon {
        max-width: 105px;
    }
    .contenido3 .box {
        max-width: 100%;
        min-width: 100%;
        margin:auto;
    }
    .contenido3 .box .container-image {
        width: 160px;
        height: 155px;
    }
    .contenido3 p {
        padding: 8% 28%;
    }
    .contenido5 h1 {
        padding: 10% 0% 5% 0%;
    }
    .contenido5 .row:nth-child(3) h2 {
        padding: 0% 0% 0% 0%;
    }
    .contenido5 .row:nth-child(3) {
        padding: 10% 6.6%;
    }
    .contenido5 .row:nth-child(4) h2 {
        padding: 5% 0% 0%;
    }
    .contenido5 .row:nth-child(5) img {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(5) h2 {
        padding: 5% 6.6% 0% !important;
    }
    .contenido5 .row:nth-child(6) h2 {
        padding: 5% 0% 0% !important;
    }
    .contenido5 .row:nth-child(7) h2 {
        padding: 5% 0% 0%;
    }
    .contenido5 .row:nth-child(8) {
        padding: 7% 0%;
    }
    .contenido5 .row:nth-child(8)  h2 {
        padding: 5% 6.6% 0%;
    }
    .contenido5 .row:nth-child(8)  p, .contenido5 .row:nth-child(8)  a{
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(8)  img{
        padding:0% 15% 0% 0%;
    }
    .contenido5 .row:nth-child(8) {
        padding: 0% 0%;
    }
    .contenido5 .row:nth-child(9) img {
        padding: 0% 6.6%;
        width: 100%;
    }
    .contenido5 .row:nth-child(9) h2 {
        padding: 5% 6.6% 0% !important;
    }
    .contenido5 .row:nth-child(11) {
        padding: 15% 10% 3%;
    }
    .contenido6 {
        padding: 15% 0%;
    }
    .contenido7 img{
        margin:auto;
    }
    .contenido7 .row:nth-child(1) img {
        max-width: 150px;
    }
    .contenido7 .row:nth-child(1), .contenido7 .row:nth-child(2), .contenido7 .row:nth-child(3) {
        padding: 5% 6.6%;
    }
    .contenido7 .texto {
        padding: 0% 0%;
    }
    .contenido7 .row:nth-child(2) h1, .contenido7 .row:nth-child(3) h1 {
        padding: 0% 5%;
    }
    .contenido7 .row:nth-child(2) img {
        max-width: 95%;
    }
    .contenido8 br{
        display:block;
    }
    .contenido9 .col-md-6 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .contenido11 hr {
        margin: 10% auto;
    }
}
/*// Desktops col-lg*/
@media only screen and (min-width: 992px) and (max-width:1199px){
    .contenidoInicial {
        background-image: url(https://assets.claro360.com/suiteMedicinaIntegral/img001_OK.jpg);
    }
    /*    ****************************************************************************/
    .contenido1 .subtitle {
        margin: 0 0 4vh 0;
    }
    .contenido3 .icons {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(70px,1fr));
        grid-gap: 5em;
        align-items: baseline;
        justify-items: center;
    }
    .contenido3 .box .container-image img {
        width: auto;
        height: auto;
        max-width: 100px;
    }
    .contenido3 p {
        font-size: 14px;
    }
    .contenido5 .row:nth-child(4) img{
        padding:0%  10%;
    }
    .contenido5 h1 {
        padding: 4% 0% 4% 0%;
    }
    .contenido5 .row:nth-child(4) h2 {
        padding: 0% 0% 0%;
    }
    .contenido6 .box4 .col-custom2:nth-child(1) {
        padding: 5% 9%;
    }
    .contenido6 .custom-width {
        max-width: 100%;
    }
    .contenido7 .row:nth-child(2) img {
        max-width: 100%;
    }
    .contenido9 .tarjeta {
        margin-bottom: 5vh;
    }
    .contenido11 hr {
        width: 91.17%;
    }
}
/*// Large screens col-xl*/
@media (min-width: 1200px){
    .contenido2 .row {
        padding: 0% 18%;
    }
    .contenido3 .icons {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(70px,1fr));
        grid-gap: 5em;
        align-items: baseline;
        justify-items: center;
    }
    .contenido3 .box .container-image img {
        width: auto;
        height: auto;
        max-width: 100px;
    }
    .contenido3 p {
        font-size: 14px;
    }
    .contenido5 .row:nth-child(1) {
        padding: 0% 12% 121px;
    }
    .contenido5 h2 {
        padding: 0% 0% 0% 0%;
    }
    .contenido5 .row:nth-child(2) .img{
        text-align: center;
    }
    .contenido5 .row:nth-child(2) .img .imgWeb{
        margin:auto;
    }
    .contenido5 .row:nth-child(2) {
        padding: 0% 0% 0% 0%;
    }
    .contenido5 .row:nth-child(4) .img .imgWeb{
        margin:auto;
        width: 80%;
    }
    .contenido5 .row:nth-child(4) {
        padding: 0% 0% 7% 0%;
    }
    .contenido5 .row:nth-child(5){
        padding: 0% 5% 7% 0%;
    }
    .contenido5 .row:nth-child(4) .texto {
        padding: 0% 8.5% 0% 0%;
    }
    .contenido5 .row:nth-child(5) .img .imgWeb{
        display: unset;
        width: 100%;
    }
    .contenido5 .row:nth-child(5) .texto {
        padding: 0% 3% 0% 12%;
    }
    .contenido5 .row:nth-child(6) .texto {
        padding: 0% 9% 0% 6%;
    }
    .contenido5 .row:nth-child(6) .img img {
        width: 100%;
    }
    .contenido5 .row:nth-child(6) {
        padding: 0% 0% 7% 5%;
    }
    .contenido5 .row:nth-child(7) .texto {
        padding: 0% 4% 0% 11%;
    }
    .contenido5 .row:nth-child(7) {
        padding: 0% 4% 7% 0%;
    }
    .contenido5 .row:nth-child(8) .img img{
        width: 100%;
        padding: 0% 20% 0% 0%;
    }
    .contenido5 .row:nth-child(8) .texto {
        padding: 0% 9% 0% 8%;
    }
    .contenido5 .row:nth-child(9) .texto {
        padding: 0% 5% 0% 11%;
    }
    .contenido5 .row:nth-child(9) .img img{
        padding: 0% 0% 0% 18%;
    }
    .contenido5 .row:nth-child(10) h1 {
        padding: 0% 8.5% 0% 0%;
    }
    .contenido5 .row:nth-child(10) .texto {
        padding: 0% 9.5% 0% 8%;
    }
    /**************************************************************************/
    .contenido6 .box4 .col-custom2{        
        padding: unset !important;
        display: flex;
        align-items: center;
        justify-content: center !important;
    }
    .contenido6 .box4 .col-custom2 .imgWeb{
        display: unset;
        width: 90%;        
    }
    /**************************************************************************/
    .contenido7 .row:nth-child(3) .col-12:nth-child(2){
        justify-content: flex-start !important;
    }
    .contenido7 .row:nth-child(3) .col-12:nth-child(2) .imgWeb{
        display: unset;
    }
    .contenido8 h1 {
        padding: 0% 25%;
    }
    .contenido9 .tarjeta {
        margin-bottom: 5vh;
    }
}



/*LANDSCAPE COLUMNS*/
@media (max-width: 576px) and (orientation: landscape){
    .contenido5 h1{
        padding-bottom: 10% !important;
    }
    .contenido9 .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido10 {
        padding: 0%;
        height:100vh;
    }
    .contenido10 .imgWeb{
        display:none;
        height:100vh;
    }
    .contenido10 .imgMovil{
        display:block;
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) and (orientation: landscape){
    .contenido9 .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido1 .containerPaquete, .contenido6 .containerPaquete {
        padding: 5% 10%;
    }
    .contenido10 {
        padding: 0%;
        height:100vh;
    }
    .contenido10 .imgWeb{
        display:none;
        height:100vh;
    }
    .contenido10 .imgMovil{
        display:block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape){
    .imgWeb{
        display:block;
    }
    .imgMovil{
        display:none;
    }
    .contenido1 .row:nth-child(2), .contenido6 .row:nth-child(2) {
        width: 94.66%;
    }
    .contenido1 .containerPaquete, .contenido6 .containerPaquete {
        margin: 0% 0% 10% 0%;
    }
    .contenido6 .row:nth-child(3),     .contenido6 .row:nth-child(5) {
        background-color: #E6E6E6 ;
    }
    .contenido3 .row {
        padding: 0% 5%;
    }
    .contenido3 .icons {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(70px,1fr));
        align-items: baseline;
        justify-items: center;
    }
    .contenido3 .box {
        max-width: initial;
        min-width: 100%;
        margin: initial;
    }
    .contenido3 p {
        padding: 8% 0%;
    }
    .contenido3 .icons {
        grid-gap: 1em;
    }
    .contenido3 .box .container-image {
        max-width: 80px;
        height: auto;
    }
    .contenido3 p {
        font-size: 13px;
    }
    .contenido5 .col-12{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .contenido5 .row:nth-child(1) .col-12, .contenido5 .row:nth-child(11) .col-12{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contenido5 h1.title {
        text-align: left !important;
    }
    .contenido5 .row:nth-child(2) .texto {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(5) h1 {
        padding: 10% 0% 5% 6.6%;
    }
    .contenido5 .row:nth-child(6) .texto {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(8) .texto {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(8) h2 {
        padding: 5% 0% 0%;
    }
    .contenido5 .row:nth-child(8) p, .contenido5 .row:nth-child(8) a {
        padding: 0% 0%;
    }
    .contenido5 .row:nth-child(9) img {
        padding: 0% 0% 0% 6.6%;
    }
    .contenido5 .row:nth-child(9) h1 {
        padding: 10% 0% 5% 6.6%;
    }
    .contenido5 .row:nth-child(10) .texto {
        padding: 0 6.6%;
    }
    .contenido6 .row:nth-child(3), .contenido6 .row:nth-child(4), .contenido6 .row:nth-child(5) {
        width: 94.66%;
        margin: 1% auto;
    }
    .contenido6 .col-custom2:nth-child(1) {
        margin: 0% 1% 0% 0%;
    }
    .contenido6 {
        padding: 5% 0%;
    }
    .contenido6 .flex-column {
        -ms-flex-direction: row!important;
        flex-direction: row!important;
    }
    .contenido6 .box5 .col-12{

    }
    .contenido6 .justify-content-between{
        justify-content: center !important;
    }
    .contenido6 .col-custom2 {
        flex: 0 0 49.5%;
        max-width: 49.5%;
    }
    .contenido6.container-fluid {
        background-color: #E6E6E6 !important;
    }
    .contenido6 .row:nth-child(3) .col-12:nth-child(2){
        padding:0% !important;
    }
    .contenido6 .row:nth-child(4) .col-md-6{
        -ms-flex-direction: column!important;
        flex-direction: column!important;
        padding:2% 4% !important;
    }
    .contenido6 .row:nth-child(5) .col-12:nth-child(1){
        padding:0% 4% 0% 0% !important;
    }
    .contenido6 .row:nth-child(5) .col-12:nth-child(2){
        padding:0% 0% 0% 4% !important;
    }
    .contenido7 .row:nth-child(2) .col-12, .contenido7 .row:nth-child(3) .col-12{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .contenido7 .row:nth-child(2) img {
        display: none;
    }
    .contenido7 .row:nth-child(2) .imgWeb {
        margin:auto;
        display: block;
    }
    .contenido9 .col-12 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .contenido10 {
        padding: 1% 6% 5%;
        height:auto;
    }
    .contenido10 .imgWeb{
        height: auto;
        display:block;
    }
    .contenido10 .imgMovil{
        display:none;
    }
    .contenido11 hr {
        margin: 3% auto 7%;
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) and (orientation: landscape){
    .contenido3 .box .container-image img {
        width: auto;
        height: auto;
        max-width: 100px;
    }
    .contenido3 p {
        font-size: 14px;
    }
    .contenido3 .box .container-image img {
        width: auto;
        height: auto;
        max-width: 80px;
    }
    .contenido3 p {
        font-size: 12px;
    }
    .contenido3 .icons {
        grid-gap: 2em;
    }
}

@media (min-width: 1200px) and (orientation: landscape){
    .contenido3 p {
        font-size:14px;
    }
    .contenido3 .box {
        max-width: 300px;
    }
    .contenido3 .icons {
        grid-gap: 1.5em;
    }
    .contenido3 .row {
        padding: 0% 5%;
    }
}

@media (min-width: 1900px){
    .contenido2 .row {
        padding: 0% 22%;
    }
    .contenido3 .box .container-image img {
        width: auto;
        height: auto;
        max-width: 140px;
    }
    .contenido3 p {
        font-size: calc(19px + (20 - 19) * (100vw - 320px) / (1920 - 320));
    }
    .contenido3 .box {
        max-width: 320px;
    }
}

@media(min-width: 2300px) and (orientation: landscape){
    .contenido2 .row {
        padding: 0% 28%;
    }
    .contenido3 .row {
        padding: 0% 10%;
    }
    .contenido5 .row:nth-child(2) img {
        padding:0% 10%;
    }
    .contenido5 .row:nth-child(1){
        padding: 0% 10.2% 121px 14.16%;
    }
    .contenido5 .row:nth-child(2) .img{
        text-align: center;
    }
    .contenido5 .row:nth-child(2) .img .imgWeb{
        display: unset;
    }
    .contenido5 .row:nth-child(4){
        padding: 0% 0% 7% 5%;
    }
    .contenido5 .row:nth-child(4) .img{
        text-align: center;
        padding: unset !important;
    }
    .contenido5 .row:nth-child(4) .img .imgWeb{
        display: unset;
        width: 80%;
    }
    .contenido5 .row:nth-child(5) .img .imgWeb {
        display: unset;
        width: 90%;
    }
    .contenido5 .row:nth-child(5){
        padding: 0% 5% 7% 0%;
    }
    .contenido5 .row:nth-child(8) .img img{
        width: 100%;
    }
    /**************************************************************************/
    .contenido6 .box4 .col-custom2{        
        padding: unset !important;
        display: flex;
        align-items: center;
        justify-content: center !important;
    }
    .contenido6 .box4 .col-custom2 .imgWeb{
        display: unset;
        width: 70%;
        height: 70%;
    }
    /**************************************************************************/
    .contenido7{

    }
    .contenido7 .row:nth-child(3) .col-12:nth-child(2){
        justify-content: flex-start !important;
    }
    .contenido7 .row:nth-child(3) .col-12:nth-child(2) .imgWeb{
        display: unset;
    }
}



/*********************************************************************************/
/*******************************************************************************************************************/
/******************************************      PORTRAIT     *******************************************************/
/*******************************************************************************************************************/
/****************************  PORTRAIT DISPOSITIVO MOVIL CELULAR    *************************************/
@media only screen and (max-width: 320px) and (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /***************************************************************/
    .contenidoInicial .responsive{
        display: block;
    }
    .contenidoInicial.web .texto{
        display: none;
    }
    .contenidoInicial .responsive .texto{
        display: block;
    }
    .contenidoInicial.web .col-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*************************/
    .contenidoInicial {
        background-image: url(https://assets.claro360.com/suiteMedicinaIntegral/img001_OK.png);
        padding: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-position: left;
    }
    .contenidoInicial.web {
        height: auto;
        padding: 25vh 0 12vh;
        flex-direction: column;
    }
    .contenidoInicial .info {
        margin-top: 3rem;
    }
    .contenidoInicial .cajaInfo {
        width: 85%;
        border-radius: 40px;
    }  
    .contenidoInicial .cajaInfo .titulo {
        padding: 2rem 0 1rem;
        border-radius: 40px 40px 0 0;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 20px;
        line-height: .2;
    }
    .contenidoInicial.web > div.row.responsive > div > h3{
        margin-left: 0;
        margin-bottom: 3rem;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 12px;
        padding-bottom: 1rem;
        margin-bottom: 0;
    }
    .contenidoInicial button {
        font-size: 12px;
        width: 146px;
        padding: 3% 0% 4%;
    }
    .contenidoInicial .cajaInfo .cuerpo {
        padding: 3vh 0 1vh;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 12px;
        margin-bottom: .8rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 12%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 27%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 15px;
    }
    .contenidoInicial .cajaInfo .link hr {
        margin-bottom: .5rem;
        margin-top: 1rem;
    }
    /**********************************/
    .contenidoInicial .responsive{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 10vh;
    }
    .contenidoInicial .texto h3 {
        font-size: 25px;
        margin-bottom: 0;
        margin-left: 3rem;
    }
    .contenidoInicial .texto h2 {
        font-size: 38px;
        margin: .5rem 0 0.5rem;
    }
    .contenidoInicial .texto p {
        font-size: 12px;
        padding: 0px 1.5rem 2rem;
    }
    .contenidoInicial .textoCaja p {
        font-size: 12px;
        font-family: 'Helvetica-Neue-Regular';
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .contenidoInicial .texto span {
        margin-left: -3.2rem;
        margin-top: -1rem;
    }
    .contenidoInicial .texto span img{
        width: 40%;
    }
    .contenidoInicial .caja {
        background-color: rgba(255, 255, 255, .13);
        width: 90%;
        padding: 1rem 0;
        border-radius: 17px;
        margin-top: 0;
        margin-bottom: 1rem;
    }
}
@media only screen and (min-width: 321px) and (max-width:424px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /***************************************************************/
    .contenidoInicial .responsive{
        display: block;
    }
    .contenidoInicial.web .texto{
        display: none;
    }
    .contenidoInicial .responsive .texto{
        display: block;
    }
    .contenidoInicial.web .col-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*************************/
    .contenidoInicial {
        background-image: url(https://assets.claro360.com/suiteMedicinaIntegral/img001_OK.png);
        padding: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-position: left;
    }
    .contenidoInicial.web {
        height: auto;
        padding: 20vh 0 12vh;
        flex-direction: column;
    }
    .contenidoInicial .info {
        margin-top: 3rem;
    }
    .contenidoInicial .cajaInfo {
        width: 85%;
        border-radius: 40px;
    }  
    .contenidoInicial .cajaInfo .titulo {
        padding: 2rem 0 1.5rem;
        border-radius: 40px 40px 0 0;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 22px;
        line-height: .2;
    }
    .contenidoInicial.web > div.row.responsive > div > h3{
        margin-left: 0;
        margin-bottom: 3rem;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 14px;
        padding-bottom: 1rem;
        margin-bottom: 0;
    }
    .contenidoInicial button {
        font-size: 14px;
        width: 146px;
        padding: 2% 0% 3%;
    }
    .contenidoInicial .cajaInfo .cuerpo {
        padding: 3vh 0 1vh;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 12px;
        margin-bottom: .8rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 12%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 29%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 17px;
    }
    .contenidoInicial .cajaInfo .link hr {
        margin-bottom: .5rem;
        margin-top: 1rem;
    }
    /**********************************/
    .contenidoInicial .responsive{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 10vh;
    }
    .contenidoInicial .texto h3 {
        font-size: 28px;
        margin-bottom: 0;
        margin-left: 3.5rem;
    }
    .contenidoInicial .texto h2 {
        font-size: 42px;
        margin: .5rem 0 0.5rem;
    }
    .contenidoInicial .texto p {
        font-size: 12px;
        padding: 0px 2rem 3rem;
    }
    .contenidoInicial .textoCaja p {
        font-size: 12px;
        font-family: 'Helvetica-Neue-Regular';
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .contenidoInicial .texto span {
        margin-left: -2.2rem;
    }
    .contenidoInicial .texto span img{
        width: 53%;
    }
    .contenidoInicial .caja {
        background-color: rgba(255, 255, 255, .13);
        width: 85%;
        padding: 1rem 0;
        border-radius: 17px;
        margin-top: 0;
        margin-bottom: 1rem;
    }
}
/****************************  PORTRAIT DISPOSITIVO MOVIL TABLET     *************************************/
@media only screen and (min-width: 425px) and (max-width:600px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /***************************************************************/
    .contenidoInicial .responsive{
        display: block;
    }
    .contenidoInicial.web .texto{
        display: none;
    }
    .contenidoInicial .responsive .texto{
        display: block;
    }
    .contenidoInicial.web .col-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*************************/
    .contenidoInicial {
        background-image: url(https://assets.claro360.com/suiteMedicinaIntegral/img001_OK.png);
        padding: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-position: left;
    }
    .contenidoInicial.web {
        height: auto;
        padding: 15vh 0 15vh;
        flex-direction: column;
    }
    .contenidoInicial .info {
        margin-top: 4.5rem;
    }
    .contenidoInicial .cajaInfo {
        width: 70%;
    }  
    .contenidoInicial .cajaInfo .titulo {
        padding: 2rem 0 1.5rem;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 30px;
        line-height: .8;
    }
    .contenidoInicial.web > div.row.responsive > div > h3{
        margin-left: 0;
        margin-bottom: 3rem;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 15px;
    }
    .contenidoInicial button {
        font-size: 15px;
        width: 200px;
        padding: 2% 0%;
    }
    .contenidoInicial .cajaInfo .cuerpo {
        padding: 3vh 0 1vh;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 13px;
        margin-bottom: 1rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 10%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 22%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 18px;
    }
    .contenidoInicial .cajaInfo .link hr {
        margin-bottom: 1rem;
    }
    /**********************************/
    .contenidoInicial .responsive{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 10vh;
    }
    .contenidoInicial .texto h3 {
        font-size: 45px;
        margin-bottom: 0;
        margin-left: 2rem;
    }
    .contenidoInicial .texto h2 {
        font-size: 70px;
        margin: .5rem 0 0.5rem;
    }
    .contenidoInicial .texto p {
        font-size: 17px;
        padding: 0px 5.5rem 4rem;
    }
    .contenidoInicial .textoCaja p {
        font-size: 15px;
        font-family: 'Helvetica-Neue-Regular';
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .contenidoInicial .texto span {
        margin-left: -1rem;
    }
    .contenidoInicial .texto span img{
        width: 72%;
    }
    .contenidoInicial .caja {
        background-color: rgba(255, 255, 255, .13);
        width: 82%;
        padding: 2rem 0;
        border-radius: 40px;
        margin-top: 0;
        margin-bottom: 1rem;
    }
}
@media only screen and (min-width: 601px) and (max-width:679px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /***************************************************************/
    .contenidoInicial .responsive{
        display: block;
    }
    .contenidoInicial.web .texto{
        display: none;
    }
    .contenidoInicial .responsive .texto{
        display: block;
    }
    .contenidoInicial.web .col-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*************************/
    .contenidoInicial {
        background-image: url(https://assets.claro360.com/suiteMedicinaIntegral/img001_OK.png);
        padding: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-position: left;
    }
    .contenidoInicial.web {
        height: auto;
        padding: 15vh 0 15vh;
        flex-direction: column;
    }
    .contenidoInicial .info {
        margin-top: 6rem;
    }
    .contenidoInicial .cajaInfo {
        width: 70%;
    }  
    .contenidoInicial .cajaInfo .titulo {
        padding: 2rem 0 1.5rem;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 30px;
        line-height: .8;
    }
    .contenidoInicial.web > div.row.responsive > div > h3{
        margin-left: 0;
        margin-bottom: 3rem;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 15px;
    }
    .contenidoInicial button {
        font-size: 15px;
        width: 200px;
        padding: 2% 0%;
    }
    .contenidoInicial .cajaInfo .cuerpo {
        padding: 3vh 0 1vh;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 13px;
        margin-bottom: 1rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 10%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 22%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 18px;
    }
    .contenidoInicial .cajaInfo .link hr {
        margin-bottom: 1rem;
    }
    /**********************************/
    .contenidoInicial .responsive{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 10vh;
    }
    .contenidoInicial .texto h3 {
        font-size: 45px;
        margin-bottom: 0;
        margin-left: 2rem;
    }
    .contenidoInicial .texto h2 {
        font-size: 70px;
        margin: .5rem 0 0.5rem;
    }
    .contenidoInicial .texto p {
        font-size: 17px;
        padding: 0px 5.5rem 4rem;
    }
    .contenidoInicial .textoCaja p {
        font-size: 15px;
        font-family: 'Helvetica-Neue-Regular';
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .contenidoInicial .texto span {
        margin-left: -1rem;
    }
    .contenidoInicial .texto span img{
        width: 72%;
    }
    .contenidoInicial .caja {
        background-color: rgba(255, 255, 255, .13);
        width: 82%;
        padding: 2rem 0;
        border-radius: 40px;
        margin-top: 0;
        margin-bottom: 1rem;
    }
}
@media only screen and (min-width: 680px) and (max-width:767px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /*********************************************************/
    .contenidoInicial .responsive{
        display: block;
    }
    .contenidoInicial.web .texto{
        display: none;
    }
    .contenidoInicial .responsive .texto{
        display: block;
    }
    .contenidoInicial.web .col-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*************************/
    .contenidoInicial {
        background-image: url(https://assets.claro360.com/suiteMedicinaIntegral/img001_OK.png);
        padding: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-position: left;
    }
    .contenidoInicial.web {
        height: auto;
        padding: 15vh 0 15vh;
        flex-direction: column;
    }
    .contenidoInicial .info {
        margin-top: 6rem;
    }
    .contenidoInicial .cajaInfo {
        width: 70%;
    }  
    .contenidoInicial .cajaInfo .titulo {
        padding: 2rem 0 1.5rem;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 40px;
        line-height: .8;
    }
    .contenidoInicial.web > div.row.responsive > div > h3{
        margin-left: 0;
        margin-bottom: 3rem;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 20px;
    }
    .contenidoInicial button {
        font-size: 20px;
        width: 220px;
        padding: 2% 0%;
    }
    .contenidoInicial .cajaInfo .cuerpo {
        padding: 3vh 0 1vh;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 18px;
        margin-bottom: 1rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 12%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 32%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 23px;
    }
    .contenidoInicial .cajaInfo .link hr {
        margin-bottom: 1rem;
    }
    /**********************************/
    .contenidoInicial .responsive{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 10vh;
    }
    .contenidoInicial .texto h3 {
        font-size: 55px;
        margin-bottom: 0;
        margin-left: 2rem;
    }
    .contenidoInicial .texto h2 {
        font-size: 80px;
        margin: .5rem 0 0.5rem;
    }
    .contenidoInicial .texto p {
        font-size: 20px;
        padding: 0px 5.5rem 5rem;
    }
    .contenidoInicial .textoCaja p {
        font-size: 18px;
        font-family: 'Helvetica-Neue-Regular';
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .contenidoInicial .texto span {
        margin-left: 0rem;
    }
    .contenidoInicial .texto span img{
        width: 82%;
    }
    .contenidoInicial .caja {
        background-color: rgba(255, 255, 255, .13);
        width: 82%;
        padding: 2rem 0;
        border-radius: 40px;
        margin-top: 0;
        margin-bottom: 2rem;
    }
}
/**********************************  IPAD USADA EN LA EMPRESA    *******************************************/
@media only screen and (min-width: 768px) and (max-width:820px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /*********************************************************/
    .contenidoInicial .responsive{
        display: block;
    }
    .contenidoInicial.web .texto{
        display: none;
    }
    .contenidoInicial .responsive .texto{
        display: block;
    }
    .contenidoInicial.web .col-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*************************/
    .contenidoInicial {
        background-image: url(https://assets.claro360.com/suiteMedicinaIntegral/img001_OK.png);
        padding: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-position: left;
    }
    .contenidoInicial.web {
        height: auto;
        padding: 10vh 0 15vh;
        flex-direction: column;
    }
    .contenidoInicial .info {
        margin-top: 6rem;
    }
    .contenidoInicial .cajaInfo {
        width: 60%;
    }  
    .contenidoInicial .cajaInfo .titulo {
        padding: 3rem 0 2rem;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 40px;
        line-height: .8;
    }
    .contenidoInicial.web > div.row.responsive > div > h3{
        margin-left: 0;
        margin-bottom: 3rem;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 20px;
    }
    .contenidoInicial button {
        font-size: 20px;
        width: 220px;
        padding: 2% 0%;
    }
    .contenidoInicial .cajaInfo .cuerpo {
        padding: 3vh 0 1vh;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 18px;
        margin-bottom: 1rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 9%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 29%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 23px;
    }
    .contenidoInicial .cajaInfo .link hr {
        margin-bottom: 1rem;
    }
    /**********************************/
    .contenidoInicial .responsive{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 10vh;
    }
    .contenidoInicial .texto h3 {
        font-size: 65px;
        margin-bottom: 0;
        margin-left: 2rem;
    }
    .contenidoInicial .texto h2 {
        font-size: 90px;
        margin: .5rem 0 0.5rem;
    }
    .contenidoInicial .texto p {
        font-size: 24px;
        padding: 0px 5rem 6rem;
    }
    .contenidoInicial .textoCaja p {
        font-size: 22px;
        font-family: 'Helvetica-Neue-Regular';
        padding-bottom: 0;
    }
    .contenidoInicial .texto span img{
        width: 93%;
    }
    .contenidoInicial .caja {
        background-color: rgba(255, 255, 255, .13);
        width: 82%;
        padding: 2rem 0;
        border-radius: 40px;
        margin-top: 0;
        margin-bottom: 2rem;
    }
}
/****************************  PORTRAIT DISPOSITIVO MOVIL LAPTOP     ************************************/
@media only screen and (min-width: 821px) and (max-width:991px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /*********************************************************/
    .contenidoInicial .responsive{
        display: block;
    }
    .contenidoInicial.web .texto{
        display: none;
    }
    .contenidoInicial .responsive .texto{
        display: block;
    }
    .contenidoInicial.web .col-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*************************/
    .contenidoInicial {
        background-image: url(https://assets.claro360.com/suiteMedicinaIntegral/img001_OK.png);
        padding: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-position: left;
    }
    .contenidoInicial.web {
        height: auto;
        padding: 10vh 0 15vh;
        flex-direction: column;
    }
    .contenidoInicial .info {
        margin-top: 6rem;
    }
    .contenidoInicial .cajaInfo {
        width: 60%;
    }  
    .contenidoInicial .cajaInfo .titulo {
        padding: 3rem 0 2rem;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 40px;
        line-height: .8;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 20px;
    }
    .contenidoInicial button {
        font-size: 20px;
        width: 220px;
        padding: 2% 0%;
    }
    .contenidoInicial .cajaInfo .cuerpo {
        padding: 3vh 0 1vh;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 18px;
        margin-bottom: 1rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 9%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 29%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 23px;
    }
    .contenidoInicial .cajaInfo .link hr {
        margin-bottom: 1rem;
    }
    /**********************************/
    .contenidoInicial .responsive{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 10vh;
    }
    .contenidoInicial .texto h3 {
        font-size: 65px;
        margin-bottom: 0;
        margin-left: 2rem;
    }
    .contenidoInicial.web > div.row.responsive > div > h3{
        margin-left: 0;
        margin-bottom: 4rem;
    }
    .contenidoInicial .texto h2 {
        font-size: 90px;
        margin: .5rem 0 0.5rem;
    }
    .contenidoInicial .texto p {
        font-size: 24px;
        padding: 0px 7rem 6rem;
    }
    .contenidoInicial .textoCaja p {
        font-size: 22px;
        font-family: 'Helvetica-Neue-Regular';
        padding-bottom: 0;
    }
    .contenidoInicial .texto span img{
        width: 93%;
    }
    .contenidoInicial .caja {
        background-color: rgba(255, 255, 255, .13);
        width: 82%;
        padding: 2rem 0;
        border-radius: 40px;
        margin-top: 0;
        margin-bottom: 2rem;
    }
}
@media only screen and (min-width: 992px) and (max-width:1150px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /*********************************************************/
    .contenidoInicial .responsive{
        display: none;
    }
    .contenidoInicial.web .texto{
        display: block;
    }
    .contenidoInicial .responsive .texto{
        display: none;
    }
    .contenidoInicial.web .col-8{
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .contenidoInicial.web .col-4{
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    /*************************/
    .contenidoInicial {
        background-image: url('https://assets.claro360.com/suiteMedicinaIntegral/img001_OK.jpg');
        height: auto;
        padding: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .contenidoInicial.web{
        padding-top: 11vh;
        padding-bottom: 15vh;
    }
    .contenidoInicial .info {
        margin-top: 10rem;
    }
    .contenidoInicial .cajaInfo {
        width: 90%;
    }  
    .contenidoInicial .cajaInfo .titulo {
        padding: 3rem 0 2rem;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 35px;
        line-height: .8;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 22px;
    }
    .contenidoInicial button {
        font-size: 22px;
        width: 180px;
        padding: 2% 0%;
    }
    .contenidoInicial .cajaInfo .cuerpo {
        padding: 3vh 0 1vh;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 13px;
        margin-bottom: 1.5rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 12%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 30%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 25px;
    }
    .contenidoInicial .cajaInfo .link hr {
        margin-bottom: 1rem;
    }
    .contenidoInicial .texto .cajaText p {
        font-size: 12px;
    }
    .contenidoInicial .cajaText {
        padding: 2rem 1rem;
        width: 95%;
    }
    /**********************************/
    .contenidoInicial .responsive{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 10vh;
    }
    .contenidoInicial .texto h3 {
        margin-bottom: 0;
        margin-left: 0rem;
    }
    .contenidoInicial.web > div:nth-child(1) > div.col-8.texto > h3{
        margin-left: 0;
        margin-bottom: 4rem;
    }
    .contenidoInicial .texto h2 {
        font-size: 70px;
        margin: 1rem 0 0rem;
    }
    .contenidoInicial .texto p {
        font-size: 18px;
        padding: 0px 6rem 5rem;
    }
    .contenidoInicial .textoCaja p {
        font-size: 28px;
        font-family: 'Helvetica-Neue-Regular';
        padding-bottom: 0;
    }
    .contenidoInicial .caja {
        background-color: transparent;
        width: 100%;
        padding: 2rem 0;
        border-radius: 40px;
        margin-top: 0;
        margin-bottom: 3rem;
    }
}
/****************************  PORTRAIT DISPOSITIVO PC ESCRITORIO     ***********************************/
@media only screen and (min-width: 1151px) and (max-width:1199px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /*********************************************************/
    .contenidoInicial .responsive{
        display: none;
    }
    .contenidoInicial.web .texto{
        display: block;
    }
    .contenidoInicial .responsive .texto{
        display: none;
    }
    .contenidoInicial.web .col-8{
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .contenidoInicial.web .col-4{
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    /*************************/
    .contenidoInicial {
        background-image: url('https://assets.claro360.com/suiteMedicinaIntegral/img001_OK.jpg');
        height: auto;
        padding: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .contenidoInicial.web{
        padding-top: 8vh;
        padding-bottom: 15vh;
    }
    .contenidoInicial .info {
        margin-top: 10rem;
    }
    .contenidoInicial .cajaInfo {
        width: 90%;
    }  
    .contenidoInicial .cajaInfo .titulo {
        padding: 3rem 0 2rem;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 35px;
        line-height: .8;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 22px;
    }
    .contenidoInicial button {
        font-size: 22px;
        width: 180px;
        padding: 2% 0%;
    }
    .contenidoInicial .cajaInfo .cuerpo {
        padding: 3vh 0 1vh;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 16px;
        margin-bottom: 1.5rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 12%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 30%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 25px;
    }
    .contenidoInicial .cajaInfo .link hr {
        margin-bottom: 1rem;
    }
    .contenidoInicial .texto .cajaText p {
        font-size: 15px;
    }
    .contenidoInicial .cajaText {
        padding: 2rem 1rem;
        width: 95%;
    }
    /**********************************/
    .contenidoInicial .responsive{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 10vh;
    }
    .contenidoInicial .texto h3 {
        margin-bottom: 0;
        margin-left: 0rem;
    }
    .contenidoInicial.web > div:nth-child(1) > div.col-8.texto > h3{
        margin-left: 0;
        margin-bottom: 4rem;
    }
    .contenidoInicial .texto h2 {
        font-size: 100px;
        margin: 1rem 0 0rem;
    }
    .contenidoInicial .texto p {
        font-size: 20px;
        padding: 0px 6rem 5rem;
    }
    .contenidoInicial .textoCaja p {
        font-size: 28px;
        font-family: 'Helvetica-Neue-Regular';
        padding-bottom: 0;
    }
    .contenidoInicial .caja {
        background-color: transparent;
        width: 100%;
        padding: 2rem 0;
        border-radius: 40px;
        margin-top: 0;
        margin-bottom: 3rem;
    }
}
@media only screen and (min-width: 1200px) and (max-width:3000px) and  (orientation: portrait){
    body{
        overflow-x:hidden;
    }
    /*********************************************************/
    .contenidoInicial .responsive{
        display: none;
    }
    .contenidoInicial.web .texto{
        display: block;
    }
    .contenidoInicial .responsive .texto{
        display: none;
    }
    .contenidoInicial.web .col-8{
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .contenidoInicial.web .col-4{
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    /*************************/
    .contenidoInicial {
        background-image: url('https://assets.claro360.com/suiteMedicinaIntegral/img001_OK.jpg');
        height: auto;
        padding: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .contenidoInicial.web{
        padding-top: 8vh;
        padding-bottom: 15vh;
    }
    .contenidoInicial .info {
        margin-top: 10rem;
    }
    .contenidoInicial .cajaInfo {
        width: 90%;
    }  
    .contenidoInicial .cajaInfo .titulo {
        padding: 3rem 0 2rem;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 35px;
        line-height: .8;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 22px;
    }
    .contenidoInicial button {
        font-size: 22px;
        width: 180px;
        padding: 2% 0%;
    }
    .contenidoInicial .cajaInfo .cuerpo {
        padding: 3vh 0 1vh;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 16px;
        margin-bottom: 1.5rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 12%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 30%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 25px;
    }
    .contenidoInicial .cajaInfo .link hr {
        margin-bottom: 1rem;
    }
    .contenidoInicial .texto .cajaText p {
        font-size: 15px;
    }
    .contenidoInicial .cajaText {
        padding: 2rem 1rem;
        width: 95%;
    }
    /**********************************/
    .contenidoInicial .responsive{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 10vh;
    }
    .contenidoInicial .texto h3 {
        margin-bottom: 0;
        margin-left: 0rem;
    }
    .contenidoInicial.web > div:nth-child(1) > div.col-8.texto > h3{
        margin-left: 0;
        margin-bottom: 4rem;
    }
    .contenidoInicial .texto h2 {
        font-size: 100px;
        margin: 1rem 0 0rem;
    }
    .contenidoInicial .texto p {
        font-size: 20px;
        padding: 0px 6rem 5rem;
    }
    .contenidoInicial .textoCaja p {
        font-size: 28px;
        font-family: 'Helvetica-Neue-Regular';
        padding-bottom: 0;
    }
    .contenidoInicial .caja {
        background-color: transparent;
        width: 100%;
        padding: 2rem 0;
        border-radius: 40px;
        margin-top: 0;
        margin-bottom: 3rem;
    }
}


/*******************************************************************************************************************/
/******************************************      LANDSCAPE     ****************************************************/
/*******************************************************************************************************************/
/****************************  LANDSCAPE DISPOSITIVO MOVIL CELULAR    ***********************************/
@media only screen and (max-width: 424px) and (orientation: landscape){
    body{
        overflow-x:hidden;
    }
    /***************************************************************/
    contenidoInicial .responsive{
        display: block;
    }
    .contenidoInicial.web .texto{
        display: none;
    }
    .contenidoInicial .responsive .texto{
        display: block;
    }
    .contenidoInicial.web .col-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*************************/
    .contenidoInicial {
        background-image: url(https://assets.claro360.com/suiteMedicinaIntegral/img001_OK.png);
        padding: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .contenidoInicial.web {
        height: auto;
        padding: 25vh 0 12vh;
        flex-direction: column;
    }
    .contenidoInicial .info {
        margin-top: 8rem;
        padding:0 10%;
    }
    .contenidoInicial .cajaInfo {
        width: 85%;
        border-radius: 40px;
    }  
    .contenidoInicial .cajaInfo .titulo {
        padding: 2rem 0 1rem;
        border-radius: 40px 40px 0 0;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 20px;
        line-height: .2;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 12px;
        padding-bottom: 1rem;
        margin-bottom: 0;
    }
    .contenidoInicial button {
        font-size: 14px;
        width: 146px;
        padding: 3% 0% 4%;
    }
    .contenidoInicial .cajaInfo .cuerpo {
        padding: 3vh 0 1vh;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 12px;
        margin-bottom: 1.5rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 10%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 27%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 15px;
    }
    .contenidoInicial .cajaInfo .link hr {
        margin-bottom: .5rem;
        margin-top: 1rem;
    }
    /**********************************/
    .contenidoInicial .responsive{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 10vh;
    }
    .contenidoInicial .texto h3 {
        font-size: 25px;
        margin-bottom: 0;
        margin-left: 5rem;
    }
    .contenidoInicial.web > div.row.responsive > div > h3{
        margin-left: 0;
        margin-bottom: 3rem;
    }
    .contenidoInicial .texto h2 {
        font-size: 38px;
        margin: .5rem 0 0.5rem;
    }
    .contenidoInicial .texto p {
        font-size: 12px;
        padding: 0px 1.5rem 2rem;
    }
    .contenidoInicial .textoCaja p {
        font-size: 12px;
        font-family: 'Helvetica-Neue-Regular';
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .contenidoInicial .texto span {
        margin-left: -4.2rem;
        margin-top: -1.8rem;
    }
    .contenidoInicial .texto span img{
        width: 40%;
    }
    .contenidoInicial .caja {
        background-color: rgba(255, 255, 255, .13);
        width: 90%;
        padding: 1rem 0;
        border-radius: 17px;
        margin-top: 0;
        margin-bottom: 1rem;
    }
}
@media only screen and (min-width: 425px) and (max-width:600px) and  (orientation: landscape){
    body{
        overflow-x:hidden;
    }
    /***************************************************************/
    contenidoInicial .responsive{
        display: block;
    }
    .contenidoInicial.web .texto{
        display: none;
    }
    .contenidoInicial .responsive .texto{
        display: block;
    }
    .contenidoInicial.web .col-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*************************/
    .contenidoInicial {
        background-image: url(https://assets.claro360.com/suiteMedicinaIntegral/img001_OK.png);
        padding: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .contenidoInicial.web {
        height: auto;
        padding: 20vh 0 12vh;
        flex-direction: column;
    }
    .contenidoInicial .info {
        margin-top: 10rem;
        padding:0% 15%;
    }
    .contenidoInicial .cajaInfo {
        width: 85%;
        border-radius: 40px;
    }  
    .contenidoInicial .cajaInfo .titulo {
        padding: 2rem 0 1.5rem;
        border-radius: 40px 40px 0 0;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 22px;
        line-height: .2;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 14px;
        padding-bottom: 1rem;
        margin-bottom: 0;
    }
    .contenidoInicial button {
        font-size: 14px;
        width: 146px;
        padding: 2% 0% 3%;
    }
    .contenidoInicial .cajaInfo .cuerpo {
        padding: 3vh 0 1vh;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 12px;
        margin-bottom: 1.3rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 12%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 29%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 17px;
    }
    .contenidoInicial .cajaInfo .link hr {
        margin-bottom: .5rem;
        margin-top: 1rem;
    }
    /**********************************/
    .contenidoInicial .responsive{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 10vh;
    }
    .contenidoInicial .texto h3 {
        font-size: 28px;
        margin-bottom: 0;
        margin-left: 7.5rem;
    }
    .contenidoInicial.web > div.row.responsive > div > h3{
        margin-left: 0;
        margin-bottom: 3rem;
    }
    .contenidoInicial .texto h2 {
        font-size: 42px;
        margin: .5rem 0 0.5rem;
    }
    .contenidoInicial .texto p {
        font-size: 12px;
        padding: 0px 2rem 3rem;
    }
    .contenidoInicial .textoCaja p {
        font-size: 12px;
        font-family: 'Helvetica-Neue-Regular';
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .contenidoInicial .texto span {
        margin-top: -2.7rem;
        margin-left: -5.2rem;
    }
    .contenidoInicial .texto span img{
        width: 40%;
    }
    .contenidoInicial .caja {
        background-color: rgba(255, 255, 255, .13);
        width: 85%;
        padding: 1rem 0;
        border-radius: 17px;
        margin-top: 0;
        margin-bottom: 1rem;
    }
}
@media only screen and (min-width: 601px) and (max-width:679px) and  (orientation: landscape){
    body{
        overflow-x:hidden;
    }
    /***************************************************************/
    contenidoInicial .responsive{
        display: block;
    }
    .contenidoInicial.web .texto{
        display: none;
    }
    .contenidoInicial .responsive .texto{
        display: block;
    }
    .contenidoInicial.web .col-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*************************/
    .contenidoInicial {
        background-image: url(https://assets.claro360.com/suiteMedicinaIntegral/img001_OK.png);
        padding: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .contenidoInicial.web {
        height: auto;
        padding: 15vh 0 15vh;
        flex-direction: column;
    }
    .contenidoInicial .info {
        margin-top: 10rem;
        padding: 0% 15%;
    }
    .contenidoInicial .cajaInfo {
        width: 70%;
    }  
    .contenidoInicial .cajaInfo .titulo {
        padding: 2rem 0 1.5rem;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 30px;
        line-height: .8;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 15px;
    }
    .contenidoInicial button {
        font-size: 15px;
        width: 200px;
        padding: 2% 0%;
    }
    .contenidoInicial .cajaInfo .cuerpo {
        padding: 3vh 0 1vh;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 13px;
        margin-bottom: 1rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 10%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 22%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 18px;
    }
    .contenidoInicial .cajaInfo .link hr {
        margin-bottom: 1rem;
    }
    /**********************************/
    .contenidoInicial .responsive{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 10vh;
    }
    .contenidoInicial .texto h3 {
        font-size: 45px;
        margin-bottom: 0;
        margin-left: 2rem;
    }
    .contenidoInicial.web > div.row.responsive > div > h3{
        margin-left: 0;
        margin-bottom: 3rem;
    }
    .contenidoInicial .texto h2 {
        font-size: 70px;
        margin: .5rem 0 0.5rem;
    }
    .contenidoInicial .texto p {
        font-size: 17px;
        padding: 0px 5.5rem 4rem;
    }
    .contenidoInicial .textoCaja p {
        font-size: 15px;
        font-family: 'Helvetica-Neue-Regular';
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .contenidoInicial .texto span {
        margin-left: -1rem;
    }
    .contenidoInicial .texto span img{
        width: 72%;
    }
    .contenidoInicial .caja {
        background-color: rgba(255, 255, 255, .13);
        width: 82%;
        padding: 1.2rem 0;
        border-radius: 40px;
        margin-top: 0;
        margin-bottom: 1rem;
    }
}
@media only screen and (min-width: 680px) and (max-width:767px) and  (orientation: landscape){
    body{
        overflow-x:hidden;
    }
    /***************************************************************/
    contenidoInicial .responsive{
        display: block;
    }
    .contenidoInicial.web .texto{
        display: none;
    }
    .contenidoInicial .responsive .texto{
        display: block;
    }
    .contenidoInicial.web .col-4{
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*************************/
    .contenidoInicial {
        background-image: url(https://assets.claro360.com/suiteMedicinaIntegral/img001_OK.png);
        padding: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .contenidoInicial.web {
        height: auto;
        padding: 15vh 0 15vh;
        flex-direction: column;
    }
    .contenidoInicial .info {
        margin-top: 10rem;
        padding: 0% 15%;
    }
    .contenidoInicial .cajaInfo {
        width: 70%;
    }  
    .contenidoInicial .cajaInfo .titulo {
        padding: 2rem 0 1.5rem;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 30px;
        line-height: .8;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 15px;
    }
    .contenidoInicial button {
        font-size: 15px;
        width: 200px;
        padding: 2% 0%;
    }
    .contenidoInicial .cajaInfo .cuerpo {
        padding: 3vh 0 1vh;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 13px;
        margin-bottom: 1rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 10%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 22%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 18px;
    }
    .contenidoInicial .cajaInfo .link hr {
        margin-bottom: 1rem;
    }
    /**********************************/
    .contenidoInicial .responsive{
        height: auto;
        padding-top: 15vh;
        padding-bottom: 10vh;
    }
    .contenidoInicial .texto h3 {
        font-size: 45px;
        margin-bottom: 0;
        margin-left: 2rem;
    }
    .contenidoInicial.web > div.row.responsive > div > h3{
        margin-left: 0;
        margin-bottom: 3rem;
    }
    .contenidoInicial .texto h2 {
        font-size: 70px;
        margin: .5rem 0 0.5rem;
    }
    .contenidoInicial .texto p {
        font-size: 17px;
        padding: 0px 5.5rem 4rem;
    }
    .contenidoInicial .textoCaja p {
        font-size: 15px;
        font-family: 'Helvetica-Neue-Regular';
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .contenidoInicial .texto span {
        margin-left: -1rem;
    }
    .contenidoInicial .texto span img{
        width: 72%;
    }
    .contenidoInicial .caja {
        background-color: rgba(255, 255, 255, .13);
        width: 82%;
        padding: 1.5rem 0;
        border-radius: 40px;
        margin-top: 0;
        margin-bottom: 1rem;
    }
}
@media only screen and (min-width: 768px) and (max-width:820px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    /**************************************/
    .contenidoInicial .responsive{
        display: none;
    }
    .contenidoInicial {
        padding-top: 45vh;
        padding-bottom: 35vh;
    }
    .contenidoInicial .texto {
        top: 2.9em;
    }
    .contenidoInicial .texto h2 {
        font-size: 60px;
        margin: 1rem 0 0rem;
    }
    .contenidoInicial .texto h3 {
        font-size: 30px;
        margin-left: 3rem;
        margin-bottom: 0;
    }
    .contenidoInicial .texto span img{
        width: 40%;
    }
    .contenidoInicial .texto span {
        margin-left: -3rem;
        margin-top: -.65rem;
    }
    .contenidoInicial .texto p {
        font-size: 12px;
        padding: 0 3rem;
    }
    .contenidoInicial .texto .cajaText p {
        font-size: 11px;
    }
    .contenidoInicial .caja {
        margin-top: 4%;
    }
    .contenidoInicial .cajaText {
        padding: 1rem 2rem 0rem;
        width: 100%;
    }
    /*************************/
    .contenidoInicial .cajaInfo .titulo {
        border-radius: 30px 30px 0 0;
        padding: 1.5rem 0 1rem;
    }
    .contenidoInicial .cajaInfo {
        border-radius: 30px;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 20px;
        line-height: .5;
    }
    .contenidoInicial.web > div:nth-child(1) > div.col-8.texto > h3{
        margin-left: 0;
        margin-bottom: 3rem;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 10px; 
        margin-bottom: 1rem;
    }
    .contenidoInicial button {
        font-size: 11px;
    }
    .contenidoInicial button {
        width: 110px;
        padding: 2% 0%;
    }
    .contenidoInicial .cajaInfo {
        padding: 0 0 4vh;
    }
    .contenidoInicial .cajaInfo .cuerpo {
        padding: 4vh 0 1vh;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 9.5px;
        margin-bottom: .5rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 10%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 22%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 9.5px;
    }
    .contenidoInicial .cajaInfo {
        width: 199px;
    } 
}

/****************************  LANDSCAPE DISPOSITIVO MOVIL TABLET     ************************************/
@media only screen and (min-width: 821px) and (max-width:991px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .row{
        width:100%;
        margin:0;
    }
    /**************************************/
    .contenidoInicial .responsive{
        display: none;
    }
    .contenidoInicial {
        padding-top: 30vh;
        padding-bottom: 25vh;
    }
    .contenidoInicial .texto {
        top: 3.6em;
    }
    .contenidoInicial .texto h2 {
        font-size: 60px;
        margin: 1rem 0 0;
    }
    .contenidoInicial .texto h3 {
        font-size: 30px;
        margin-left: 3rem;
        margin-bottom: 0;
    }
    .contenidoInicial.web > div:nth-child(1) > div.col-8.texto > h3{
        margin-left: 0;
        margin-bottom: 3rem;
    }
    .contenidoInicial .texto span img{
        width: 40%;
    }
    .contenidoInicial .texto span {
        margin-left: -3rem;
        margin-top: -.7rem;
    }
    .contenidoInicial .texto p {
        font-size: 12px;
        padding: 0 4rem;
    }
    .contenidoInicial .texto .cajaText p {
        font-size: 11px;
    }
    .contenidoInicial .caja {
        margin-top: 4%;
    }
    .contenidoInicial .cajaText {
        padding: 1rem 2rem 0rem;
        width: 100%;
    }
    /*************************/
    .contenidoInicial .cajaInfo .titulo {
        border-radius: 50px 50px 0 0;
        padding: 1.5rem 0 1rem;
    }
    .contenidoInicial .cajaInfo {
        border-radius: 50px;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 20px;
        line-height: .5;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 10px; 
        margin-bottom: 1rem;
    }
    .contenidoInicial button {
        font-size: 11px;
    }
    .contenidoInicial button {
        width: 110px;
        padding: 2% 0%;
    }
    .contenidoInicial .cajaInfo {
        padding: 0 0 2vh;
    }
    .contenidoInicial .cajaInfo .cuerpo {
        padding: 2vh 0 1vh;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 10px;
        margin-bottom: .5rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 8%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 25%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 10px;
    }
    .contenidoInicial .cajaInfo {
        width: 220px;
    } 
}
@media only screen and (min-width: 992px) and (max-width:1150px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .row{
        width:100%;
        margin:0;
    }
    /**************************************/
    .contenidoInicial .responsive{
        display: none;
    }
    .contenidoInicial {
        padding-top: 25vh;
        padding-bottom: 25vh;
    }
    .contenidoInicial .texto {
        top: 0.7em;
    }
    .contenidoInicial .texto h2 {
        font-size: 80px;
        margin: 2rem 0 0;
    }
    .contenidoInicial .texto h3 {
        font-size: 40px;
        margin-left: 3rem;
        margin-bottom: 0;
    }
    .contenidoInicial.web > div:nth-child(1) > div.col-8.texto > h3{
        margin-left: 0;
        margin-bottom: 3rem;
    }
    .contenidoInicial .texto span img{
        width: 65%;
    }
    .contenidoInicial .texto span {
        margin-left: -1.3rem;
        margin-top: -1.6rem;
    }
    .contenidoInicial .texto p {
        font-size: 15px;
        padding: 0 4rem;
    }
    .contenidoInicial .texto .cajaText p {
        font-size: 13px;
    }
    .contenidoInicial .caja {
        margin-top: 4%;
    }
    .contenidoInicial .cajaText {
        padding: 1.5rem 3rem 0.5rem;
        width: 95%;
    }
    /*************************/
    .contenidoInicial .cajaInfo .titulo {
        border-radius: 50px 50px 0 0;
        padding: 1.5rem 0 1rem;
    }
    .contenidoInicial .cajaInfo {
        border-radius: 50px;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 22px;
        line-height: .5;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 12px; 
        margin-bottom: 1.5rem;
    }
    .contenidoInicial button {
        font-size: 13px;
    }
    .contenidoInicial button {
        width: 116px;
        padding: 2% 0%;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 11px;
        margin-bottom: .5rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 12%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 22%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 11px;
    }
    .contenidoInicial .cajaInfo {
        width: 259px;
    } 
    .contenido2 .container-icons {
        padding: 1% 4%;
    }
}

/****************************  LANDSCAPE DISPOSITIVO MOVIL LAPTOP     ************************************/
@media only screen and (min-width: 1151px) and (max-width:1199px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .row{
        width:100%;
        margin:0;
    }
    /********************************************************/
    .contenidoInicial .responsive{
        display: none;
    }
    .contenidoInicial {
        padding-top: 25vh;
        padding-bottom: 25vh;
    }
    .contenidoInicial .texto {
        top: 1.7em;
    }
    .contenidoInicial .texto h2 {
        font-size: 80px;
        margin: 2rem 0 0;
    }
    .contenidoInicial .texto h3 {
        font-size: 40px;
        margin-left: 3rem;
        margin-bottom: 0;
    }
    .contenidoInicial.web > div:nth-child(1) > div.col-8.texto > h3{
        margin-left: 0;
        margin-bottom: 3rem;
    }
    .contenidoInicial .texto span img{
        width: 56%;
    }
    .contenidoInicial .texto span {
        margin-left: -2rem;
        margin-top: -1rem;
    }
    .contenidoInicial .texto p {
        font-size: 15px;
        padding: 0 8rem;
    }
    .contenidoInicial .texto .cajaText p {
        font-size: 13px;
    }
    .contenidoInicial .cajaText {
        padding: 1.5rem 3rem 0.5rem;
        width: 90%;
    }
    /*************************/
    .contenidoInicial .cajaInfo .titulo {
        border-radius: 50px 50px 0 0;
        padding: 1.5rem 0 1rem;
    }
    .contenidoInicial .cajaInfo {
        border-radius: 50px;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 22px;
        line-height: .5;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 12px; 
        margin-bottom: 1.5rem;
    }
    .contenidoInicial button {
        font-size: 13px;
    }
    .contenidoInicial button {
        width: 116px;
        padding: 2% 0%;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 11px;
        margin-bottom: .5rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 12%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 22%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 11px;
    }
    .contenidoInicial .cajaInfo {
        width: 259px;
    } 
}
@media only screen and (min-width: 1200px) and (max-width:1360px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .row{
        width:100%;
        margin:0;
    }
    /*********************************************************************/
    .contenidoInicial .responsive{
        display: none;
    }
    .contenidoInicial {
        padding-top: 25vh;
        padding-bottom: 25vh;
    }
    .contenidoInicial .texto {
        top: 1.8em;
    }
    .contenidoInicial .texto h2 {
        font-size: 80px;
        margin: 2rem 0 0;
    }
    .contenidoInicial .texto h3 {
        font-size: 40px;
        margin-left: 3rem;
        margin-bottom: 0;
    }
    .contenidoInicial.web > div:nth-child(1) > div.col-8.texto > h3{
        margin-left: 0;
        margin-bottom: 3rem;
    }
    .contenidoInicial .texto span img{
        width: 56%;
    }
    .contenidoInicial .texto span {
        margin-left: -2rem;
        margin-top: -1rem;
    }
    .contenidoInicial .texto p {
        font-size: 15px;
        padding: 0 9rem;
    }
    .contenidoInicial .texto .cajaText p {
        font-size: 13px;
    }
    .contenidoInicial .cajaText {
        padding: 1.5rem 3rem 0.5rem;
        width: 85%;
    }
    /*************************/
    .contenidoInicial .cajaInfo .titulo {
        border-radius: 50px 50px 0 0;
        padding: 1.5rem 0 1rem;
    }
    .contenidoInicial .cajaInfo {
        border-radius: 50px;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 22px;
        line-height: .5;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 12px; 
        margin-bottom: 1.5rem;
    }
    .contenidoInicial button {
        font-size: 13px;
    }
    .contenidoInicial button {
        width: 116px;
        padding: 2% 0%;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 12px;
        margin-bottom: .5rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 12%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 22%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 11px;
    }
    .contenidoInicial .cajaInfo {
        width: 259px;
    }
}

/****************************  LANDSCAPE DISPOSITIVO PC ESCRITORIO     ***********************************/
@media only screen and (min-width: 1361px) and (max-width:1899px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .row{
        width:100%;
        margin:0;
    }
    /********************************************************/
    .contenidoInicial .responsive{
        display: none;
    }
    .contenidoInicial {
        padding-top: 24vh;
    }
    .contenidoInicial .texto {
        top: 2.7em;/*1vh*/
    }
    .contenidoInicial .texto h2 {
        font-size: 100px;
        margin: 2rem 0 0;
    }
    .contenidoInicial .texto h3 {
        font-size: 46px;
        margin-left: 3rem;
        margin-bottom: 0;
    }
    .contenidoInicial.web > div:nth-child(1) > div.col-8.texto > h3{
        margin-left: 0;
        margin-bottom: 3rem;
    }
    .contenidoInicial .texto span img{
        width: 60%;
    }
    .contenidoInicial .texto span {
        margin-left: -1.6rem;
        margin-top: -.9rem;
    }
    .contenidoInicial .texto p {
        font-size: 19px;
        padding: 0 8rem;
    }
    .contenidoInicial .texto .cajaText p {
        font-size: 15px;
    }
    .contenidoInicial .cajaText {
        padding: 1.5rem 3rem 0.5rem;
        width: 85%;
    }
    /*************************/
    .contenidoInicial .cajaInfo .titulo {
        border-radius: 50px 50px 0 0;
        padding: 1.5rem 0 1rem;
    }
    .contenidoInicial .cajaInfo {
        border-radius: 50px;
    }
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 24px;
        line-height: .5;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 13px;       
    }
    .contenidoInicial button {
        font-size: 14px;
    }
    .contenidoInicial button {
        width: 145px;
        padding: 2% 0%;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 12px;
        margin-bottom: .5rem;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 10%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 25%;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 14px;
    }
    .contenidoInicial .cajaInfo {
        width: 309px;
    } 
}
@media only screen and (min-width: 1900px) and (max-width:2299px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .row{
        width:100%;
        margin:0;
    }
    .contenidoInicial .responsive{
        display: none;
    }
    .contenidoInicial .texto {
        top: 3.4vh;
    }
    .contenidoInicial .texto h2 {
        margin: 3rem 0 0;
    }
    .contenidoInicial.web > div:nth-child(1) > div.col-8.texto > h3{
        margin-left: 0;
        margin-bottom: 5rem;
    }
}
@media only screen and (min-width: 2300px) and (max-width:2599px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .row{
        width:100%;
        margin:0;
    }
    .contenidoInicial .responsive{
        display: none;
    }
    /**************************************************/
    .contenidoInicial {
        padding-top: 16vh;
    }
    .contenidoInicial .texto {
        top: 5.2vh;
    }
    .contenidoInicial .texto h2 {
        font-size: 170px;
    }
    .contenidoInicial .texto h3 {
        font-size: 90px;
    }
    .contenidoInicial .texto h2 {
        margin: 3rem 0 0;
    }
    .contenidoInicial.web > div:nth-child(1) > div.col-8.texto > h3{
        margin-left: 0;
        margin-bottom: 5rem;
    }
    .contenidoInicial .texto p {
        font-size: 30px;
        padding: 0 18rem;
    }
    .contenidoInicial .texto span img{
        width: 130%;
    }
    .contenidoInicial .texto span {
        margin-top: -0.7rem;
        margin-left: 1.5rem;
    }
    .contenidoInicial .cajaText {
        padding: 3rem 4rem;
        width: 75%;
    }
    .contenidoInicial .texto .cajaText p {
        font-size: 28px;
    }
    /***************************/
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 42px;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 24px;
    }
    .contenidoInicial button {
        font-size: 25px;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 13%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 40%;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 22px;
    }
    .contenidoInicial .cajaInfo{
        width: 569px;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 22px;
    }
}
@media only screen and (min-width: 2600px) and (max-width:3599px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .row{
        width:100%;
        margin:0;
    }
    /**************************************************/
    .contenidoInicial .responsive{
        display: none;
    }
    .contenidoInicial {
        padding-top: 15vh;
    }
    .contenidoInicial .texto {
        top: 5.6vh;
    }
    .contenidoInicial .texto h2 {
        font-size: 180px;
    }
    .contenidoInicial .texto h3 {
        font-size: 100px;
    }
    .contenidoInicial .texto h2 {
        margin: 3rem 0 0;
    }
    .contenidoInicial.web > div:nth-child(1) > div.col-8.texto > h3{
        margin-left: 0;
        margin-bottom: 5rem;
    }
    .contenidoInicial .texto p {
        font-size: 35px;
        padding: 0 18rem;
    }
    .contenidoInicial .texto span img{
        width: 150%;
    }
    .contenidoInicial .texto span {
        margin-top: 0rem;
        margin-left: 1.5rem;
    }
    .contenidoInicial .cajaText {
        padding: 3rem 4rem;
        width: 85%;
    }
    .contenidoInicial .texto .cajaText p {
        font-size: 32px;
    }
    /***************************/
    .contenidoInicial .cajaInfo .titulo h3 {
        font-size: 52px;
    }
    .contenidoInicial .cajaInfo .titulo p {
        font-size: 26px;
    }
    .contenidoInicial button {
        font-size: 27px;
    }
    .contenidoInicial .cajaInfo .cuerpo p img {
        width: 13%;
    }
    .contenidoInicial .cajaInfo .cuerpo p img.cuarto {
        width: 34%;
    }
    .contenidoInicial .cajaInfo .cuerpo p {
        font-size: 24px;
    }
    .contenidoInicial .cajaInfo{
        width: 609px;
    }
    .contenidoInicial .cajaInfo .link a {
        font-size: 26px;
    }
}