body{
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'myriad_set_pro';
    font-size: 1.1em;
    color: #333333;
    background: #f2f2f2;
    line-height: 20px;
    height: auto !important;
}
/*
img{
    max-width: 100%;
}
*/
/*NO SE ACTIVA POR EL EL SLIDER DE CUATRO DEL HOME
img {
    max-width: 100%;
}
NO SE ACTIVA POR EL EL SLIDER DE CUATRO DEL HOME*/
@font-face {
    font-family: 'GothamThin';
    src: url('../fonts/ufonts.com_gotham-thin-webfont.woff2') format('woff2'),
         url('../fonts/ufonts.com_gotham-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'myriad_set_prothin';
    src: url('../fonts/myriad-set-pro_thin-webfont.woff2') format('woff2'),
         url('../fonts/myriad-set-pro_thin.ttf') format('truetype'),
         url('../fonts/myriad-set-pro_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'myriad_set_pro';
    src: url('../fonts/myriad-set-pro_text-webfont.woff2') format('woff2'),
         url('../fonts/myriad-set-pro_text.ttf') format('truetype'),
         url('../fonts/myriad-set-pro_text-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

input{
    border-radius: 0px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
#header-alt{
    height: 86px;
}
.img-desenfoque{
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.titulo-h1-general{
    color: #193e8c;
    font-weight: 800;

}
.sub-titulo-h2{
    color: #193e8c;
    font-weight: 800;
}
.linea-1-white{
    width: 100%;
    height: 1px;
    background: white;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.subtitulo-h2-general{
    font-weight: 800;

    letter-spacing: 0.5px;
    color: #193e8c;
}

.background-azul{
    background: #2167c1;
}
.fondo-imagen{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
.background-blanco-plomiado{
    background: #ffffff;
}
.background-plomo{
    background: #f2f2f2;
}
.fondo-mini{
    height: 164px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
}
.hormiga-arrastre a{
    font-size: 1em;
}
.hormiga-arrastre .pag-anterior{
    color: #193e8c;
}
.hormiga-arrastre .pag-actual{

}
.hormiga-arrastre  span{
    padding: 0px 4px;
}

.link-regunta a{
    background: rgb(33, 103, 193) none repeat scroll 0% 0%;
    padding: 8px 28px 6px;
    border-bottom: 2px solid rgb(33, 103, 193);
    color: white;
}
.btn-link-a{
   background: #2556bb;
    padding: 6px 28px 4px;
    border-bottom: 2px solid #2556bb;
    color: white;
}
.btn-link-a:focus,.btn-link-a:active{
    color: white;

}
.btn-link-a:hover{
    cursor: pointer;
    color: white;
    background: rgb(33, 114, 218) none repeat scroll 0% 0%;
    border-bottom: 2px solid rgb(21, 51, 89);

}
.inactivo-btn-plomiado{
    background: #bababa;
}
.inactivo-btn-plomiado-linea-buttom{
    border-bottom: 2px solid #bababa;
}
/*input[type=text] {
    padding:5px;
    border:2px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

input[type=text]:focus {
    border-color:#333;
}
*/
.btn-link{
    background: rgb(33, 103, 193) none repeat scroll 0% 0%;
    padding: 5px 15px 3px 15px;
    border-bottom: 2px solid rgb(33, 103, 193);
    color: white;
}
.btn-link:hover,.btn-link:active,.btn-link:focus{
    cursor: pointer;
    color: white;
    background: rgb(33, 114, 218) none repeat scroll 0% 0%;
     border-bottom: 2px solid rgb(21, 51, 89);
     text-decoration: none;
}
button{
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}
input[type=submit] {
    padding: 5px 15px 3px 15px;
    background: rgb(33, 103, 193) none repeat scroll 0% 0%;
    border: 0 none;
    cursor: pointer;
    color: white;
    border-bottom: 2px solid rgb(33, 103, 193);
}
input[type=submit]:hover{
    opacity: 0.9;
    border-bottom: 2px solid rgb(21, 51, 89);
}
a{
    color: black;
}
/*
a:hover, a:active, a:focus {
   
   /* color: #0070c9;
    outline: 0;
    text-decoration: none;
}
*/
/*
a:hover{
     text-decoration: underline;
}
*/
.container-general{
    /*max-width: 1290px;*/
    max-width: 1390px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/*INPUT FILE STYLE*/
div.si label.cabinet {
    width: 156px;
    height: 34px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 3;
    float: left;
}
div.si label.cabinet input {
    position: relative;
    left: -140px;
    top: 0;
    height: 100%;
    width: auto !important;
    z-index: 2;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
div.si div.uploadButton {
    position: relative;
    float: left;
}
div.si div.uploadButton div {
    width: 156px;
    height: 34px;
    background: url(imgs/btn-curri.jpg) 0 0 no-repeat;
    left: -156px;
    position: absolute;
    z-index: 1;
}
div.si div.uploadButton div:hover{
    opacity: 0.9;
}
.pages-iframe-total{
    font-family: 'Lato', sans-serif !important;
    font-size: 0.9em !important;
}
#cabinet0:hover{
    cursor: pointer;
    background: rgba(255, 255, 255, 0.09) none repeat scroll 0% 0%;
}
div.si label.selectedFile {
    margin-left: 5px;
    line-height: 34px;
}
/*END INPUT FILE STYLE*/
.color-azul-anypsa{
    color: #193e8c;
}
.compartir-general .titulo-compartir{
    display: inline-block;
    margin-right: 5px;
}
.compartir-general .redes-compartir ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.slider-content .img-content{
    width: 100%;
}
.compartir-general .redes-compartir li{
    display: inline-block;
}
.compartir-general  .redes-compartir {
    display: inline-block;
}
.compartir-general  .titulo-compartir img {
    padding-right: 3px;
}
.compartir-general  .redes-compartir ul li:nth-child(1) a {
    background: #2bb673;
    padding-top: 8px !important;
}
.compartir-general .redes-compartir ul li:nth-child(2) a {
    background: #3c5b9b;
}
.compartir-general .redes-compartir ul li a .fa {
    display: block;
}
.compartir-general  .redes-compartir ul li:nth-child(3) a {
    background: #2daae1;
}
.compartir-general .redes-compartir ul li:nth-child(4) a {
    background: #cb2027;
}
.compartir-general .redes-compartir ul li a {
    display: block;
    padding: 5px 4px;
    background: red;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: white;
    width: 35px;
    text-align: center;
    margin: 0px 2px;
    height: 35px;
    padding-top: 9px;
}
.compartir-general .redes-compartir ul li a:hover{
    cursor: pointer;
    opacity: 0.9;
}

.bloque-efect{
    overflow: hidden;
}
.bloque-efect:hover .efect-animation{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    transform:scale(1.05);
    cursor: pointer;
}
.image-efect{
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    transition: transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
}
.bloque-efect:hover .image-efect {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
}
.master-content{
    position: relative;
    z-index: 1;
    background: rgb(242, 242, 242) none repeat scroll 0% 0%;
    width: 100%;
    top: 0;
}
.content-position-footer{
    position: fixed;
    bottom: 0;
    z-index: 0;width: 100%;
}
.img-left-50{
    left: 50%;
}

.img-top-50{
    top: 50%;
}
.img-left-100{
 left: 100%;
    }
.img-top-100{
top: 100%;
}
section.nosotros .container-general .container-fluid .descripcion-asesoria-tecnica table{
    margin: 0 auto;
}
.line-height-10{
    line-height: 10px;
}
.margin-top-20{
    margin-top: 20px;
}
.icono-enviar-cv{
    max-width: 20px;
    margin-right: 10px;
    margin-bottom: 5px; 
}
