/************************************************** Fonts *************************************************************/
@font-face {
    font-family: 'mlight';
    src: url('../fonts/Montserrat-Light.otf') format('truetype');

}
@font-face {
    font-family: 'mregular';
    src: url('../fonts/Montserrat-Regular.otf');

}

/************************************************** Margenes **********************************************************/

.margentop10{margin-top: 10px;}
.margentop20{margin-top: 20px;}
.margentop30{margin-top: 30px;}
.margentop40{margin-top: 40px;}
.margentop50{margin-top: 50px;}
.margentop60{margin-top: 60px;}
.margentop70{margin-top: 70px;}
.margentop80{margin-top: 80px;}
.margentop90{margin-top: 90px;}
.margentop100{margin-top: 100px;}
.margentop110{margin-top: 110px;}
.margentop120{margin-top: 120px;}
.margentop150{margin-top: 150px;}
.margentop-10{margin-top: -10px;}
.margentop-15{margin-top: -15px;}
.margentop-20{margin-top: -20px;}
.margentop-30{margin-top: -30px;}


/********************************************* Hacer arriba ***********************************************************/
.ir-arriba {
    display:none;
    padding:30px;
    background-repeat: no-repeat;
    font-size:20px;
    color:#191919;
    cursor:pointer;
    position: fixed;
    bottom:20px;
    right:20px;
    z-index: 2;
}
/******************************** Para la muestar de las imagenes en las tablas ***************************************/
.mini{
    height: 100px;
    width: auto;
}
.text-cambio-linea-bajo{
text-decoration: underline;
}
/*************************************************** header ***********************************************************/
.paddin-header-pida{
    padding-top: 15px;
    padding-bottom: 15px;
}
.phone-header {
    color: #757575; /* text color + color overlay */
    font-family: mlight;
    font-size: 22px;
}
.palabra-menu-navbar{
    display: none;
}
.palabra-telefono-navbar{
     display: inline;
 }
