* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 13px;
    font-family: "Ubuntu", sans-serif;
    color: #777777;
}

.contenedor {
    max-width: 1000px;
    margin: auto;
    border: 0px dashed rgba(255, 0, 0, 0.6);
}

h1 {
    font-family: "Oswald", sans-serif;
    font-size: 19pt;
    font-weight: 400;
}

h2 {
    font-family: "Oswald", sans-serif;
    font-size: 14pt;
    font-weight: 400;
}

h3 {
    font-family: "Oswald", sans-serif;
    font-size: 12pt;
    font-weight: 400;
}

.boton {
    background-color: #003d60;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 2px #999999;
    box-shadow: 1px 1px 2px #999999;
    color: #ffffff;
    padding: 6px 20px;
    overflow: hidden;
    cursor: pointer;
}

.boton:hover {
    background-color: #999999;
    color: #ffffff;
    -webkit-transition: 2s;
    transition: 2s;
}

header .top-line {
    width: 100%;
    height: 4px;
    overflow: hidden;
    background: #003d60;
    background: -webkit-gradient(linear, left top, left bottom, from(#003d60), to(#002a47));
    background: linear-gradient(to bottom, #003d60 0%, #002a47 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$inimenu, endColorstr=$finmenu, GradientType=0);
}

header .top-head {
    background: #156ca0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #156ca0), to(#19496b));
    background: linear-gradient(to bottom, #156ca0 1%, #19496b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$inihead, endColorstr=$finhead, GradientType=0);
    height: 60px;
    width: 100%;
    padding: 2px;
    overflow: hidden;
}

header .top-head .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .top-head .flex-container .flex-item {
    -webkit-box-flex: none;
    -ms-flex-positive: none;
    flex-grow: none;
}

header .top-head .logo {
    width: 200px;
    height: 56px;
    /* background-image: url("../img/logo-idefi.png"); */
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;

    font-size: 1.7em;
    color: #ffffff;
    padding: 1rem;
}

header .top-head .socialnetwork {
    background-color: rgba(205, 205, 205, 0.8);
    height: 80px;
}

/* ESTILOS GENERALES */
.menublock {
    background: #003d60;
    background: -webkit-gradient(linear, left top, left bottom, from(#003d60), to(#002a47));
    background: linear-gradient(to bottom, #003d60 0%, #002a47 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$inimenu, endColorstr=$finmenu, GradientType=0);
    position: relative;
    color: #ffffff;
    height: 50px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    text-shadow: 1px 1px 0 #000000;
    z-index: 300;
    /* PRIMER NIVEL */
    /* SEGUNDO NIVEL */
    /* TERCER NIVEL */
}

.menublock ul {
    list-style: none;
    padding: 0;
}

.menublock li {
    line-height: 3.0rem;
    font-size: 1.1em;
    position: relative;
}

.menublock li ul {
    position: absolute;
}

.menublock a {
    color: #ffffff;
    display: block;
    padding: 0 1.5em;
    text-decoration: none;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.menublock a:hover {
    background: #000000;
    color: #ffffff;
}

.menublock .icono {
    font-size: 1.1em;
    background-color: #ffffff;
    color: #000;
    padding: 6px;
    border-radius: 50%;
    border: 2px solid #000000;
}

.menublock .menues {
    display: table;
}

.menublock .menues > li {
    float: left;
}

.menublock li li {
    background-color: rgba(255, 255, 255, 0.9);
    font-family: "Ubuntu", sans-serif;
    background-repeat: repeat;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    min-width: 270px;
    font-size: 11px;
    -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.4);
}

.menublock li li a {
    line-height: 1.2em;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #666;
    text-shadow: 0 0 0;
}

.menublock li:hover > ul > li {
    max-height: 500px;
    overflow: visible;
}

.menublock > ul > li > ul {
    top: 100%;
}

.menublock ul ul ul {
    left: 100%;
    top: 0;
}

.menublock span {
    float: right;
    display: block;
    line-height: 1.5rem;
}

.portada {
    height: 250px;
    background: #156ca0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #156ca0), to(#19496b));
    background: linear-gradient(to bottom, #156ca0 1%, #19496b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$inihead, endColorstr=$finhead, GradientType=0);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.portada .shadow {
    height: 250px;
    background-image: url("../img/idefi-portada-shadow.png");
    background-repeat: repeat-x;
}

.portada .shadow .contenedor {
    text-align: left;
    padding-top: 160px;
    text-shadow: 3px 3px 0 #000000;
}

.portada .shadow .contenedor h1 {
    color: #ffffff;
    font-size: 3.0em;
    line-height: 1.0em;
}

.portada .shadow .contenedor h2 {
    color: #ffffff;
    font-size: 2.0em;
    padding: 0;
    line-height: 1.3em;
}

.liston {
    min-height: 100px;
    width: 100%;
    background-color: #eeeeee;
    background-image: url("../img/fondo-ribown.png");
    background-size: contain;
    text-align: center;
    text-shadow: 1px 1px 0 #ffffff;
    padding: 30px;
}

.jumbotron {
    background-color: #f9f9f9;
    min-height: 100px;
    padding: 50px 0 0 0;
    text-align: center;
}

.jumbotron p {
    font-size: 1.3em;
    text-shadow: 1px 1px 0 #cccccc;
}

.pagina {
    padding: 50px 0;
    overflow: hidden;
    background-color: #f9f9f9;
}

.pagina p {
    text-shadow: 1px 1px 0 #cccccc;
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 1.1em 0;
}

.pagina img {
    width: 100%;
    padding: 8px;
    margin: 5px 0;
    float: left;
    border: 1px solid #eeeeee;
    background-color: #fff;
}

.pagina .fralistas {
    float: left;
    width: 33.3333%;
    overflow: hidden;
    margin-top: 40px;
    padding: 10px;
}

.pagina .fralistas h3 {
    margin: 6px 0;
}

.pagina .fralistas ul.listado {
    margin-left: 40px;
    list-style-position: inset;
}

.auditorias {
    background-color: #f9f9f9;
    min-height: 100px;
    overflow: hidden;
    padding: 50px 0;
    text-shadow: 1px 1px 0 #ffffff;
}

.auditorias .contenedor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.auditorias .contenedor .row {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    clear: both;
}

.auditorias .contenedor .box-auditoria {
    width: 33.3333%;
    padding: 20px;
}

.auditorias .contenedor .box-auditoria:last-child {
    padding-right: 0;
}

.auditorias .contenedor .box-auditoria:first-child {
    padding-left: 0;
}

.auditorias .contenedor .box-auditoria h3 {
    text-align: center;
    text-shadow: 1px 1px 1px #ffffff;
}

.auditorias .contenedor .box-auditoria img {
    width: 100%;
    height: 200px;
    border: 1px solid #dddddd;
    margin: 10px 0;
    background-color: #ffffff;
    border-radius: 8px;
}

.auditorias .contenedor .box-auditoria .iconplus {
    border-radius: 50%;
    background-color: #ffffff;
    color: #003d60;
    margin-left: 10px;
    padding: 4px;
    font-size: 0.6em;
}

.capacitacion {
    background-color: #ffffff;
    min-height: 100px;
    overflow: hidden;
    padding: 50px 0;
    text-shadow: 1px 1px 0 #dddddd;
}

.capacitacion .gpo-cursos {
    border: 0px solid #dddddd;
    width: 100%;
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.capacitacion .gpo-cursos .gpo-curso {
    border: 1px solid #dddddd;
    width: 210px;
    height: 300px;
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
}

.capacitacion .gpo-cursos .gpo-curso .img-curso {
    width: 100%;
    height: 150px;
    background-color: #eeeeee;
    border-radius: 8px;
    margin-bottom: 10px;
}

.capacitacion .gpo-cursos .gpo-curso .tit-curso {
    text-align: center;
    font-size: 1.3em;
    font-family: "Oswald", sans-serif;
}

.capacitacion .gpo-cursos .gpo-curso .btn-curso {
    position: absolute;
    bottom: 5px;
    width: 100px;
    text-align: center;
    background-color: #003d60;
    color: #ffffff;
    text-shadow: none;
}

.cursos {
    background-color: rgba(66, 172, 154, 0.6);
    background-image: url("../img/idefi-fondo-eventos.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100px;
    padding: 50px 0;
}

.cursos .contenedor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cursos .contenedor > div {
    border: 0px solid #dddddd;
    color: #ffffff;
}

.cursos .contenedor .cssfechas {
    width: 50.0000%;
    padding-right: 5px;
    text-shadow: 1px 1px 0 #000000;
}

.cursos .contenedor .cssfechas .evento {
    overflow: hidden;
    float: left;
}

.cursos .contenedor .cssfechas .evento .dias {
    width: 75px;
    font-family: "Oswald", sans-serif;
    float: left;
}

.cursos .contenedor .cssfechas .evento .dias .dia {
    font-size: 40px;
    float: left;
    height: 50px;
    margin-right: 3px;
}

.cursos .contenedor .cssfechas .evento .dias .mes {
    font-size: 15px;
    padding-top: 10px;
    float: left;
    border-bottom: 1px solid #ffffff;
}

.cursos .contenedor .cssfechas .evento .descrip {
    width: 80%;
    padding: 10px 0 30px 5px;
    border-left: 2px solid #eeeeee;
    float: left;
}

.cursos .contenedor .cssfechas .evento .descrip a {
    color: #f8e800;
    text-decoration: none;
}

.cursos .contenedor .csscursos {
    width: 50.0000%;
    padding-left: 5px;
}

.cursos .contenedor .csscursos .curso {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
    text-shadow: 1px 1px 0 #000000;
}

.cursos .contenedor .csscursos .curso .imagen {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    float: left;
    border: 2px solid #ffffff;
    background-size: cover;
    background-position: center center;
}

.cursos .contenedor .csscursos .curso .curso01 {
    background-image: url("../img/idefi-curso001.jpg");
}

.cursos .contenedor .csscursos .curso .curso02 {
    background-image: url("../img/idefi-curso002.jpg");
}

.cursos .contenedor .csscursos .curso .curso03 {
    background-image: url("../img/idefi-curso003.jpg");
}

.cursos .contenedor .csscursos .curso .descrip {
    width: 70%;
    float: left;
}

.cursos .contenedor .csscursos .curso .descrip a {
    color: #f8e800;
    text-decoration: none;
}

.clientes {
    background-color: #ffffff;
    padding: 10px 0;
    min-height: 100px;
    overflow: hidden;
    text-shadow: 1px 1px 0 #dddddd;
}

.clientes .grp-clientes {
    overflow: hidden;
    padding: 10px 0;
}

.clientes .grp-clientes .slide-clientes {
    width: 200%;
    height: 80px;
}

.clientes .grp-clientes .slide-clientes .cliente {
    width: 200px;
    height: 100px;
    margin-right: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

.footer {
    background-color: #333333;
    min-height: 200px;
    padding: 20px 0;
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
}

.footer .contenedor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer .contenedor .sectores {
    width: 25%;
    padding: 10px;
    text-shadow: 1px 1px 0 #000000;
}

.footer .contenedor .sectores ul {
    list-style-type: none;
    list-style-position: outside;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #555555;
}

.footer .contenedor .sectores ul li {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #555555;
    padding: 10px 0;
    overflow: hidden;
}

.footer .contenedor .sectores ul li span {
    height: 25px;
    float: left;
    width: 10%;
    background-size: cover;
    background-position: center center;
    margin-right: 5px;
}

.footer .contenedor .sectores ul li .address {
    background: url("../img/home-solid.png") center no-repeat;
}

.footer .contenedor .sectores ul li .email {
    background: url("../img/mail-solid.png") center no-repeat;
}

.footer .contenedor .sectores ul li .phone {
    background: url("../img/phone-solid.png") center no-repeat;
}

.footer .contenedor .sectores ul li p {
    width: 87%;
    padding-top: 4px;
    margin: 0;
    float: left;
}

.footer .contenedor .sectores ul li p a {
    color: #ffffff;
    text-decoration: none;
}

.footer .contenedor .sectores ul li i {
    font-size: 1.5em;
    margin-right: 5px;
}

.footer .contenedor .sectores .gpo-elementos {
    padding: 2px 0;
}

.footer .contenedor .sectores .gpo-elementos .textbox {
    color: #ffffff;
    background: #003d60;
    background: -webkit-gradient(linear, left top, left bottom, from(#424242), to(#303030));
    background: linear-gradient(to bottom, #424242 0%, #303030 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$initextbox, endColorstr=$fintextbox, GradientType=0);
    border: 1px solid #666666;
    padding: 4px;
    border-radius: 5px;
    margin: 0 8px 0 0;
}

.footer .contenedor .sectores .gpo-elementos .botonsend {
    padding: 3px 15px;
    background-color: #333333;
    color: #ffffff;
    border: 1px solid #999999;
    border-radius: 4px;
}

.copyright {
    background-color: #000000;
    color: #999999;
    min-height: 30px;
    padding: 10px 0;
    font-size: 0.9em;
}

#cssservicios {
    background-color: #000000;
}

#cssauditoria {
    background-color: #000000;
}

#cssauditoria > a {
    color: #ffffff;
}
/*# sourceMappingURL=idefi-consultoria.css.map */
