/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21/08/2020, 06:58:44 AM
    Author     : alonso
*/
@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: 'Myriad-Pro-Light';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/Myriad-Pro-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Myriad-Pro-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/MyriadPro-Regular.otf') format('opentype');
}
@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');
}
html, body{
    overflow-x: hidden;
}
/******** HEADER ********/
.header2 ul li:hover{
    background-color: #000;
    color: #fff;
}

.header2 ul li a:hover{
    color: #fff;
}

.header2 ul #padre ul li:hover{
    background-color: #fff;
}

.header2 ul li .hijos li a:hover{
    color: #000;
}

.header3 .sesion{
    background-color: #000;
}

.header3 .sesion .nombre .usuario,
.header3 .sesion .toggle-btn button span{
    color: #fff;
}
#sesionSegmento{
    display: block;
    background-color: #282828;
}
#sesionSegmento a:hover{
    display: block;
    background-color: #282828;
}
.toggleActiveS{
    background-color: #282828;
    color: white !important;
}    
/******** FIN DE HEADER ***********************/
.container-fluid{
    background-color: #efefef;
    padding-left: 0px;
    padding-right: 0px;
}
.btn-ingresaI {
    background-color: #da291c;
    width: 200px;
    font-size: 14px;
    border-radius: 30px;
    padding: 3px;
    margin: 25px 0px;
    display: none;
}
/******* PRIMERA SECCION* ********/
.seccion1{
    height: 100vh;
}
.parallax{
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax.uno {
    background-image: url('https://assets.claro360.com/Corporativo/general/Banner_Header_Corporativo_01.jpg');
}
.parallax.dos{
    background-image: url('https://assets.claro360.com/Corporativo/general/Banner_Header_Corporativo_02.jpg');
}
.parallax.tres{

}
.parallax h2{
    margin-top: 25%;
    font-size: 60px;
    text-align: center;
    font-weight: bold;
    color: white;
    font-family: 'DINPro-Bold' !important;
}
.parallax p{
    color: #ffffff;
    font-size: 25px;
    padding: 0 25%;
}
/******* FIN DE PRIMERA SECCION* ********/

/******* SEGUNDA SECCION* ********/
.seccion2{
    /*background-color: #d0d2d3;*/
    background-color: #f1f1f1;
}
.titulo2{
    margin-bottom: 10px;
}
.titulo2 h2, .titulo21 h2{
    font-family: 'DINPro-Bold' !important;
    color: #d80212;
    font-size: 60px;
    font-weight: bold;
}
.titulo2 span{
    font-family: 'Myriad-Pro-Light' !important;
    color: #000;
    font-size: 24px;
}
.titulo21{
    text-align: center;
}
.seccion2 .card{
    -webkit-box-shadow: 0.5px 0.5px 14px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0.5px 0.5px 14px 2px rgba(0,0,0,0.3);
    box-shadow: 0.5px 0.5px 14px 2px rgba(0,0,0,0.3);
}
.tarjeta2 .card .boton a {
    background-color: #da291c;
    color : white;
    width: 150px;
    border-radius: 30px;
    height: 30px;
    padding: 0;
}
.tarjeta2 .tituloCard h4{
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: 'DINPro-Bold' !important;
}
.tarjeta2 .tituloCard h6{
    color: #000;
    text-align: center;
    font-family: 'DINPro-Bold' !important;
}
.tarjeta13 .tituloCard13 h6{
    color: #000;
    text-align: center;
    font-family: 'DINPro-Bold' !important;
}
.tarjeta2 .tituloCard p{
    font-size: 24px;
    color: #d80212;
    font-weight: bold;
    text-align: center;
    font-family: 'DINPro-Bold' !important;
}
.tarjeta2 .tituloCard span{
    font-weight: bold;
    font-size: 12.5px;
    font-family: 'Myriad-Pro-Regular' !important;
}
.sliderIconos{
    text-align: center;
}
.item { 
    width: 20%; 
}
#exampleSlider {
    position: relative;      /* recommended */
}
#exampleSlider .MS-content {
    white-space: nowrap;     /* required */
    overflow: hidden;        /* required */
    margin: 0 5%;            /* makes room for L/R arrows */
}
#exampleSlider .MS-content .item {
    display: inline-block;   /* required */
    width: 20%;              /* required * Determines number of visible slides */
    position: relative;      /* required */
    vertical-align: top;     /* required */
    overflow: hidden;        /* required */
    height: 100%;            /* recommended */
    white-space: normal;     /* recommended */
}
#exampleSlider .MS-controls button {
    position: absolute;      /* recommended */
    top: 35px;
}
#exampleSlider .MS-controls .MS-left {
    left: 10px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #fff;
}
#exampleSlider .MS-controls .MS-right {
    right: 10px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: #fff;
}
#exampleSlider .MS-controls button svg{
    width: 0px;
}
/******* FIN DE SEGUNDA SECCION* ********/
/*******************SECCION 3*********************/
.seccion3{
    height: 100vh;
}
.textos3 h3{
    font-family: 'DINPro-Bold' !important;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}
.textos3 p{
    font-family: 'Myriad-Pro-Regular' !important;
    color: #fff;
    font-size: 24px;
}
/***********************FIN SECCION 3*********************/
/********************SECCION 4****************************/
.seccion4{
    background-color: #efefef;
    /*height: 100vh;*/
}
.seccion4 .active{
    background-color: #efefef;
}
.titulo4{
    text-align: center;
}
.titulo4 h3{
    font-family: 'DINPro-Bold' !important;
    color: #d80212;
    font-size: 40px;
    font-weight: bold;
}
.tarjeta4 .card{
    -webkit-box-shadow: 0.5px 0.5px 14px 2px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: 0.5px 0.5px 14px 2px rgba(0,0,0,0.3) !important;
    box-shadow: 0.5px 0.5px 14px 2px rgba(0,0,0,0.3) !important;
}
.tarjeta4 .tituloCard4 h4{
    color: #000;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    font-family: 'DINPro-Bold' !important;
}
.tarjeta4 .tituloCard4 p{
    color: #000;
    font-size: 20px;
    text-align: center;
    font-family: 'Myriad-Pro-Light' !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    background-color: #000;
}
.seccion4 .multi-item-carousel .carousel-control-prev{
    justify-content: flex-start;
}
.seccion4 .multi-item-carousel .carousel-control-next{
    justify-content: flex-end;
}
/********************FIN SECCION 4************************/
/*********************SECCION 5***************************/
.imagen5{
    background-image: url('https://assets.claro360.com/Corporativo/comunicacion/Banner_Enviar_RevisarReportes_Corporativo.jpg');
    /*background-size: cover;*/
    background-size: 100% 100%;
    background-position: center 0;
    background-repeat: no-repeat;
}
.imagen5 h3{
    font-family: 'DINPro-Bold' !important;
    color: white;
    font-size: 60px;
    font-weight: bold;
    margin-top: 10%;
    text-align: center;
}
.imagen5 p{
    font-family: 'Myriad-Pro-Light' !important;
    color: white;
    font-size: 32px;
    text-align: center;
    padding: 0% 20%;
    font-weight: bold;
}
/***********************FIN SECCION 5************************/
/*********************SECCION 6******************************/
.imagen6{
    background-image: url('https://assets.claro360.com/Corporativo/trabajo/Banner_Comunicacion_Corporativo.jpg');
    /*background-size: cover;*/
    background-size: 100% 100%;
    background-position: center 0;
    background-repeat: no-repeat;
}
.imagen6 h3{
    font-family: 'DINPro-Bold' !important;
    color: white;
    font-size: 60px;
    font-weight: bold;
    margin-top: 10%;
    text-align: center;
}
.imagen6 p{
    font-family: 'Myriad-Pro-Light' !important;
    color: white;
    font-size: 32px;
    text-align: center;
    padding: 0% 20%;
    font-weight: bold;
}
/**********************FIN SECCION 6*************************/
/*********************SECCION 7******************************/
.imagen7{
    background-image: url('https://assets.claro360.com/Corporativo/invitacion/Banner_Invitacion_Corporativo.jpg');
    /*background-size: cover;*/
    background-size: 100% 100%;
    background-position: center 0;
    background-repeat: no-repeat;
}
.imagen7 h3{
    font-family: 'DINPro-Bold' !important;
    color: white;
    font-size: 60px;
    font-weight: bold;
    margin-top: 10%;
    text-align: center;
}
.imagen7 p{
    font-family: 'Myriad-Pro-Light' !important;
    color: white;
    font-size: 32px;
    text-align: center;
    padding: 0% 20%;
    font-weight: bold;
}
/**********************FIN SECCION 7*************************/
/*********************SECCION 8******************************/
.imagen8{
    background-image: url('https://assets.claro360.com/Corporativo/salud/Banner_ProteccionPersonal_Corporativo.jpg');
    /*background-size: cover;*/
    background-size: 100% 100%;
    background-position: center 0;
    background-repeat: no-repeat;
}
.imagen8 h3{
    font-family: 'DINPro-Bold' !important;
    color: white;
    font-size: 60px;
    font-weight: bold;
    margin-top: 20%;
    text-align: center;
}
.imagen8 p{
    font-family: 'Myriad-Pro-Light' !important;
    color: white;
    font-size: 32px;
    text-align: center;
    padding: 0% 20%;
    font-weight: bold;
}
/**********************FIN SECCION 8*************************/
/*********************SECCION 9******************************/
.imagen9{
    background-image: url('https://assets.claro360.com/Corporativo/cartera/Banner_Pagar_EnviarDinero_Corporativo.jpg');
    /*background-size: cover;*/
    background-size: 100% 100%;
    background-position: center 0;
    background-repeat: no-repeat;
}
.imagen9 h3{
    font-family: 'DINPro-Bold' !important;
    color: white;
    font-size: 60px;
    font-weight: bold;
    margin-top: 10%;
    text-align: center;
}
.imagen9 p{
    font-family: 'Myriad-Pro-Light' !important;
    color: white;
    font-size: 32px;
    text-align: center;
    padding: 0% 20%;
    font-weight: bold;
}
/**********************FIN SECCION 9*************************/
/*********************SECCION 10******************************/
.imagen10{
    background-image: url('https://assets.claro360.com/Corporativo/serviciosPublicos/Banner_InvitarMunicipio_Estado_Corporativo.jpg');
    /*background-size: cover;*/
    background-size: 100% 100%;
    background-position: center 0;
    background-repeat: no-repeat;
}
.imagen10 h3{
    font-family: 'DINPro-Bold' !important;
    color: white;
    font-size: 60px;
    font-weight: bold;
    margin-top: 10%;
    text-align: center;
}
.imagen10 p{
    font-family: 'Myriad-Pro-Light' !important;
    color: white;
    font-size: 32px;
    text-align: center;
    padding: 0% 20%;
    font-weight: bold;
}
/**********************FIN SECCION 10*************************/
/*********************SECCION 11******************************/
.imagen11{
    background-image: url('../../images/corporativo/monitoreo inteligente/banner_ei.jpg');
    /*background-size: cover;*/
    background-size: 100% 100%;
    background-position: center 0;
    background-repeat: no-repeat;
}
.imagen11 h3{
    font-family: 'DINPro-Bold' !important;
    color: white;
    font-size: 60px;
    font-weight: bold;
    margin-top: 10%;
    text-align: center;
}
.imagen11 p{
    font-family: 'Myriad-Pro-Light' !important;
    color: white;
    font-size: 32px;
    text-align: center;
    padding: 0% 20%;
    font-weight: bold;
}
/**********************FIN SECCION 11*************************/
/***********************SECCION 12***************************/
.seccion12{
    height: 100vh !important;
    background-color: #efefef;
    /*display: flex;
    flex-wrap: wrap;
    justify-content: center;*/
}
.seccion12 #slider {
    width: 85%;
}
.seccion12 #slider li{
    width: 80%;
}
.seccion12 #slider li .titulo{
    font-size: 60px;
    font-family: 'DINPro-Bold' !important;
    color:  #000;
    text-align: center;
}
.seccion12 #slider li p{
    font-size: 22px;
    font-family: 'Myriad-Pro-Light' !important;
    text-align: center;
    color: #000;
    box-shadow: 0.5px 0.5px 10px #000;
}
/**********************FIN SECCION 12************************/
/*******************SECCION 13********************************/
.seccion13{
    background-color: #f1f1f1;
}
.titulo13 h2{
    font-family: 'DINPro-Bold' !important;
    color: #d80212;
    font-size: 60px;
    font-weight: bold;
}
.titulo13 span{
    font-family: 'Myriad-Pro-Light' !important;
    color: #000;
    font-size: 24px;
}
.seccion13 .card{
    -webkit-box-shadow: 0.5px 0.5px 14px 2px rgba(0,0,0,0.3) !important;
    -moz-box-shadow: 0.5px 0.5px 14px 2px rgba(0,0,0,0.3) !important;
    box-shadow: 0.5px 0.5px 14px 2px rgba(0,0,0,0.3) !important;
}
.tarjeta13 .tituloCard13 h4{
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    font-family: 'DINPro-Bold' !important;
}
.tarjeta13 .tituloCard13 p{
    font-size: 24px;
    color: #d80212;
    font-weight: bold;
    text-align: center;
    font-family: 'DINPro-Bold' !important;
}
.tarjeta13 .card .boton a {
    background-color: #da291c;
    color : white;
    width: 150px;
    border-radius: 30px;
    height: 30px;
    padding: 0;
}
/*******************FIN SECCION 13****************************/
/****************FOOTER************************/
footer{
    background-color: #282828;
    color: white;
    width: 100%;
    height: 30px !important;
    overflow: hidden;
}
footer .row{
    margin-left: 0px;
    margin-right: 0px;
}
footer h6{
    font-size: 12.5px;
    font-family: 'Myriad-Pro-Light' !important;
    padding-top: 10px;
    color: white;
}
footer .logo{
    text-align: end;
}
footer .logo img{
    display:none;
    width: 35%;
}
/****************FIN FOOTER********************/