/*************************************************** navbar ***********************************************************/
.texto-navbar{
    font-family: mlight;
    font-size: 18px;
    text-align: center;
}
.paddin-nav-botones{
    padding-right: 13px;
}
.navbar-custom {
    background-color: #0b3a65;
    border-color: #09405b;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#1176a7), to(#0c5579));
    background-image: -webkit-linear-gradient(top, #1176a7, 0%, #0c5579, 100%);
    background-image: -moz-linear-gradient(top, #1176a7 0%, #0c5579 100%);
    background-image: linear-gradient(to bottom, #0d3a64 0%, #195f9d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1176a7', endColorstr='#ff0c5579', GradientType=0);
}
.navbar-custom .navbar-brand {
    color: #ffffff;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
    color: #e6e6e6;
    background-color: transparent;
}
.navbar-custom .navbar-text {
    color: #ffffff;
}
.navbar-custom .navbar-nav > li:last-child > a {

}
.navbar-custom .navbar-nav > li > a {
    color: #b4b4b4;

}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
    color: #c0c0c0;
    background-color: #09405b;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#09405b), to(#0e6089));
    background-image: -webkit-linear-gradient(top, #09405b, 0%, #0e6089, 100%);
    background-image: -moz-linear-gradient(top, #09405b 0%, #0e6089 100%);
    background-image: linear-gradient(to bottom, #09405b 0%, #0e6089 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff09405b', endColorstr='#ff0e6089', GradientType=0);
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
}
.navbar-custom .navbar-toggle {
    border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #dddddd;
}
.navbar-custom .navbar-toggle .icon-bar {
    background-color: #cccccc;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
    border-color: #093e59;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
    background-color: #09405b;
    color: #c0c0c0;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
    border-top-color: #c0c0c0;
    border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
@media (max-width: 767) {
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #c0c0c0;
        background-color: transparent;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #c0c0c0;
        background-color: #09405b;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}
.navbar-custom .navbar-link {
    color: #ffffff;
}
.navbar-custom .navbar-link:hover {
    color: #c0c0c0;
}
/*************************************************** Inicio ***********************************************************/
.padd-inicio-celular{
    padding-top: 142px;
    padding-bottom: 40px;
}

.img-fondo-inicio{
    background-image: url("../img/Inicio/img-background_pida_inicio.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: left;
}

.bienvenidos-inicio {
    color: white; /* text color */
    font-family: mregular;
    font-size: 30px;
}
.menu-navbar-celulares {
    color: white; /* text color */
    font-family: mregular;
    font-size: 30px;
}
.text-bienvenidos {
    color: white; /* text color */
    font-family: mlight;
    font-size: 18px;
    text-align: justify;
}
.padding-inicio{
    padding-bottom: 390px;
    padding-top: 23px;
}
.borde-de-bienvenidos{
    border-bottom: solid #1161a7;
}
.borde-de-bienvenidos-blanco{
    border-bottom: solid white;
}
.titulo-caracteristicas {
    color: #000; /* text color */
    font-family: mlight;
    font-size: 24px;

}
.titulo-caracteristicas-implementacion {
    color: #000; /* text color */
    font-family: mlight;
    font-size: 24px;

}
.titulo-caracteristicas:after {
    display: inline-block;
    margin: 0 10px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #1161a7;
    width: 78px;

}
.titulo-caracteristicas-implementacion:after {
    display: inline-block;
    margin: 0 10px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #1161a7;
    width: 46px;

}

.text-propiedades {
    color: #000; /* text color */
    font-family: mlight;
    font-size: 18px;
    text-align: justify;
}
.preguntas-frecuentes {
    color: #1161a7; /* text color */
    font-family: mlight;
    font-size:24px;
    text-align: center;
}
.fondo-gris-preguntas{
    background-color: #f3f3f3;
}
.title-question {
    color: #707070; /* text color */
    font-family: mlight;
    font-size: 18px;
}
.text-respuestas{
    color: #757575; /* text color */
    font-family: mlight;
    font-size: 16px;
    text-align: justify;
}
.paddi-preguntas{
    padding-top: 35px;
}
.fondo-negro-footer{
    background-color: #000000;
}
.text-footer {
    color: #757575; /* text color + color overlay */
    font-family: mlight;
    font-size: 16px;
    text-align: center;
}
.paddi-fotter{
    padding-top: 45px;
    padding-bottom: 40px;
}
/*************************************************** nuestra empresa ***********************************************************/
.img-fondo-nuestaempresa{
    background-image: url("../img/Nuestra_Empresa/img_fondo-arriba_ne.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.paddi-empresa{
    padding-bottom: 260px;
}
.ganar-ganar {
    color: #000; /* text color */
    font-family: mlight;
    font-size: 26px;
    text-align: center;
}
.ganar-ganar:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #000000;
    width: 100px;
}
.ganar-ganar:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #000000;
    width: 100px;
}
.mayor-calidad {
    color: #1161a7; /* text color */
    font-family: mlight;
    font-size: 35px;
    text-align: center;
}
.garantizamos {
    color: #000; /* text color */
    font-family: mlight;
    font-size: 23px;
    text-align: center;
}
.title-low-caract {
    color: #000; /* text color */
    font-family: mlight;
    font-size: 23px;
    text-align: center;
}
.text-above-nempresa {
    color: #000; /* text color */
}
.text-above-nempresa-azul {
    color: #1161a7; /* text color */
}
.text-above-nempresa-tamano {
    font-family: mlight;
    font-size: 16px;
    text-align: justify;
}
.paddin-empresa-segunda-seccion{
    padding-top: 40px;
    padding-bottom: 40px;
}
.paddin-segunda-seccion{
    padding-top: 10px;
}
.padding-empresa-tercera-seccion-3{
    padding-top: 15px;
}
.padding-empresa-tercera-seccion-2{
    padding-top: 12px;
}
.padding-empresa-tercera-seccion-1{
    padding-top: 16px;
}
/*************************************************** soluciones ***********************************************************/
.calidad-solucion {
    color: #1161a7; /* text color */
    font-family: mlight;
    font-size: 26px;
    text-align: center;
}
.calidad-solucion:after  {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #1161a7;
    width: 140px;
}
.calidad-solucion:before  {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #1161a7;
    width: 140px;
}
.all-titles-sol {
    color: #000; /* text color */
    font-family: mlight;
    font-size: 20px;
}
.text-box-all-sol {
    color: #000; /* text color */
    font-family: mlight;
    font-size: 16px;
    text-align: justify;
}
.paddi-soluciones-primer-seccion{
    padding-top: 45px;
}
.paddi-soluciones-primer-seccion-bot{
    padding-bottom: 50px;
}
.text-box-sol {
    color: #060606; /* text color */
    font-family: mlight;
    font-size: 16px;
    text-align: justify;
}
.outsource {
    color: #1161a7; /* text color */
    font-family: mlight;
    font-size: 20px;
}
.paddin-outsource{
    padding-top: 20px;
}
.paddin-bot-soluciones-tercera-seccion{
    padding-bottom: 75px;
}
.padding-arquitectura-modular{
    padding-top: 15px;
}
/*************************************************** Sisitema pida ***********************************************************/
.titulo-sp-cambios {
    color: #000; /* text color */
    font-family: mlight;
    font-size: 32px;
    text-align: center;
}
.titulo-sp-cambios:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #000;
    width: 140px;
}
.titulo-sp-cambios:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #000;
    width: 140px;
}
.titulo-sp {
    color: #000; /* text color */
    font-family: mlight;
    font-size: 32px;
    text-align: center;
}
.titulo-sp:before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #000;
    width: 140px;
}
.titulo-sp:after {
    display: inline-block;
    margin: 0 0 8px 20px;
    height: 3px;
    content: " ";
    text-shadow: none;
    background-color: #000;
    width: 140px;
}
.all-titles-sp-nomina {
    color: #000; /* text color */
    font-family: mlight;
    font-size: 24px;
    text-align: center;
}
.all-titles-sp-recursos-humanos {
    color: #000; /* text color */
    font-family: mlight;
    font-size: 24px;
    text-align: right;
    padding-right: 0px;
}
.all-titles-sp--medicos {
    color: #000; /* text color */
    font-family: mlight;
    font-size: 24px;
    text-align: left;
    padding-left: 0px;
}
.texto-subsecciones-inicio{
    color: #000; /* text color */
    font-family: mlight;
    text-align: justify;
    font-size: 17px;
}
.titulo-sp-azul {
    color: #1162a8; /* text color */
    font-family: mlight;
    font-size: 28px;
    text-align: center;
}
.paddin-subsecciones-textos{
    padding-bottom: 7px;
}
.visible-sistema-pida{
    display:inline;
}
.visible-sistema-pida-chicas{
    display:none;
}
.paddi-bot-acomodar-footer-sistema{
    padding-bottom: 35px;
}
.pading-celular-sistema-pida{
    padding-bottom: 29px;
}
/************************************contacto***************************************************/
.tex-contact-form {
    color: #a7a7a7; /* text color */
    font-family: mlight;
    font-size: 18px;

}
.rectangle-contact-form {
    background-color: #f3f3f3; /* layer fill content */
}
.img-fondo-boton-contacto{

    padding-left: 0px;
    padding-right: 0px;
    background: no-repeat left center;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: left;
    background-position-y: center;
    background-size: auto auto;
    background-image: url("../img/Contacto/Btn-enviar-modalycontacto_pida.png");
    border: 0;
    color: transparent;
    height:68px;
    width: 193px;
    margin: 0 auto;
}
/************************************modales de inicio***************************************************/
.title-popus {
    color: #000; /* text color */
    font-family: mlight;
    font-size: 20px;
    text-align: center;
}
.text-puntos {
    color: #010000; /* text color */
    font-family: mlight;
    font-size: 16px;
    text-align: center;

}
.btn-ver-mas {
    color: #1161a7; /* text color */
    font-family: mlight;
    font-size: 14px;
    text-align: right;

}
.text-puntos-contacto {
    color: #010000; /* text color */
    font-family: mlight;
    font-size: 16px;
    text-align: left;

}
.paddin-preguntas-frecuentes-top{
     padding-top: 20px;
 }
.paddin-preguntas-frecuentes-bot{
    padding-bottom: 10px;
}
/***************************************************************************************/

.example-desc {
    margin:3px 0;
    padding:5px;
}

#carousel {
    width:960px;

    height:300px;
    position:relative;
    clear:both;
    margin-top: -247px;
    margin-left: 175px;

}
#carousel img {
    visibility:hidden; /* hide images until carousel can handle them */
    cursor:pointer; /* otherwise it's not as obvious items can be clicked */
}

.split-left {
    width:450px;
    float:left;
}
.split-right {
    width:400px;
    float:left;
    margin-left:10px;
}
#callback-output {
    height:250px;
    overflow:scroll;
}
/****************************************ajustar footer***********************************************/
.paddin-bootom-nomina{
    padding-bottom: 35px;
}

.paddin-herramientas{
   padding-top: 70px;
}
/***************************************************************************************/
@media(max-width: 2560px){
    #carousel {
        width:960px;

        height:300px;
        position:relative;
        clear:both;
        margin-top: -247px;
        margin-left:62%;

    }
}
@media(max-width: 1920px){
    #carousel {
        width:960px;

        height:300px;
        position:relative;
        clear:both;
        margin-top: -247px;
        margin-left:440px;

    }
    .paddi-bot-acomodar-footer-sistema{
        padding-bottom: 291px;
    }
}
@media(max-width: 1680px){
    #carousel {
        width:960px;

        height:300px;
        position:relative;
        clear:both;
        margin-top: -247px;
        margin-left:318px;

    }
}
@media(max-width: 1600px){
    #carousel {
        width:960px;

        height:300px;
        position:relative;
        clear:both;
        margin-top: -247px;
        margin-left:275px;

    }
    .paddi-bot-acomodar-footer-sistema{
        padding-bottom: 291px;
    }
}
@media(max-width: 1440px){
    #carousel {
        width:960px;

        height:300px;
        position:relative;
        clear:both;
        margin-top: -247px;
        margin-left:196px;

    }
    .paddi-bot-acomodar-footer-sistema{
        padding-bottom: 372px;
    }
}
@media(max-width: 1366px){
    #carousel {
        width:960px;

        height:300px;
        position:relative;
        clear:both;
        margin-top: -247px;
        margin-left:161px;

    }
    .paddi-bot-acomodar-footer-sistema{
        padding-bottom: 35px;
    }

}

