@font-face {
    font-family: 'DINPro-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/DINPro-Bold_13934.ttf') format('truetype');
}
@font-face {
    font-family: 'Helvetica-Neue-Light';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Helvetica/HelveticaNeueLight.ttf') format('truetype');
}
@font-face {
    font-family: 'Helvetica-Neue-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Helvetica/helvetica-neue-lt-std-75-bold-590b9e7229917.otf') format('opentype');
}
@font-face {
    font-family: 'Helvetica-Neue-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Helvetica/HelveticaNeueRegular.ttf') format('truetype');
}
/******************************Generales****************************************/
html{
    height: 100%;
    width: 100%;
    background-color:#FFFFFF;
}
body{
    background-color:#FFFFFF;
}
.row, .segmento{
    width:100%;
    margin:0;
}
img, .background{    
    image-rendering:-webkit-optimize-contrast; /* Safari         */
    image-rendering:optimize-contrast;         /* CSS3 Proposed  */
    -ms-interpolation-mode:nearest-neighbor;   /* IE8+           */
    max-width:100%;
}
.background{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height:100vh;
}
.contenido1, .contenido2, .contenido3, .contenido4,.contenido5, 
.contenido6, .contenido7, .contenido8,.contenido9, .contenido10, footer{
    position: relative;
    z-index:1;
    margin-top:-1px;
}
.container-fluid{
    background-color:#000;
}
/***********************************************************************************/
.contenidoInicial.web{
    display: block;
}
.contenidoInicial.responsive{
    display: none;
}
.contenidoInicial {
    background-image: url('https://assets.claro360.com/storeSuiteInstitucional/Seccion2_soloimagen.png');
    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: 0;
}
.contenidoInicial .texto h3{
    font-family: 'DINPro-Bold'; 
    font-size: 71px;
}
.contenidoInicial .texto span {
    transform: translate(0, -10%);
    display: inline-block;
    width: 17%;
    margin-left: 0;
}
.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 .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: #9F2240;
}
.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: #9F2240;
}
.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 .titulos{
    background-color: #000;
}
.contenido1 .title{
    font-size: calc(36px + (64 - 36) * (100vw - 320px) / (1920 - 320));
    font-family: 'DINPro-Bold';
    color:#fff;
}
.contenido1 .subtitle{
    font-size: calc(10px + (22 - 10) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
    color:#fff;
}
.contenido1 .paquetes{
    background-color: #313131;
    justify-content: space-evenly;
}
.contenido1 .paquetes .textoPaquetes h4{
    font-size: 40px;
    font-family: 'DINPro-Bold';
    color: #fff;
    padding-top: 3%;
    padding-bottom: 3%;
}
.contenido1 .paquetes h1, .contenido1 .paquetes h2, .contenido6 .paquetes h1, .contenido6 .paquetes h2{
    font-size: calc(22px + (32 - 22) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color:#fff;
    margin:0;
}
.contenido1 .paquetes .col-custom:nth-child(1) button, .contenido6 .paquetes .col-custom:nth-child(1) button {
    background-color: #9F2240;
    border: none;
    color: #FFF;
}
.contenido1 .paquetes .col-custom:nth-child(2) h1, 
.contenido1 .paquetes .col-custom:nth-child(3) h1,
.contenido1 .paquetes .col-custom:nth-child(4) h1,
.contenido1 .paquetes .col-custom:nth-child(5) 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,
.contenido6 .paquetes .col-custom:nth-child(5) h1{
    /*padding-bottom: 42px;*/
}
.contenido1 .paquetes h2, .contenido6 .paquetes h2{
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    padding-bottom:25px;
}
.contenido1 .paquetes button, .contenido6 .paquetes button{
    font-size: calc(14px + (14 - 14) * (100vw - 320px) / (1920 - 320));
    font-family: 'DINPro-Bold';
    color:#fff;
    border:1px solid #fff;
    border-radius:70px;
    width:152px;
    padding:1.8%;
    outline:none;
    cursor:pointer;
    background-color: #313131;

}
.contenido1 .paquetes button:hover, .contenido6 .paquetes button:hover{
    color:#ffffff;
    background-color:#9F2240;
    border-color: #9F2240;
    transition:background .6s, color .5s;
}
.contenido1 hr, .contenido6 hr{
    margin-top:32px;
    margin-bottom:32px;
    color: #707070; 
    background-color: #707070;
    height:1px;
}
.contenido1 .paquetes img, .contenido6 .paquetes img{
    margin: 7px 0px;
}
.contenido1 .paquetes h3, .contenido6 .paquetes h3{
    font-size: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
    color: #fff;
    margin:11px 0px;
}
.contenido1 .paquetes .first-paragraph, .contenido6 .paquetes .first-paragraph{
    color:#9F2240;
    font-family: 'Helvetica-Neue-Bold';
}
.contenido1 hr.styleTwo, .contenido6 hr.styleTwo{
    margin-top:32px;
    margin-bottom:30px;
    color: #FFFFFF; 
    background-color: #FFFFFF;
    height:0px;
}
.contenido1 .paquetes a, .contenido6 .paquetes a{
    font-size: calc(20px + (17 - 20) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
    color:#418BE2;
    margin-bottom:50px;
    display:block;
}
.inactive{
    background-image: url(https://assets.claro360.com/landingsMexico360/gobierno/storeSuiteInstitucional/web/nube02.png);
    height: 53px;
    width: 53px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}
.contenido1 .paquetes .col-custom:nth-child(1) .inactive, .contenido6 .paquetes .col-custom:nth-child(1) .inactive {
    background-image: url(https://assets.claro360.com/landingsMexico360/gobierno/storeSuiteInstitucional/web/nube01.png);
}
.inactive:hover .active{
    visibility: visible;
    transition:all .5s;
}
.active{
    background-image: url(https://assets.claro360.com/landingsMexico360/gobierno/storeSuiteInstitucional/web/nube01.png);
    height: 53px;
    width: 53px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    visibility: hidden;
}

.contenido1 h6{
    font-size: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320));
    font-family: 'DINPro-Bold';
    color:#000000;
}
.contenido1 .titleText{
    background-color: #F7F7F7;
    padding: 4% 0% 3.5% 0%;
}
.contenido1 h6{
    font-size: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320));
    font-family: 'DINPro-Bold';
    color:#ffffff;
}
.contenido1 .titleText{
    background-color: #313131;
    padding: 4% 0% 3.5% 0%;
}
.contenido1 .row:nth-child(2) {
    background-color: #313131;
}
.paquetesTexto {
    color: #ffffff;
}
.activacion-personal {
    height: 63px;
}
.contenido1 .paquetes .first-paragraph, .contenido6 .paquetes .first-paragraph {
    min-height: 30px;
}
.contenido1 .paquetes > div:nth-child(1) > .containerTitles > h1,
.contenido6 .paquetes > div:nth-child(1) > .containerTitles > h1{
    padding-top:29px;
}
.contenido1 .paquetes .col-custom:nth-child(2) h1, .contenido1 .paquetes .col-custom:nth-child(3) h1, 
.contenido1 .paquetes .col-custom:nth-child(4) h1{
    padding: 7% 0 16.2% !important;
}
.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: 71px !important;/*6*/
}
.contenido1 .row:nth-child(2), .contenido6 .row:nth-child(2){
    margin-top:-1px !important;
}
.paquetesTexto{
    font-size: calc(14px + (32 - 14) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color:#ffffff;
}
.paquetesCaja{
    padding: 3% 0% 0%;
}
.contenido1 .row:nth-child(2){
    background-color:#313131;   
}
.contenido1 .containerPaquete, .contenido6 .containerPaquete {
    margin-top:-1px !important;
}
/***********************************************************************************/
.contenido2{
    height:auto;
    padding-top:82px;
    padding-bottom:82px;
    background-color: #000;
}
.contenido2 .tituloNuevo h1{
    font-size: 80px;
    color: #fff;
    font-family: 'DINPro-Bold';
}
.contenido2  h1, .contenido3 h1{
    font-size: calc(16px + (32 - 16) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color: #fff;
}
.contenido2 .row{
    padding: 0% 5%;
}
.contenido2 .container-icons{
    padding:0% 0%;
}
.contenido2 p.title{
    font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color: #fff;
}
.contenido2 p{
    font-size: calc(10px + (15 - 10) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
    color: #fff;
    margin:0;
}
.contenido2 .box-icon{
    max-width:104px;
    margin: 0% 0.5%;
}
.boxContainer{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(70px,1fr));
    grid-gap: 1em;
    align-items: baseline;
    justify-items: center;
}
.contenido2 .container-icons{
    padding: 1% 4%;
}
/***********************************************************************************/
.contenido3{
    height:auto;
    background-color: #000;
}
.contenido3 .row{
    padding:0% 8%;
}
.contenido3 h2{
    font-size: calc(10px + (22 - 10) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
    color: #fff;
}
.contenido3 p{
    font-size: calc(19px + (20 - 19) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color: #fff;
    padding-top: 8%;
}
.contenido3 .box{
    max-width:230px;
}
.contenido3 .box .container-image{
    width:130px;
    height:155px;
    margin:auto;
    display: flex;
    align-items: flex-end;
}
.contenido3 .box .container-image img{
    width:100%;
    height:auto;
}
.contenido3 .icons{
    padding:5% 0%;
}
/***********************************************************************************/
.contenido4{
    background-image:url('https://assets.claro360.com/suiteEmpresarial/seccion3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height:100vh;
}
.contenido4 h1{
    font-size: calc(36px + (42 - 36) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color:#000000;
    padding-top: 60%;
}
/***********************************************************************************/
.contenido5{
    background-color:#91EFFC;
    height:auto;
}
.contenido5 .row:nth-child(1){
    padding:0% 15.33%;
}
.contenido5 h1{
    font-size: calc(36px + (120 - 36) * (100vw - 320px) / (1920 - 320));
    font-family: 'DINPro-Bold';
    color:#008699;
    margin:0;
    padding:13% 0% 3% 0%;
}
.contenido5 h2{
    font-size: calc(16px + (42 - 16) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color:#000000;
    padding: 0% 37% 13% 0%;
}
.contenido5 .row:nth-child(2) .texto{
    padding:0% 5%;
}
.contenido5 a{
    font-size: calc(13px + (24 - 13) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
    color:#0E8FD3;
    display:block;
    margin:3% 0%;
}
.contenido5 .row:nth-child(5), .contenido5 .row:nth-child(6), .contenido5 .row:nth-child(7){
    padding:7% 0%;
}
.contenido5 .row:nth-child(8){
    padding:0% 10.88% 15%;
}
.contenido5 .row:nth-child(8) hr{
    border:2px solid #000000;
}
.contenido5 h3{
    font-size: calc(36px + (60 - 36) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color:#1D1D1F;
    padding: 1% 0%;
}
.contenido5 h4{
    font-size: calc(14px + (32 - 14) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
    color:#1D1D1F;
    padding:1% 0%;
}
/***********************************************************************************/
.contenido6{
    padding: 5% 0%;    
}
.contenido6 .box1{
    background-color: #313131;
}
.contenido6 .title{
    font-size: calc(36px + (60 - 36) * (100vw - 320px) / (1920 - 320));
    font-family: 'DINPro-Bold';
    color: #fff;
    margin:0px;
}
.contenido6 .subtitle{
    font-size: calc(10px + (32 - 10) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
    color: #fff;
}
.contenido6 .subtitle2{
    font-size: calc(10px + (32 - 10) * (100vw - 320px) / (1920 - 320));
    font-family: 'DINPro-Bold';
    color: #fff;
    padding-bottom: 5%;
}
.contenido6 .paquetes{
    background-color: #313131;
    justify-content: space-evenly;
}
.contenido6.container-fluid{
    background-color: #000 !important;
    justify-content: space-evenly;
}
.contenido6 .box2, .contenido6 .box4{
    background-color:#ffffff;
}
.contenido6 .box3 div, .contenido6 .box5 div{
    background-color: #ffffff;
    padding: 0% 0% 0% 0%;
}
.contenido6 .box3 .col-custom:nth-child(2){
    padding: 0% 0% 0% 4% !important;
}
.contenido6 h4{
    font-size: calc(30px + (60 - 30) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    color:#1D1D1F;
}
.contenido6 h5{
    font-size: calc(10px + (32 - 10) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
    color:#1D1D1F;
}
.contenido6 a{
    font-family:  'Helvetica-Neue-Regular';
    color:#0E8FD3;
    font-size: calc(12px + (24 - 12) * (100vw - 320px) / (1920 - 320));
}
.contenido6 .col-custom2{
    -ms-flex: 0 0 49.5%;
    flex: 0 0 49.5%;
    max-width: 49.5%;
}
.contenido6 .col-custom2:nth-child(1){
    margin:0% 1% 0% 0%;
}
.contenido6 .col-custom2:nth-child(1) h4, .contenido6 .col-custom2:nth-child(2) h4{
    padding:5% 0% 0% 0%;
}
.contenido6 .col-custom2:nth-child(1) h5, .contenido6 .col-custom2:nth-child(2) h5{
    padding:2% 0% 5% 0%;
}
.contenido6 .box4 .col-custom2:nth-child(1){
    padding:0% 9%;
}
.contenido6 .box3 img{
    margin:auto;
}
.contenido6 {
    padding: 5% 0%;
}
.contenido6.container-fluid {
    background-color: #000000 !important;
}
.contenido6 div{
    background-color:#313131 !important;
}
.contenido6 h2{
    font-size: calc(16px + (32 - 16) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
    color:#000000;
    padding: 0% 0% 2% 0%;
}
.contenido6 .subtitle {
    font-family: 'DINPro-Bold';
    font-size: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320));
}
/***********************************************************************************/
.contenido7{
    background-color:#DBDBDB;
    padding: 2% 0%;
}
.contenido7 .column{
    padding: 5%;
}
.contenido7 .column2{
    padding: 0px 5% 5% 5%;
}
.contenido7 .row:nth-child(1) img{
    max-width:285px;
}
.contenido7 h1{
    color: #000000;
    font-size: calc(36px + (72 - 36) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    display: inline-block;
    margin: 0 3% 0px;
}
.contenido7 h2{
    color: #000000;
    font-size: calc(18px + (42 - 18) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
}
.contenido7 p{
    font-family:  'Helvetica-Neue-Regular';
    color:#000000;
    font-size: calc(10px + (32 - 10) * (100vw - 320px) / (1920 - 320));
    line-height: 40px;
}
.contenido7 a{
    font-family:  'Helvetica-Neue-Regular';
    color:#0E8FD3;
    font-size: calc(12px + (24 - 12) * (100vw - 320px) / (1920 - 320));
}
.contenido7 .row:nth-child(2) img{
    max-width:100%;
    margin:auto;
    display: block;
}
.contenido7 .row:nth-child(2) h1, .contenido7 .row:nth-child(3) h1{
    color:#008699;
    font-size: calc(36px + (120 - 36) * (100vw - 320px) / (1920 - 320));
    font-family: 'DINPro-Bold';
    margin:2% 0%;
}
.contenido7 .row:nth-child(2) h2, .contenido7 .row:nth-child(3) h2{
    font-family: 'Helvetica-Neue-Bold';
    color:#000000;
    font-size: calc(16px + (42 - 16) * (100vw - 320px) / (1920 - 320));
    margin: 0% 0% 12%;
}
/***********************************************************************************/
.contenido8{
    padding:4% 0%;
}
.contenido8 h1{
    color: #1D1D1F;
    font-size: calc(30px + (60 - 30) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
}
.contenido8 h2{
    color: #1D1D1F;
    font-size: calc(18px + (35 - 18) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    padding: 5% 0% 0% 0%;
}
.contenido8 h3{
    color: #1D1D1F;
    font-size: calc(18px + (25 - 18) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
}
.contenido8 h4{
    color: #1D1D1F;
    font-size: calc(14px + (17 - 14) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
}
.contenido8 p, .contenido8 p>li{
    color: #1D1D1F;
    font-size: calc(10px + (17 - 10) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
}
.contenido8 p, .contenido8 li{
    color: #1D1D1F;
    font-size: calc(10px + (17 - 10) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
}
.contenido8 a{
    font-family:  'Helvetica-Neue-Regular';
    color:#0E8FD3;
    font-size: calc(10px + (17 - 10) * (100vw - 320px) / (1920 - 320));
}
.contenido8 hr{
    border:2px solid #000000;
    width:92.17%;
}
.contenido8 .row{
    width:85.33%;
    margin:auto;
}

/***********************************************************************************/
.contenido9{
    background-color:#ffffff;
    width:100%;
    height: auto;
    padding: 1% 3%;
}
.contenido9 .cajaTarjetas{
    display: flex;
    justify-content: center;
}
.contenido9 .tarjeta{
    text-align: center;
    margin-bottom:2vh;
}
.contenido9 .tarjeta .card{
    width: 100%;
    height: 100% !important;
    box-shadow: 0px 3px 30px rgba(0,0,0,0.3);
}
.contenido9 .tarjeta .card .imgCard{
    height: 40vh;
}
.contenido9 .tarjeta .card .imgCard img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.contenido9 .tarjeta .card .card-body{
    height: auto;
    text-align: left;
    padding: 10%;
    background-color:#008699;
}
.contenido9 .tarjeta .card .card-body p{
    font-family: 'Helvetica-Neue-Bold' !important;
    font-size: calc(20px + (42 - 20) * (100vw - 320px) / (1920 - 320));
    line-height: 46px;
    color:#ffffff;
}
.contenido9 .tarjeta .card .card-body .textoGris{
    font-family: 'Helvetica-Neue-Bold' !important;
    font-size: calc(20px + (40 - 20) * (100vw - 320px) / (1920 - 320));
    color: #86868B;
}
/*----------------------------------------------------------------------------------*/
.contenido10{
    background-color: #ffffff;
    padding: 1% 16%;
}
.contenido10 .row{
    height: 100%;
}
.contenido10 img{
    position:relative;
    width:100%;
}
.contenido10 .col-12{
    padding:0;
}
.contenido10 .caja2{
    display: flex;
    justify-content: center;
    align-items: center;    
}
.contenido10 .cajaTexto2{
    position:absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenido10 .cajaTexto2 p{
    font-family: 'Helvetica-Neue-Bold' !important;
    text-align: center;
    font-size: calc(30px + (42 - 30) * (100vw - 320px) / (1920 - 320));
    color: #fff;
    padding: 0 20%;
    line-height: 46px;

}
/*----------------------------------------------------------------------------------*/
.contenidoCentrado{
    background-image:url('https://assets.claro360.com/storeSuiteInstitucional/Seccion2_soloimagen.png');
    padding: 2% 0%;
}
.contenidoCentrado h1{
    color:#FFFFFF;
    font-size: calc(36px + (71 - 36) * (100vw - 320px) / (1920 - 320));
    font-family: 'DINPro-Bold';
    vertical-align: middle;
}
.contenidoCentrado img{
    max-width: 260px;
    padding-bottom: 60px;
}
.contenidoCentrado h2{
    color:#FFFFFF;
    font-size: calc(50px + (130 - 50) * (100vw - 320px) / (1920 - 320));
    font-family: 'DINPro-Bold';
}
.contenidoCentrado p{
    color:#FFFFFF;
    font-size: calc(22px + (26 - 22) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Bold';
    padding: 5% 10%;
}
.contenidoCentrado .glassBox{
    background-color:rgba(255,255,255, 0.2);
    border-radius:36px;
    padding: 0% 7% 0% 2.8%;
}
.contenidoCentrado .glassBox div{
    max-width: 100%;
}
.contenidoCentrado .glassBox p{
    color:#FFFFFF;
    font-size: calc(22px + (27 - 22) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
    padding: 8% 2%;
}
/*----------------------------------------------------------------------------------*/
.contenidoInfIzq{
    background-image:url('https://assets.claro360.com/landingsMexico360/gobierno/storeSuiteInstitucional/web1/Secc3_ok.png');
}
.contenidoInfIzq h1{
    color: #fff;
    font-size: calc(30px + (80 - 30) * (100vw - 320px) / (1920 - 320));
    font-family: 'DINPro-Bold';
}
.contenidoInfIzq  p{
    color: #fff;
    font-size: calc(21px + (32 - 21) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
}
.contenidoInfIzq .row div{
    padding: 0% 10% 13.5% 5%;
}
/*----------------------------------------------------------------------------------*/
.contenidoInfDer{
    background-image:url('https://assets.claro360.com/landingsMexico360/gobierno/storeSuiteInstitucional/web1/Secc4_ok.png');
}
.contenidoInfDer h1{
    color: #fff;
    font-size: calc(30px + (80 - 30) * (100vw - 320px) / (1920 - 320));
    font-family: 'DINPro-Bold';
}
.contenidoInfDer  p{
    color: #fff;
    font-size: calc(21px + (32 - 21) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
}
.contenidoInfDer .row div{
    padding: 0% 5% 17.5% 11%;
}
/*----------------------------------------------------------------------------------*/
.contenidoInfIzq2{
    background-image:url('https://assets.claro360.com/storeSuiteInstitucional/Seccion5.png');
}
.contenidoInfIzq2 h1{
    color: #fff;
    font-size: calc(30px + (80 - 30) * (100vw - 320px) / (1920 - 320));
    font-family: 'DINPro-Bold';
}
.contenidoInfIzq2  p{
    color: #fff;
    font-size: calc(21px + (32 - 21) * (100vw - 320px) / (1920 - 320));
    font-family: 'Helvetica-Neue-Regular';
}
.contenidoInfIzq2 .row div{
    padding: 0% 10% 13.5% 5%;
}

footer{
    background-color: #000000;
}





/*GENERAL RESPONSIVE*/

/*// Mobile devices col */
@media (max-width: 575px) {
    .imgWeb{
        display:none;
    }
    .imgMovil{
        display:block;
    }
    /***********************************************************************************/
    .contenido1 .row:nth-child(2), .contenido6 .row:nth-child(1), .contenido6 .row:nth-child(2){
        background-color: #000000;
    }
    .contenido1 .col-custom:nth-child(n+1) .containerTitles, .contenido6 .col-custom:nth-child(n+1) .containerTitles {
        background-color: #313131;
        border-radius: 20px 20px 0px 0px;
    }
    .contenido1 .paquetes,
    .contenido6 .paquetes {
        background-color: #000000;
    }
    .contenido1 .row:nth-child(1),    .contenido1 .row:nth-child(2), .contenido6 .row:nth-child(1){
        width:94.66%;
        margin:auto;
    }
    .contenido1 .row:nth-child(2),   .contenido1 .row:nth-child(3), .contenido6 .row:nth-child(2){
        width:85.66%;
        margin:auto;
    }

    .contenido1 .paquetes > div,
    .contenido6 .paquetes > div {
        margin-bottom: 15%;
    }

    .contenido1 .containerTitles,
    .contenido6 .containerTitles {
        background-color: #313131;
        border-radius: 20px 20px 0 0;
    }

    .contenido1 .containerPaquete,
    .contenido6 .containerPaquete {
        background-color: #313131;
        margin-bottom: 0;
        border-radius: 0 0 20px 20px;
    }

    .contenido6 .row {
        background-color: #000000;
    }

    .contenido1 .titleText {
        background-color: #000000;
        padding: 5% 18%;
    }
    .contenido1 .col-custom:nth-child(n+2) .containerTitles, 
    .contenido6 .col-custom:nth-child(n+2) .containerTitles{
        background-color: #313131;
        border-radius: 20px 20px 0px 0px;
    }
    .contenido1 .col-custom:nth-child(n+2) .containerPaquete,
    .contenido6 .col-custom:nth-child(n+2) .containerPaquete{
        border-radius: 0px 0px 20px 20px;
    }
    /***********************************************************************************/
    .contenido2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .contenido2 .row{
        padding: 0% 5%;
    }
    .contenido2 .tituloNuevo h1{
        font-size: 42px;
        padding-bottom: 5%;
    }
    .contenido2 h1, .contenido3 h1 {
        width: 83%;
        margin: auto;
    }
    .contenido2 .container-icons {
        padding: 10% 0%;
    }
    .contenido2 .box-icon {
        max-width: 75px;
        margin: 0% 1%;
    }    
    /***********************************************************************************/
    .contenido3 .row {
        padding: 0% 7%;
    }
    .contenido3 h2{
        padding-top:10%;
    }
    .contenido3 .box {
        padding: 4% 0%;
    }
    .contenido3 .box {
        max-width: 100%;
        min-width: 100%;
        margin:auto;
    }
    .contenido3 p {
        padding: 8% 5%;
    }
    /***********************************************************************************/
    .contenido4 {
        background-image: url(https://assets.claro360.com/suiteEmpresarial/Responsive/IMGr.png);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contenido4 h1 {
        padding: 0% 10%;
    }
    /***********************************************************************************/
    .contenido5 h1 {
        padding: 13% 0% 13% 0%;
    }
    .contenido5 h2{
        padding: 15% 0%;
    }
    .contenido5 .row:nth-child(1) {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(2) .texto {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(3) {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(3) h2{
        padding: 15% 0% 0%;
    }
    .contenido5 .row:nth-child(4) .img{
        padding: 15% 6.6% !important;
    }
    .contenido5 .row:nth-child(4) .texto {
        padding: 0% 6.6% !important;
    }
    .contenido5 .row:nth-child(4) h2{
        padding: 15% 0% 0%;
    }
    .contenido5 .row:nth-child(5) h1{
        padding: 5% 5.8% 15%;
    }
    .contenido5 .row:nth-child(5) img{
        padding: 0% 0% 0% 30%;
    }
    .contenido5 .row:nth-child(5) h2,
    .contenido5 .row:nth-child(5) a{
        padding: 3% 6.6%;
    }
    .contenido5 .row:nth-child(6) h1{
        padding: 5% 5.8% 15%;
    }
    .contenido5 .row:nth-child(6) {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(7) h1{
        padding: 5% 5.8% 15%;
    }
    .contenido5 .row:nth-child(7) h2{
        padding: 15% 0% 0%;
    }
    .contenido5 .row:nth-child(7) {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(8) {
        padding: 15% 6.6%;
    }
    .contenido5 .row:nth-child(8) h3{
        padding: 1% 0% 5%;
    }
    .contenido5 .row:nth-child(8) .first-line{
        display:none;
    }
    .contenido5 .row:nth-child(8) hr {
        border: 1px solid #000000;
    }
    /***********************************************************************************/
    .contenido6 {
        padding: 0% 0%;
    }
    .contenido6 .containerPaquete,     .contenido6 .col-custom .containerTitles{
        background-color:#313131 !important;
    }
    .contenido6.container-fluid, .contenido6 div{
        background-color: #000000 !important;
    }
    .contenido6 .col-custom:nth-child(1) .containerTitles{
        border-radius: 20px 20px 0px 0px;
    }
    .contenido6 .col-custom:nth-child(1) .containerPaquete{
        border-radius: 0px 0px 20px 20px;
    }
    .contenido6 .inactive,  .contenido6 .active{
        background-color:transparent !important;
    }
    .contenido6 h2 {
        padding: 2% 0% 15% 0%;
    }
    .contenido6 .subtitle {
        padding: 0% 0% 10% 0%;
    }
    /***********************************************************************************/
    .contenido7 .row:nth-child(1) img {
        max-width: 182px;
        margin: auto;
    }
    .contenido7 h1 {
        padding: 0% 0%;
    }
    .contenido7 p {
        line-height: normal;
        padding: 5% 0%;
    }
    .contenido7 .row:nth-child(2) .imgWeb{
        display: none;
    }
    .contenido7 .row:nth-child(1), .contenido7 .row:nth-child(2){
        padding: 0% 6.6%;
    }
    .contenido7 .row:nth-child(2) img{
        max-width: 80%;
    }
    .contenido7 .column {
        padding: 0%;
    }
    .contenido7 .column2 {
        padding: 0px 0% 5% 0%;
    }
    .contenido7 .row:nth-child(3) h2,     .contenido7 .row:nth-child(3) a{
        padding: 0% 8.6%;
    }
    .contenido7 .row:nth-child(3) div:nth-child(1){
        display: flex;
        justify-content: end;
        flex-direction: column;
    }
    .contenido7 img{
        max-height: 400px;;
        object-fit: contain;
    }
    /***********************************************************************************/
    .contenido8 hr {
        border: 1px solid #000000;
    }
    .contenido8 br {
        display:none;
    }
    .contenido8 h3 {
        padding: 10% 0% 0% 0% !important;
    }
    /***********************************************************************************/
    .contenido9 .tarjeta .card .card-body{
        height: auto;
    }
    .contenido9 .tarjeta .card .card-body p {
        line-height: normal;
    }
    /***********************************************************************************/
    .contenido10{
        padding:0;
        height:100vh;
    }
    .contenido10 .cajaTexto2 p {
        padding: 0 12%;
    }
    .contenido10 img {
        height: 100vh;
        object-fit: cover;
    }
    /***********************************************************************************/
    .contenidoCentrado .row div{
        padding: 5% 5%;
    }
    .contenidoCentrado .glassBox p {
        padding: 8% 5%;
    }
    .contenidoInfIzq{
        background-image: url(https://assets.claro360.com/landingsMexico360/gobierno/storeSuiteInstitucional/responsive/Seccion3.png);
    }
    .contenidoInfDer{
        background-image: url(https://assets.claro360.com/landingsMexico360/gobierno/storeSuiteInstitucional/responsive/Seccion4.png);
    }
    .contenidoInfIzq2{
        background-image: url(https://assets.claro360.com/storeSuiteInstitucional/Responsive/Seccion5.png);
    }
}

/*// Ipads, Tablets col-sm*/
@media only screen and (min-width: 576px) and (max-width:767px){
    .imgWeb{
        display:none;
    }
    .imgMovil{
        display:block;
    }
    /***********************************************************************************/
    .contenido1 .row:nth-child(1),    .contenido1 .row:nth-child(2), .contenido6 .row:nth-child(1){
        width:94.66%;
        margin:auto;
    }
    .contenido1 .row:nth-child(2),   .contenido1 .row:nth-child(3), .contenido6 .row:nth-child(2){
        width:90.66%;
        margin:auto;
    }
    .contenido1 .row:nth-child(2), .contenido6 .row:nth-child(1), .contenido6 .row:nth-child(2){
        background-color: #000000;
    }
    .contenido1 .col-custom:nth-child(n+1) .containerTitles, .contenido6 .col-custom:nth-child(n+1) .containerTitles {
        background-color: #313131;
        border-radius: 20px 20px 0px 0px;
    }
    .contenido1 .row:nth-child(2), .contenido1 .row:nth-child(3), .contenido6 .row:nth-child(1), .contenido6 .row:nth-child(2) {
        background-color: #000000;
    }
    .contenido1 .paquetes > div:nth-child(1) > .containerTitles > h1, .contenido6 .paquetes > div:nth-child(1) > .containerTitles > h1 {
        padding-top: 27px;
    }
    .contenido1 .containerPaquete,
    .contenido6 .containerPaquete,
    .contenido6 .paquetes,
    .contenido6 .row {
        background-color: #313131;
    }

    .contenido1 .paquetes > div,
    .contenido6 .paquetes > div {
        margin-bottom: 15%;
    }

    .contenido1 .containerTitles,
    .contenido6 .containerTitles {
        border-radius: 20px 20px 0 0;
    }

    .contenido1 .containerPaquete,
    .contenido6 .containerPaquete {
        margin-bottom: 0;
        border-radius: 0 0 20px 20px;
    }

    .contenido6 .row:nth-child(1) {
        width: 90.66%;
    }
    .contenido1 .titleText {
        background-color: #000000;
        padding: 5% 27%;
    }
    .contenido1 .col-custom:nth-child(n+1) .containerTitles, 
    .contenido6 .col-custom:nth-child(n+1) .containerTitles{
        background-color: #313131;
        border-radius: 20px 20px 0px 0px;
    }
    .contenido1 .col-custom:nth-child(n+2) .containerPaquete,
    .contenido6 .col-custom:nth-child(n+2) .containerPaquete{
        border-radius: 0px 0px 20px 20px;
    }
    .contenido1 .containerPaquete, .contenido6 .containerPaquete {
        margin: 0%;
    }
    .contenido1 .col-custom, .contenido6 .col-custom {
        margin: 5% 2%;
    }
    .contenido1 .col-sm-6, .contenido6 .col-sm-6{
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%;
    }
    .contenido1 .paquetes, .contenido6 .row, .contenido6 .paquetes {
        background-color: #000000;
    }
    /***********************************************************************************/
    .contenido2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .contenido2 .row{
        padding: 0% 5%;
    }
    .contenido2 h1 {
        width: 83%;
        margin: 8px auto;
    }
    .contenido2 h1:nth-child(4) {
        padding: 10px 0px 45px 0px;
    }
    .contenido2 .container-icons {
        padding: 5% 0%;
    }
    .contenido2 .row .container-icons:nth-child(3) .box-icon {
        max-width: 75px;
    }
    /***********************************************************************************/
    .contenido3 .row {
        padding: 0% 7%;
    }
    .contenido3 h2{
        padding-top:10%;
    }
    .contenido3 .box {
        max-width: 100%;
        min-width: 100%;
        margin:auto;
    }
    .contenido3 .box .container-image {
        width: 160px;
        height: 155px;
    }
    .contenido3 p {
        padding: 8% 20%;
    }
    /***********************************************************************************/
    .contenido4 {
        background-image: url(https://assets.claro360.com/suiteEmpresarial/Responsive/IMGr.png);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contenido4 h1 {
        padding: 0% 10%;
    }
    /***********************************************************************************/
    .contenido5 h1 {
        padding: 13% 0% 13% 0%;
    }
    .contenido5 h2{
        padding: 15% 0%;
    }
    .contenido5 .row:nth-child(1) {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(2) .texto {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(3) {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(3) h2{
        padding: 15% 0% 0%;
    }
    .contenido5 .row:nth-child(4) .img{
        padding: 15% 6.6% !important;
    }
    .contenido5 .row:nth-child(4) .texto {
        padding: 0% 6.6% !important;
    }
    .contenido5 .row:nth-child(4) h2{
        padding: 15% 0% 0%;
    }
    .contenido5 .row:nth-child(5) h1{
        padding: 5% 5.8% 15%;
    }
    .contenido5 .row:nth-child(5) img{
        padding: 0% 0% 0% 30%;
    }
    .contenido5 .row:nth-child(5) h2,
    .contenido5 .row:nth-child(5) a{
        padding: 3% 6.6%;
    }
    .contenido5 .row:nth-child(6) h1{
        padding: 5% 5.8% 15%;
    }
    .contenido5 .row:nth-child(6) {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(7) h1{
        padding: 5% 5.8% 15%;
    }
    .contenido5 .row:nth-child(7) h2{
        padding: 15% 0% 0%;
    }
    .contenido5 .row:nth-child(7) {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(8) {
        padding: 15% 6.6%;
    }
    .contenido5 .row:nth-child(8) h3{
        padding: 1% 0% 5%;
    }
    .contenido5 .row:nth-child(8) .first-line{
        display:none;
    }
    .contenido5 .row:nth-child(8) hr {
        border: 1px solid #000000;
    }
    /***********************************************************************************/
    .contenido6 {
        padding: 0% 0%;
    }
    .contenido6 .containerPaquete,     .contenido6 .col-custom .containerTitles{
        background-color:#313131 !important;
    }
    .contenido6.container-fluid, .contenido6 div{
        background-color: #000000 !important;
    }
    .contenido6 .col-custom:nth-child(1) .containerTitles{
        border-radius: 20px 20px 0px 0px;
    }
    .contenido6 .col-custom:nth-child(1) .containerPaquete{
        border-radius: 0px 0px 20px 20px;
    }
    .contenido6 .inactive,  .contenido6 .active{
        background-color:transparent !important;
    }
    .contenido6 h2 {
        padding: 0% 0% 15% 0%;
    }
    .contenido6 .subtitle {
        padding: 0% 0% 10% 0%;
    }
    /***********************************************************************************/
    .contenido7 .row:nth-child(1) img {
        max-width: 182px;
        margin: auto;
    }
    .contenido7 h1 {
        padding: 0% 0%;
    }
    .contenido7 p {
        line-height: normal;
        padding: 5% 0%;
    }
    .contenido7 .row:nth-child(2) .imgWeb{
        display: none;
    }
    .contenido7 .row:nth-child(1), .contenido7 .row:nth-child(2){
        padding: 0% 6.6%;
    }
    .contenido7 .row:nth-child(2) img{
        max-width: 80%;
    }
    .contenido7 .column {
        padding: 0%;
    }
    .contenido7 .column2 {
        padding: 0px 0% 5% 0%;
    }
    .contenido7 .row:nth-child(3) h2,     .contenido7 .row:nth-child(3) a{
        padding: 0% 8.6%;
    }
    .contenido7 img{
        max-height: 400px;;
        object-fit: contain;
    }
    /***********************************************************************************/
    .contenido8 hr {
        border: 1px solid #000000;
    }
    .contenido8 br {
        display:none;
    }
    .contenido8 h3 {
        padding: 10% 0% 0% 0% !important;
    }
    .contenido7 .row:nth-child(3) div:nth-child(1){
        display: flex;
        justify-content: end;
        flex-direction: column;
    }
    /***********************************************************************************/
    .contenido9 {
        padding: 1% 10%;
    }
    .contenido9 .tarjeta .card .card-body{
        height: auto;
    }
    .contenido9 .tarjeta .card .card-body p {
        line-height: normal;
    }
    /***********************************************************************************/
    .contenido10{
        padding:0;
        height:100vh;
    }
    .contenido10 .cajaTexto2 p {
        padding: 0 12%;
    }
    .contenido10 img {
        height: 100vh;
        object-fit: cover;
    }
    .contenidoInfIzq{
        background-image: url(https://assets.claro360.com/storeSuiteInstitucional/Responsive/Seccion3.png);
    }
    .contenidoInfDer{
        background-image: url(https://assets.claro360.com/storeSuiteInstitucional/Responsive/Seccion4.png);
    }
    .contenidoInfIzq2{
        background-image: url(https://assets.claro360.com/storeSuiteInstitucional/Responsive/Seccion5.png);
    }
}

/*// Laptops col-md*/
@media only screen and (min-width: 768px) and (max-width:991px){
    .imgWeb{
        display:none;
    }
    .imgMovil{
        display:block;
    }
    .contenido1 .paquetes .col-custom:nth-child(2) h1{
        padding-top: 11% !important;
    }

    /***********************************************************************************/
    .contenido1 .row:nth-child(2), .contenido6 .row:nth-child(1), .contenido6 .row:nth-child(2){
        background-color: #000000;
    }
    .contenido1 .col-custom:nth-child(n+1) .containerTitles, .contenido6 .col-custom:nth-child(n+1) .containerTitles {
        background-color: #313131;
        border-radius: 20px 20px 0px 0px;
    }
    .contenido1 .row:nth-child(2), .contenido1 .row:nth-child(3), .contenido6 .row:nth-child(1), .contenido6 .row:nth-child(2) {
        background-color: #000000;
    }
    .contenido1 .row:nth-child(1),    .contenido1 .row:nth-child(2), .contenido6 .row:nth-child(1){
        width:94.66%;
        margin:auto;
    }
    .contenido1 .row:nth-child(2),   .contenido1 .row:nth-child(3), .contenido6 .row:nth-child(2){
        width:95.66%;
        margin:auto;
    }
    .contenido1 .paquetes > div:nth-child(1) > .containerTitles > h1, .contenido6 .paquetes > div:nth-child(1) > .containerTitles > h1 {
        padding-top: 27px;
    }
    .pl-md-5, .px-md-5 {
        padding-left: 2rem!important;
    }
    .pr-md-5, .px-md-5 {
        padding-right: 2rem!important;
    }
    .pb-md-0, .py-md-0 {
        padding-bottom: 2rem!important;
    }
    .contenido1 .containerPaquete,
    .contenido6 .containerPaquete,
    .contenido6 .paquetes,
    .contenido6 .row {
        background-color: #313131;
    }

    .contenido1 .paquetes > div,
    .contenido6 .paquetes > div {
        margin-bottom: 15%;
    }

    .contenido1 .containerTitles,
    .contenido6 .containerTitles {
        border-radius: 20px 20px 0 0;
    }

    .contenido1 .containerPaquete,
    .contenido6 .containerPaquete {
        margin-bottom: 0;
        border-radius: 0 0 20px 20px;
    }

    .contenido6 .row:nth-child(1) {
        width: 90.66%;
    }
    .contenido1 .titleText {
        background-color: #000000;
        padding: 5% 27%;
    }
    .contenido1 .col-custom:nth-child(n+1) .containerTitles, 
    .contenido6 .col-custom:nth-child(n+1) .containerTitles{
        background-color: #313131;
        border-radius: 20px 20px 0px 0px;
    }
    .contenido1 .col-custom:nth-child(n+2) .containerPaquete,
    .contenido6 .col-custom:nth-child(n+2) .containerPaquete{
        border-radius: 0px 0px 20px 20px;
    }
    .contenido1 .containerPaquete, .contenido6 .containerPaquete {
        margin: 0%;
    }
    .contenido1 .col-custom, .contenido6 .col-custom {
        margin: 5% 2%;
    }
    .contenido1 .col-sm-6, .contenido6 .col-sm-6{
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%;
    }
    .contenido1 .paquetes, .contenido6 .row, .contenido6 .paquetes {
        background-color: #000000;
    }
    /***********************************************************************************/
    .contenido2 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .contenido2 .row{
        padding: 0% 5%;
    }
    .contenido2 h1 {
        width: 83%;
        margin: 8px auto;
    }
    .contenido2 h1:nth-child(4) {
        padding: 10px 0px 45px 0px;
    }
    .contenido2 .container-icons {
        padding: 5% 0%;
    }
    .boxContainer {
        grid-template-columns: repeat(auto-fit, minmax(100px,1fr));
    }
    .contenido2 .box-icon {
        max-width: 105px;
    }
    .contenido2 .row .container-icons:nth-child(3) .box-icon {
        max-width: 100px;
    }
    /***********************************************************************************/
    .contenido3 .row {
        padding: 0% 7%;
    }
    .contenido3 h2{
        padding-top:10%;
    }
    .contenido3 .box {
        max-width: 100%;
        min-width: 100%;
        margin:auto;
    }
    .contenido3 .box .container-image {
        width: 160px;
        height: 155px;
    }
    .contenido3 p {
        padding: 8% 28%;
    }
    /***********************************************************************************/
    .contenido4 {
        background-image: url(https://assets.claro360.com/suiteEmpresarial/Responsive/IMGr.png);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contenido4 h1 {
        padding: 0% 10%;
    }
    /***********************************************************************************/
    .contenido5 h1 {
        padding: 13% 0% 13% 0%;
    }
    .contenido5 h2{
        padding: 15% 0%;
    }
    .contenido5 .row:nth-child(1) {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(2) .texto {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(3) {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(3) h2{
        padding: 15% 0% 0%;
    }
    .contenido5 .row:nth-child(4) .img{
        padding: 15% 6.6% !important;
    }
    .contenido5 .row:nth-child(4) .texto {
        padding: 0% 6.6% !important;
    }
    .contenido5 .row:nth-child(4) h2{
        padding: 15% 0% 0%;
    }
    .contenido5 .row:nth-child(5) h1{
        padding: 5% 5.8% 15%;
    }
    .contenido5 .row:nth-child(5) img{
        padding: 0% 0% 0% 30%;
    }
    .contenido5 .row:nth-child(5) h2,
    .contenido5 .row:nth-child(5) a{
        padding: 3% 6.6%;
    }
    .contenido5 .row:nth-child(6) h1{
        padding: 5% 5.8% 15%;
    }
    .contenido5 .row:nth-child(6) {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(7) h1{
        padding: 5% 5.8% 15%;
    }
    .contenido5 .row:nth-child(7) h2{
        padding: 15% 0% 0%;
    }
    .contenido5 .row:nth-child(7) {
        padding: 0% 6.6%;
    }
    .contenido5 .row:nth-child(8) {
        padding: 15% 6.6%;
    }
    .contenido5 .row:nth-child(8) h3{
        padding: 1% 0% 5%;
    }
    .contenido5 .row:nth-child(8) .first-line{
        display:none;
    }
    .contenido5 .row:nth-child(8) hr {
        border: 1px solid #000000;
    }
    /***********************************************************************************/
    .contenido6 {
        padding: 0% 0%;
    }
    .contenido6 .containerPaquete,     .contenido6 .col-custom .containerTitles{
        background-color:#313131 !important;
    }
    .contenido6.container-fluid, .contenido6 div{
        background-color: #000000 !important;
    }
    .contenido6 .col-custom:nth-child(1) .containerTitles{
        border-radius: 20px 20px 0px 0px;
    }
    .contenido6 .col-custom:nth-child(1) .containerPaquete{
        border-radius: 0px 0px 20px 20px;
    }
    .contenido6 .inactive,  .contenido6 .active{
        background-color:transparent !important;
    }
    .contenido6 h2 {
        padding: 0% 0% 8% 0%;
    }
    .contenido6 .subtitle {
        padding: 0% 0% 5% 0%;
    }
    /***********************************************************************************/
    .contenido7 .row:nth-child(1) img {
        max-width: 182px;
        margin: auto;
    }
    .contenido7 h1 {
        padding: 0% 0%;
    }
    .contenido7 p {
        line-height: normal;
        padding: 5% 0%;
    }
    .contenido7 .row:nth-child(2) .imgWeb{
        display: none;
    }
    .contenido7 .row:nth-child(1), .contenido7 .row:nth-child(2){
        padding: 0% 6.6%;
    }
    .contenido7 .row:nth-child(2) img{
        max-width: 80%;
    }
    .contenido7 .column {
        padding: 0%;
    }
    .contenido7 .column2 {
        padding: 0px 0% 5% 0%;
    }
    .contenido7 .row:nth-child(3) h2,     .contenido7 .row:nth-child(3) a{
        padding: 0% 8.6%;
    }
    .contenido7 h1 {
        margin: 0 0% 0px;
    }
    .contenido7 .row:nth-child(3) div:nth-child(1){
        display: flex;
        justify-content: end;
        flex-direction: column;
    }
    .contenido7 img{
        max-height: 500px;;
        object-fit: contain;
    }
    /***********************************************************************************/
    .contenido8 hr {
        border: 1px solid #000000;
    }
    .contenido8 br {
        display:none;
    }
    .contenido8 h3 {
        padding: 10% 0% 0% 0% !important;
    }
    /***********************************************************************************/
    .contenido9 {
        padding: 1% 4%;
    }
    .contenido9 .tarjeta .card .card-body{
        height: auto;
    }
    .contenido9 .tarjeta .card .card-body p {
        line-height: normal;
    }
    /***********************************************************************************/
    .contenido10{
        height: 100vh;
        padding:0;
    }
    .contenido10 .cajaTexto2 p {
        padding: 0 12%;
    }
    .contenido10 img {
        height: 100vh;
        object-fit: cover;
    }
    /***********************************************************************************/
    .contenidoInfIzq .row div {
        padding: 0% 2% 13.5% 5%;
    }
    /***********************************************************************************/
    .contenidoInfDer .row div {
        padding: 0% 5% 17.5% 2%;
    }
    .contenidoInfIzq{
        background-image: url(https://assets.claro360.com/storeSuiteInstitucional/Responsive/Seccion3.png);
    }
    .contenidoInfDer{
        background-image: url(https://assets.claro360.com/storeSuiteInstitucional/Responsive/Seccion4.png);
    }
    .contenidoInfIzq2{
        background-image: url(https://assets.claro360.com/storeSuiteInstitucional/Responsive/Seccion5.png);
    }
}

/*// Desktops col-lg*/
@media only screen and (min-width: 992px) and (max-width:1199px){
    .imgWeb{
        display:block;
    }
    .imgMovil{
        display:none;
    }
    .contenido1 .row:nth-child(1),    .contenido1 .row:nth-child(2), .contenido6 .row:nth-child(1){
        width:94.66%;
        margin:auto;
    }
    .contenido1 .row:nth-child(2),   .contenido1 .row:nth-child(3), .contenido6 .row:nth-child(2){
        width:85.66%;
        margin:auto;
    }
    .contenido1 .row:nth-child(2), .contenido6 .row:nth-child(1), .contenido6 .row:nth-child(2){
        background-color: #000000 !important;
        padding-top:0vh;
    }
    .contenido1 .paquetes > div:nth-child(1) > .containerTitles > h1, .contenido6 .paquetes > div:nth-child(1) > .containerTitles > h1 {
        padding-top: 27px;
    }
    .contenido6 .row:nth-child(3),     .contenido6 .row:nth-child(4), .contenido6 .row:nth-child(5),  .contenido6 .row:nth-child(6){
        width: 95.46%;
        margin: 1% auto;  
    }
    .contenido1 .row:nth-child(2), .contenido1 .row:nth-child(3), .contenido6 .row {
        background-color: #000000 !important;
    }
    .contenido6 div {
        background-color: transparent !important;
    }
    /***********************************************************************************/
    .contenido1 .title{
        margin-top:170px;
    }
    .contenido1 .box1, .contenido6 .box1{
        padding:0% 2.9%;
    }
    .contenido1 .col-3, .contenido6 .col-3{
        flex: 0 0 19.86%;
        max-width: 19.86%;
    }
    /***********************************************************************************/
    .contenido2 .row {
        padding: 0% 2.46%;
    }
    .contenido2 h1, .contenido3 h1 {
        padding: 1% 0% !important;
    }
    .boxContainer {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(90px,1fr));
        grid-gap: 1em;
        align-items: baseline;
        justify-items: center;
    }
    .contenido3 .icons {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(70px,1fr));
        grid-gap: 5em;
        align-items: baseline;
        justify-items: center;
    }
    .contenido2 .row .container-icons:nth-child(3) .box-icon {
        max-width: 97px;
    }
    .contenido3 .box .container-image img {
        width: auto;
        height: auto;
        max-width: 100px;
    }
    .contenido3 p {
        font-size: 14px;
    }
    /***********************************************************************************/
    .contenido5 h2{
        line-height: 45px;
        padding: 0% 0% 13% 0%;
    }
    .contenido5 .row:nth-child(2) h1{
        line-height: 90px;
        padding:0;
    }
    .contenido5 .row:nth-child(3) h2, .contenido5 .row:nth-child(3) a {
        padding: 0% 15.33%;
    }
    .contenido5 .row:nth-child(4) h2,  .contenido5 .row:nth-child(4) a{
        padding: 0% 15.33%;
    }
    .contenido5 .row:nth-child(5) h1{
        line-height: 80px;
    }
    .contenido5 .row:nth-child(5) h1, .contenido5 .row:nth-child(5) h2,  .contenido5 .row:nth-child(5) a{
        padding: 0% 15.33%;
    }
    .contenido5 .row:nth-child(6) h1{
        line-height: 100px;
        word-break: break-word;
        hyphens: auto;
    }
    .contenido5 .row:nth-child(6) h1, .contenido5 .row:nth-child(6) h2{
        padding: 0% 15.33%;
    }
    .contenido5 .row:nth-child(7) h1{
        line-height: 100px;
    }
    .contenido5 .row:nth-child(7) h1, .contenido5 .row:nth-child(7) h2,  .contenido5 .row:nth-child(7) a{
        padding: 0% 15.33%;
    }
    /***********************************************************************************/
    .contenido6 .custom-width{
        max-width: 70%;
    }
    /***********************************************************************************/
    .contenido7 .row:nth-child(1){
        width: 60.14%;
        margin: auto;
        padding:3% 0%;
    }
    .contenido7 .row:nth-child(3) div:nth-child(1) {
        padding: 0% 2% 0% 8% !important;
    }
    .contenido7 .row:nth-child(2) .imgMovil{
        display: none;
    }
    .contenido7 .row:nth-child(1) img {
        max-width: 215px;
    }
    .contenido7 .row:nth-child(2) img {
        max-width: 80%;
    }
    /*    ***************************************************************************    */
    .contenido9 .tarjeta .card .card-body p{
        font-size: 40px;
        line-height: normal;
    }
    .contenido9 .tarjeta .card .card-body .textoGris{
        font-size: 40px;
    }
    .contenido9 {
        padding: 1% 8%;
    }
    /*    ****************************************************************************/
    .contenido10{
        padding: 1% 9.2% 5%;
    }
    .contenido10 .cajaTexto2 p{
        font-size: 40px;        
        padding: 0% 10%;
        line-height: inherit;
    }
    .contenido1 .col-lg-6, .contenido6 .col-lg-6 {
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 44%;
        margin: 2%;
        border-radius: 40px;
    }
    .contenido1 .paquetes, .contenido1 .titleText {
        background-color: #000 !important;
    }
    .contenido1 .col-lg-6,  .contenido1 .containerTitles, .contenido1 .containerPaquete{
        background-color: #313131   !important;
    }
    .contenido6 .col-lg-6, .contenido6 .containerTitles, .contenido6 .containerPaquete {
        background-color: #3f3f3f !important;
    }
}

@media (min-width: 992px){
    .pl-lg-5, .px-lg-5 {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
}
/*// Large screens col-xl*/
@media (min-width: 1200px) {
    .imgWeb{
        display:block;
    }
    .imgMovil{
        display:none;
    }
    .contenido1 .row:nth-child(1), .contenido1 .row:nth-child(2), .contenido1 .row:nth-child(3){
        width:85.66%;
        margin:auto;
    }
    .contenido6 .row:nth-child(1), .contenido6 .row:nth-child(2){     
        width: 95.46%;
        margin: auto;  
    }
    .contenido6 .row:nth-child(3),     .contenido6 .row:nth-child(4), .contenido6 .row:nth-child(5), .contenido6 .row:nth-child(6){
        width: 95.46%;
        margin: 1% auto;  
    }
    .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: 42px;
    }
    .contenido1 .paquetes > div:nth-child(1) > .containerTitles > h1, .contenido6 .paquetes > div:nth-child(1) > .containerTitles > h1 {
        padding-top: 27px;
    }
    .contenido6 .row:nth-child(3),.contenido6 .row:nth-child(4) {
        background-color: #000000;
    }
    .contenido1 .paquetes, .contenido6 .paquetes {
        margin-top:-1px !important;
    }
    /***********************************************************************************/
    .contenido1{
        min-height:auto !important;
    }
    .contenido1 .title{
        margin-top:170px;
    }
    .contenido1 .box1, .contenido6 .box1{
        padding:0% 2.9%;
    }
    .contenido1 .col-3, .contenido6 .col-3{
        flex: 0 0 19.86%;
        max-width: 19.86%;
    }
    .boxContainer {
        grid-template-columns: repeat(auto-fit, minmax(90px,1fr));
    }
    .contenido3 .icons {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(70px,1fr));
        grid-gap: 5em;
        align-items: baseline;
        justify-items: center;
    }
    .contenido2 .row .container-icons:nth-child(3) .boxContainer{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        grid-gap: 0.3em;
    }
    .contenido2 .row .container-icons:nth-child(3) .box-icon {
        max-width: 95.23px;
    }
    .contenido3 .box .container-image img {
        width: auto;
        height: auto;
        max-width: 100px;
    }
    .contenido3 p {
        font-size: 14px;
    }
    /***********************************************************************************/
    .contenido5 h2{
        line-height: calc(100% + 4px);
    }
    .contenido5 .row:nth-child(2) h1{
        line-height: calc(100% + 4px);
        padding:0;
    }
    .contenido5 .row:nth-child(3) h2,  .contenido5 .row:nth-child(3) a{
        padding: 0% 0% 0% 27%;
    }
    .contenido5 .row:nth-child(4) h2,  .contenido5 .row:nth-child(4) a{
        padding: 0% 28% 0% 0%;
    }
    .contenido5 .row:nth-child(5) h1{
        line-height: calc(100% + 4px);
    }
    .contenido5 .row:nth-child(5) h1, .contenido5 .row:nth-child(5) h2,  .contenido5 .row:nth-child(5) a{
        padding: 5% 16% 0% 25%;
    }
    .contenido5 .row:nth-child(6) h1{
        line-height: calc(100% + 4px);
    }
    .contenido5 .row:nth-child(6) h1, .contenido5 .row:nth-child(6) h2{
        padding: 5% 15% 0% 0%;
    }
    .contenido5 .row:nth-child(7) h1{
        line-height: calc(100% + 4px);
    }
    .contenido5 .row:nth-child(7) h1, .contenido5 .row:nth-child(7) h2,  .contenido5 .row:nth-child(7) a{
        padding: 5% 0% 0% 25%;
    }
    /***********************************************************************************/
    .contenido6 .row:nth-child(3), .contenido6 .row:nth-child(4), .contenido6 .row:nth-child(5) {
        min-height: 545px;
    }
    .contenido6.min-vh-100{
        min-height:auto !important;
    }
    /***********************************************************************************/
    .contenido7 .row:nth-child(1){
        width: 53.14%;
        margin: auto;
        padding:3% 0%;
    }
    .contenido7 .row:nth-child(2) .imgMovil{
        display: none;
    }
    .contenido7 .row:nth-child(2) div:nth-child(2) {
        padding: 0% 8% 0% 2% !important;
    }
    .contenido7 .row:nth-child(3) div:nth-child(1) {
        padding: 0% 2% 0% 8% !important;
    }
    /*    ***************************************************************************    */
    .contenido9 .tarjeta .card .card-body p{
        font-size: 40px;
        line-height: calc(100% + 4px);
    }
    .contenido9 .tarjeta .card .card-body .textoGris{
        font-size: 40px;
    }
    .contenido9 {
        padding: 1% 15%;
    }
    /*    ****************************************************************************/
    .contenido10{
        padding: 1% 15.5% 5%;
    }
    .contenido10 .cajaTexto2 p{
        font-size: 40px;        
        padding: 0% 10%;
        line-height: calc(100% + 4px);
    }
}


/*LANDSCAPE COLUMNS*/
@media (max-width: 576px) and (orientation: landscape){
    .contenido1 .titleText {
        padding: 5% 25%;
    }
    .contenido1 .col-custom:nth-child(n+1) .containerTitles, 
    .contenido6 .col-custom:nth-child(n+1) .containerTitles{
        margin: 0% 4%;
    }
    /**************************************************************************/
    .contenido2 .tituloNuevo h1{
        font-size: 32px;
        padding-bottom: 5%;
    }
    /***********************************************************************************/
    .contenido9 .col-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /***********************************************************************************/
    .contenidoCentrado .row div {
        padding: 2% 5%;
    }
    .contenidoCentrado .glassBox p {
        padding: 0% 5%;
    }
    /***********************************************************************************/
    .contenidoInfIzq .row div {
        padding: 0% 39% 13.5% 5%;
    }
    /***********************************************************************************/
    .contenidoInfDer .row div {
        padding: 0% 5% 17.5% 39%;
    }
}

@media only screen and (min-width: 576px) and (max-width:767px){
    .contenido9 .col-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .contenido9 {
        padding: 1% 5%;
    }
    /***********************************************************************************/
    .contenido1 .titleText {
        padding: 5% 28%;
    }
    /***********************************************************************************/
    .contenidoCentrado .row div {
        padding: 2% 5%;
    }
    .contenidoCentrado .glassBox p {
        padding: 0% 5%;
    }
    /***********************************************************************************/
    .contenidoInfIzq .row div {
        padding: 0% 39% 13.5% 5%;
    }
    /***********************************************************************************/
    .contenidoInfDer .row div {
        padding: 0% 5% 17.5% 39%;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) and (orientation: landscape){
    .contenido2 .row .container-icons:nth-child(3) .box-icon {
        max-width: 104px;
    }
    .contenido3 .row {
        padding: 0% 4%;
    }
    .contenido3 .icons {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(70px,1fr));
        grid-gap: 3em 8em;
        align-items: baseline;
        justify-items: center;
    }
    .contenido3 .box {
        max-width: initial;
        min-width: 100%;
        margin: initial;
    }
    .contenido3 .icons {
        grid-gap: 1em;
    }
    .contenido3 .box .container-image {
        max-width: 80px;
        height: auto;
    }
    .contenido3 p {
        font-size: 13px;
    }
    .contenido3 p {
        padding: 8% 0% 0%;
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) and (orientation: landscape){
    .pl-md-5, .px-md-5 {
        padding-left: 2rem!important;
    }
    .pr-md-5, .px-md-5 {
        padding-right: 2rem!important;
    }
    .pt-md-5, .py-md-5 {
        padding-top: 2rem!important;
    }
    .contenido1 .row:nth-child(2), .contenido1 .row:nth-child(3),contenido6 .row:nth-child(2) ,  .contenido6 .row:nth-child(2) {
        width: 80.66%;
        margin: auto;
    }
    .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){
    .boxContainer {
        display: flex;
        flex-wrap: wrap;
        grid-gap:0.1em;
    }
    .contenido1 .paquetes, .contenido6 .paquetes {
        margin-top:-1px !important;
    }
    .contenido2 .row .container-icons:nth-child(3) .box-icon {
        max-width: 104px;
    }
    .contenido2 .row .container-icons:nth-child(3) .boxContainer {
        grid-gap: 0.1em;
    }
    .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) and (orientation: landscape){
    .contenido2 .tituloNuevo h1 {
        line-height: 72px;
        margin-bottom: 5%;
    }
    .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 13%;
    }
    .contenido2 .box-icon {
        max-width: 120px;
    }
    .contenido5 img{
        width:100%;
    }
    .contenido7 .row:nth-child(1) img {
        max-width: 380px;
    }
    .contenido7 .row:nth-child(2) img {
        width: 55%;
    }
    .contenido6 .row:nth-child(3), .contenido6 .row:nth-child(4), .contenido6 .row:nth-child(5) {
        min-height: 610px;
    }
}



/*********************************************************************************/
/*******************************************************************************************************************/
/******************************************      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/storeSuiteInstitucional/Responsive/Seccion2_soloimagen.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: 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 .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 2rem;
    }
    .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.3rem;
        margin-top: -1rem;
    }
    .contenidoInicial .texto span img{
        width: 16% !important;
    }
    .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/storeSuiteInstitucional/Responsive/Seccion2_soloimagen.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: 3rem;
    }
    .contenidoInicial .cajaInfo {
        width: 95%;
        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: .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 3rem;
    }
    .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{
        margin-top: -1% !important;
    }
    .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/storeSuiteInstitucional/Responsive/Seccion2_soloimagen.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: 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 .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 3rem;
    }
    .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: 16%;
        margin-top: -2% !important;
    }
    .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/storeSuiteInstitucional/Responsive/Seccion2_soloimagen.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: 6rem;
    }
    .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 .texto h2 {
        font-size: 70px;
        margin: .5rem 0 3rem;
    }
    .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/storeSuiteInstitucional/Responsive/Seccion2_soloimagen.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: 6rem;
    }
    .contenidoInicial .cajaInfo {
        width: 70%;
    }  
    .contenidoInicial .cajaInfo .titulo {
        padding: 2rem 0 1.5rem;
    }
    .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: 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 4rem;
    }
    .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{
        margin-top: -1.5% !important;
    }
    .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 .texto span img {
        width: 16.5% !important;
    }
    /*************************/
    .contenidoInicial {
        background-image: url(https://assets.claro360.com/storeSuiteInstitucional/Responsive/Seccion2_soloimagen.png);
        padding: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .contenidoInicial.web {
        height: auto;
        padding: 10vh 0 15vh;
        flex-direction: column;
    }
    .contenidoInicial .info {
        margin-top: 6rem;
    }
    .contenidoInicial .cajaInfo {
        width: 70%;
    }  
    .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 .texto h2 {
        font-size: 90px;
        margin: .5rem 0 4rem;
    }
    .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;
    }
    
    .contenidoInfIzq .row {
        display: flex;
        justify-content: center;
    }
    
    .contenidoInfIzq .row div h1,
    .contenidoInfIzq .row div p {
        text-align: center !important;
    }
    
    .contenidoInfDer .row {
        display: flex;
        justify-content: center;
    }
    
    .contenidoInfDer .row div h1,
    .contenidoInfDer p {
        text-align: center !important;
    }
    
    .contenidoInfIzq2 .row {
        display: flex;
        justify-content: center !important;
    }
    
    .contenidoInfIzq2 .row div h1,
    .contenidoInfIzq2 .row div p {
        text-align: center !important;
    }
}
/****************************  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/storeSuiteInstitucional/Responsive/Seccion2_soloimagen.png);
        padding: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .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 .texto h2 {
        font-size: 90px;
        margin: .5rem 0 4rem;
    }
    .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;
    }
    .contenido2 h1 {
        padding: 1% 15% !important;
    }
    /*********************************************************/
    .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%;
        padding-top: 20%;
    }
    .contenidoInicial.web .col-4{
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .contenidoInicial .texto span img {
        width: 22% !important;
    }
    /*************************/
    .contenidoInicial {
        background-image: url('https://assets.claro360.com/storeSuiteInstitucional/Seccion2_soloimagen.png');
        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: 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 .texto h2 {
        font-size: 70px;
        margin: 1rem 0 5rem;
    }
    .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%;
        padding-top: 13%;
    }
    .contenidoInicial.web .col-4{
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .contenidoInicial .texto span img {
        width: 20% !important;
        margin-top: -2% !important;
    }
    /*************************/
    .contenidoInicial {
        background-image: url('https://assets.claro360.com/storeSuiteInstitucional/Seccion2_soloimagen.png');
        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 .texto h2 {
        font-size: 100px;
        margin: 1rem 0 5rem;
    }
    .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%;
        padding-top: 13%;
    }
    .contenidoInicial.web .col-4{
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .contenidoInicial .texto span img {
        width: 20% !important;
        margin-top: -3% !important;
    }
    /*************************/
    .contenidoInicial {
        background-image: url('https://assets.claro360.com/storeSuiteInstitucional/Seccion2_soloimagen.png');
        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 .texto h2 {
        font-size: 100px;
        margin: 1rem 0 5rem;
    }
    .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 (max-width: 3000px) and (orientation: portrait){
    .contenidoInicial .responsive {
        background-color: transparent;
    }
    .contenidoInicial .texto h3 {
        margin-left: 0;
    }
    .contenidoInicial .texto span img {
        width: 15%;
        margin-top: -1.7%;
    }
    .contenidoInicial .texto span {
        margin-left: 0;
        width: 100%;
        display: contents;
    }
    .contenidoInfIzq {
        background-image: url(https://assets.claro360.com/landingsMexico360/gobierno/storeSuiteInstitucional/responsive1/Seccion3.png);
    }
    .contenidoInfDer {
        background-image: url(https://assets.claro360.com/landingsMexico360/gobierno/storeSuiteInstitucional/responsive/Seccion4.png);
    }
}


/*******************************************************************************************************************/
/******************************************      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/storeSuiteInstitucional/Responsive/Seccion2_soloimagen.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: 0;
    }
    .contenidoInicial .texto h2 {
        font-size: 38px;
        margin: .5rem 0 2rem;
    }
    .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 {
        display: inline-block;
        width: 12%;
        margin-left: 0;
    }
    .contenidoInicial .texto span img {
        width: 100%;
        margin-top: 3%;
    }
    .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/storeSuiteInstitucional/Responsive/Seccion2_soloimagen.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: 0;
    }
    .contenidoInicial .texto h2 {
        font-size: 42px;
        margin: .5rem 0 3rem;
    }
    .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 {
        display: inline-block;
        width: 10%;
        margin-left: 0;
    }
    .contenidoInicial .texto span img {
        width: 100%;
        margin-top: 3.5%;
    }
    .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/storeSuiteInstitucional/Responsive/Seccion2_soloimagen.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: 0;
    }
    .contenidoInicial .texto h2 {
        font-size: 70px;
        margin: .5rem 0 3rem;
    }
    .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 {
        display: inline-block;
        width: 12%;
        margin-left: 0;
    }
    .contenidoInicial .texto span img {
        width: 100%;
        margin-top: 3.5%;
    }
    .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/storeSuiteInstitucional/Responsive/Seccion2_soloimagen.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: 0;
    }
    .contenidoInicial .texto h2 {
        font-size: 70px;
        margin: .5rem 0 3rem;
    }
    .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 {
        width: 12%;
        margin-left: 0;
    }
    .contenidoInicial .texto span img {
        width: 100%;
        margin-top: 3.5%;
    }
    .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;
    }
    .contenidoInicial .texto h3 {
        font-size: 30px;
        margin-left: 0;
        margin-bottom: 0;
    }
    .contenidoInicial .texto span {
        width: 10%;
        margin-left: 0;
    }
    .contenidoInicial .texto span img {
        width: 100%;
        margin-top: 3.5%;
    }
    .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 .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;
    }
    .contenidoInicial .texto h3 {
        font-size: 30px;
        margin-left: 0;
        margin-bottom: 0;
    }
     .contenidoInicial .texto span {
        width: 11%;
        margin-left: 0;
    }
    .contenidoInicial .texto span img {
        width: 100%;
        margin-top: 0;
    }
    .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: 1em;
    }
    .contenidoInicial .texto h2 {
        font-size: 80px;
        margin: 2rem 0;
    }
    .contenidoInicial .texto h3 {
        font-size: 40px;
        margin-left: 0;
        margin-bottom: 0;
    }
    .contenidoInicial .texto span {
        width: 12%;
        margin-left: 0;
    }
    .contenidoInicial .texto span img {
        width: 100%;
        margin-top: 1.5%;
    }
    .contenido1 .paquetes .col-custom:nth-child(2) h1{
        padding: 9% 0 17% !important;
    }
    .contenido2 h1{
        padding: 1% 15% !important;
    }
    .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: 3.7em;
    }
    .contenidoInicial .texto h2 {
        font-size: 80px;
        margin: 2rem 0;
    }
    .contenidoInicial .texto h3 {
        font-size: 40px;
        margin-left: 0;
        margin-bottom: 0;
    }
    .contenidoInicial .texto span {
        width: 11%;
        margin-left: 0;
    }
    .contenidoInicial .texto span img {
        width: 100%;
        margin-top: 1.5%;
    }
    .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;
    }
    .contenido1 .paquetes .col-custom:nth-child(2) h1, .contenido1 .paquetes .col-custom:nth-child(3) h1,
    .contenido1 .paquetes .col-custom:nth-child(4) h1 {
        padding: 12% 0 27.1% !important;
    }
    .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: 70.1px !important;
    }
    /*********************************************************************/
    .contenidoInicial .responsive{
        display: none;
    }
    .contenidoInicial {
        padding-top: 25vh;
        padding-bottom: 25vh;
    }
    .contenidoInicial .texto {
        top: 3.8em;
    }
    .contenidoInicial .texto h2 {
        font-size: 80px;
        margin: 2rem 0;
    }
    .contenidoInicial .texto h3 {
        font-size: 50px;
        line-height: 53px;
        margin-left: 3rem;
        margin-bottom: 0;
    }
    .contenidoInicial .texto span {
        width: 13%;
        margin-left: 0;
    }
    .contenidoInicial .texto span img {
        width: 100%;
        margin-top: 1.5%;
    }
    .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;
    }
    .contenido2 .tituloNuevo h1 {
        padding: 0 6%;
    }
}

/****************************  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;
    }
    .contenido1 .paquetes .col-custom:nth-child(2) h1, .contenido1 .paquetes .col-custom:nth-child(3) h1,
    .contenido1 .paquetes .col-custom:nth-child(4) h1 {
        padding: 10% 0 24.1% !important;
    }
    .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: 70.1px !important;
    }
    /********************************************************/
    .contenidoInicial .responsive{
        display: none;
    }
    .contenidoInicial {
        padding-top: 24vh;
    }
    .contenidoInicial .texto {
        top: 2.7em;/*1vh*/
    }
    .contenidoInicial .texto h2 {
        font-size: 100px;
        margin: 2rem 0;
    }
    .contenidoInicial .texto h3 {
        font-size: 46px;
        margin-left: 3rem;
        margin-bottom: 0;
    }
    .contenidoInicial .texto span {
        width: 12%;
        margin-left: 0;
    }
    .contenidoInicial .texto span img {
        width: 100%;
        margin-top: 1.5%;
    }
    .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;
    }
}
@media only screen and (min-width: 2300px) and (max-width:2599px) and  (orientation: landscape){
    body{
        overflow-x:unset;
    }
    .row{
        width:100%;
        margin:0;
    }
    .contenido1 .paquetes .col-custom:nth-child(2) h1, .contenido1 .paquetes .col-custom:nth-child(3) h1,
    .contenido1 .paquetes .col-custom:nth-child(4) h1 {
        padding: 5% 0 12.8% !important;
    }
    .contenidoInicial .responsive{
        display: none;
    }
    /**************************************************/
    .contenidoInicial {
        padding-top: 16vh;
    }
    .contenidoInicial .texto {
        top: 10.2vh;
    }
    .contenidoInicial .texto h2 {
        font-size: 170px;
    }
    .contenidoInicial .texto h3 {
        font-size: 90px;
    }
    .contenidoInicial .texto p {
        font-size: 30px;
        padding: 0 18rem;
    }
    .contenidoInicial .texto span {
        width: 18%;
        margin-left: 0;
    }
    .contenidoInicial .texto span img {
        width: 100%;
        margin-top: 2%;
    }
    .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: 8.6vh;
    }
    .contenidoInicial .texto h2 {
        font-size: 180px;
    }
    .contenidoInicial .texto h3 {
        font-size: 100px;
    }
    .contenidoInicial .texto p {
        font-size: 35px;
        padding: 0 18rem;
    }
    .contenidoInicial .texto span {
        width: 19%;
        margin-left: 0;
    }
    .contenidoInicial .texto span img {
        width: 100%;
        margin-top: 2%;
    }
    .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;
    }
}