/*******************************************************************************************************/
/******************************************      PORTRAIT     ******************************************/
/*******************************************************************************************************/
/***********************PORTRAIT DISPOSITIVO MOVIL CELULAR**********************************************/
@media only screen and (max-width: 320px) and (orientation: portrait){
    /******* PRIMERA SECCION* ********/
    /*.seccion1 .encabezado{
      width: 100%;
      padding: 80px;
      display: flex;
      justify-content: space-between;
    }
    .seccion1 .encabezado .logo{
      display: flex;
      justify-content: flex-start;
    }
    .seccion1 .encabezado .logo img{
      width: 200px;
    }
    .seccion1 .encabezado .boton{
      padding: 15px;
    }
    .seccion1 .registro{
      width: 100%;
      margin-bottom: 100px;
    }
    .seccion1 .registro .titulos{
      margin-bottom: 100px;
    }
    .seccion1 .registro .titulos .titulo{
      font-size: 30px;
    }*/
    .parallax h2{
        margin-top: 300px;
        font-size: 30px;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA SECCION* ********/
    .seccion2{
        /*height: 100vh !important;*/
        padding: 10px;
    }
    .seccion2 hr{
        border: 0.5px solid #000;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .titulo2{
        text-align: center;
        height: 100vh;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .titulo2 h2{

        font-size: 35px;
    }
    .titulo2 span{
        font-size: 18px;
    }
    .tarjeta2{
        /*flex: 0 0 50%;
        max-width: 50%;*/
        /*height: 75vh;*/
        margin-bottom: 20px;
        /*width: 475px;
        height: 780px;*/
    }
    .tarjeta2 .tituloCard h4{
        color: #000;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .tarjeta2 .tituloCard p{
        font-size: 18px;
        color: red;
        font-weight: bold;
        text-align: center;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 14px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 14px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta2 .tituloCard .boton{
        text-align: center;
    }
    .tarjeta2 .tituloCard .boton .btn{
        width: 120px;
        height: 30px;
    }
    .sliderIconos{
        display: none;
    }
    .MS-content .item img{
        width: 80px;
        height: 80px;
    }
    .MS-content .item span{
        font-size: 12px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh;
        background-color: #000;
    }
    /*.imagen3{
      background-size: 55% 75%;
    }
    .textos3{
      text-align: right;
      padding: 10% 2% 2% 50%;
    }
    .textos3 h3{
      font-size: 24px;
    }
    .textos3 p{
      font-size: 14px;
    }
    .imagen31{
      background-size: 55% 75%;
    }
    .textos31{
      padding: 10% 50% 2% 2%;
    }
    .textos31 h3{
      font-size: 24px;
    }
    .textos31 p{
      font-size: 14px;
    }*/
    .textos3 h3{
        font-size: 24px;
    }
    .textos3 p{
        font-size: 14px;
    }
    .seccion3 .imagen3 img{
        width: 100%;
        height: 40vh;
    }
    .textos3{
        padding: 2% 0% 0% 5%;
    }
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        /*height: 100vh !important;*/
        padding: 20px;
    }
    .tiutlo4{
        text-align: center;
    }
    .titulo4 h3{
        font-size: 30px;
    }
    .seccion4 .carousel{
        min-height: 532px;
    }
    .tarjeta4{
        /*height: 75vh;*/
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .tituloCard4 h4{
        font-size: 20px;
    }
    .tarjeta4 .tituloCard4 p{
        font-size: 12px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
    }
    .tituloCard4 .imagen4 img{
        width: 100%;
        height: 100px;
    }
    .tituloCard4 .lista4{
        margin-top: 10px;
    }
    .tituloCard4 .lista4{
        font-family: 'Myriad-Pro-Light';
        list-style: none;
        padding: 0;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 12px;
        list-style: none;
        padding: 0% 1%;
        font-family: 'Myriad-Pro-Light';
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3{
        font-size: 40px;
        margin-top: 50%;
    }
    .imagen5 p{
        font-size: 22px;
        line-height: 21px;
        padding: 0% 15%;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3{
        font-size: 40px;
        margin-top: 50%;
    }
    .imagen6 p{
        font-size: 22px;
        line-height: 21px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3{
        font-size: 40px;
        margin-top: 50%;
    }
    .imagen7 p{
        font-size: 22px;
        line-height: 21px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3{
        font-size: 40px;
        margin-top: 50%;
    }
    .imagen8 p{
        font-size: 22px;
        line-height: 21px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3{
        font-size: 40px;
        margin-top: 50%;
    }
    .imagen9 p{
        font-size: 22px;
        line-height: 21px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3{
        font-size: 40px;
        margin-top: 50%;
    }
    .imagen10 p{
        font-size: 22px;
        line-height: 21px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3{
        font-size: 40px;
        margin-top: 50%;
    }
    .imagen11 p{
        font-size: 22px;
        line-height: 21px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12{
        overflow: hidden;
    }
    .seccion12 #wrapper{
        padding-top: 40px;
    }
    .seccion12 #slider{
        width: 80%;
    }
    .seccion12 #slider li{
        width: 100%;
    }
    .seccion12 a.mb-scrollButtons{
        width: 30px;
        height: 30px;
    }
    .seccion12 a.mb-scrollButtons.mb-left {
        left: -30px;
    }
    .seccion12 a.mb-scrollButtons.mb-right {
        right: -30px;
    }
    .seccion12 .mb-slider .mb-panel{
        padding: 0;
    }
    .seccion12 #slider li .titulo{
        font-size: 20px;
    }
    .seccion12 #slider li p{
        font-size: 16px;
        padding: 2% 0% 2% 0%;
    }
    /***************FIN SECCION 12***************/
    /***********SECCION 13********************/
    .seccion13{
        /*height: 100vh;*/
        padding: 20px;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .titulo13{
        text-align: center;
        margin-top: 60%;
        margin-bottom: 85%;
    }
    .titulo13 h2{
        font-size: 35px;
    }
    .titulo13 span{
        font-size: 18px;
    }
    .tarjeta13{
        /*flex: 0 0 50%;
        max-width: 50%*/
        margin-bottom: 15px;
        /*width: 475px;
        height: 780px;*/
        /*height: 75vh;*/
    }
    .tarjeta13 .tituloCard13 hr{
        border: 0.5px solid #000;
    }
    .tarjeta13 .tituloCard13 h4{
        color: #000;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .tarjeta13 .tituloCard13 p{
        font-size: 18px;
        color: red;
        font-weight: bold;
        text-align: center;
    }
    .tarjeta13 .tituloCard13 ul{
        list-style: none;
        padding: 0;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 14px;
        font-family: 'Myriad-Pro-Light';
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        padding: 0% 0% 0% 4%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 14px;
    }
    .tarjeta13 .tituloCard13 .boton{
        text-align: center;
    }
    .tarjeta13 .tituloCard13 .boton .btn{
        width: 120px;
        height: 30px;
    }
    /***********FIN DE SECCION 13*************/

    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
    /************FOOTER***********************/
    footer{
        height:auto !important;
    }
    footer .col-10{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer h6,
    footer .texto h6{
        font-size: 10px;
    }
    /***********FIN FOOTER********************/
}
@media only screen and (min-width: 321px) and (max-width: 424px) and (orientation: portrait){
    /******* PRIMERA SECCION* ********/
    /*.seccion1 .encabezado{
      width: 100%;
      padding: 80px;
      display: flex;
      justify-content: space-between;
    }
    .seccion1 .encabezado .logo{
      display: flex;
      justify-content: flex-start;
    }
    .seccion1 .encabezado .logo img{
      width: 200px;
    }
    .seccion1 .encabezado .boton{
      padding: 15px;
    }
    .seccion1 .registro{
      width: 100%;
      margin-bottom: 150px;
    }
    .seccion1 .registro .titulos{
      margin-bottom: 50px;
    }
    .seccion1 .registro .titulos .titulo{
      font-size: 30px;
    }*/
    .parallax h2{
        margin-top: 300px;
        font-size: 30px;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA SECCION* ********/
    .seccion2{
        /*height: 100vh !important;*/
        padding: 10px;
    }
    .seccion2 hr{
        border: 0.5px solid #000;
    }
    .seccion2 .card{
        height: 100%;
        -webkit-box-shadow: 0.5px 0.5px 14px 5px rgba(0,0,0,0.3);
        -moz-box-shadow: 0.5px 0.5px 14px 5px rgba(0,0,0,0.3);
        box-shadow: 0.5px 0.5px 14px 5px rgba(0,0,0,0.3);
        overflow: scroll;
    }
    .titulo2{
        text-align: center;
        height: 100vh;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .titulo2 h2{
        font-size: 35px;
    }
    .titulo2 span{
        font-size: 18px;
    }
    .tarjeta2{
        /*flex: 0 0 50%;
        max-width: 50%;*/
        /*height: 75vh;*/
        margin-bottom: 20px;
        /*width: 475px;
        height: 780px;*/
    }
    .tarjeta2 .tituloCard h4{
        color: #000;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .tarjeta2 .tituloCard p{
        font-size: 18px;
        color: red;
        font-weight: bold;
        text-align: center;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 14px;
        font-family: 'Myriad-Pro-Light';
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 14px;
    }
    .tarjeta2 .tituloCard .boton{
        text-align: center;
    }
    .tarjeta2 .tituloCard .boton .btn{
        width: 120px;
        height: 30px;
    }
    .sliderIconos{
        display: none;
    }
    .MS-content .item img{
        width: 80px;
        height: 80px;
    }
    .MS-content .item span{
        font-size: 12px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: auto;
        background-color: #000;
        overflow: hidden;
    }
    /*.imagen3{
      background-size: 55% 75%;
    }
    .textos3{
      text-align: right;
      padding: 10% 2% 2% 50%;
    }
    .textos3 h3{
      font-size: 28px;
    }
    .textos3 p{
      font-size: 14px;
    }
    .imagen31{
      background-size: 55% 75%;
    }
    .textos31{
      padding: 10% 50% 2% 2%;
    }
    .textos31 h3{
      font-size: 28px;
    }
    .textos31 p{
      font-size: 14px;
    }*/
    .textos3 h3{
        font-size: 28px;
    }
    .textos3 p{
        font-size: 14px;
    }
    .seccion3 .imagen3 img{
        width: 100%;
        height: 40vh;
    }
    .textos3{
        padding: 2% 0% 0% 3%;
    }
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: 100vh;
        padding: 20px;
    }
    .seccion4 .carousel{
        min-height: 580px;
    }
    .titulo4 h3{
        font-size: 30px;
    }
    .titulo41{
        text-align: center;
    }
    .tarjeta4{
        /*height: 80vh;*/
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .tituloCard4 h4{
        font-size: 22px;
    }
    .tarjeta4 .tituloCard4 p{
        font-size: 12px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
    }
    .tituloCard4 .imagen4 img{
        width: 100%;
        height: 150px;
    }
    .tituloCard4 .lista4{
        margin-top: 10px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 12.5px;
        list-style: none;
        padding: 0% 1%;
        font-family: 'Myriad-Pro-Light';
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3{
        font-size: 40px;
        margin-top: 70%;
    }
    .imagen5 p{
        font-size: 22px;
        line-height: 21px;
        padding: 0% 15%;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3{
        font-size: 40px;
        margin-top: 70%;
    }
    .imagen6 p{
        font-size: 22px;
        line-height: 21px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3{
        font-size: 40px;
        margin-top: 70%;
    }
    .imagen7 p{
        font-size: 22px;
        line-height: 21px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3{
        font-size: 40px;
        margin-top: 70%;
    }
    .imagen8 p{
        font-size: 22px;
        line-height: 21px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3{
        font-size: 40px;
        margin-top: 70%;
    }
    .imagen9 p{
        font-size: 22px;
        line-height: 21px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3{
        font-size: 40px;
        margin-top: 70%;
    }
    .imagen10 p{
        font-size: 22px;
        line-height: 21px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3{
        font-size: 40px;
        margin-top: 70%;
    }
    .imagen11 p{
        font-size: 22px;
        line-height: 21px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12{
        overflow: hidden;
    }
    .seccion12 #wrapper{
        padding-top: 40px;
    }
    .seccion12 #slider{
        width: 80%;
    }
    .seccion12 #slider li{
        width: 100%;
    }
    .seccion12 .mb-slider .mb-panel{
        padding: 0;
    }
    .seccion12 #slider li .titulo{
        font-size: 20px;
    }
    .seccion12 #slider li p{
        font-size: 16px;
        padding: 2% 0% 2% 0%;
    }
    /***************FIN SECCION 12***************/
    /***********SECCION 13********************/
    .seccion13{
        height: 100vh;
        padding: 20px;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .titulo13{
        text-align: center;
        height: 100vh;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .titulo13 h2{
        font-size: 35px;
    }
    .titulo13 span{
        font-size: 18px;
    }
    .tarjeta13{
        /*flex: 0 0 50%;
        max-width: 50%*/
        margin-bottom: 15px;
        /*width: 475px;
        height: 780px;*/
        /*height: 75vh;*/
    }
    .tarjeta13 .tituloCard13 hr{
        border: 0.5px solid #000;
    }
    .tarjeta13 .tituloCard13 h4{
        color: #000;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .tarjeta13 .tituloCard13 p{
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .tarjeta13 .tituloCard13 ul{
        list-style: none;
        padding: 0;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 14px;
        font-family: 'Myriad-Pro-Light';
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        padding: 0% 0% 0% 4%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 14px;
    }
    .tarjeta13 .tituloCard13 .boton{
        text-align: center;
    }
    .tarjeta13 .tituloCard13 .boton .btn{
        width: 200px;
        height: 30px;
    }
    /***********FIN DE SECCION 13*************/

    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
    /************FOOTER**********************/
    footer{
        height:auto !important;
    }
    footer .col-10{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer h6,
    footer .texto h6{
        font-size: 10px;
    }
    /*************FIN fOOTER*****************/
}
/***********************PORTRAIT DISPOSITIVO MOVIL TABLET***********************************************/
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: portrait){
    /******* PRIMERA SECCION* ********/
    /*.seccion1 .encabezado{
      width: 100%;
      padding: 80px;
      display: flex;
      justify-content: space-between;
    }
    .seccion1 .encabezado .logo{
      display: flex;
      justify-content: flex-start;
    }
    .seccion1 .encabezado .logo img{
      width: 200px;
    }
    .seccion1 .encabezado .boton{
      padding: 15px;
    }
    .seccion1 .registro{
      width: 100%;
      margin-bottom: 150px;
    }
    .seccion1 .registro .titulos{
      margin-bottom: 50px;
    }
    .seccion1 .registro .titulos .titulo{
      font-size: 30px;
    }*/
    .parallax h2{
        margin-top: 300px;
        font-size: 30px;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA SECCION* ********/
    .seccion2{
        /*height: 100vh !important;*/
        padding: 10px;
    }
    .seccion2 hr{
        border: 0.5px solid #000;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .titulo2{
        text-align: center;
        height: 100vh;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .titulo2 h2{
        font-size: 35px;
    }
    .titulo2 span{
        font-size: 18px;
    }
    .tarjeta2{
        /*flex: 0 0 50%;
        max-width: 50%;*/
        /*height: 75vh;*/
        margin-bottom: 15px;
        /*width: 475px;
        height: 780px;*/
    }
    .tarjeta2 .tituloCard h4{
        color: #000;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .tarjeta2 .tituloCard p{
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 14px;
        font-family: 'Myriad-Pro-Light';
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 14px;
    }
    .tarjeta2 .tituloCard .boton{
        text-align: center;
    }
    .tarjeta2 .tituloCard .boton .btn{
        width: 200px;
        height: 30px;
    }
    .sliderIconos{
        display: none;
    }
    .MS-content .item img{
        width: 80px;
        height: 80px;
    }
    .MS-content .item span{
        font-size: 12px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh;
        background-color: #000;
    }
    /*.imagen3{
      background-size: 55% 75%;
    }
    .textos3{
      text-align: right;
      padding: 10% 2% 2% 55%;
    }
    .textos3 h3{
      font-size: 30px;
    }
    .textos3 p{
      font-size: 18px;
    }
    .imagen31{
      background-size: 55% 75%;
    }
    .textos31{
      padding: 10% 55% 2% 2%;
    }
    .textos31 h3{
      font-size: 30px;
    }
    .textos31 p{
      font-size: 18px;
    }*/
    .textos3 h3{
        font-size: 30px;
    }
    .textos3 p{
        font-size: 18px;
    }
    .seccion3 .imagen3 img{
        width: 100%;
        height: 40vh;
    }
    .textos3{
        padding: 2% 0% 0% 3%;
    }
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: 100vh;
        padding: 20px;
    }

    .seccion4 .carousel{
        min-height: 460px
    }
    .titulo4{
        text-align: center;
    }
    .titulo4 h3{
        font-size: 30px;
    }
    .tarjeta4{
        /*height: 75vh;*/
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .tituloCard4 h4{
        font-size: 22px;
    }
    .tarjeta4 .tituloCard4 p{
        font-size: 14px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
    }
    .tituloCard4 .imagen4 img{
        width: 100%;
        height: 200px;
    }
    .tituloCard4 .lista4{
        margin-top: 10px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 14px;
        list-style: none;
        padding: 0% 1%;
        font-family: 'Myriad-Pro-Light';
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_16px.png');
        padding: 0% 3% 0% 1%;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3{
        font-size: 40px;
        margin-top: 70%;
    }
    .imagen5 p{
        font-size: 20px;
        padding: 0% 15%;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3{
        font-size: 40px;
        margin-top: 70%;
    }
    .imagen6 p{
        font-size: 20px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3{
        font-size: 40px;
        margin-top: 70%;
    }
    .imagen7 p{
        font-size: 20px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3{
        font-size: 40px;
        margin-top: 70%;
    }
    .imagen8 p{
        font-size: 20px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3{
        font-size: 40px;
        margin-top: 70%;
    }
    .imagen9 p{
        font-size: 20px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3{
        font-size: 40px;
        margin-top: 70%;
    }
    .imagen10 p{
        font-size: 20px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3{
        font-size: 40px;
        margin-top: 70%;
    }
    .imagen11 p{
        font-size: 20px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12{
        overflow: hidden;
    }
    .seccion12 #wrapper{
        padding-top: 40px;
    }
    .seccion12 #slider{
        width: 80%;
    }
    .seccion12 #slider li{
        width: 100%;
    }
    .seccion12 .mb-slider .mb-panel{
        padding: 0;
    }
    .seccion12 #slider li .titulo{
        font-size: 20px;
    }
    .seccion12 #slider li p{
        font-size: 16px;
        padding: 2% 0% 2% 0%;
    }
    /***************FIN SECCION 12***************/
    /***********SECCION 13********************/
    .seccion13{
        height: 100vh;
        padding: 20px;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .titulo13{
        text-align: center;
        height: 100vh;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .titulo13 h2{
        font-size: 35px;
    }
    .titulo13 span{
        font-size: 18px;
    }
    .tarjeta13{
        /*flex: 0 0 50%;
        max-width: 50%*/
        margin-bottom: 15px;
        /*width: 475px;
        height: 780px;*/
        /*height: 75vh;*/
    }
    .tarjeta13 .tituloCard13 hr{
        border: 0.5px solid #000;
    }
    .tarjeta13 .tituloCard13 h4{
        color: #000;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .tarjeta13 .tituloCard13 p{
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
    .tarjeta13 .tituloCard13 ul{
        list-style: none;
        padding: 0;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 14px;
        font-family: 'Myriad-Pro-Light';
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        padding: 0% 0% 0% 4%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 14px;
    }
    .tarjeta13 .tituloCard13 .boton{
        text-align: center;
    }
    .tarjeta13 .tituloCard13 .boton .btn{
        width: 200px;
        height: 30px;
    }
    /***********FIN DE SECCION 13*************/

    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
    /************FOOTER**********************/
    footer h6,
    footer .texto h6{
        font-size: 11px;
    }
    /*************FIN fOOTER*****************/
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: portrait){
    /******* PRIMERA SECCION* ********/
    /*.seccion1 .encabezado{
      width: 100%;
      padding: 80px;
      display: flex;
      justify-content: space-between;
    }
    .seccion1 .encabezado .logo{
      display: flex;
      justify-content: flex-start;
    }
    .seccion1 .encabezado .logo img{
      width: 200px;
    }
    .seccion1 .encabezado .boton{
      padding: 15px;
    }
    .seccion1 .registro{
      width: 100%;
      margin-bottom: 150px;
    }
    .seccion1 .registro .titulos{
      margin-bottom: 50px;
    }
    .seccion1 .registro .titulos .titulo{
      font-size: 60px;
    }*/
    .parallax h2{
        margin-top: 350px;
        font-size: 60px;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA SECCION* ********/
    .seccion2{
        /*height: 100vh !important;*/
        padding: 10px;
    }
    .seccion2 hr{
        border: 0.5px solid #000;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .titulo2{
        text-align: center;
        /*height: 10vh;*/
    }
    .titulo2 h2{
        font-size: 40px;
    }
    .titulo2 span{
        font-size: 22px;
    }
    .tarjeta2{
        /*flex: 0 0 50%;
        max-width: 50%;*/
        /*height: 75vh;*/
        margin-bottom: 20px;
        /*width: 475px;
        height: 780px;*/
    }
    .tarjeta2 .tituloCard h4{
        font-size: 30px;
    }
    .tarjeta2 .tituloCard p{
        font-size: 30px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta2 .tituloCard .boton{
        text-align: center;
        margin-top: 80%;
    }
    .tarjeta2 .tituloCard .boton .btn{
        width: 200px;
        height: 30px;
    }
    .sliderIconos{
        display: none;
    }
    .MS-content .item img{
        width: 80px;
        height: 80px;
    }
    .MS-content .item span{
        font-size: 12px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh;
        background-color: #000;
    }
    /*.imagen3{
      background-size: 55% 75%;
    }
    .textos3{
      text-align: right;
      padding: 10% 2% 2% 55%;
    }
    .textos3 h3{
      font-size: 30px;
    }
    .textos3 p{
      font-size: 22px;
    }
    .imagen31{
      background-size: 60% 80%;
    }
    .textos31{
      padding: 10% 55% 2% 2%;
    }
    .textos31 h3{
      font-size: 30px;
    }
    .textos31 p{
      font-size: 22px;
    }*/
    .textos3 h3{
        font-size: 30px;
    }
    .textos3 p{
        font-size: 22px;
    }
    .seccion3 .imagen3 img{
        width: 100%;
        height: 40vh;
    }
    .textos3{
        padding: 2% 0% 0% 1%;
    }
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: 100vh !important;
        padding: 20px;
    }
    .titulo4 h3{
        font-size: 50px;
    }
    .tarjeta4{
        /*height: 80vh;*/
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .tituloCard4 h4{
        font-size: 20px;
    }
    .tarjeta4 .tituloCard4 p{
        font-size: 16px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
    }
    .tituloCard4 .imagen4 img{
        width: 100%;
        height: 200px;
    }
    .tituloCard4 .lista4{
        margin-top: 10px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 16px;
        list-style: none;
        padding: 0% 1%;
        font-family: 'Myriad-Pro-Light';
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_16px.png');
        padding: 0% 3% 0% 1%;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3{
        font-size: 50px;
        margin-top: 40%;
    }
    .imagen5 p{
        font-size: 30px;
        padding: 0% 15%;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3{
        font-size: 50px;
        margin-top: 40%;
    }
    .imagen6 p{
        font-size: 30px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3{
        font-size: 50px;
        margin-top: 40%;
    }
    .imagen7 p{
        font-size: 30px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3{
        font-size: 50px;
        margin-top: 40%;
    }
    .imagen8 p{
        font-size: 30px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3{
        font-size: 50px;
        margin-top: 40%;
    }
    .imagen9 p{
        font-size: 30px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3{
        font-size: 50px;
        margin-top: 40%;
    }
    .imagen10 p{
        font-size: 30px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3{
        font-size: 46px;
        margin-top: 40%;
    }
    .imagen11 p{
        font-size: 22px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12{
        overflow: hidden;
    }
    .seccion12 #wrapper{
        padding-top: 40px;
    }
    .seccion12 #slider{
        width: 80%;
    }
    .seccion12 #slider li{
        width: 100%;
    }
    .seccion12 .mb-slider .mb-panel{
        padding: 0;
    }
    .seccion12 #slider li .titulo{
        font-size: 50px;
    }
    .seccion12 #slider li p{
        font-size: 24px;
        padding: 2% 0% 2% 0%;
    }
    /***************FIN SECCION 12***************/
    /***********SECCION 13********************/
    .seccion13{
        height: auto !important;
        padding: 20px;
        overflow: hidden;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .titulo13{
        text-align: center;
        margin-bottom: 15px;
    }
    .titulo13 h2{
        font-size: 40px;
    }
    .titulo13 span{
        font-size: 22px;
    }
    .tarjeta13{
        /*flex: 0 0 50%;
        max-width: 50%*/
        margin-bottom: 15px;
        /*width: 475px;
        height: 780px;*/
        /*height: 75vh;*/
    }
    .tarjeta13 .tituloCard13 hr{
        border: 0.5px solid #000;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 30px;
    }
    .tarjeta13 .tituloCard13 p{
        font-size: 30px;
    }
    .tarjeta13 .tituloCard13 ul{
        list-style: none;
        padding: 0;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        padding: 0% 0% 0% 4%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta13 .tituloCard13 .boton{
        text-align: center;
        margin-top: 85%;
    }
    .tarjeta13 .tituloCard13 .boton .btn{
        width: 200px;
        height: 30px;
    }
    /***********FIN DE SECCION 13*************/

    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
    /************FOOTER**********************/
    footer .texto h6{
        font-size: 14px;
    }
    /*************FIN fOOTER*****************/
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: portrait){
    /******* PRIMERA SECCION* ********/
    /*.seccion1 .encabezado{
      width: 100%;
      padding: 80px;
      display: flex;
      justify-content: space-between;
    }
    .seccion1 .encabezado .logo{
      display: flex;
      justify-content: flex-start;
    }
    .seccion1 .encabezado .logo img{
      width: 200px;
    }
    .seccion1 .encabezado .boton{
      padding: 15px;
    }
    .seccion1 .registro{
      width: 100%;
      margin-bottom: 150px;
    }
    .seccion1 .registro .titulos{
      margin-bottom: 50px;
    }
    .seccion1 .registro .titulos .titulo{
      font-size: 60px;
    }*/
    .parallax h2{
        margin-top: 350px;
        font-size: 60px;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA SECCION* ********/
    .seccion2{
        /*height: 100vh !important;*/
        padding: 10px;
    }
    .seccion2 hr{
        border: 0.5px solid #000;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .titulo2{
        text-align: center;
        /*height: 10vh;*/
    }
    .titulo2 h2{
        font-size: 40px;
    }
    .titulo2 span{
        font-size: 22px;
    }
    .tarjeta2{
        /*flex: 0 0 50%;
        max-width: 50%;*/
        /*height: 75vh;*/
        margin-bottom: 20px;
        /*width: 475px;
        height: 780px;*/
    }
    .tarjeta2 .tituloCard h4{
        font-size: 30px;
    }
    .tarjeta2 .tituloCard p{
        font-size: 30px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_16px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta2 .tituloCard .boton{
        text-align: center;
        margin-top: 75%;
    }
    .tarjeta2 .tituloCard .boton .btn{
        width: 200px;
        height: 30px;
    }
    .sliderIconos{
        display: none;
    }
    .MS-content .item img{
        width: 80px;
        height: 80px;
    }
    .MS-content .item span{
        font-size: 12px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh;
        background-color: #000;
    }
    /*.imagen3{
      background-size: 55% 75%;
    }
    .textos3{
      text-align: right;
      padding: 10% 2% 2% 55%;
    }
    .textos3 h3{
      font-size: 30px;
    }
    .textos3 p{
      font-size: 22px;
    }
    .imagen31{
      background-size: 60% 80%;
    }
    .textos31{
      padding: 10% 55% 2% 2%;
    }
    .textos31 h3{
      font-size: 30px;
    }
    .textos31 p{
      font-size: 22px;
    }*/
    .textos3 h3{
        font-size: 40px;
    }
    .textos3 p{
        font-size: 24px;
    }
    .seccion3 .imagen3 img{
        width: 100%;
        height: 40vh;
    }
    .textos3{
        padding: 2% 0% 0% 5%;
    }
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: 100vh !important;
        padding: 20px;
    }
    .titulo4 h3{
        font-size: 50px;
    }
    .tarjeta4{
        /*height: 80vh;*/
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .tituloCard4 h4{
        font-size: 20px;
    }
    .tarjeta4 .tituloCard4 p{
        font-size: 16px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
    }
    .tituloCard4 .imagen4 img{
        width: 100%;
        height: 250px;
    }
    .tituloCard4 .lista4{
        margin-top: 10px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 16px;
        list-style: none;
        padding: 0% 1%;
        font-family: 'Myriad-Pro-Light';
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_16px.png');
        padding: 0% 3% 0% 1%;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3{
        font-size: 50px;
        margin-top: 40%;
    }
    .imagen5 p{
        font-size: 30px;
        padding: 0% 15%;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3{
        font-size: 50px;
        margin-top: 40%;
    }
    .imagen6 p{
        font-size: 30px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3{
        font-size: 50px;
        margin-top: 40%;
    }
    .imagen7 p{
        font-size: 30px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3{
        font-size: 50px;
        margin-top: 40%;
    }
    .imagen8 p{
        font-size: 30px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3{
        font-size: 50px;
        margin-top: 40%;
    }
    .imagen9 p{
        font-size: 30px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3{
        font-size: 50px;
        margin-top: 40%;
    }
    .imagen10 p{
        font-size: 30px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3{
        font-size: 50px;
        margin-top: 40%;
    }
    .imagen11 p{
        font-size: 30px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12{
        overflow: hidden;
    }
    .seccion12 #wrapper{
        padding-top: 40px;
    }
    .seccion12 #slider{
        width: 80%;
    }
    .seccion12 #slider li{
        width: 100%;
    }
    .seccion12 .mb-slider .mb-panel{
        padding: 0;
    }
    .seccion12 #slider li .titulo{
        font-size: 50px;
    }
    .seccion12 #slider li p{
        font-size: 24px;
        padding: 2% 0% 2% 0%;
    }
    /***************FIN SECCION 12***************/
    /***********SECCION 13********************/
    .seccion13{
        height: auto !important;
        padding: 20px;
        overflow: hidden;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .titulo13{
        text-align: center;
        margin-bottom: 15px;
    }
    .titulo13 h2{
        font-size: 40px;
    }
    .titulo13 span{
        font-size: 22px;
    }
    .tarjeta13{
        /*flex: 0 0 50%;
        max-width: 50%*/
        margin-bottom: 15px;
        /*width: 475px;
        height: 780px;*/
        /*height: 75vh;*/
    }
    .tarjeta13 .tituloCard13 hr{
        border: 0.5px solid #000;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 30px;
    }
    .tarjeta13 .tituloCard13 p{
        font-size: 30px;
    }
    .tarjeta13 .tituloCard13 ul{
        list-style: none;
        padding: 0;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_16px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        padding: 0% 0% 0% 4%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta13 .tituloCard13 .boton{
        text-align: center;
        margin-top: 75%;
    }
    .tarjeta13 .tituloCard13 .boton .btn{
        width: 200px;
        height: 30px;
    }
    /***********FIN DE SECCION 13*************/

    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
    /************FOOTER**********************/
    footer .texto h6{
        font-size: 14px;
    }
    /*************FIN fOOTER*****************/
}
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait){
    /******* PRIMERA SECCION* ********/
    /*.seccion1 .encabezado{
      width: 100%;
      padding: 80px;
      display: flex;
      justify-content: space-between;
    }
    .seccion1 .encabezado .logo{
      display: flex;
      justify-content: flex-start;
    }
    .seccion1 .encabezado .logo img{
      width: 200px;
    }
    .seccion1 .encabezado .boton{
      padding: 15px;
    }
    .seccion1 .registro{
      width: 100%;
      margin-bottom: 150px;
    }
    .seccion1 .registro .titulos{
      margin-bottom: 50px;
    }
    .seccion1 .registro .titulos .titulo{
      font-size: 60px;
    }*/
    .parallax h2{
        margin-top: 350px;
        font-size: 60px;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA SECCION* ********/
    .seccion2{
        /*height: 100vh !important;*/
        padding: 20px;
    }
    .seccion2 hr{
        border: 0.5px solid #000;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .titulo2{
        text-align: center;
        /*height: 10vh;*/
    }
    .titulo2 h2{
        font-size: 40px;
    }
    .titulo2 span{
        font-size: 22px;
    }
    .tarjeta2{
        flex: 0 0 50%;
        max-width: 50%;
        /*height: 75vh;*/
        margin-bottom: 25px;
        /*width: 475px;
        height: 780px;*/
    }
    .tarjeta2 .tituloCard h4{
        font-size: 30px;
    }
    .tarjeta2 .tituloCard p{
        font-size: 30px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_16px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta2 .tituloCard .boton{
        text-align: center;
        margin-top: 45%;
    }
    .tarjeta2 .tituloCard .boton .btn{
        width: 200px;
        height: 30px;
    }
    .sliderIconos{
        display: none;
    }
    .MS-content .item img{
        width: 80px;
        height: 80px;
    }
    .MS-content .item span{
        font-size: 12.5px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh;
        background-color: #000;
    }
    /*.imagen3{
      background-size: 55% 75%;
    }
    .textos3{
      text-align: right;
      padding: 10% 2% 2% 60%;
    }
    .textos3 h3{
      font-size: 30px;
    }
    .textos3 p{
      font-size: 22px;
    }
    .imagen31{
      background-size: 60% 80%;
    }
    .textos31{
      padding: 10% 60% 2% 2%;
    }
    .textos31 h3{
      font-size: 30px;
    }
    .textos31 p{
      font-size: 22px;
    }*/
    .textos3 h3{
        font-size: 40px;
    }
    .textos3 p{
        font-size: 24px;
    }
    .seccion3 .imagen3 img{
        width: 100%;
        height: 40vh;
    }
    .textos3{
        padding: 2% 0% 0% 5%;
    }
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: 100vh !important;
        padding: 20px;
    }
    .titulo4 h3{
        font-size: 50px;
    }
    .tarjeta4{
        /*height: 80vh;*/
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .tituloCard4 h4{
        font-size: 20px;
    }
    .tarjeta4 .tituloCard4 p{
        font-size: 16px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
    }
    .tituloCard4 .imagen4 img{
        width: 100%;
        height: 200px;
    }
    .tituloCard4 .lista4{
        margin-top: 10px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0px 5px 0px 5px;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 16px;
        list-style: none;
        padding: 0% 1%;
        font-family: 'Myriad-Pro-Light';
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_20px.png');
        padding: 0% 3% 0% 1%;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3{
        font-size: 50px;
        margin-top: 35%;
    }
    .imagen5 p{
        font-size: 30px;
        line-height: 29px;
        padding: 0% 15%;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3{
        font-size: 50px;
        margin-top: 35%;
    }
    .imagen6 p{
        font-size: 30px;
        line-height: 29px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3{
        font-size: 50px;
        margin-top: 35%;
    }
    .imagen7 p{
        font-size: 30px;
        line-height: 29px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3{
        font-size: 50px;
        margin-top: 35%;
    }
    .imagen8 p{
        font-size: 30px;
        line-height: 29px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3{
        font-size: 50px;
        margin-top: 35%;
    }
    .imagen9 p{
        font-size: 30px;
        line-height: 29px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3{
        font-size: 50px;
        margin-top: 35%;
    }
    .imagen10 p{
        font-size: 30px;
        line-height: 29px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3{
        font-size: 50px;
        margin-top: 35%;
    }
    .imagen11 p{
        font-size: 30px;
        line-height: 29px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12{
        overflow: hidden;
    }
    .seccion12 #wrapper{
        padding-top: 40px;
    }
    .seccion12 #slider{
        width: 80%;
    }
    .seccion12 #slider li{
        width: 100%;
    }
    .seccion12 .mb-slider .mb-panel{
        padding: 0;
    }
    .seccion12 #slider li .titulo{
        font-size: 50px;
    }
    .seccion12 #slider li p{
        font-size: 24px;
        padding: 2% 0% 2% 0%;
    }
    /***************FIN SECCION 12***************/
    /***********SECCION 13********************/
    .seccion13{
        height: auto !important;
        padding: 20px;
        overflow: hidden;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .titulo13{
        text-align: center;
        margin-bottom: 15px;
    }
    .titulo13 h2{
        font-size: 40px;
    }
    .titulo13 span{
        font-size: 22px;
    }
    .tarjeta13{
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
        /*width: 475px;*/
        /*height: 780px;*/
        /*height: 75vh;*/
    }
    .tarjeta13 .tituloCard13 hr{
        border: 0.5px solid #000;
    }
    .tarjeta13 .tituloCard13 h4{
        color: #000;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }
    .tarjeta13 .tituloCard13 p{
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }
    .tarjeta13 .tituloCard13 ul{
        list-style: none;
        padding: 0px 5px 0px 5px;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_16px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        padding: 0% 0% 0% 4%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta13 .tituloCard13 .boton{
        text-align: center;
        margin-top: 45%;
    }
    .tarjeta13 .tituloCard13 .boton .btn{
        width: 200px;
        height: 30px;
    }
    /***********FIN DE SECCION 13*************/

    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
    /************FOOTER**********************/
    footer .texto h6{
        font-size: 14px;
    }
    /*************FIN fOOTER*****************/
}
/***********************PORTRAIT DISPOSITIVO MOVIL LAPTOP***********************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation: portrait){
    /******* PRIMERA SECCION* ********/
    /*.seccion1 .encabezado{
      width: 100%;
      padding: 80px;
      display: flex;
      justify-content: space-between;
    }
    .seccion1 .encabezado .logo{
      display: flex;
      justify-content: flex-start;
    }
    .seccion1 .encabezado .logo img{
      width: 200px;
    }
    .seccion1 .encabezado .boton{
      padding: 15px;
    }
    .seccion1 .registro{
      width: 100%;
      margin-bottom: 150px;
    }
    .seccion1 .registro .titulos{
      margin-bottom: 50px;
    }
    .seccion1 .registro .titulos .titulo{
      font-size: 60px;
    }*/
    .parallax h2{
        margin-top: 400px;
        font-size: 60px;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA SECCION* ********/
    .seccion2{
        /*height: 100vh !important;*/
        padding: 10px;
    }
    .seccion2 hr{
        border: 0.5px solid #000;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .titulo2{
        text-align: center;
        /*height: 10vh;*/
    }
    .titulo2 h2{
        font-size: 60px;
    }
    .titulo2 span{
        font-size: 24px;
    }
    .tarjeta2{
        flex: 0 0 50%;
        max-width: 50%;
        /*height: 75vh;*/
        margin-bottom: 20px;
        /*width: 475px;
        height: 780px;*/
    }
    .tarjeta2 .tituloCard h4{
        font-size: 24px;
    }
    .tarjeta2 .tituloCard p{
        font-size: 24px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_16px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta2 .tituloCard .boton{
        text-align: center;
        margin-top: 45%;
    }
    .tarjeta2 .tituloCard .boton .btn{
        width: 200px;
        height: 30px;
    }
    .sliderIconos{
        display: none;
    }
    .MS-content .item img{
        width: 80px;
        height: 80px;
    }
    .MS-content .item span{
        font-size: 12px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh;
        background-color: #000;
    }
    /*.imagen3{
      background-size: 55% 75%;
    }
    .textos3{
      text-align: right;
      padding: 10% 2% 2% 55%;
    }
    .textos3 h3{
      font-size: 50px;
    }
    .textos3 p{
      font-size: 24px;
    }
    .imagen31{
      background-size: 60% 85%;
    }
    .textos31{
      padding: 10% 55% 2% 2%;
    }
    .textos31 h3{
      font-size: 50px;
    }
    .textos31 p{
      font-size: 24px;
    }*/
    .textos3 h3{
        font-size: 40px;
    }
    .textos3 p{
        font-size: 24px;
    }
    .seccion3 .imagen3 img{
        width: 100%;
        height: 40vh;
    }
    .textos3{
        padding: 2% 0% 0% 5%;
    }
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: 100vh !important;
        padding: 20px;
    }
    .titulo4 h3{
        font-size: 40px;
    }
    .tarjeta4{
        /*height: 80vh;*/
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .tituloCard4 h4{
        font-size: 25px;
    }
    .tarjeta4 .tituloCard4 p{
        font-size: 20px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
    }
    .tituloCard4 .imagen4 img{
        width: 100%;
        height: 200px;
    }
    .tituloCard4 .lista4{
        margin-top: 10px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0% 1%;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 18px;
        list-style: none;
        padding: 0;
        font-family: 'Myriad-Pro-Light';
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_20px.png');
        padding: 0% 3% 0% 1%;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen5 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen6 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen7 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen8 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen9 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen10 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen11 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12{
        overflow: hidden;
    }
    .seccion12 #wrapper{
        padding-top: 40px;
    }
    .seccion12 #slider{
        width: 80%;
    }
    .seccion12 #slider li{
        width: 100%;
    }
    .seccion12 .mb-slider .mb-panel{
        padding: 0;
    }
    .seccion12 #slider li .titulo{
        font-size: 50px;
    }
    .seccion12 #slider li p{
        font-size: 24px;
        padding: 2% 0% 2% 0%;
    }
    /***************FIN SECCION 12***************/
    /***********SECCION 13********************/
    .seccion13{
        height: auto !important;
        padding: 20px;
        overflow: hidden;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .titulo13{
        text-align: center;
        margin-bottom: 15px;
    }
    .titulo13 h2{
        font-size: 60px;
    }
    .titulo13 span{
        font-size: 24px;
    }
    .tarjeta13{
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
    }
    .tarjeta13 .tituloCard13 hr{
        border: 0.5px solid #000;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 24px;
    }
    .tarjeta13 .tituloCard13 p{
        font-size: 24px;
    }
    .tarjeta13 .tituloCard13 ul{
        list-style: none;
        padding: 0;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_16px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        padding: 0% 0% 0% 4%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta13 .tituloCard13 .boton{
        text-align: center;
        margin-top: 45%;
    }
    .tarjeta13 .tituloCard13 .boton .btn{
        width: 200px;
        height: 30px;
    }
    /***********FIN DE SECCION 13*************/

    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
}
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: portrait){
    /******* PRIMERA SECCION* ********/
    /*.seccion1 .encabezado{
      width: 100%;
      padding: 80px;
      display: flex;
      justify-content: space-between;
    }
    .seccion1 .encabezado .logo{
      display: flex;
      justify-content: flex-start;
    }
    .seccion1 .encabezado .logo img{
      width: 200px;
    }
    .seccion1 .encabezado .boton{
      padding: 15px;
    }
    .seccion1 .registro{
      width: 100%;
      margin-bottom: 150px;
    }
    .seccion1 .registro .titulos{
      margin-bottom: 50px;
    }
    .seccion1 .registro .titulos .titulo{
      font-size: 60px;
    }*/
    .parallax h2{
        margin-top: 400px;
        font-size: 60px;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA SECCION* ********/
    .seccion2{
        /*height: 100vh !important;*/
        padding: 10px;
    }
    .seccion2 hr{
        border: 0.5px solid #000;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .titulo2{
        text-align: center;
        /*height: 10vh;*/
    }
    .titulo2 h2{
        font-size: 60px;
    }
    .titulo2 span{
        font-size: 24px;
    }
    .tarjeta2{
        flex: 0 0 50%;
        max-width: 50%;
        /*height: 75vh;*/
        margin-bottom: 20px;
    }
    .tarjeta2 .tituloCard h4{
        font-size: 24px;
    }
    .tarjeta2 .tituloCard p{
        font-size: 24px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_20px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Light';
    }
    .tarjeta2 .tituloCard .boton{
        text-align: center;
        margin-top: 30%;
    }
    .tarjeta2 .tituloCard .boton .btn{
        width: 250px;
        height: 40px;
        font-size: 16px;
    }
    .sliderIconos{
        display: none;
    }
    .MS-content .item img{
        width: 80px;
        height: 80px;
    }
    .MS-content .item span{
        font-size: 12px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh;
        background-color: #000;
    }
    /*.imagen3{
      background-size: 55% 75%;
    }
    .textos3{
      text-align: right;
      padding: 10% 2% 2% 55%;
    }
    .textos3 h3{
      font-size: 50px;
    }
    .textos3 p{
      font-size: 24px;
    }
    .imagen31{
      background-size: 60% 85%;
    }
    .textos31{
      padding: 10% 55% 2% 2%;
    }
    .textos31 h3{
      font-size: 50px;
    }
    .textos31 p{
      font-size: 24px;
    }*/
    .seccion3 .imagen3 img{
        width: 100%;
        height: 40vh;
    }
    .textos3{
        padding: 2% 0% 0% 5%;
    }
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: 100vh !important;
        padding: 20px;
    }
    .titulo4 h3{
        font-size: 40px;
    }
    .tarjeta4{
        /*height: 80vh;*/
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .tituloCard4 h4{
        font-size: 25px;
    }
    .tarjeta4 .tituloCard4 p{
        font-size: 20px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
    }
    .tituloCard4 .imagen4 img{
        width: 100%;
        height: 250px;
    }
    .tituloCard4 .lista4{
        margin-top: 10px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 20px;
        list-style: none;
        padding: 0% 1%;
        font-family: 'Myriad-Pro-Light';
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_20px.png');
        padding: 0% 3% 0% 1%;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen5 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen6 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen7 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen8 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen9 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen10 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen11 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12{
        overflow: hidden;
    }
    .seccion12 #wrapper{
        padding-top: 40px;
    }
    .seccion12 #slider{
        width: 80%;
    }
    .seccion12 #slider li{
        width: 100%;
    }
    .seccion12 .mb-slider .mb-panel{
        padding: 0;
    }
    .seccion12 #slider li .titulo{
        font-size: 50px;
    }
    .seccion12 #slider li p{
        font-size: 24px;
        padding: 2% 0% 2% 0%;
    }
    /***************FIN SECCION 12***************/
    /***********SECCION 13********************/
    .seccion13{
        height: auto !important;
        padding: 20px;
        overflow: hidden;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .titulo13{
        text-align: center;
        margin-bottom: 15px;
    }
    .titulo13 h2{
        font-size: 60px;
    }
    .titulo13 span{
        font-size: 24px;
    }
    .tarjeta13{
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 15px;
        /*width: 475px;*/
        /*height: 780px;
        height: 75vh;*/
    }
    .tarjeta13 .tituloCard13 hr{
        border: 0.5px solid #000;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 24px;
    }
    .tarjeta13 .tituloCard13 p{
        font-size: 24px;
    }
    .tarjeta13 .tituloCard13 ul{
        list-style: none;
        padding: 0;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_16px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        padding: 0% 0% 0% 4%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta13 .tituloCard13 .boton{
        text-align: center;
        margin-top: 35%;
    }
    .tarjeta13 .tituloCard13 .boton .btn{
        width: 250px;
        height: 40px;
    }
    /***********FIN DE SECCION 13*************/

    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 10***************/
}
/***********************PORTRAIT DISPOSITIVO PC ESCRITORIO**********************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: portrait){
    /******* PRIMERA SECCION* ********/
    /*.seccion1 .encabezado{
      width: 100%;
      padding: 80px;
      display: flex;
      justify-content: space-between;
    }
    .seccion1 .encabezado .logo{
      display: flex;
      justify-content: flex-start;
    }
    .seccion1 .encabezado .logo img{
      width: 200px;
    }
    .seccion1 .encabezado .boton{
      padding: 15px;
    }
    .seccion1 .registro{
      width: 100%;
      margin-bottom: 150px;
    }
    .seccion1 .registro .titulos{
      margin-bottom: 50px;
    }
    .seccion1 .registro .titulos .titulo{
      font-size: 60px;
    }*/
    .parallax h2{
        margin-top: 500px;
        font-size: 60px;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA SECCION* ********/
    .seccion2{
        /*height: 100vh !important;*/
        padding: 10px;
    }
    .seccion2 hr{
        border: 0.5px solid #000;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .titulo2{
        text-align: center;
        /*height: 10vh;*/
    }
    .titulo2 h2{
        font-size: 60px;
    }
    .titulo2 span{
        font-size: 24px;
    }
    .tarjeta2{
        /*flex: 0 0 50%;
        max-width: 50%;*/
        /*height: 75vh;*/
        margin-bottom: 20px;
        /*width: 475px;
        height: 780px;*/
    }
    .tarjeta2 .tituloCard h4{
        font-size: 24px;
    }
    .tarjeta2 .tituloCard p{
        font-size: 24px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_20px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta2 .tituloCard .boton{
        text-align: center;
        margin-top: 250px;
    }
    .tarjeta2 .tituloCard .boton .btn{
        width: 200px;
        height: 30px;
        font-size: 16px;
    }
    .sliderIconos{
        /*display: none;*/
    }
    .MS-content .item img{
        width: 80px;
        height: 80px;
    }
    .MS-content .item span{
        font-size: 12px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh;
        background-color: #000;
    }
    /*.imagen3{
      background-size: 55% 75%;
    }
    .textos3{
      text-align: right;
      padding: 10% 2% 2% 55%;
    }
    .textos3 h3{
      font-size: 50px;
    }
    .textos3 p{
      font-size: 24px;
    }
    .imagen31{
      background-size: 60% 85%;
    }
    .textos31{
      padding: 10% 55% 2% 2%;
    }
    .textos31 h3{
      font-size: 50px;
    }
    .textos31 p{
      font-size: 24px;
    }*/
    .seccion3 .imagen3 img{
        width: 100%;
        height: 40vh;
    }
    .textos3{
        padding: 2% 0% 0% 5%;
    }
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: 100vh !important;
        padding: 20px;
    }
    .titulo4 h3{
        font-size: 40px;
    }
    .tarjeta4{
        /*height: 80vh;*/
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .tituloCard4 h4{
        font-size: 25px;
    }
    .tarjeta4 .tituloCard4 p{
        font-size: 20px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
    }
    .tituloCard4 .imagen4 img{
        width: 100%;
        height: 250px;
    }
    .tituloCard4 .lista4{
        margin-top: 10px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 20px;
        list-style: none;
        padding: 0% 1%;
        font-family: 'Myriad-Pro-Light';
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_20px.png');
        padding: 0% 3% 0% 1%;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen5 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen6 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen7 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen8 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen9 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen10 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3{
        font-size: 60px;
        margin-top: 35%;
    }
    .imagen11 p{
        font-size: 32px;
        padding: 0% 15%;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12{
        overflow: hidden;
    }
    .seccion12 #wrapper{
        padding-top: 40px;
    }
    .seccion12 #slider{
        width: 85%;
    }
    .seccion12 .mb-slider .mb-panel{
        padding: 0;
    }
    .seccion12 #slider li{
        width: 100%;
        margin: 1rem;
    }
    .seccion12 #slider li .titulo{
        font-size: 50px;
    }
    .seccion12 #slider li p{
        font-size: 24px;
        padding: 2% 0% 2% 0%;
    }
    /***************FIN SECCION 12***************/
    /***********SECCION 13********************/
    .seccion13{
        /*height: 100vh;*/
        padding: 20px;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .titulo13{
        text-align: center;
    }
    .titulo13 h2{
        font-size: 60px;
    }
    .titulo13 span{
        font-size: 24px;
    }
    .tarjeta13{
        /*flex: 0 0 50%;
        max-width: 50%;*/
        /*height: 75vh;*/
        /*width: 475px;
        height: 780px;*/
    }
    .tarjeta13 .tituloCard13 hr{
        border: 0.5px solid #000;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 24px;
    }
    .tarjeta13 .tituloCard13 p{
        font-size: 24px;
    }
    .tarjeta13 .tituloCard13 ul{
        list-style: none;
        padding: 0;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_16px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        padding: 0% 0% 0% 4%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta13 .tituloCard13 .boton{
        text-align: center;
        margin-top: 450px;
    }
    .tarjeta13 .tituloCard13 .boton .btn{
        width: 200px;
        height: 40px;
    }
    /***********FIN DE SECCION 13*************/

    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 10***************/
}
@media only screen and (min-width: 1200px) and (max-width: 3000px) and (orientation: portrait){
    /******* PRIMERA SECCION* ********/
    .parallax h2 {
        margin-top: 40vh;
        font-size: 65px;
    }
    .parallax p{
        color: #ffffff;
        font-size: 28px;
        padding: 0 10%;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA SECCION* ********/
    .seccion2{
        height: 100vh;
        padding: 0% 25px;
    }
    .seccion13{
        /*height: 100vh;*/
        height: 100vh;
        padding: 0% 25px;
    }
    .seccion2 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }
    .seccion13 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }  
    .titulo2{
        text-align: center;
        margin: 100px 0% 0% 0%;
        height: 130px;
    }
    .titulo2 h2 {
        font-size: 65px;
        margin-bottom: 0px;
        line-height: 65px;
    }
    .titulo21{
        text-align: center;
        margin: 0% 0% 0% 0%;
        height: 70px;
    }
    .titulo2 h2, .titulo21 h2 {
        font-size: 65px;
        margin-bottom: 0px;
        line-height: 65px;
    }
    .titulo13{
        text-align: center;
        margin: 150px 0% 0% 0%;
    }              
    .titulo13 h2 {
        font-size: 65px;
        margin-bottom: 0px;
        line-height: 65px;
    }
    .titulo2 span{
        font-size: 20px;
    }
    .titulo13 span{
        font-size: 20px;
    }
    .tarjeta2{
        /*width: 475px;
        height: 780px;*/
        height: 50vh;
        padding: 0px 0px;
        margin: 0px auto;
    }     
    .seccion2 .col-xl-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .seccion13 .col-xl-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .tarjeta13{
        /*width: 475px;
        height: 780px;*/
        height: 50vh;
        padding: 0px 0px;
        margin: 0px auto 0px auto;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion2 .card-body{
        padding: 25px 10px;
    }
    .seccion13 .card-body{
        padding: 25px 10px;
    }
    .tarjeta2 .tituloCard h4{
        font-size: 25px;
        margin-bottom: 10px;
    }
    .tarjeta2 .tituloCard h6, .tarjeta13 .tituloCard13 h6{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 25px;
        margin-bottom: 10px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta13 .tituloCard13 .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 18px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 25px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 18px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 25px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta2 .tituloCard .lista .listaInterna22{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna23{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        /*content: "• ";
        padding: 0% 0% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 18px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 25px;
        display: inline-flex;
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 18px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 25px;
        display: inline-flex;
    }
    .tarjeta2 .card .boton{
        text-align: center;
        margin-bottom: 35px;
    }
    .tarjeta13 .card .boton{
        text-align: center;
        margin-bottom: 35px;
    }
    .tarjeta2 .card .boton p{
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .tarjeta13 .card .boton p{
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .sliderIconos{
        margin-bottom: 0px;
    }
    .MS-content .item img{
        width: 100px;
        height: 100px;
    }
    .MS-content .item span{
        font-size: 16px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh !important;
        background-color: #000;
    }
    .seccion3 .s31{
        height: calc(50% - -30px);
        padding: 60px 0px 0px 30px;
    }
    .s31 .imagen3{
        padding: 10vh 0% 0% 0%;
    }
    .seccion3 .s31 .imagen3 img{
        width: 100%;
        height: 30vh;
    }  
    .t31{
        padding: 10vh 5% 0% 0%;
        text-align: end;
    } 
    .textos3 h3{
        font-size: 60px;
    }
    .textos3 p{
        font-size: 25px;
    }
    .seccion3 .s32{
        height: calc(50% - 30px);
        padding: 0px;
    }  
    .s32 .imagen3{
        padding: 10vh 0% 0% 5%;
    }
    .seccion3 .s32 .imagen3 img{
        width: 100%;
        height: 38vh;
    } 
    .t32{
        padding: 10vh 0% 0% 5%;
        text-align: initial;
    } 
    /*.textos3{
      text-align: right;
      padding: 5% 2% 2% 60%;
    }
    .textos31{
      padding: 5% 60% 2% 2%;
    }*/ 
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: 100vh !important;
        padding: 80px 30px 30px;
        background-color: #efefef;
    }
    .titulo4{
        text-align: center;
    }
    .titulo4 h3{
        font-size: 60px;
        /*margin-bottom: 0px;*/
    }
    .titulo4 h5, .titulo4 span{
        font-size: 28px;
        margin-bottom: 15px;
        line-height: 32px;
    }
    .tarjeta4{
        height: 70vh;
        padding: 0% 3% 0%;
        /*margin-top: 15px;*/
    }
    .tarjeta4 .card{
        height: 100%;
        padding: 30px 0px;
    }
    .tarjeta4 .tituloCard4 h4{
        font-size: 28px;
    }
    .tarjeta4 .tituloCard4 p{
        font-size: 25px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
    }
    .tituloCard4 .imagen4 img{
        width: 100%;
        height: 500px;
    }
    .tituloCard4 .lista4{
        margin-top: 25px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 20px;
        list-style: none;
        padding: 0% 1%;
        font-family: 'Myriad-Pro-Light';
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_20px.png');
        padding: 0% 3% 0% 1%;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3{
        font-size: 65px;
        margin-top: 40vh;
    }
    .imagen5 p{
        font-size: 32px;
        padding: 0% 10%;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3{
        font-size: 65px;
        margin-top: 40vh;
    }
    .imagen6 p{
        font-size: 32px;
        padding: 0% 10%;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3{
        font-size: 65px;
        margin-top: 40vh;
    }
    .imagen7 p{
        font-size: 32px;
        padding: 0% 10%;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3{
        font-size: 65px;
        margin-top: 40vh;
    }
    .imagen8 p{
        font-size: 32px;
        padding: 0% 10%;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3{
        font-size: 65px;
        margin-top: 40vh;
    }
    .imagen9 p{
        font-size: 32px;
        padding: 0% 10%;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3{
        font-size: 65px;
        margin-top: 40vh;
    }
    .imagen10 p{
        font-size: 32px;
        padding: 0% 10%;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3{
        font-size: 65px;
        margin-top: 40vh;
    }
    .imagen11 p{
        font-size: 32px;
        padding: 0% 10%;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12 #wrapper{
        padding: 60px 0%;
        height: 100%;
    }
    .seccion12 #wrapper .movingBoxes .mb-left{
        left: -50px;
    }
    .seccion12 #wrapper .movingBoxes .mb-right{
        right: -50px;
    }
    .mb-inside{
        padding: 0px;
    }
    .mb-inside * {
        max-width: 95%;
        margin-left: 2.5%;
    }
    .mb-wrapper, .mb-scroll, #slider,
    .seccion12 #slider li {
        height: 90vh !important;
    }
    .seccion12 #slider .mb-inside img {
        height: 80vh;
        box-shadow: 0px 0px 30px 0px #000;
    }
    .seccion12 #slider li .titulo {
        margin-bottom: 2%;
        font-size: 65px;
    }
    .seccion12 #slider li p{
        padding: 3% 0% 3% 0%;
        font-size: 25px;
        box-shadow: 0px 10px 30px 0px #000;
    }
    /***************FIN SECCION 12***************/
    /***********SECCION 13********************/
    .seccion13{
        /*height: 100vh;*/
        padding: 20px;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .titulo13{
        text-align: center;
        margin-bottom: 15px;
    }
    .titulo13 h2{
        font-size: 60px;
    }
    .titulo13 span{
        font-size: 24px;
    }
    .tarjeta13{
        /*flex: 0 0 50%;
        max-width: 50%;*/
        /*height: 75vh;*/
        margin-bottom: 20px;
        /*width: 475px;
        height: 780px;*/
    }
    .tarjeta13 .tituloCard13 hr{
        border: 0.5px solid #000;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 24px;
    }
    .tarjeta13 .tituloCard13 p{
        font-size: 24px;
    }
    .tarjeta13 .tituloCard13 ul{
        list-style: none;
        padding: 0;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_16px.png');
        padding: 0% 3% 0% 1%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        padding: 0% 0% 0% 4%;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
    }
    .tarjeta13 .tituloCard13 .boton{
        text-align: center;
        margin-top: 400px;
    }
    .tarjeta13 .tituloCard13 .boton .btn{
        width: 200px;
        height: 40px;
    }
    /***********FIN DE SECCION 13*************/

    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 10***************/
}
/********************************************************************************************************/
/******************************************      LANDSCAPE      *****************************************/
/********************************************************************************************************/
/*********************LANDSCAPE DISPOSITIVO MOVIL CELULAR************************************************/
@media only screen and (max-width: 424px) and (orientation: landscape){
    /******* PRIMERA SECCION* ********/
    .parallax h2 {
        margin-top: 80px;
        font-size: 25px;
        padding: 0 10px;
        line-height: 22px;
    }
    .parallax p{
        color: #ffffff;
        font-size: 12.5px;
        padding: 0 10px;
        line-height: 14.5px;
    }
    .btn-ingresaI{
        display: inline-block;
        margin: 0px 0;
        width: 150px;
        font-size:12.5px
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA Y TERCERA SECCION (PAQUETES)* ********/
    .seccion2{
        height: auto;
        padding: 0% 10px;
    }
    .seccion13{
        height: auto;
        padding: 0% 10px;
    }
    .seccion2 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }
    .seccion13 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }  
    .titulo2{
        text-align: center;
        margin: 60px 0% 0% 0%;
        /*height: 50px;*/
    }
    .titulo2 h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 25px;
    }
    .titulo21{
        text-align: center;
        margin: 0% 0% 0% 0%;
        /*height: 50px;*/
    }
    .titulo2 h2, .titulo21 h2 {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 25px;
    }
    .titulo13{
        text-align: center;
        margin: 60px 0% 0% 0%;
    }              
    .titulo13 h2 {
        font-size: 25px;
        margin-bottom: 0px;
        line-height: 25px;
    }
    .titulo2 span{
        font-size: 12.5px;
    }
    .titulo13 span{
        font-size: 12.5px;
    }
    .tarjeta2{
        /*width: 475px;
        height: 780px;*/
        /*height: 60vh;*/
        padding: 10px 10%;
        margin: 0px auto;
    }            
    .tarjeta13{
        /*width: 475px;
        height: 780px;*/
        /*height: 60vh;*/
        padding: 10px 10%;
        margin: 0px auto 0px auto;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion2 .card-body{
        padding: 15px 10px;
    }
    .seccion13 .card-body{
        padding: 15px 10px;
    }
    .tarjeta2 .tituloCard h4{
        font-size: 15px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard h6, .tarjeta13 .tituloCard13 h6{
        font-size: 12.5px;
        margin-bottom: 5px;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 15px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
        margin-bottom: 0px;
    }
    .tarjeta13 .tituloCard13 .lista{
        list-style: none;
        padding: 0;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 14.5px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 14.5px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta2 .tituloCard .lista .listaInterna22{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna23{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        /*content: "• ";
        padding: 0% 0% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 14.5px;
        display: inline-flex;
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 12.5px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 14.5px;
        display: inline-flex;
    }
    .tarjeta2 .card .boton{
        text-align: center;
        margin-bottom: 10px;
    }
    .tarjeta13 .card .boton{
        text-align: center;
        margin-bottom: 10px;
    }
    .tarjeta2 .card .boton p{
        font-size: 12.5px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .tarjeta13 .card .boton p{
        font-size: 12.5px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .sliderIconos{
        margin-bottom: 0px;
    }
    .MS-content .item img{
        width: 40px;
        height: 40px;
    }
    .MS-content .item span{
        font-size: 10px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 400vh !important;
        background-color: #000;
    }
    .s31 .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .seccion3 .s31{
        height: 50%;
        padding: 0px 0px 0px 0px;
    }
    .s31 .imagen3{
        padding: 0%;
        height: 100vh;
    }
    .seccion3 .s31 .imagen3 img{
        width: 60%;
        margin: 23% 0% 0% 0%;
    }  
    .t31{
        padding: 0% 12% 0% 12%;
        text-align: end;
        height: 100vh;
    } 
    .textos3 h3{
        font-size: 22px;
        margin-bottom: 0px;
    }
    .textos3 p{
        font-size: 12.5px;
        line-height: normal;
        margin-bottom: 0px;
    }
    .seccion3 .s32{
        height: 50%;
        padding: 0px;
    }
    .s32 .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }  
    .s32 .imagen3{
        padding: 10% 0% 0% 0%;
        height: 100vh;
    }
    .seccion3 .s32 .imagen3 img{
        width: 50%;
        height: 70vh;
    } 
    .t32{
        padding: 0% 12% 0% 12%;
        text-align: initial;
        height: 100vh;
    } 
    /*.textos3{
      text-align: right;
      padding: 5% 2% 2% 60%;
    }
    .textos31{
      padding: 5% 60% 2% 2%;
    }*/ 
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: auto !important;
        padding: 60px 10px 10px;
        background-color: #efefef;
    }
    .titulo4{
        text-align: center;
    }
    .titulo4 h3{
        font-size: 25px;
        margin-bottom: 0px;
    }
    .titulo4 h5, .titulo4 span{
        font-size: 12.5px;
        margin-bottom: 0px;
        line-height: 12.5px;
        display:none
    }
    .titulo4 span{
        font-size:12.5px;
        line-height: 14.5px;
    }
    .tarjeta4{
        height: auto;
        padding: 0% 4% 0%;
        /*margin-top: 15px;*/
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .card .card-body {
        padding: 10px 0%;
    }
    .tarjeta4 .tituloCard4 h4 {
        font-size: 16px;
        margin-bottom: 2px;
    }
    .tarjeta4 .tituloCard4 p {
        /*height: 32px;*/
        font-size: 12.5px;
        line-height: 12.5px;
        margin-bottom: 5px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
        margin-bottom: 0px;
    }
    .tituloCard4 .imagen4 img{
        width: 80%;
        height: 120px;
        /*width: 830px;
        height: 550px;*/
    }
    .tituloCard4 .lista4{
        margin-top: 10px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0 15px;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 12.5px;
        list-style: none;
        font-family: 'Myriad-Pro-Light';
        margin-bottom: 0px;
        line-height: 14.5px;
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 1% 0% 1%;
    }
    .seccion4 .multi-item-carousel .carousel-control-prev{
        justify-content: flex-start;
    }
    .seccion4 .multi-item-carousel .carousel-control-next{
        justify-content: flex-end;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3 {
        font-size: 25px;
        margin-top: 30%;
        padding: 0% 10px;
        line-height: 25px;
    }
    .imagen5 p {
        padding: 0% 10px;
        font-size: 12.5px;
        line-height: normal;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3 {
        font-size: 25px;
        margin-top: 30%;
        padding: 0% 10px;
        line-height: 25px;
    }
    .imagen6 p {
        padding: 0% 10px;
        font-size: 12.5px;
        line-height: normal;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3 {
        font-size: 25px;
        margin-top: 30%;
        padding: 0% 10px;
        line-height: 25px;
    }
    .imagen7 p {
        padding: 0% 10px;
        font-size: 12.5px;
        line-height: normal;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3 {
        font-size: 25px;
        margin-top: 30%;
        padding: 0% 10px;
        line-height: 25px;
    }
    .imagen8 p {
        padding: 0% 10px;
        font-size: 12.5px;
        line-height: normal;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3 {
        font-size: 25px;
        margin-top: 30%;
        padding: 0% 10px;
        line-height: 25px;
    }
    .imagen9 p {
        padding: 0% 10px;
        font-size: 12.5px;
        line-height: normal;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3 {
        font-size: 25px;
        margin-top: 30%;
        padding: 0% 10px;
        line-height: 25px;
    }
    .imagen10 p {
        padding: 0% 10px;
        font-size: 12.5px;
        line-height: normal;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3 {
        font-size: 25px;
        margin-top: 30%;
        padding: 0% 10px;
        line-height: 25px;
    }
    .imagen11 p {
        padding: 0% 10px;
        font-size: 12.5px;
        line-height: normal;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12{
        height: 120vh;
    }
    .seccion12 #wrapper{
        padding: 60px 0% 0%;
        height: 100%;
    }
    .seccion12 #wrapper .movingBoxes .mb-left{
        left: -20px;
    }
    .seccion12 #wrapper .movingBoxes .mb-right{
        right: -20px;
    }
    a.mb-scrollButtons {
        width: 15px;
        height: 15px;
    }
    .mb-inside{
        padding: 0px;
    }
    .mb-inside * {
        max-width: 95%;
        margin-left: 2.5%;
    }
    .mb-slider .mb-panel {
        padding: 0 10px;
        /*width: 80vw !important;*/
    }
    .seccion12 #slider .mb-inside img {
        max-height: 35vh;
        box-shadow: 0px 0px 10px 0px #000;
    }
    .seccion12 #slider li .titulo {
        margin-bottom: 4%;
        font-size: 18px;
        line-height: 18px;
    }
    .seccion12 #slider li p{
        padding: 2% 0% 1% 0%;
        font-size: 12.5px;
        line-height: 14.5px;
        box-shadow: 0px 0px 15px 0px #000;
    }
    /***************FIN SECCION 12***************/
    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
    footer h6 {
        font-size: 10px;   
    }
    footer .logo img {
        width: 100%;
    }
}
@media only screen and (min-width: 425px) and (max-width: 600px) and (orientation: landscape){
    /******* PRIMERA SECCION* ********/
    .parallax h2 {
        margin-top: 25%;
        font-size: 28px;
        padding: 0 10px;
    }
    .parallax p{
        color: #ffffff;
        font-size: 14px;
        padding: 0 10px;
    }
    .btn-ingresaI{
        display: inline-block;
        margin: 10px 0;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA Y TERCERA SECCION (PAQUETES)* ********/
    .seccion2{
        height: auto;
        padding: 0% 10px;
    }
    .seccion13{
        height: auto;
        padding: 0% 10px;
    }
    .seccion2 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }
    .seccion13 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }  
    .titulo2{
        text-align: center;
        margin: 60px 0% 0% 0%;
        /*height: 50px;*/
    }
    .titulo2 h2 {
        font-size: 28px;
        margin-bottom: 10px;
        line-height: 28px;
    }
    .titulo21{
        text-align: center;
        margin: 0% 0% 0% 0%;
        /*height: 50px;*/
    }
    .titulo2 h2, .titulo21 h2 {
        font-size: 28px;
        margin-bottom: 10px;
        line-height: 28px;
    }
    .titulo13{
        text-align: center;
        margin: 60px 0% 0% 0%;
    }              
    .titulo13 h2 {
        font-size: 28px;
        margin-bottom: 0px;
        line-height: 28px;
    }
    .titulo2 span{
        font-size: 14px;
    }
    .titulo13 span{
        font-size: 14px;
    }
    .tarjeta2{
        /*width: 475px;
        height: 780px;*/
        /*height: 60vh;*/
        padding: 10px 15%;
        margin: 0px auto;
    }            
    .tarjeta13{
        /*width: 475px;
        height: 780px;*/
        /*height: 60vh;*/
        padding: 10px 15%;
        margin: 0px auto 0px auto;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion2 .card-body{
        padding: 15px 15px;
    }
    .seccion13 .card-body{
        padding: 15px 15px;
    }
    .tarjeta2 .tituloCard h4{
        font-size: 17px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard h6, .tarjeta13 .tituloCard13 h6{
        font-size: 13px;
        margin-bottom: 5px;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 17px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
        margin-bottom: 0px;
    }
    .tarjeta13 .tituloCard13 .lista{
        list-style: none;
        padding: 0;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta2 .tituloCard .lista .listaInterna22{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna23{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        /*content: "• ";
        padding: 0% 0% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta2 .card .boton{
        text-align: center;
        margin-bottom: 12px;
    }
    .tarjeta13 .card .boton{
        text-align: center;
        margin-bottom: 12px;
    }
    .tarjeta2 .card .boton p{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .tarjeta13 .card .boton p{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .sliderIconos{
        margin-bottom: 0px;
    }
    .MS-content .item img{
        width: 40px;
        height: 40px;
    }
    .MS-content .item span{
        font-size: 10px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 200vh !important;
        background-color: #000;
    }
    .s31 .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .seccion3 .s31{
        height: 50%;
        padding: 65px 0px 0px 0px;
    }
    .s31 .imagen3{
        padding: 0%;
    }
    .seccion3 .s31 .imagen3 img{
        width: 45%;
    }  
    .t31{
        padding: 2% 8% 0% 8%;
        text-align: end;
    } 
    .textos3 h3{
        font-size: 28px;
        margin-bottom: 0px;
    }
    .textos3 p{
        font-size: 15px;
        line-height: normal;
        margin-bottom: 0px;
    }
    .seccion3 .s32{
        height: 50%;
        padding: 65px;
    }
    .s32 .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }  
    .s32 .imagen3{
        padding: 0% 0% 0% 0%;
    }
    .seccion3 .s32 .imagen3 img{
        width: 50%;
        height: 40vh;
    } 
    .t32{
        padding: 0% 8% 0% 8%;
        text-align: initial;
        height: 40vh;
    } 
    /*.textos3{
      text-align: right;
      padding: 5% 2% 2% 60%;
    }
    .textos31{
      padding: 5% 60% 2% 2%;
    }*/ 
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: auto !important;
        padding: 60px 10px 10px;
        background-color: #efefef;
    }
    .titulo4{
        text-align: center;
    }
    .titulo4 h3{
        font-size: 28px;
        margin-bottom: 0px;
    }
    .titulo4 h5, .titulo4 span{
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 18px;
        display:none
    }
    .titulo4 span{
        font-size:14px;
        line-height: 16px;
    }
    .tarjeta4{
        height: 100vh;
        padding: 0% 4% 0%;
        /*margin-top: 15px;*/
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .card .card-body {
        padding: 10px 0%;
    }
    .tarjeta4 .tituloCard4 h4 {
        font-size: 18px;
        margin-bottom: 2px;
    }
    .tarjeta4 .tituloCard4 p {
        /*height: 32px;*/
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
        margin-bottom: 0px;
    }
    .tituloCard4 .imagen4 img{
        width: 80%;
        height: 120px;
        /*width: 830px;
        height: 550px;*/
    }
    .tituloCard4 .lista4{
        margin-top: 10px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0 15px;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 14px;
        list-style: none;
        font-family: 'Myriad-Pro-Light';
        margin-bottom: 0px;
        line-height: 17px;
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 1% 0% 1%;
    }
    .seccion4 .multi-item-carousel .carousel-control-prev{
        justify-content: flex-start;
    }
    .seccion4 .multi-item-carousel .carousel-control-next{
        justify-content: flex-end;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3 {
        font-size: 30px;
        margin-top: 25%;
        padding: 0% 10px;
    }
    .imagen5 p {
        padding: 0% 10px;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3 {
        font-size: 30px;
        margin-top: 25%;
        padding: 0% 10px;
    }
    .imagen6 p {
        padding: 0% 10px;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3 {
        font-size: 30px;
        margin-top: 25%;
        padding: 0% 10px;
    }
    .imagen7 p {
        padding: 0% 10px;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3 {
        font-size: 30px;
        margin-top: 25%;
        padding: 0% 10px;
    }
    .imagen8 p {
        padding: 0% 10px;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3 {
        font-size: 30px;
        margin-top: 25%;
        padding: 0% 10px;
    }
    .imagen9 p {
        padding: 0% 10px;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3 {
        font-size: 30px;
        margin-top: 25%;
        padding: 0% 10px;
    }
    .imagen10 p {
        padding: 0% 10px;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3 {
        font-size: 30px;
        margin-top: 25%;
        padding: 0% 10px;
    }
    .imagen11 p {
        padding: 0% 10px;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12 #wrapper{
        padding: 60px 0% 0%;
        height: 100%;
    }
    .seccion12 #wrapper .movingBoxes .mb-left{
        left: -30px;
    }
    .seccion12 #wrapper .movingBoxes .mb-right{
        right: -30px;
    }
    a.mb-scrollButtons {
        width: 15px;
        height: 15px;
    }
    .mb-inside{
        padding: 0px;
    }
    .mb-inside * {
        max-width: 95%;
        margin-left: 2.5%;
    }
    .mb-slider .mb-panel {
        padding: 0 10px;
    }
    .seccion12 #slider .mb-inside img {
        max-height: 35vh;
        box-shadow: 0px 0px 10px 0px #000;
    }
    .seccion12 #slider li .titulo {
        margin-bottom: 4%;
        font-size: 25px;
        line-height: 25px;
    }
    .seccion12 #slider li p{
        padding: 2% 0% 1% 0%;
        font-size: 14px;
        line-height: 16px;
        box-shadow: 0px 0px 15px 0px #000;
    }
    /***************FIN SECCION 12***************/
    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
}
@media only screen and (min-width: 601px) and (max-width: 679px) and (orientation: landscape){
    /******* PRIMERA SECCION* ********/
    .parallax h2 {
        margin-top: 25%;
        font-size: 30px;
    }
    .parallax p{
        color: #ffffff;
        font-size: 16px;
        padding: 0 8%;
    }
    .btn-ingresaI{
        display: inline-block;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA Y TERCERA SECCION (PAQUETES)* ********/
    .seccion2{
        /*height: 100vh;*/
        padding: 0% 10px;
    }
    .seccion13{
        /*height: 100vh;*/
        padding: 0% 10px;
    }
    .seccion2 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }
    .seccion13 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }  
    .titulo2{
        text-align: center;
        margin: 60px 0% 0% 0%;
        /*height: 50px;*/
    }
    .titulo2 h2 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .titulo21{
        text-align: center;
        margin: 0% 0% 0% 0%;
        /*height: 50px;*/
    }
    .titulo2 h2, .titulo21 h2 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .titulo13{
        text-align: center;
        margin: 60px 0% 0% 0%;
    }              
    .titulo13 h2 {
        font-size: 30px;
        margin-bottom: 0px;
        line-height: 30px;
    }
    .titulo2 span{
        font-size: 16px;
    }
    .titulo13 span{
        font-size: 16px;
    }
    .tarjeta2{
        /*width: 475px;
        height: 780px;*/
        /*height: 60vh;*/
        padding: 10px 5%;
        margin: 0px auto;
    }            
    .tarjeta13{
        /*width: 475px;
        height: 780px;*/
        /*height: 60vh;*/
        padding: 10px 5%;
        margin: 0px auto 0px auto;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion2 .card-body{
        padding: 10px 8px;
    }
    .seccion13 .card-body{
        padding: 10px 8px;
    }
    .tarjeta2 .tituloCard h4{
        font-size: 17px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard h6, .tarjeta13 .tituloCard13 h6{
        font-size: 13px;
        margin-bottom: 5px;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 17px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
        margin-bottom: 0px;
    }
    .tarjeta13 .tituloCard13 .lista{
        list-style: none;
        padding: 0;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta2 .tituloCard .lista .listaInterna22{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna23{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        /*content: "• ";
        padding: 0% 0% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta2 .card .boton{
        text-align: center;
        margin-bottom: 12px;
    }
    .tarjeta13 .card .boton{
        text-align: center;
        margin-bottom: 12px;
    }
    .tarjeta2 .card .boton p{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .tarjeta13 .card .boton p{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .sliderIconos{
        margin-bottom: 0px;
    }
    .MS-content .item img{
        width: 40px;
        height: 40px;
    }
    .MS-content .item span{
        font-size: 12px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh !important;
        background-color: #000;
    }
    .seccion3 .s31{
        height: calc(50% - -30px);
        padding: 60px 0px 0px 30px;
    }
    .s31 .imagen3{
        padding: 0%;
    }
    .seccion3 .s31 .imagen3 img{
        width: 90%;
    }  
    .t31{
        padding: 3% 7% 0% 0%;
        text-align: end;
    } 
    .textos3 h3{
        font-size: 28px;
        margin-bottom: 0px;
    }
    .textos3 p{
        font-size: 15px;
        line-height: normal;
    }
    .seccion3 .s32{
        height: calc(50% - 30px);
        padding: 0px;
    }  
    .s32 .imagen3{
        padding: 0% 0% 0% 6%;
    }
    .seccion3 .s32 .imagen3 img{
        width: 70%;
        height: 43vh;
    } 
    .t32{
        padding: 2% 0% 1% 7%;
        text-align: initial;
    } 
    /*.textos3{
      text-align: right;
      padding: 5% 2% 2% 60%;
    }
    .textos31{
      padding: 5% 60% 2% 2%;
    }*/ 
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: auto !important;
        padding: 60px 10px 10px;
        background-color: #efefef;
    }
    .titulo4{
        text-align: center;
    }
    .titulo4 h3{
        font-size: 28px;
        margin-bottom: 0px;
    }
    .titulo4 h5, .titulo4 span{
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 18px;
        display:none
    }
    .titulo4 span{
        font-size:14px;
        line-height: 16px;
    }
    .tarjeta4{
        height: 80vh;
        padding: 0% 4% 0%;
        /*margin-top: 15px;*/
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .card .card-body {
        padding: 5px 5%;
    }
    .tarjeta4 .tituloCard4 h4 {
        font-size: 18px;
        margin-bottom: 2px;
    }
    .tarjeta4 .tituloCard4 p {
        /*height: 32px;*/
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 5px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
        margin-bottom: 0px;
    }
    .tituloCard4 .imagen4 img{
        width: 85%;
        height: 130px;
        /*width: 830px;
        height: 550px;*/
    }
    .tituloCard4 .lista4{
        margin-top: 10px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0 15px;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 14px;
        list-style: none;
        font-family: 'Myriad-Pro-Light';
        margin-bottom: 0px;
        line-height: 17px;
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 1% 0% 1%;
    }
    .seccion4 .multi-item-carousel .carousel-control-prev{
        justify-content: flex-start;
    }
    .seccion4 .multi-item-carousel .carousel-control-next{
        justify-content: flex-end;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3 {
        font-size: 30px;
        margin-top: 25%;
    }
    .imagen5 p {
        padding: 0% 10%;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3 {
        font-size: 30px;
        margin-top: 25%;
    }
    .imagen6 p {
        padding: 0% 10%;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3 {
        font-size: 30px;
        margin-top: 25%;
    }
    .imagen7 p {
        padding: 0% 10%;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3 {
        font-size: 30px;
        margin-top: 25%;
    }
    .imagen8 p {
        padding: 0% 10%;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3 {
        font-size: 30px;
        margin-top: 25%;
    }
    .imagen9 p {
        padding: 0% 10%;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3 {
        font-size: 30px;
        margin-top: 25%;
    }
    .imagen10 p {
        padding: 0% 10%;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3 {
        font-size: 30px;
        margin-top: 25%;
    }
    .imagen11 p {
        padding: 0% 10%;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12 #wrapper{
        padding: 60px 0% 0%;
        height: 100%;
    }
    .seccion12 #wrapper .movingBoxes .mb-left{
        left: -50px;
    }
    .seccion12 #wrapper .movingBoxes .mb-right{
        right: -50px;
    }
    .mb-inside{
        padding: 0px;
    }
    .mb-inside * {
        max-width: 95%;
        margin-left: 2.5%;
    }
    .mb-slider .mb-panel {
        padding: 0 10px;
    }
    .seccion12 #slider .mb-inside img {
        max-height: 52vh;
        box-shadow: 0px 0px 15px 0px #000;
    }
    .seccion12 #slider li .titulo {
        margin-bottom: 2%;
        font-size: 28px;
        line-height: 25px;
    }
    .seccion12 #slider li p{
        padding: 2% 0% 1% 0%;
        font-size: 15px;
        line-height: normal;
        box-shadow: 0px 10px 30px 0px #000;
    }
    /***************FIN SECCION 12***************/
    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
}
@media only screen and (min-width: 680px) and (max-width: 767px) and (orientation: landscape){
    /******* PRIMERA SECCION* ********/
    .parallax h2 {
        margin-top: 25%;
        font-size: 32px;
    }
    .parallax p{
        color: #ffffff;
        font-size: 16px;
        padding: 0 8%;
    }
    .btn-ingresaI{
        display: inline-block;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA Y TERCERA SECCION (PAQUETES)* ********/
    .seccion2{
        /*height: 100vh;*/
        padding: 0% 10px;
    }
    .seccion13{
        /*height: 100vh;*/
        padding: 0% 10px;
    }
    .seccion2 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }
    .seccion13 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }  
    .titulo2{
        text-align: center;
        margin: 60px 0% 0% 0%;
        /*height: 50px;*/
    }
    .titulo2 h2 {
        font-size: 32px;
        margin-bottom: 10px;
        line-height: 32px;
    }
    .titulo21{
        text-align: center;
        margin: 0% 0% 0% 0%;
        /*height: 50px;*/
    }
    .titulo2 h2, .titulo21 h2 {
        font-size: 32px;
        margin-bottom: 10px;
        line-height: 32px;
    }
    .titulo13{
        text-align: center;
        margin: 60px 0% 0% 0%;
    }              
    .titulo13 h2 {
        font-size: 32px;
        margin-bottom: 0px;
        line-height: 32px;
    }
    .titulo2 span{
        font-size: 16px;
    }
    .titulo13 span{
        font-size: 16px;
    }
    .tarjeta2{
        /*width: 475px;
        height: 780px;*/
        /*height: 60vh;*/
        padding: 10px 5%;
        margin: 0px auto;
    }            
    .tarjeta13{
        /*width: 475px;
        height: 780px;*/
        /*height: 60vh;*/
        padding: 10px 5%;
        margin: 0px auto 0px auto;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion2 .card-body{
        padding: 10px 8px;
    }
    .seccion13 .card-body{
        padding: 10px 8px;
    }
    .tarjeta2 .tituloCard h4{
        font-size: 17px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard h6, .tarjeta13 .tituloCard13 h6{
        font-size: 13px;
        margin-bottom: 5px;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 17px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
        margin-bottom: 0px;
    }
    .tarjeta13 .tituloCard13 .lista{
        list-style: none;
        padding: 0;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta2 .tituloCard .lista .listaInterna22{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna23{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        /*content: "• ";
        padding: 0% 0% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta2 .card .boton{
        text-align: center;
        margin-bottom: 12px;
    }
    .tarjeta13 .card .boton{
        text-align: center;
        margin-bottom: 12px;
    }
    .tarjeta2 .card .boton p{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .tarjeta13 .card .boton p{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .sliderIconos{
        margin-bottom: 0px;
    }
    .MS-content .item img{
        width: 40px;
        height: 40px;
    }
    .MS-content .item span{
        font-size: 12px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh !important;
        background-color: #000;
    }
    .seccion3 .s31{
        height: calc(50% - -30px);
        padding: 60px 0px 0px 30px;
    }
    .s31 .imagen3{
        padding: 0%;
    }
    .seccion3 .s31 .imagen3 img{
        width: 90%;
    }  
    .t31{
        padding: 3% 5% 0% 0%;
        text-align: end;
    } 
    .textos3 h3{
        font-size: 30px;
        margin-bottom: 0px;
    }
    .textos3 p{
        font-size: 16px;
        line-height: normal;
    }
    .seccion3 .s32{
        height: calc(50% - 30px);
        padding: 0px;
    }  
    .s32 .imagen3{
        padding: 0% 0% 0% 6%;
    }
    .seccion3 .s32 .imagen3 img{
        width: 70%;
        height: 43vh;
    } 
    .t32{
        padding: 2% 0% 1% 5%;
        text-align: initial;
    } 
    /*.textos3{
      text-align: right;
      padding: 5% 2% 2% 60%;
    }
    .textos31{
      padding: 5% 60% 2% 2%;
    }*/ 
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: 100vh !important;
        padding: 60px 10px 10px;
        background-color: #efefef;
    }
    .seccion4 .carousel{
        min-height: 430px;
    }
    .titulo4{
        text-align: center;
    }
    .titulo4 h3{
        font-size: 30px;
        margin-bottom: 0px;
    }
    .titulo4 h5, .titulo4 span{
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 18px;
        display:none
    }
    .titulo4 span{
        font-size:14px;
        line-height: 16px;
    }
    .tarjeta4{
        height: 75vh;
        padding: 1% 3% 0%;
        /*margin-top: 15px;*/
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .card .card-body {
        padding: 5px 5%;
    }
    .tarjeta4 .tituloCard4 h4 {
        font-size: 18px;
        margin-bottom: 2px;
    }
    .tarjeta4 .tituloCard4 p {
        /*height: 32px;*/
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 5px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
        margin-bottom: 0px;
    }
    .tituloCard4 .imagen4 img{
        width: 90%;
        height: 150px;
        /*width: 830px;
        height: 550px;*/
    }
    .tituloCard4 .lista4{
        margin-top: 10px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0 15px;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 14px;
        list-style: none;
        font-family: 'Myriad-Pro-Light';
        margin-bottom: 0px;
        line-height: 17px;
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 1% 0% 1%;
    }
    .seccion4 .multi-item-carousel .carousel-control-prev{
        justify-content: flex-start;
    }
    .seccion4 .multi-item-carousel .carousel-control-next{
        justify-content: flex-end;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3 {
        font-size: 32px;
        margin-top: 30%;
    }
    .imagen5 p {
        padding: 0% 10%;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3 {
        font-size: 32px;
        margin-top: 30%;
    }
    .imagen6 p {
        padding: 0% 10%;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3 {
        font-size: 32px;
        margin-top: 30%;
    }
    .imagen7 p {
        padding: 0% 10%;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3 {
        font-size: 32px;
        margin-top: 30%;
    }
    .imagen8 p {
        padding: 0% 10%;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3 {
        font-size: 32px;
        margin-top: 30%;
    }
    .imagen9 p {
        padding: 0% 10%;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3 {
        font-size: 32px;
        margin-top: 30%;
    }
    .imagen10 p {
        padding: 0% 10%;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3 {
        font-size: 32px;
        margin-top: 30%;
    }
    .imagen11 p {
        padding: 0% 10%;
        font-size: 16px;
        line-height: normal;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12 #wrapper{
        padding: 60px 0% 0%;
        height: 100%;
    }
    .seccion12 #wrapper .movingBoxes .mb-left{
        left: -50px;
    }
    .seccion12 #wrapper .movingBoxes .mb-right{
        right: -50px;
    }
    .mb-inside{
        padding: 0px;
    }
    .mb-inside * {
        max-width: 95%;
        margin-left: 2.5%;
    }
    .seccion12 #slider .mb-inside img {
        max-height: 50vh;
        box-shadow: 0px 0px 15px 0px #000;
    }
    .seccion12 #slider li .titulo {
        margin-bottom: 2%;
        font-size: 30px;
        line-height: 30px;
    }
    .seccion12 #slider li p{
        padding: 2% 0% 1% 0%;
        font-size: 15px;
        line-height: normal;
        box-shadow: 0px 10px 30px 0px #000;
    }
    /***************FIN SECCION 12***************/
    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
}
@media only screen and (min-width: 768px) and (max-width: 820px) and (orientation: landscape){
    /******* PRIMERA SECCION* ********/
    .parallax h2 {
        margin-top: 40vh;
        font-size: 35px;
    }
    .parallax p{
        color: #ffffff;
        font-size: 17px;
        padding: 0 10%;
    }
    .btn-ingresaI{
        display: inline-block;
        margin: 0px;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA Y TERCERA SECCION (PAQUETES)* ********/
    .seccion2{
        /*height: 100vh;*/
        padding: 0% 10px;
    }
    .seccion13{
        /*height: 100vh;*/
        padding: 0% 10px;
    }
    .seccion2 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }
    .seccion13 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }  
    .titulo2{
        text-align: center;
        margin: 60px 0% 0% 0%;
        /*height: 50px;*/
    }
    .titulo2 h2 {
        font-size: 32px;
        margin-bottom: 10px;
        line-height: 32px;
    }
    .titulo21{
        text-align: center;
        margin: 0% 0% 0% 0%;
        /*height: 50px;*/
    }
    .titulo2 h2, .titulo21 h2 {
        font-size: 32px;
        margin-bottom: 10px;
        line-height: 32px;
    }
    .titulo13{
        text-align: center;
        margin: 60px 0% 0% 0%;
    }              
    .titulo13 h2 {
        font-size: 32px;
        margin-bottom: 0px;
        line-height: 32px;
    }
    .titulo2 span{
        font-size: 17px;
    }
    .titulo13 span{
        font-size: 17px;
    }
    .tarjeta2{
        /*width: 475px;
        height: 780px;*/
        /*height: 60vh;*/
        padding: 10px 0px;
        margin: 0px auto;
    }            
    .tarjeta13{
        /*width: 475px;
        height: 780px;*/
        /*height: 60vh;*/
        padding: 10px 0px;
        margin: 0px auto 20px auto;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion2 .card-body{
        padding: 10px 4px;
    }
    .seccion13 .card-body{
        padding: 10px 4px;
    }
    .tarjeta2 .tituloCard h4{
        font-size: 17px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard h6, .tarjeta13 .tituloCard13 h6{
        font-size: 13px;
        margin-bottom: 5px;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 17px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
        margin-bottom: 0px;
    }
    .tarjeta13 .tituloCard13 .lista{
        list-style: none;
        padding: 0;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: url('https://landings360.s3.amazonaws.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: url('https://landings360.s3.amazonaws.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta2 .tituloCard .lista .listaInterna22{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna23{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        /*content: "• ";
        padding: 0% 0% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta2 .card .boton{
        text-align: center;
        margin-bottom: 12px;
    }
    .tarjeta13 .card .boton{
        text-align: center;
        margin-bottom: 12px;
    }
    .tarjeta2 .card .boton p{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .tarjeta13 .card .boton p{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .sliderIconos{
        margin-bottom: 0px;
    }
    .MS-content .item img{
        width: 40px;
        height: 40px;
    }
    .MS-content .item span{
        font-size: 12px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh !important;
        background-color: #000;
    }
    .seccion3 .s31{
        height: calc(50% - -30px);
        padding: 60px 0px 0px 30px;
    }
    .s31 .imagen3{
        padding: 0%;
    }
    .seccion3 .s31 .imagen3 img{
        width: 90%;
    }  
    .t31{
        padding: 3% 5% 0% 0%;
        text-align: end;
    } 
    .textos3 h3{
        font-size: 32px;
        margin-bottom: 0px;
    }
    .textos3 p{
        font-size: 17px;
        line-height: normal;
    }
    .seccion3 .s32{
        height: calc(50% - 30px);
        padding: 0px;
    }  
    .s32 .imagen3{
        padding: 0% 0% 0% 6%;
    }
    .seccion3 .s32 .imagen3 img{
        width: 70%;
        height: 45vh;
    } 
    .t32{
        padding: 2% 0% 1% 5%;
        text-align: initial;
    } 
    /*.textos3{
      text-align: right;
      padding: 5% 2% 2% 60%;
    }
    .textos31{
      padding: 5% 60% 2% 2%;
    }*/ 
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: 100vh !important;
        padding: 60px 15px 10px;
        background-color: #efefef;
    }
    .seccion4 .carousel{
        min-height: 495px;
    }
    .titulo4{
        text-align: center;
    }
    .titulo4 h3{
        font-size: 32px;
        margin-bottom: 0px;
    }
    .titulo4 h5, .titulo4 span{
        font-size: 17px;
        margin-bottom: 0px;
        line-height: 20px;
    }
    .titulo4 span{
        font-size:15px;
        line-height: 17px;
    }
    .tarjeta4{
        height: 70vh;
        padding: 1% 3% 0%;
        /*margin-top: 15px;*/
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .card .card-body {
        padding: 5px 0px;
    }
    .tarjeta4 .tituloCard4 h4 {
        font-size: 20px;
        margin-bottom: 2px;
    }
    .tarjeta4 .tituloCard4 p {
        height: 32px;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 0px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
        margin-bottom: 0px;
    }
    .tituloCard4 .imagen4 img{
        width: 90%;
        height: 150px;
        /*width: 830px;
        height: 550px;*/
    }
    .tituloCard4 .lista4{
        margin-top: 10px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0 15px;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 14px;
        list-style: none;
        font-family: 'Myriad-Pro-Light';
        margin-bottom: 0px;
        line-height: 17px;
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 1% 0% 1%;
    }
    .seccion4 .multi-item-carousel .carousel-control-prev{
        justify-content: flex-start;
    }
    .seccion4 .multi-item-carousel .carousel-control-next{
        justify-content: flex-end;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3 {
        font-size: 35px;
        margin-top: 45vh;
    }
    .imagen5 p {
        padding: 0% 10%;
        font-size: 18px;
        line-height: normal;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3 {
        font-size: 35px;
        margin-top: 45vh;
    }
    .imagen6 p {
        padding: 0% 10%;
        font-size: 18px;
        line-height: normal;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3 {
        font-size: 35px;
        margin-top: 45vh;
    }
    .imagen7 p {
        padding: 0% 10%;
        font-size: 18px;
        line-height: normal;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3 {
        font-size: 35px;
        margin-top: 45vh;
    }
    .imagen8 p {
        padding: 0% 10%;
        font-size: 18px;
        line-height: normal;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3 {
        font-size: 35px;
        margin-top: 45vh;
    }
    .imagen9 p {
        padding: 0% 10%;
        font-size: 18px;
        line-height: normal;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3 {
        font-size: 35px;
        margin-top: 45vh;
    }
    .imagen10 p {
        padding: 0% 10%;
        font-size: 18px;
        line-height: normal;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3 {
        font-size: 35px;
        margin-top: 45vh;
    }
    .imagen11 p {
        padding: 0% 10%;
        font-size: 18px;
        line-height: normal;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12 #wrapper{
        padding: 60px 0% 0%;
        height: 100%;
    }
    .seccion12 #wrapper .movingBoxes .mb-left{
        left: -50px;
    }
    .seccion12 #wrapper .movingBoxes .mb-right{
        right: -50px;
    }
    .mb-inside{
        padding: 0px;
    }
    .mb-inside * {
        max-width: 95%;
        margin-left: 2.5%;
    }
    .seccion12 #slider .mb-inside img {
        max-height: 50vh;
        box-shadow: 0px 0px 15px 0px #000;
    }
    .seccion12 #slider li .titulo {
        margin-bottom: 2%;
        font-size: 32px;
        line-height: 32px;
    }
    .seccion12 #slider li p{
        padding: 1% 0% 1% 0%;
        font-size: 17px;
        line-height: normal;
        box-shadow: 0px 10px 30px 0px #000;
    }
    /***************FIN SECCION 12***************/
    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
}
/*********************LANDSCAPE DISPOSITIVO MOVIL TABLET***************************************************/
@media only screen and (min-width: 821px) and (max-width: 991px) and (orientation: landscape){
    /******* PRIMERA SECCION* ********/
    .parallax h2 {
        margin-top: 25%;
        font-size: 40px;
    }
    .parallax p{
        color: #ffffff;
        font-size: 18px;
        padding: 0 10%;
    }
    .btn-ingresaI{
        display: inline-block;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA Y TERCERA SECCION (PAQUETES)* ********/
    .seccion2{
        /*height: 100vh;*/
        padding: 0% 10px;
    }
    .seccion13{
        /*height: 100vh;*/
        padding: 0% 10px;
    }
    .seccion2 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }
    .seccion13 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }  
    .titulo2{
        text-align: center;
        margin: 60px 0% 0% 0%;
        /*height: 50px;*/
    }
    .titulo2 h2 {
        font-size: 35px;
        margin-bottom: 10px;
        line-height: 35px;
    }
    .titulo21{
        text-align: center;
        margin: 0% 0% 0% 0%;
        /*height: 50px;*/
    }
    .titulo2 h2, .titulo21 h2 {
        font-size: 35px;
        margin-bottom: 10px;
        line-height: 35px;
    }
    .titulo13{
        text-align: center;
        margin: 70px 0% 0% 0%;
    }              
    .titulo13 h2 {
        font-size: 35px;
        margin-bottom: 10px;
        line-height: 35px;
    }
    .titulo2 span{
        font-size: 18px;
    }
    .titulo13 span{
        font-size: 18px;
    }
    .tarjeta2{
        /*width: 475px;
        height: 780px;*/
        /*height: 60vh;*/
        padding: 10px 0px;
        margin: 0px auto;
    }            
    .tarjeta13{
        /*width: 475px;
        height: 780px;*/
        /*height: 60vh;*/
        padding: 10px 0px;
        margin: 0px auto 20px auto;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion2 .card-body{
        padding: 10px 10px;
    }
    .seccion13 .card-body{
        padding: 10px 10px;
    }
    .tarjeta2 .tituloCard h4{
        font-size: 18px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard h6, .tarjeta13 .tituloCard13 h6{
        font-size: 13px;
        margin-bottom: 5px;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 18px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta13 .tituloCard13 .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta2 .tituloCard .lista .listaInterna22{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna23{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        /*content: "• ";
        padding: 0% 0% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 13px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta2 .card .boton{
        text-align: center;
        margin-bottom: 12px;
    }
    .tarjeta13 .card .boton{
        text-align: center;
        margin-bottom: 12px;
    }
    .tarjeta2 .card .boton p{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .tarjeta13 .card .boton p{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .sliderIconos{
        margin-bottom: 0px;
    }
    .MS-content .item img{
        width: 50px;
        height: 50px;
    }
    .MS-content .item span{
        font-size: 12px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh !important;
        background-color: #000;
    }
    .seccion3 .s31{
        height: calc(50% - -30px);
        padding: 60px 0px 0px 30px;
    }
    .s31 .imagen3{
        padding: 0%;
    }
    .seccion3 .s31 .imagen3 img{
        width: 90%;
    }  
    .t31{
        padding: 3% 5% 0% 0%;
        text-align: end;
    } 
    .textos3 h3{
        font-size: 35px;
        margin-bottom: 0px;
    }
    .textos3 p{
        font-size: 18px;
        line-height: normal;
    }
    .seccion3 .s32{
        height: calc(50% - 30px);
        padding: 0px;
    }  
    .s32 .imagen3{
        padding: 0% 0% 0% 6%;
    }
    .seccion3 .s32 .imagen3 img{
        width: 70%;
        height: 45vh;
    } 
    .t32{
        padding: 2% 0% 1% 5%;
        text-align: initial;
    } 
    /*.textos3{
      text-align: right;
      padding: 5% 2% 2% 60%;
    }
    .textos31{
      padding: 5% 60% 2% 2%;
    }*/ 
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: 100vh !important;
        padding: 60px 15px 10px;
        background-color: #efefef;
    }
    .seccion4 .carousel{
        min-height: 605px;
    }
    .titulo4{
        text-align: center;
    }
    .titulo4 h3{
        font-size: 35px;
        margin-bottom: 0px;
    }
    .titulo4 h5, .titulo4 span{
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 20px;
    }
    .titulo4 span{
        font-size:16px;
        line-height: 18px;
    }
    .tarjeta4{
        height: 70vh;
        padding: 1% 3% 0%;
        /*margin-top: 15px;*/
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .card .card-body {
        padding: 5px 0px;
    }
    .tarjeta4 .tituloCard4 h4 {
        font-size: 20px;
        margin-bottom: 2px;
    }
    .tarjeta4 .tituloCard4 p {
        height: 32px;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 0px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
        margin-bottom: 0px;
    }
    .tituloCard4 .imagen4 img{
        width: 90%;
        height: 160px;
        /*width: 830px;
        height: 550px;*/
    }
    .tituloCard4 .lista4{
        margin-top: 10px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0 15px;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 14px;
        list-style: none;
        font-family: 'Myriad-Pro-Light';
        margin-bottom: 0px;
        line-height: 17px;
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 1% 0% 1%;
    }
    .seccion4 .multi-item-carousel .carousel-control-prev{
        justify-content: flex-start;
    }
    .seccion4 .multi-item-carousel .carousel-control-next{
        justify-content: flex-end;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3 {
        font-size: 40px;
        margin-top: 25%;
    }
    .imagen5 p {
        padding: 0% 15%;
        font-size: 20px;
        line-height: normal;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3 {
        font-size: 40px;
        margin-top: 25%;
    }
    .imagen6 p {
        padding: 0% 15%;
        font-size: 20px;
        line-height: normal;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3 {
        font-size: 40px;
        margin-top: 25%;
    }
    .imagen7 p {
        padding: 0% 15%;
        font-size: 20px;
        line-height: normal;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3 {
        font-size: 40px;
        margin-top: 25%;
    }
    .imagen8 p {
        padding: 0% 15%;
        font-size: 20px;
        line-height: normal;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3 {
        font-size: 40px;
        margin-top: 25%;
    }
    .imagen9 p {
        padding: 0% 15%;
        font-size: 20px;
        line-height: normal;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3 {
        font-size: 40px;
        margin-top: 25%;
    }
    .imagen10 p {
        padding: 0% 15%;
        font-size: 20px;
        line-height: normal;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3 {
        font-size: 40px;
        margin-top: 25%;
    }
    .imagen11 p {
        padding: 0% 15%;
        font-size: 20px;
        line-height: normal;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12 #wrapper{
        padding: 60px 0% 0%;
        height: 100%;
    }
    .seccion12 #wrapper .movingBoxes .mb-left{
        left: -50px;
    }
    .seccion12 #wrapper .movingBoxes .mb-right{
        right: -50px;
    }
    .mb-inside{
        padding: 0px;
    }
    .mb-inside * {
        max-width: 95%;
        margin-left: 2.5%;
    }
    .seccion12 #slider .mb-inside img {
        max-height: 50vh;
        box-shadow: 0px 0px 15px 0px #000;
    }
    .seccion12 #slider li .titulo {
        margin-bottom: 2%;
        font-size: 35px;
        line-height: 35px;
    }
    .seccion12 #slider li p{
        padding: 1% 0% 1% 0%;
        font-size: 18px;
        line-height: normal;
        box-shadow: 0px 10px 30px 0px #000;
    }
    /***************FIN SECCION 12***************/
    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
}
/*******************************media de tablet utilizada en la empresa  1024 x 768************************/
@media only screen and (min-width: 992px) and (max-width: 1150px) and (orientation: landscape){
    /******* PRIMERA SECCION* ********/
    .parallax h2 {
        margin-top: 30%;
        font-size: 50px;
    }
    .parallax p{
        color: #ffffff;
        font-size: 20px;
        padding: 0 15%;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA Y TERCERA SECCION (PAQUETES)* ********/
    .seccion2{
        height: 100vh;
        padding: 0% 25px;
    }
    .seccion13{
        /*height: 100vh;*/
        height: 100vh;
        padding: 0% 25px;
    }
    .seccion2 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }
    .seccion13 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }  
    .titulo2{
        text-align: center;
        margin: 60px 0% 0% 0%;
        height: 50px;
    }
    .titulo2 h2 {
        font-size: 50px;
        margin-bottom: 0px;
        line-height: 50px;
    }
    .titulo21{
        text-align: center;
        margin: 0% 0% 0% 0%;
        height: 50px;
    }
    .titulo2 h2, .titulo21 h2 {
        font-size: 50px;
        margin-bottom: 0px;
        line-height: 50px;
    }
    .titulo13{
        text-align: center;
        margin: 110px 0% 0% 0%;
    }              
    .titulo13 h2 {
        font-size: 50px;
        margin-bottom: 0px;
        line-height: 50px;
    }
    .titulo2 span{
        font-size: 20px;
    }
    .titulo13 span{
        font-size: 20px;
    }
    .tarjeta2{
        /*width: 475px;
        height: 780px;*/
        height: 60vh;
        padding: 0px 0px;
        margin: 0px auto;
    }            
    .tarjeta13{
        /*width: 475px;
        height: 780px;*/
        height: 60vh;
        padding: 0px 0px;
        margin: 0px auto 0px auto;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion2 .card-body{
        padding: 10px 10px;
    }
    .seccion13 .card-body{
        padding: 10px 10px;
    }
    .tarjeta2 .tituloCard h4{
        font-size: 22px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard h6, .tarjeta13 .tituloCard13 h6{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 22px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta13 .tituloCard13 .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 14px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 17px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 14px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 17px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta2 .tituloCard .lista .listaInterna22{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna23{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        /*content: "• ";
        padding: 0% 0% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 14px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 17px;
        display: inline-flex;
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 14px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 17px;
        display: inline-flex;
    }
    .tarjeta2 .card .boton{
        text-align: center;
        margin-bottom: 12px;
    }
    .tarjeta13 .card .boton{
        text-align: center;
        margin-bottom: 12px;
    }
    .tarjeta2 .card .boton p{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .tarjeta13 .card .boton p{
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .sliderIconos{
        margin-bottom: 0px;
    }
    .MS-content .item img{
        width: 40px;
        height: 40px;
    }
    .MS-content .item span{
        font-size: 12.5px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh !important;
        background-color: #000;
    }
    .seccion3 .s31{
        height: calc(50% - -30px);
        padding: 60px 0px 0px 30px;
    }
    .s31 .imagen3{
        padding: 0%;
    }
    .seccion3 .s31 .imagen3 img{
        width: 90%;
    }  
    .t31{
        padding: 3% 8% 0% 0%;
        text-align: end;
    } 
    .textos3 h3{
        font-size: 50px;
        margin-bottom: 0px;
    }
    .textos3 p{
        font-size: 20px;
    }
    .seccion3 .s32{
        height: calc(50% - 30px);
        padding: 0px;
    }  
    .s32 .imagen3{
        padding: 0% 0% 0% 6%;
    }
    .seccion3 .s32 .imagen3 img{
        width: 70%;
        height: 45vh;
    } 
    .t32{
        padding: 5% 0% 5% 8%;
        text-align: initial;
    } 
    /*.textos3{
      text-align: right;
      padding: 5% 2% 2% 60%;
    }
    .textos31{
      padding: 5% 60% 2% 2%;
    }*/ 
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: 100vh !important;
        padding: 60px 30px 20px;
        background-color: #efefef;
    }
    .titulo4{
        text-align: center;
    }
    .titulo4 h3{
        font-size: 50px;
        margin-bottom: 0px;
    }
    .titulo4 h5, .titulo4 span{
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 22px;
    }
    .tarjeta4{
        height: 65vh;
        padding: 1% 3% 0%;
        /*margin-top: 15px;*/
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .card .card-body {
        padding: 10px 20px;
    }
    .tarjeta4 .tituloCard4 h4 {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .tarjeta4 .tituloCard4 p {
        height: 38px;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 5px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
        margin-bottom: 0px;
    }
    .tituloCard4 .imagen4 img{
        width: 90%;
        height: 180px;
        /*width: 830px;
        height: 550px;*/
    }
    .tituloCard4 .lista4{
        margin-top: 15px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0 15px;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 16px;
        list-style: none;
        font-family: 'Myriad-Pro-Light';
        margin-bottom: 0px;
        line-height: 19px;
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 1% 0% 1%;
    }
    .seccion4 .multi-item-carousel .carousel-control-prev{
        justify-content: flex-start;
    }
    .seccion4 .multi-item-carousel .carousel-control-next{
        justify-content: flex-end;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3 {
        font-size: 50px;
        margin-top: 25%;
    }
    .imagen5 p {
        padding: 0% 15%;
        font-size: 22px;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3 {
        font-size: 50px;
        margin-top: 25%;
    }
    .imagen6 p {
        padding: 0% 15%;
        font-size: 22px;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3 {
        font-size: 50px;
        margin-top: 25%;
    }
    .imagen7 p {
        padding: 0% 15%;
        font-size: 22px;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3 {
        font-size: 50px;
        margin-top: 25%;
    }
    .imagen8 p {
        padding: 0% 15%;
        font-size: 22px;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3 {
        font-size: 50px;
        margin-top: 25%;
    }
    .imagen9 p {
        padding: 0% 15%;
        font-size: 22px;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3 {
        font-size: 50px;
        margin-top: 25%;
    }
    .imagen10 p {
        padding: 0% 15%;
        font-size: 22px;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3 {
        font-size: 50px;
        margin-top: 25%;
    }
    .imagen11 p {
        padding: 0% 15%;
        font-size: 22px;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12 #wrapper{
        padding: 60px 0%;
        height: 100%;
    }
    .seccion12 #wrapper .movingBoxes .mb-left{
        left: -50px;
    }
    .seccion12 #wrapper .movingBoxes .mb-right{
        right: -50px;
    }
    .mb-inside{
        padding: 0px;
    }
    .mb-inside * {
        max-width: 95%;
        margin-left: 2.5%;
    }
    .seccion12 #slider .mb-inside img {
        max-height: 55vh;
        box-shadow: 0px 0px 30px 0px #000;
    }
    .seccion12 #slider li .titulo {
        margin-bottom: 2%;
        font-size: 40px;
        line-height: 40px;
    }
    .seccion12 #slider li p{
        padding: 1% 0% 1% 0%;
        font-size: 20px;
        box-shadow: 0px 10px 30px 0px #000;
    }
    /***************FIN SECCION 12***************/
    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
}
/*********************LANDSCAPE DISPOSITIVO MOVIL LAPTOP***************************************************/
@media only screen and (min-width: 1151px) and (max-width: 1199px) and (orientation: landscape){
    /******* PRIMERA SECCION* ********/
    .parallax h2 {
        margin-top: 20%;
        font-size: 50px;
    }
    .parallax p{
        color: #ffffff;
        font-size: 20px;
        padding: 0 20%;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA Y TERCERA SECCION (PAQUETES)* ********/
    .seccion2{
        height: 100vh;
        padding: 0% 25px;
    }
    .seccion13{
        /*height: 100vh;*/
        height: 100vh;
        padding: 0% 25px;
    }
    .seccion2 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }
    .seccion13 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }  
    .titulo2{
        text-align: center;
        margin: 60px 0% 0% 0%;
        height: 50px;
    }
    .titulo2 h2 {
        font-size: 50px;
        margin-bottom: 0px;
        line-height: 50px;
    }
    .titulo21{
        text-align: center;
        margin: 0% 0% 0% 0%;
        height: 50px;
    }
    .titulo2 h2, .titulo21 h2 {
        font-size: 50px;
        margin-bottom: 0px;
        line-height: 50px;
    }
    .titulo13{
        text-align: center;
        margin: 110px 0% 0% 0%;
    }              
    .titulo13 h2 {
        font-size: 50px;
        margin-bottom: 0px;
        line-height: 50px;
    }
    .titulo2 span{
        font-size: 20px;
    }
    .titulo13 span{
        font-size: 20px;
    }
    .tarjeta2{
        /*width: 475px;
        height: 780px;*/
        height: 60vh;
        padding: 0px 10px;
        margin: 0px auto;
    }            
    .tarjeta13{
        /*width: 475px;
        height: 780px;*/
        height: 60vh;
        padding: 0px 10px;
        margin: 0px auto 0px auto;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion2 .card-body{
        padding: 10px 10px;
    }
    .seccion13 .card-body{
        padding: 10px 10px;
    }
    .tarjeta2 .tituloCard h4{
        font-size: 20px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard h6, .tarjeta13 .tituloCard13 h6{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 20px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta13 .tituloCard13 .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 14px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 14px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta2 .tituloCard .lista .listaInterna22{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna23{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        /*content: "• ";
        padding: 0% 0% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 14px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 14px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta2 .card .boton{
        text-align: center;
        margin-bottom: 10px;
    }
    .tarjeta13 .card .boton{
        text-align: center;
        margin-bottom: 10px;
    }
    .tarjeta2 .card .boton p{
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .tarjeta13 .card .boton p{
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .sliderIconos{
        margin-bottom: 0px;
    }
    .MS-content .item img{
        width: 40px;
        height: 40px;
    }
    .MS-content .item span{
        font-size: 12.5px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh !important;
        background-color: #000;
    }
    .seccion3 .s31{
        height: calc(50% - -30px);
        padding: 60px 0px 0px 30px;
    }
    .s31 .imagen3{
        padding: 0%;
    }
    .seccion3 .s31 .imagen3 img{
        width: 80%;
    }  
    .t31{
        padding: 3% 8% 0% 0%;
        text-align: end;
    } 
    .textos3 h3{
        font-size: 50px;
        margin-bottom: 0px;
    }
    .textos3 p{
        font-size: 22px;
    }
    .seccion3 .s32{
        height: calc(50% - 30px);
        padding: 0px;
    }  
    .s32 .imagen3{
        padding: 0% 0% 0% 6%;
    }
    .seccion3 .s32 .imagen3 img{
        width: 70%;
    } 
    .t32{
        padding: 5% 0% 5% 8%;
        text-align: initial;
    } 
    /*.textos3{
      text-align: right;
      padding: 5% 2% 2% 60%;
    }
    .textos31{
      padding: 5% 60% 2% 2%;
    }*/ 
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: 100vh !important;
        padding: 60px 30px 30px;
        background-color: #efefef;
    }
    .titulo4{
        text-align: center;
    }
    .titulo4 h3{
        font-size: 50px;
        margin-bottom: 0px;
    }
    .titulo4 h5, .titulo4 span{
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 22px;
    }
    .tarjeta4{
        height: 70vh;
        padding: 1% 3% 0%;
        /*margin-top: 15px;*/
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .card .card-body {
        padding: 10px 20px;
    }
    .tarjeta4 .tituloCard4 h4 {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .tarjeta4 .tituloCard4 p {
        height: 38px;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 5px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
        margin-bottom: 0px;
    }
    .tituloCard4 .imagen4 img{
        width: 90%;
        height: 175px;
        /*width: 830px;
        height: 550px;*/
    }
    .tituloCard4 .lista4{
        margin-top: 15px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0 15px;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 16px;
        list-style: none;
        font-family: 'Myriad-Pro-Light';
        margin-bottom: 0px;
        line-height: 19px;
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 1% 0% 1%;
    }
    .seccion4 .multi-item-carousel .carousel-control-prev{
        justify-content: flex-start;
    }
    .seccion4 .multi-item-carousel .carousel-control-next{
        justify-content: flex-end;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3 {
        font-size: 50px;
        margin-top: 20%;
    }
    .imagen5 p {
        padding: 0% 20%;
        font-size: 22px;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3 {
        font-size: 50px;
        margin-top: 20%;
    }
    .imagen6 p {
        padding: 0% 20%;
        font-size: 22px;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3 {
        font-size: 50px;
        margin-top: 20%;
    }
    .imagen7 p {
        padding: 0% 20%;
        font-size: 22px;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3 {
        font-size: 50px;
        margin-top: 20%;
    }
    .imagen8 p {
        padding: 0% 20%;
        font-size: 22px;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3 {
        font-size: 50px;
        margin-top: 20%;
    }
    .imagen9 p {
        padding: 0% 20%;
        font-size: 22px;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3 {
        font-size: 50px;
        margin-top: 20%;
    }
    .imagen10 p {
        padding: 0% 20%;
        font-size: 22px;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3 {
        font-size: 50px;
        margin-top: 20%;
    }
    .imagen11 p {
        padding: 0% 20%;
        font-size: 22px;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12 #wrapper{
        padding: 60px 0%;
        height: 100%;
    }
    .seccion12 #wrapper .movingBoxes .mb-left{
        left: -50px;
    }
    .seccion12 #wrapper .movingBoxes .mb-right{
        right: -50px;
    }
    .mb-inside{
        padding: 0px;
    }
    .mb-inside * {
        max-width: 95%;
        margin-left: 2.5%;
    }
    .seccion12 #slider .mb-inside img {
        max-height: 55vh;
        box-shadow: 0px 0px 30px 0px #000;
    }
    .seccion12 #slider li .titulo {
        margin-bottom: 2%;
        font-size: 44px;
    }
    .seccion12 #slider li p{
        padding: 1% 0% 1% 0%;
        font-size: 20px;
        box-shadow: 0px 10px 30px 0px #000;
    }
    /***************FIN SECCION 12***************/
    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
}
@media only screen and (min-width: 1200px) and (max-width: 1360px) and (orientation: landscape){
    /******* PRIMERA SECCION* ********/
    .parallax h2 {
        margin-top: 20%;
        font-size: 50px;
    }
    .parallax p{
        color: #ffffff;
        font-size: 20px;
        padding: 0 20%;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA Y TERCERA SECCION (PAQUETES)* ********/
    .seccion2{
        height: 100vh;
        padding: 0% 25px;
    }
    .seccion13{
        /*height: 100vh;*/
        height: 100vh;
        padding: 0% 25px;
    }
    .seccion2 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }
    .seccion13 hr{
        border: 0.5px solid gray;
        margin: 5px 0;
    }  
    .titulo2{
        text-align: center;
        margin: 60px 0% 0% 0%;
        height: 50px;
    }
    .titulo2 h2 {
        font-size: 50px;
        margin-bottom: 0px;
        line-height: 50px;
    }
    .titulo21{
        text-align: center;
        margin: 0% 0% 0% 0%;
        height: 50px;
    }
    .titulo2 h2, .titulo21 h2 {
        font-size: 50px;
        margin-bottom: 0px;
        line-height: 50px;
    }
    .titulo13{
        text-align: center;
        margin: 100px 0% 0% 0%;
    }              
    .titulo13 h2 {
        font-size: 50px;
        margin-bottom: 0px;
        line-height: 50px;
    }
    .titulo2 span{
        font-size: 20px;
    }
    .titulo13 span{
        font-size: 20px;
    }
    .tarjeta2{
        /*width: 475px;
        height: 780px;*/
        height: 60vh;
        padding: 0px 10px;
        margin: 0px auto;
    }            
    .tarjeta13{
        /*width: 475px;
        height: 780px;*/
        height: 60vh;
        padding: 0px 10px;
        margin: 0px auto 0px auto;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion2 .card-body{
        padding: 10px 10px;
    }
    .seccion13 .card-body{
        padding: 10px 10px;
    }
    .tarjeta2 .tituloCard h4{
        font-size: 20px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard h6, .tarjeta13 .tituloCard13 h6{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 20px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta13 .tituloCard13 .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 14px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 14px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta2 .tituloCard .lista .listaInterna22{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna23{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        /*content: "• ";
        padding: 0% 0% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 14px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 14px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta2 .card .boton{
        text-align: center;
        margin-bottom: 15px;
    }
    .tarjeta13 .card .boton{
        text-align: center;
        margin-bottom: 15px;
    }
    .tarjeta2 .card .boton p{
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .tarjeta13 .card .boton p{
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .sliderIconos{
        margin-bottom: 0px;
    }
    .MS-content .item img{
        width: 40px;
        height: 40px;
    }
    .MS-content .item span{
        font-size: 12.5px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh !important;
        background-color: #000;
    }
    .seccion3 .s31{
        height: calc(50% - -30px);
        padding: 60px 0px 0px 30px;
    }
    .s31 .imagen3{
        padding: 0%;
    }
    .seccion3 .s31 .imagen3 img{
        width: 80%;
    }  
    .t31{
        padding: 3% 8% 0% 0%;
        text-align: end;
    } 
    .textos3 h3{
        font-size: 50px;
    }
    .textos3 p{
        font-size: 22px;
    }
    .seccion3 .s32{
        height: calc(50% - 30px);
        padding: 0px;
    }  
    .s32 .imagen3{
        padding: 0% 0% 0% 6%;
    }
    .seccion3 .s32 .imagen3 img{
        width: 65%;
    } 
    .t32{
        padding: 5% 0% 5% 8%;
        text-align: initial;
    } 
    /*.textos3{
      text-align: right;
      padding: 5% 2% 2% 60%;
    }
    .textos31{
      padding: 5% 60% 2% 2%;
    }*/ 
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: 100vh !important;
        padding: 60px 30px 30px;
        background-color: #efefef;
    }
    .titulo4{
        text-align: center;
    }
    .titulo4 h3{
        font-size: 50px;
        margin-bottom: 0px;
    }
    .titulo4 h5, .titulo4 span{
        font-size: 20px;
        margin-bottom: 5px;
        line-height: 22px;
    }
    .tarjeta4{
        height: 70vh;
        padding: 1% 5% 0%;
        /*margin-top: 15px;*/
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .card .card-body {
        padding: 10px 20px;
    }
    .tarjeta4 .tituloCard4 h4 {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .tarjeta4 .tituloCard4 p {
        height: 38px;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 5px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
        margin-bottom: 0px;
    }
    .tituloCard4 .imagen4 img{
        width: 90%;
        height: 180px;
        /*width: 830px;
        height: 550px;*/
    }
    .tituloCard4 .lista4{
        margin-top: 15px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0 15px;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 16px;
        list-style: none;
        font-family: 'Myriad-Pro-Light';
        margin-bottom: 0px;
        line-height: 19px;
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 1% 0% 1%;
    }
    .seccion4 .multi-item-carousel .carousel-control-prev{
        justify-content: flex-start;
    }
    .seccion4 .multi-item-carousel .carousel-control-next{
        justify-content: flex-end;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3 {
        font-size: 50px;
        margin-top: 20%;
    }
    .imagen5 p {
        padding: 0% 20%;
        font-size: 22px;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3 {
        font-size: 50px;
        margin-top: 20%;
    }
    .imagen6 p {
        padding: 0% 20%;
        font-size: 22px;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3 {
        font-size: 50px;
        margin-top: 20%;
    }
    .imagen7 p {
        padding: 0% 20%;
        font-size: 22px;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3 {
        font-size: 50px;
        margin-top: 20%;
    }
    .imagen8 p {
        padding: 0% 20%;
        font-size: 22px;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3 {
        font-size: 50px;
        margin-top: 20%;
    }
    .imagen9 p {
        padding: 0% 20%;
        font-size: 22px;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3 {
        font-size: 50px;
        margin-top: 20%;
    }
    .imagen10 p {
        padding: 0% 20%;
        font-size: 22px;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3 {
        font-size: 50px;
        margin-top: 20%;
    }
    .imagen11 p {
        padding: 0% 20%;
        font-size: 22px;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12 #wrapper{
        padding: 60px 0%;
        height: 100%;
    }
    .seccion12 #wrapper .movingBoxes .mb-left{
        left: -50px;
    }
    .seccion12 #wrapper .movingBoxes .mb-right{
        right: -50px;
    }
    .mb-inside{
        padding: 0px;
    }
    .mb-inside * {
        max-width: 95%;
        margin-left: 2.5%;
    }
    .seccion12 #slider .mb-inside img {
        max-height: 55vh;
        box-shadow: 0px 0px 30px 0px #000;
    }
    .seccion12 #slider li .titulo {
        margin-bottom: 2%;
        font-size: 50px;
    }
    .seccion12 #slider li p{
        padding: 1% 0% 1% 0%;
        font-size: 20px;
        box-shadow: 0px 10px 30px 0px #000;
    }
    /***************FIN SECCION 12***************/
    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
}
/*********************LANDSCAPE DISPOSITIVO PC ESCRITORIO***************************************************/
/*******************************patalla de escritorio utilizado en la empresa*******************************/
@media only screen and (min-width: 1361px) and (max-width: 1899px) and (orientation: landscape){
    /******* PRIMERA SECCION* ********/
    .parallax h2 {
        margin-top: 20%;
        font-size: 70px;
    }
    .parallax p{
        color: #ffffff;
        font-size: 25px;
        padding: 0 25%;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA Y TERCERA SECCION (PAQUETES)* ********/
    .seccion2{
        height: 100vh;
        padding: 0% 3%;
    }
    .seccion13{
        /*height: 100vh;*/
        height: 100vh;
        padding: 0% 3%;
    }
    .seccion2 hr{
        border: 0.5px solid gray;
        margin: 12px 0;
    }
    .seccion13 hr{
        border: 0.5px solid gray;
        margin: 12px 0;
    }  
    .titulo2{
        text-align: center;
        margin: 60px 0% 0% 0%;
        height: 65px;
    }
    .titulo2 h2 {
        font-size: 55px;
        margin-bottom: 0px;
    }
    .titulo21{
        text-align: center;
        margin: 0% 0% 0% 0%;
        height: 65px;
    }
    .titulo2 h2, .titulo21 h2 {
        font-size: 55px;
        margin-bottom: 0px;
    }
    .titulo13{
        text-align: center;
        margin: 110px 0% 0% 0%;
        height: 110px;
    }              
    .titulo13 h2 {
        font-size: 55px;
        margin-bottom: 0px;
    }
    .titulo2 span{
        font-size: 25px;
    }
    .titulo13 span{
        font-size: 25px;
    }
    .tarjeta2{
        /*width: 475px;
        height: 780px;*/
        height: 60vh;
        padding: 0px 0px;
        margin: auto;
        margin-bottom: 25px;
    }            
    .tarjeta13{
        /*width: 475px;
        height: 780px;*/
        height: 60vh;
        padding: 0px 0px;
        margin: 0px auto 0px auto;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion2 .card-body{
        padding: 10px 15px;
    }
    .seccion13 .card-body{
        padding: 10px 15px;
    }
    .tarjeta2 .tituloCard h4{
        font-size: 25px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard h6, .tarjeta13 .tituloCard13 h6{
        font-size: 15px;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 25px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta13 .tituloCard13 .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 16px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 18px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 16px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 18px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta2 .tituloCard .lista .listaInterna22{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna23{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        /*content: "• ";
        padding: 0% 0% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 15px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 15px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta2 .card .boton{
        text-align: center;
        margin-bottom: 20px;
    }
    .tarjeta13 .card .boton{
        text-align: center;
        margin-bottom: 20px;
    }
    .tarjeta2 .card .boton p{
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .tarjeta13 .card .boton p{
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .sliderIconos{
        margin-bottom: 0px;
    }
    .MS-content .item img{
        width: 50px;
        height: 50px;
    }
    .MS-content .item span{
        font-size: 12.5px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh !important;
        background-color: #000;
    }
    .seccion3 .s31{
        height: calc(50% - -30px);
        padding: 60px 0px 0px 30px;
    }
    .s31 .imagen3{
        padding: 0%;
    }
    .seccion3 .s31 .imagen3 img{
        width: 90%;
    }  
    .t31{
        padding: 3% 10% 0% 0%;
        text-align: end;
    } 
    .textos3 h3{
        font-size: 55px;
    }
    .textos3 p{
        font-size: 25px;
    }
    .seccion3 .s32{
        height: calc(50% - 30px);
        padding: 0px;
    }  
    .s32 .imagen3{
        padding: 0% 0% 0% 6%;
    }
    .seccion3 .s32 .imagen3 img{
        width: 75%;
    } 
    .t32{
        padding: 5% 0% 5% 7%;
        text-align: initial;
    } 
    /*.textos3{
      text-align: right;
      padding: 5% 2% 2% 60%;
    }
    .textos31{
      padding: 5% 60% 2% 2%;
    }*/ 
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: 100vh !important;
        padding: 60px 30px;
        background-color: #efefef;
    }
    .titulo4{
        text-align: center;
    }
    .titulo4 h3{
        font-size: 55px;
        margin-bottom: 5px;
    }
    .titulo4 h5, .titulo4 span{
        font-size: 25px;
        margin-bottom: 5px;
    }
    .tarjeta4{
        height: 70vh;
        padding: 0% 4% 1%;
        margin-top: 15px;
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .card .card-body {
        padding: 20px 30px;
    }
    .tarjeta4 .tituloCard4 h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .tarjeta4 .tituloCard4 p {
        height: 40px;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
        margin-bottom: 0px;
    }
    .tituloCard4 .imagen4 img{
        width: 100%;
        height: 250px;
        /*width: 830px;
        height: 550px;*/
    }
    .tituloCard4 .lista4{
        margin-top: 15px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 16px;
        list-style: none;
        font-family: 'Myriad-Pro-Light';
        margin-bottom: 0px;
        line-height: 20px;
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 2% 0% 1%;
    }
    .seccion4 .multi-item-carousel .carousel-control-prev{
        justify-content: flex-start;
    }
    .seccion4 .multi-item-carousel .carousel-control-next{
        justify-content: flex-end;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3 {
        font-size: 60px;
        margin-top: 20%;
    }
    .imagen5 p {
        padding: 0% 20%;
        font-size: 25px;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3 {
        font-size: 60px;
        margin-top: 20%;
    }
    .imagen6 p {
        padding: 0% 20%;
        font-size: 25px;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3 {
        font-size: 60px;
        margin-top: 20%;
    }
    .imagen7 p {
        padding: 0% 20%;
        font-size: 25px;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3 {
        font-size: 60px;
        margin-top: 20%;
    }
    .imagen8 p {
        padding: 0% 20%;
        font-size: 25px;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3 {
        font-size: 60px;
        margin-top: 20%;
    }
    .imagen9 p {
        padding: 0% 20%;
        font-size: 25px;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3 {
        font-size: 60px;
        margin-top: 20%;
    }
    .imagen10 p {
        padding: 0% 20%;
        font-size: 25px;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3 {
        font-size: 60px;
        margin-top: 20%;
    }
    .imagen11 p {
        padding: 0% 20%;
        font-size: 25px;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12 #wrapper{
        padding: 60px 0%;
        height: 100%;
    }
    .seccion12 #wrapper .movingBoxes .mb-left{
        left: -50px;
    }
    .seccion12 #wrapper .movingBoxes .mb-right{
        right: -50px;
    }
    .mb-inside{
        padding: 0px;
    }
    .mb-inside * {
        max-width: 95%;
        margin-left: 2.5%;
    }
    .seccion12 #slider .mb-inside img {
        max-height: 60vh;
        box-shadow: 0px 0px 30px 0px #000;
    }
    .seccion12 #slider li .titulo {
        margin-bottom: 2%;
        font-size: 50px;
    }
    .seccion12 #slider li p{
        padding: 2% 0% 2% 0%;
        font-size: 25px;
        box-shadow: 0px 10px 30px 0px #000;
    }
    /***************FIN SECCION 12***************/
    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
}
@media only screen and (min-width: 1900px) and (max-width: 2299px) and (orientation: landscape){
    /******* PRIMERA SECCION* ********/
    .parallax h2 {
        margin-top: 25%;
        font-size: 90px;
    }
    .parallax p{
        color: #ffffff;
        font-size: 30px;
        padding: 0 25%;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA Y TERCERA SECCION (PAQUETES)* ********/
    .seccion2{
        height: 100vh;
        padding: 0% 5%;
    }
    .seccion13{
        /*height: 100vh;*/
        height: 100vh;
        padding: 0% 5%;
    }
    .seccion2 hr{
        border: 0.5px solid gray;
        margin: 12px 0;
    }
    .seccion13 hr{
        border: 0.5px solid gray;
        margin: 12px 0;
    }  
    .titulo2{
        text-align: center;
        margin: 70px 0% 0% 0%;
        height: 100px;
    }
    .titulo2 h2 {
        font-size: 80px;
        margin-bottom: 0px;
    }
    .titulo21{
        text-align: center;
        margin: 0% 0% 0% 0%;
        height: 100px;
    }
    .titulo2 h2, .titulo21 h2 {
        font-size: 80px;
        margin-bottom: 0px;
    }
    .titulo13{
        text-align: center;
        margin: 110px 0% 0% 0%;
        height: 110px;
    }              
    .titulo13 h2 {
        font-size: 80px;
        margin-bottom: 0px;
    }
    .titulo2 span{
        font-size: 30px;
    }
    .titulo13 span{
        font-size: 30px;
    }
    .tarjeta2{
        /*width: 475px;
        height: 780px;*/
        height: 60vh;
        padding: 0px 0px;
        margin: auto;
        margin-bottom: 35px;
    }            
    .tarjeta13{
        /*width: 475px;
        height: 780px;*/
        height: 60vh;
        padding: 0px 0px;
        margin: 0px auto 0px auto;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion2 .card-body{
        padding: 20px 20px;
    }
    .seccion13 .card-body{
        padding: 20px 20px;
    }
    .tarjeta2 .tituloCard h4{
        font-size: 33px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard h6, .tarjeta13 .tituloCard13 h6{
        font-size: 25px;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 33px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta13 .tituloCard13 .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 20px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 28px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 20px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 28px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta2 .tituloCard .lista .listaInterna22{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna23{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        /*content: "• ";
        padding: 0% 0% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 20px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 20px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta2 .card .boton{
        text-align: center;
        margin-bottom: 50px;
    }
    .tarjeta13 .card .boton{
        text-align: center;
        margin-bottom: 50px;
    }
    .tarjeta2 .card .boton p{
        font-size: 33px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .tarjeta13 .card .boton p{
        font-size: 33px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .sliderIconos{
        margin-bottom: 0px;
    }
    .MS-content .item img{
        width: 80px;
        height: 80px;
    }
    .MS-content .item span{
        font-size: 20px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh !important;
        background-color: #000;
    }
    .seccion3 .s31{
        height: calc(50% - -30px);
        padding: 60px 0px 0px 30px;
    }
    .s31 .imagen3{
        padding: 0%;
    }
    .seccion3 .s31 .imagen3 img{
        width: 90%;
    }  
    .t31{
        padding: 5% 8% 0% 5%;
        text-align: end;
    } 
    .textos3 h3{
        font-size: 70px;
    }
    .textos3 p{
        font-size: 30px;
    }
    .seccion3 .s32{
        height: calc(50% - 30px);
        padding: 0px;
    }  
    .s32 .imagen3{
        padding: 0% 0% 0% 6%;
    }
    .seccion3 .s32 .imagen3 img{
        width: 80%;
    } 
    .t32{
        padding: 6% 3% 5% 7%;
        text-align: initial;
    } 
    /*.textos3{
      text-align: right;
      padding: 5% 2% 2% 60%;
    }
    .textos31{
      padding: 5% 60% 2% 2%;
    }*/ 
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: 100vh !important;
        padding: 80px 50px;
        background-color: #efefef;
    }
    .titulo4{
        text-align: center;
    }
    .titulo4 h3{
        font-size: 70px;
        margin-bottom: 5px;
    }
    .titulo4 h5, .titulo4 span{
        font-size: 30px;
        margin-bottom: 5px;
    }
    .tarjeta4{
        height: 75vh;
        padding: 0% 3% 2%;
        margin-top: 15px;
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .card .card-body {
        padding: 30px 60px;
    }
    .tarjeta4 .tituloCard4 h4 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .tarjeta4 .tituloCard4 p {
        height: 70px;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 8px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
        margin-bottom: 0px;
    }
    .tituloCard4 .imagen4 img{
        width: 100%;
        height: 300px;
        /*width: 830px;
        height: 550px;*/
    }
    .tituloCard4 .lista4{
        margin-top: 30px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 20px;
        list-style: none;
        font-family: 'Myriad-Pro-Light';
        margin-bottom: 5px;
        line-height: 30px;
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_16px.png');
        padding: 0% 2% 0% 1%;
    }
    .seccion4 .multi-item-carousel .carousel-control-prev{
        justify-content: flex-start;
    }
    .seccion4 .multi-item-carousel .carousel-control-next{
        justify-content: flex-end;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3 {
        font-size: 70px;
        margin-top: 20%;
    }
    .imagen5 p {
        padding: 2% 20%;
        font-size: 30px;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3 {
        font-size: 70px;
        margin-top: 20%;
    }
    .imagen6 p {
        padding: 2% 20%;
        font-size: 30px;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3 {
        font-size: 70px;
        margin-top: 20%;
    }
    .imagen7 p {
        padding: 2% 20%;
        font-size: 30px;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3 {
        font-size: 70px;
        margin-top: 20%;
    }
    .imagen8 p {
        padding: 2% 20%;
        font-size: 30px;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3 {
        font-size: 70px;
        margin-top: 20%;
    }
    .imagen9 p {
        padding: 2% 20%;
        font-size: 30px;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3 {
        font-size: 70px;
        margin-top: 20%;
    }
    .imagen10 p {
        padding: 0% 20%;
        font-size: 30px;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3 {
        font-size: 70px;
        margin-top: 20%;
    }
    .imagen11 p {
        padding: 2% 20%;
        font-size: 30px;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12 #wrapper{
        padding: 60px 0%;
        height: 100%;
    }
    .seccion12 #wrapper .movingBoxes .mb-left{
        left: -50px;
    }
    .seccion12 #wrapper .movingBoxes .mb-right{
        right: -50px;
    }
    .mb-inside{
        padding: 0px;
    }
    .mb-inside * {
        max-width: 95%;
        margin-left: 2.5%;
    }
    .seccion12 #slider .mb-inside img {
        max-height: 60vh;
        box-shadow: 0px 0px 35px 0px #000;
    }
    .seccion12 #slider li .titulo {
        margin-bottom: 2%;
        font-size: 70px;
    }
    .seccion12 #slider li p{
        padding: 2% 0% 2% 0%;
        font-size: 30px;
        box-shadow: 0px 10px 30px 0px #000;
    }
    /***************FIN SECCION 12***************/
    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
}
@media only screen and (min-width: 2300px) and (max-width: 2599px) and (orientation: landscape){
    /******* PRIMERA SECCION* ********/
    .parallax h2 {
        margin-top: 25%;
        font-size: 90px;
    }
    .parallax p{
        color: #ffffff;
        font-size: 30px;
        padding: 0 25%;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA Y TERCERA SECCION (PAQUETES)* ********/
    .seccion2{
        height: 100vh;
        padding: 0% 5%;
    }
    .seccion13{
        /*height: 100vh;*/
        height: 100vh;
        padding: 0% 5%;
    }
    .seccion2 hr{
        border: 0.5px solid gray;
        margin: 12px 0;
    }
    .seccion13 hr{
        border: 0.5px solid gray;
        margin: 12px 0;
    }  
    .titulo2{
        text-align: center;
        margin: 70px 0% 0% 0%;
        height: 100px;
    }
    .titulo2 h2 {
        font-size: 80px;
        margin-bottom: 0px;
    }
    .titulo21{
        text-align: center;
        margin: 0% 0% 0% 0%;
        height: 100px;
    }
    .titulo2 h2, .titulo21 h2 {
        font-size: 80px;
        margin-bottom: 0px;
    }
    .titulo13{
        text-align: center;
        margin: 150px 0% 0% 0%;
        height: 110px;
    }              
    .titulo13 h2 {
        font-size: 80px;
        margin-bottom: 0px;
    }
    .titulo2 span{
        font-size: 30px;
    }
    .titulo13 span{
        font-size: 30px;
    }
    .tarjeta2{
        /*width: 475px;
        height: 780px;*/
        height: 60vh;
        padding: 0px 2%;
        margin: auto;
        margin-bottom: 50px;
    }            
    .tarjeta13{
        /*width: 475px;
        height: 780px;*/
        height: 60vh;
        padding: 0px 2%;
        margin: 0px auto 0px auto;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion2 .card-body{
        padding: 30px 20px;
    }
    .seccion13 .card-body{
        padding: 30px 20px;
    }
    .tarjeta2 .tituloCard h4{
        font-size: 35px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard h6, .tarjeta13 .tituloCard13 h6{
        font-size: 25px;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 35px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta13 .tituloCard13 .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 20px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 28px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 20px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 28px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta2 .tituloCard .lista .listaInterna22{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna23{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        /*content: "• ";
        padding: 0% 0% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 20px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 20px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta2 .card .boton{
        text-align: center;
        margin-bottom: 50px;
    }
    .tarjeta13 .card .boton{
        text-align: center;
        margin-bottom: 50px;
    }
    .tarjeta2 .card .boton p{
        font-size: 33px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .tarjeta13 .card .boton p{
        font-size: 33px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .sliderIconos{
        margin-bottom: 0px;
    }
    .MS-content .item img{
        width: 120px;
        height: 120px;
    }
    .MS-content .item span{
        font-size: 25px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh !important;
        background-color: #000;
    }
    .seccion3 .s31{
        height: calc(50% - -30px);
        padding: 80px 0px 0px 30px;
    }
    .s31 .imagen3{
        padding: 0%;
    }
    .seccion3 .s31 .imagen3 img{
        width: 100%;
    }  
    .t31{
        padding: 8% 8% 0% 5%;
        text-align: end;
    } 
    .textos3 h3{
        font-size: 70px;
    }
    .textos3 p{
        font-size: 30px;
    }
    .seccion3 .s32{
        height: calc(50% - 30px);
        padding: 0px;
    }  
    .s32 .imagen3{
        padding: 0% 0% 0% 6%;
    }
    .seccion3 .s32 .imagen3 img{
        width: 80%;
    } 
    .t32{
        padding: 8% 5% 5% 7%;
        text-align: initial;
    } 
    /*.textos3{
      text-align: right;
      padding: 5% 2% 2% 60%;
    }
    .textos31{
      padding: 5% 60% 2% 2%;
    }*/ 
    /*************FIN SECCION 3**************/
    /************SECCION 4*******************/
    .seccion4{
        height: 100vh !important;
        padding: 80px 50px;
        background-color: #efefef;
    }
    .titulo4{
        text-align: center;
    }
    .titulo4 h3{
        font-size: 70px;
        margin-bottom: 5px;
    }
    .titulo4 h5, .titulo4 span{
        font-size: 30px;
        margin-bottom: 5px;
    }
    .tarjeta4{
        height: 80vh;
        padding: 3% 5%;
        margin-top: 0px;
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .card .card-body {
        padding: 30px 60px;
    }
    .tarjeta4 .tituloCard4 h4 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .tarjeta4 .tituloCard4 p {
        height: 80px;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 8px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
        margin-bottom: 0px;
    }
    .tituloCard4 .imagen4 img{
        width: 100%;
        height: 400px;
        /*width: 830px;
        height: 550px;*/
    }
    .tituloCard4 .lista4{
        margin-top: 50px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 20px;
        list-style: none;
        font-family: 'Myriad-Pro-Light';
        margin-bottom: 5px;
        line-height: 30px;
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_20px.png');
        padding: 0% 2% 0% 1%;
    }
    .seccion4 .multi-item-carousel .carousel-control-prev{
        justify-content: flex-start;
    }
    .seccion4 .multi-item-carousel .carousel-control-next{
        justify-content: flex-end;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3 {
        font-size: 70px;
        margin-top: 25%;
    }
    .imagen5 p {
        padding: 2% 20%;
        font-size: 30px;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3 {
        font-size: 70px;
        margin-top: 25%;
    }
    .imagen6 p {
        padding: 2% 20%;
        font-size: 30px;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3 {
        font-size: 70px;
        margin-top: 25%;
    }
    .imagen7 p {
        padding: 2% 20%;
        font-size: 30px;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3 {
        font-size: 70px;
        margin-top: 25%;
    }
    .imagen8 p {
        padding: 2% 20%;
        font-size: 30px;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3 {
        font-size: 70px;
        margin-top: 25%;
    }
    .imagen9 p {
        padding: 2% 20%;
        font-size: 30px;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3 {
        font-size: 70px;
        margin-top: 25%;
    }
    .imagen10 p {
        padding: 0% 20%;
        font-size: 30px;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3 {
        font-size: 70px;
        margin-top: 25%;
    }
    .imagen11 p {
        padding: 2% 20%;
        font-size: 30px;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12 #wrapper{
        padding: 60px 0%;
        height: 100%;
    }
    .seccion12 #wrapper .movingBoxes .mb-left{
        left: -50px;
    }
    .seccion12 #wrapper .movingBoxes .mb-right{
        right: -50px;
    }
    .mb-inside{
        padding: 0px;
    }
    .mb-inside * {
        max-width: 95%;
        margin-left: 2.5%;
    }
    .seccion12 #slider .mb-inside img {
        max-height: 60vh;
        box-shadow: 0px 0px 35px 0px #000;
    }
    .seccion12 #slider li .titulo {
        margin-bottom: 2%;
        font-size: 70px;
    }
    .seccion12 #slider li p{
        padding: 2% 0% 2% 0%;
        font-size: 30px;
        box-shadow: 0px 10px 30px 0px #000;
    }
    /***************FIN SECCION 12***************/
    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
}
@media only screen and (min-width: 2600px) and (max-width: 3599px) and (orientation: landscape){
    /******* PRIMERA SECCION* ********/
    .parallax h2 {
        margin-top: 25%;
        font-size: 90px;
    }
    .parallax p{
        color: #ffffff;
        font-size: 32px;
        padding: 0 25%;
    }
    /******* FIN DE PRIMERA SECCION* ********/
    /******* SEGUNDA Y TERCERA SECCION (PAQUETES)* ********/
    .seccion2{
        height: 100vh;
        padding: 0% 5%;
    }
    .seccion13{
        /*height: 100vh;*/
        height: 100vh;
        padding: 0% 5%;
    }
    .seccion2 hr{
        border: 0.5px solid gray;
        margin: 12px 0;
    }
    .seccion13 hr{
        border: 0.5px solid gray;
        margin: 12px 0;
    }  
    .titulo2{
        text-align: center;
        margin: 70px 0% 0% 0%;
        height: 100px;
    }
    .titulo2 h2 {
        font-size: 80px;
        margin-bottom: 0px;
    }
    .titulo21{
        text-align: center;
        margin: 0% 0% 0% 0%;
        height: 100px;
    }
    .titulo2 h2, .titulo21 h2 {
        font-size: 80px;
        margin-bottom: 0px;
    }
    .titulo13{
        text-align: center;
        margin: 150px 0% 0% 0%;
        height: 110px;
    }              
    .titulo13 h2 {
        font-size: 80px;
        margin-bottom: 0px;
    }
    .titulo2 span{
        font-size: 32px;
    }
    .titulo13 span{
        font-size: 32px;
    }
    .tarjeta2{
        /*width: 475px;
        height: 780px;*/
        height: 60vh;
        padding: 0px 2%;
        margin: auto;
        margin-bottom: 50px;
    }            
    .tarjeta13{
        /*width: 475px;
        height: 780px;*/
        height: 60vh;
        padding: 0px 2%;
        margin: 0px auto 0px auto;
    }
    .seccion2 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion13 .card{
        height: 100%;
        overflow: scroll;
    }
    .seccion2 .card-body{
        padding: 50px 20px;
    }
    .seccion13 .card-body{
        padding: 50px 20px;
    }
    .tarjeta2 .tituloCard h4{
        font-size: 35px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard h6, .tarjeta13 .tituloCard13 h6{
        font-size: 25px;
    }
    .tarjeta13 .tituloCard13 h4{
        font-size: 35px;
        margin-bottom: 0px;
    }
    .tarjeta2 .tituloCard .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta13 .tituloCard13 .lista{
        list-style: none;
        padding: 0;
    }
    .tarjeta2 .tituloCard .lista li{
        font-size: 22px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 32px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista .item1{
        font-weight: bold;
    }
    .tarjeta13 .tituloCard13 .lista li{
        font-size: 22px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 32px;
        display: block;
    }
    .tarjeta2 .tituloCard .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista li:before{
        /*content: url('https://assets.claro360.com/Corporativo/general/CHECK_12px.png');
        padding: 0% 3% 0% 1%;*/
    }
    .tarjeta2 .tituloCard .lista .listaInterna22{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna23{
        padding-inline-start: 5px;
        font-weight: normal;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li{
        list-style: none;
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna22 li:before{
        /*content: "• ";
        padding: 0% 0% 0% 1%;*/
    }
    .tarjeta13 .tituloCard13 .lista .listaInterna13 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li{
        list-style: none;
    }
    .tarjeta2 .tituloCard .lista .listaInterna23 li:before{
        content: "• ";
        padding: 0% 0% 0% 1%;
    }
    .tarjeta2 .tituloCard span{
        font-weight: bold;
        font-size: 20px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta13 .tituloCard13 span{
        font-weight: bold;
        font-size: 20px;
        font-family: 'Myriad-Pro-Regular';
        line-height: 16px;
        display: inline-flex;
    }
    .tarjeta2 .card .boton{
        text-align: center;
        margin-bottom: 50px;
    }
    .tarjeta13 .card .boton{
        text-align: center;
        margin-bottom: 50px;
    }
    .tarjeta2 .card .boton p{
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .tarjeta13 .card .boton p{
        font-size: 35px;
        font-weight: bold;
        margin-bottom: 0px;
        color: #da291c;
    }
    .sliderIconos{
        margin-bottom: 0px;
    }
    .MS-content .item img{
        width: 120px;
        height: 120px;
    }
    .MS-content .item span{
        font-size: 25px;
    }
    /******* FIN DE SEGUNDA SECCION* ********/

    /************SECCION 3*******************/
    .seccion3{
        height: 100vh !important;
        background-color: #000;
    }
    .seccion3 .s31{
        height: calc(50% - -30px);
        padding: 80px 0px 0px 30px;
    }
    .s31 .imagen3{
        padding: 0%;
    }
    .seccion3 .s31 .imagen3 img{
        width: 100%;
    }  
    .t31{
        padding: 8% 8% 0% 5%;
        text-align: end;
    } 
    .textos3 h3{
        font-size: 70px;
    }
    .textos3 p{
        font-size: 32px;
    }
    .seccion3 .s32{
        height: calc(50% - 30px);
        padding: 0px;
    }  
    .s32 .imagen3{
        padding: 0% 0% 0% 6%;
    }
    .seccion3 .s32 .imagen3 img{
        width: 80%;
    } 
    .t32{
        padding: 8% 5% 5% 7%;
        text-align: initial;
    } 
    /*.textos3{
      text-align: right;
      padding: 5% 2% 2% 60%;
    }
    .textos31{
      padding: 5% 60% 2% 2%;
    }*/ 
    /*************FIN SECCION 3**************/

    /************SECCION 4*******************/
    .seccion4{
        height: 100vh !important;
        padding: 100px 50px;
        background-color: #efefef;
    }
    .titulo4{
        text-align: center;
    }
    .titulo4 h3{
        font-size: 70px;
        margin-bottom: 5px;
    }
    .titulo4 h5, .titulo4 span{
        font-size: 32px;
        margin-bottom: 5px;
    }
    .tarjeta4{
        height: 80vh;
        padding: 5% 5%;
        margin-top: 0px;
    }
    .tarjeta4 .card{
        height: 100%;
    }
    .tarjeta4 .card .card-body {
        padding: 50px 60px;
    }
    .tarjeta4 .tituloCard4 h4 {
        font-size: 38px;
        margin-bottom: 20px;
    }
    .tarjeta4 .tituloCard4 p {
        height: 80px;
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 8px;
    }
    .tituloCard4 .imagen4{
        text-align: center;
        margin-bottom: 0px;
    }
    .tituloCard4 .imagen4 img{
        width: 100%;
        height: 400px;
        /*width: 830px;
        height: 550px;*/
    }
    .tituloCard4 .lista4{
        margin-top: 50px;
    }
    .tituloCard4 .lista4{
        list-style: none;
        padding: 0;
    }
    .tituloCard4 .lista4 li{
        color: #000;
        font-size: 22px;
        list-style: none;
        font-family: 'Myriad-Pro-Light';
        margin-bottom: 5px;
        line-height: 30px;
    }
    .tituloCard4 .lista4 li:before{
        /*content: "• ";
        color: orange;*/
        content: url('https://assets.claro360.com/Corporativo/general/CHECK_20px.png');
        padding: 0% 2% 0% 1%;
    }
    .seccion4 .multi-item-carousel .carousel-control-prev{
        justify-content: flex-start;
    }
    .seccion4 .multi-item-carousel .carousel-control-next{
        justify-content: flex-end;
    }
    /************FIN SECCION 4***************/

    /************SECCION 5*******************/
    .seccion5{
        height: 100vh;
    }
    .imagen5 h3 {
        font-size: 70px;
        margin-top: 25%;
    }
    .imagen5 p {
        padding: 2% 20%;
        font-size: 32px;
    }
    /*************FIN DE SECCION 5***********/

    /*************SECCION 6******************/
    .seccion6{
        height: 100vh;
    }
    .imagen6 h3 {
        font-size: 70px;
        margin-top: 25%;
    }
    .imagen6 p {
        padding: 2% 20%;
        font-size: 32px;
    }
    /*************FIN SECCION 6**************/
    /*************SECCION 7******************/
    .seccion7{
        height: 100vh;
    }
    .imagen7 h3 {
        font-size: 70px;
        margin-top: 25%;
    }
    .imagen7 p {
        padding: 2% 20%;
        font-size: 32px;
    }
    /*************FIN SECCION 7**************/
    /*************SECCION 8******************/
    .seccion8{
        height: 100vh;
    }
    .imagen8 h3 {
        font-size: 70px;
        margin-top: 25%;
    }
    .imagen8 p {
        padding: 2% 20%;
        font-size: 32px;
    }
    /*************FIN SECCION 8**************/
    /*************SECCION 9******************/
    .seccion9{
        height: 100vh;
    }
    .imagen9 h3 {
        font-size: 70px;
        margin-top: 25%;
    }
    .imagen9 p {
        padding: 2% 20%;
        font-size: 32px;
    }
    /*************FIN SECCION 9**************/
    /*************SECCION 10******************/
    .seccion10{
        height: 100vh;
    }
    .imagen10 h3 {
        font-size: 70px;
        margin-top: 25%;
    }
    .imagen10 p {
        padding: 0% 20%;
        font-size: 32px;
    }
    /*************FIN SECCION 10**************/
    /*************SECCION 11******************/
    .seccion11{
        height: 100vh;
    }
    .imagen11 h3 {
        font-size: 70px;
        margin-top: 25%;
    }
    .imagen11 p {
        padding: 2% 20%;
        font-size: 32px;
    }
    /*************FIN SECCION 11**************/
    /***************SECCION 12****************/
    .seccion12 #wrapper{
        padding: 75px 0%;
        height: 100%;
    }
    .seccion12 #wrapper .movingBoxes .mb-left{
        left: -50px;
    }
    .seccion12 #wrapper .movingBoxes .mb-right{
        right: -50px;
    }
    .mb-inside{
        padding: 0px;
    }
    .mb-inside * {
        max-width: 95%;
        margin-left: 2.5%;
    }
    .seccion12 #slider .mb-inside img {
        max-height: 60vh;
        box-shadow: 0px 0px 35px 0px #000;
    }
    .seccion12 #slider li .titulo {
        margin-bottom: 2%;
        font-size: 70px;
    }
    .seccion12 #slider li p{
        padding: 2% 0% 2% 0%;
        font-size: 32px;
        box-shadow: 0px 10px 30px 0px #000;
    }
    /***************FIN SECCION 12***************/
    /************SECCION 14*******************/
    .seccion14{
        height: auto;
        background: rgb(221,222,222);
        background: linear-gradient(90deg, rgba(221,222,222,1) 0%, rgba(225,228,221,1) 29%);
    }
    .textos14{
        text-align: center
    }
    .textos14 h2{
        font-size: 22px;
        color: #000;
    }
    .imagen14{
        text-align: center;
    }
    .imagen14 img{
        width: 200px;
    }
    .textos142{
        text-align: center;
    }
    .textos142 span{
        color: #000;
        font-size: 22px;
    }
    .textos143{
        text-align: center;
    }
    .textos103 span{
        font-size: 14px;
    }
    .textos104{
        text-align: center;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .textos144 span{
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .enlaces .enlace a{
        color: #000;
        text-decoration: underline;
    }
    /************FIN SECCION 14***************/
}

/*MEDIA EXCLUSIVA PARA ESTILOS DE SLIDER CON TARJETAS Y BULLETS/CHECKS*/
@media only screen and (min-width: 768px){
    /*ESTILOS NECESARIOS PARA QUE EL CARRUSEL SE MUESTRE EN 2 COLUMNAS*/
    .multi-item-carousel .carousel-inner .carousel-item {
        margin-right: inherit;
    }
    .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item,
    .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item {
        display: block;
    }
    .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        -webkit-transition: none;
        transition: none;
    }
    .multi-item-carousel .carousel-inner .carousel-item.active + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        /*right: -33.33333333%;*/
        right: -50%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    .multi-item-carousel .carousel-inner .carousel-item-next,
    .multi-item-carousel .carousel-inner .carousel-item-prev {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    .multi-item-carousel .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item,
    .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .multi-item-carousel .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    .multi-item-carousel .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item,
    .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .multi-item-carousel .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        display: block;
        visibility: visible;
    }
    /*FIN ESTILOS CARRUSEL*/
}