@media(max-width: 1280px){
    #carousel {
        width:960px;

        height:300px;
        position:relative;
        clear:both;
        margin-top: -247px;
        margin-left: 120px;

    }
}

@media (max-width: 1199px){
    .titulo-sp-cambios {
        color: #000; /* text color */
        font-family: mlight;
        font-size: 29px;
        text-align: center;
    }
    .titulo-sp-cambios:before {
        display: inline-block;
        margin: 0 20px 8px 0;
        height: 3px;
        content: " ";
        text-shadow: none;
        background-color: #000;
        width: 100px;
    }
    .titulo-sp-cambios:after {
        display: inline-block;
        margin: 0 0 8px 20px;
        height: 3px;
        content: " ";
        text-shadow: none;
        background-color: #000;
        width: 100px;
    }

    .text-respuestas {
        color: #757575;
        font-family: mlight;
        font-size: 15px;
        text-align: center;
    }

    .title-question {
        color: #707070;
        font-family: mlight;
        font-size: 15px;
    }
    .phone-header {
        color: #757575;
        font-family: mlight;
        font-size: 20px;
    }
    .paddin-nav-botones{
        padding-right: 0px;

    }
    .titulo-caracteristicas:after {
        display: none;
        margin: 0 10px 8px 0;
        height: 3px;
        content: " ";
        text-shadow: none;
        background-color: #1161a7;
        width: 130px;

    }
    .titulo-caracteristicas-implementacion:after {
        display: none;
        margin: 0 10px 8px 0;
        height: 3px;
        content: " ";
        text-shadow: none;
        background-color: #1161a7;
        width: 78px;


    }
    .titulo-caracteristicas-implementacion {

        text-align: center;

    }
}
@media(max-width: 1280px){
    #carousel {
        width:960px;

        height:300px;
        position:relative;
        clear:both;
        margin-top: -247px;
        margin-left: 123px;

    }
    .all-titles-sp-nomina {
        color: #000; /* text color */
        font-family: mlight;
        font-size: 19px;
        text-align: center;
    }
}
@media (max-width: 991px){
    .all-titles-sol {
        color: #000;
        font-family: mlight;
        font-size: 20px;
        text-align: center;
    }

    .title-question {
        color: #707070; /* text color */
        font-family: mlight;
        font-size: 18px;
        text-align: center;
    }

    #carousel {
        width:960px;

        height:300px;
        position:relative;
        clear:both;
        margin-top: -247px;
        margin-left:-16px;

    }

    .visible-sistema-pida{
        display:none;
    }
    .visible-sistema-pida-chicas{
        display:inline;
    }

    .texto-navbar{
        font-family: mlight;
        font-size: 15px;
        text-align: center;
    }

    .calidad-solucion:after  {
        display: none;
        margin: 0 0 8px 20px;
        height: 3px;
        content: " ";
        text-shadow: none;
        background-color: #1161a7;
        width: 140px;
    }
    .calidad-solucion:before  {
        display: none;
        margin: 0 20px 8px 0;
        height: 3px;
        content: " ";
        text-shadow: none;
        background-color: #1161a7;
        width: 140px;
    }
    .titulo-caracteristicas {
        color: #000; /* text color */
        font-family: mlight;
        font-size: 24px;
        text-align: center;

    }
    .titulo-caracteristicas-implementacion{
        text-align: center;
    }
    .ganar-ganar:before {
        display: none;
        margin: 0 20px 8px 0;
        height: 3px;
        content: " ";
        text-shadow: none;
        background-color: #000000;
        width: 100px;
    }
    .ganar-ganar:after {
        display: none;
        margin: 0 0 8px 20px;
        height: 3px;
        content: " ";
        text-shadow: none;
        background-color: #000000;
        width: 100px;
    }
    .titulo-sp:before {
        display: none;
        margin: 0 20px 8px 0;
        height: 3px;
        content: " ";
        text-shadow: none;
        background-color: #000;
        width: 140px;
    }
    .titulo-sp:after {
        display: none;
        margin: 0 0 8px 20px;
        height: 3px;
        content: " ";
        text-shadow: none;
        background-color: #000;
        width: 140px;
    }
    .titulo-sp-cambios {
        color: #000; /* text color */
        font-family: mlight;
        font-size: 26px;
        text-align: center;
    }
    .titulo-sp-cambios:before {
        display: none;
        margin: 0 20px 8px 0;
        height: 3px;
        content: " ";
        text-shadow: none;
        background-color: #000;
        width: 100px;
    }
    .titulo-sp-cambios:after {
        display: none;
        margin: 0 0 8px 20px;
        height: 3px;
        content: " ";
        text-shadow: none;
        background-color: #000;
        width: 100px;
    }

}

@media(max-width: 800px){
    #carousel {
        width:960px;

        height:300px;
        position:relative;
        clear:both;
        margin-left: -107px;
        transform: scale(.8);

    }
}
@media(max-width: 767px){
    .palabra-menu-navbar{
        display: inline;
    }
    .palabra-telefono-navbar{
        display: none;
    }
}

@media(max-width: 720px){
    .padd-inicio-celular{
        padding-top: 58px;
        padding-bottom: 40px;
    }
    #carousel {
        width:960px;

        height:300px;
        position:relative;
        clear:both;
        margin-left: -151px;
        transform: scale(.7);

    }
    .title-popus {
        color: #000; /* text color */
        font-family: mlight;
        font-size: 16px;
        text-align: center;
    }
}
@media(max-width: 667px){
    #carousel {
        width:960px;

        height:300px;
        position:relative;
        clear:both;
        margin-top: -195px;
        margin-left: -176px;
        transform: scale(.6);

    }
}
@media(max-width: 600px){
    .bienvenidos-inicio {
        color: white; /* text color */
        font-family: mregular;
        font-size: 30px;
        text-align: center;
    }

    .padd-inicio-celular{
        padding-top: 25px;
        padding-bottom: 40px;
    }
    #carousel {
        width:960px;

        height:300px;
        position:relative;
        clear:both;
        margin-top: -195px;
        margin-left: -211px;
        transform: scale(.6);

    }
    .text-respuestas {
        color: #757575;
        font-family: mlight;
        font-size: 16px;
        text-align: center;
    }
    .text-bienvenidos {

        font-family: mlight;
        font-size: 18px;
        text-align: center;
    }
    .text-propiedades {
        color: #000;
        font-family: mlight;
        font-size: 18px;
        text-align: center;
    }
    .text-above-nempresa-tamano {
        font-family: mlight;
        font-size: 16px;
        text-align: center;
        padding-bottom: 50px;
    }
    .text-box-all-sol {
        color: #000;
        font-family: mlight;
        font-size: 16px;
        text-align: center;
    }
    .text-box-sol {
        color: #060606;
        font-family: mlight;
        font-size: 16px;
        text-align: center;
    }
    .all-titles-sol {
        color: #000;
        font-family: mlight;
        font-size: 20px;
        text-align: center;
    }
    .outsource {
        color: #1161a7;
        font-family: mlight;
        font-size: 20px;
        text-align: center;
    }
}
@media(max-width: 414px){
    #carousel {
        width:960px;

        height:300px;
        position:relative;
        clear:both;
        margin-top: -195px;
        margin-left: -305px;
        transform: scale(.4);

    }
    .padd-inicio-celular{
        padding-top: 0px;
        padding-bottom: 40px;
    }
}
@media(max-width: 360px){
    #carousel {
        width:960px;

        height:300px;
        position:relative;
        clear:both;
        margin-top: -195px;
        margin-left: -330px;
        transform: scale(.39);

    }
}
@media(max-width: 320px){
    #carousel {
        width:960px;

        height:300px;
        position:relative;
        clear:both;
        margin-top: -195px;
        margin-left: -349px;
        transform: scale(.35);

    }
}
@media screen and (max-height: 1600px)and (min-height: 1537px){
    .paddin-bootom-nomina{
        padding-bottom: 850px;
    }
}
@media screen and (max-height: 1536px)and (min-height: 1201px){
    .paddin-bootom-nomina{
        padding-bottom: 785px;
    }
}
@media screen and (max-height: 1200px)and (min-height: 1081px){
    .paddin-bootom-nomina{
        padding-bottom: 453px;
    }
}
@media screen and (max-height: 1080px)and (min-height: 1051px){
    .paddin-bootom-nomina{
        padding-bottom: 328px;
    }
}
@media screen and (max-height: 1050px)and (min-height: 1025px){
    .paddin-bootom-nomina{
        padding-bottom: 298px;
    }
}

@media(max-height: 1024px){
    .paddin-bootom-nomina{
        padding-bottom: 271px;
    }
}
@media(max-height: 800px){
    .paddin-bootom-nomina{
        padding-bottom: 65px;
    }
}
@media(max-height: 900px){
    .paddin-bootom-nomina{
        padding-bottom: 150px;
    }
}


/***************************************************************************************/
.carousel-3d{
    position:relative;
    width: 20px;
    height: 20px;
    background-color: #2d4aff;
    margin:200px auto;
}


.carousel-item
{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 200px;
    margin-left: -150px;
    margin-top: -100px;
    background-size: cover;
}


.carousel-item:nth-child(1)
{
    background-image: url("../img/Inicio/img_modulos_carrusel_inicio.png");
}


.carousel-item:nth-child(2)
{
    background-image: url("../img/Inicio/img_nomina_carrusel_inicio.png");
}


.carousel-item:nth-child(3)
{
    background-image: url("../img/Inicio/img_nomina_carrusel_inicio.png");
}


.carousel-item:nth-child(4)
{
    background-image: url("../img/Inicio/img_nomina_carrusel_inicio.png");


}

.carousel-item:nth-child(1){

}

























