/* General */
body
{
     background-color: #1B263D;
     color:white;
    font-family:Maven Pro;
}
.navbar-nav > li > a {
    padding: 0;
    background-color: transparent!important;
    font-size: 14px;
    letter-spacing: 2px;
}
#Inicio .navbar-nav > li:nth-child(1) > a,#Proyectos .navbar-nav > li:nth-child(3) > a,#Colaboradores .navbar-nav > li:nth-child(4) > a,#SeccionContacto .navbar-nav > li:nth-child(5) > a
{
    color:#BFAF1B;
}
.navbar-nav > li > a:hover
{
color:#BFAF1B;
}
.row
{
    margin:0;
}
a,a:hover
{
    color:inherit;
    text-decoration:none;
}
.right
{
    float:right;
}
.col20
{
    width:20%;
    float:left;
}
.col80
{
    width:80%;
    float:left;
}
/* Fin General */
/* Header */
header
{
    background-color: #1B263D;
    color:white;
    position:relative;
    z-index:1;
    padding: 35px 0;
}
header .flex
{
    align-items:center;
}
header nav ul 
{
    font-weight:500;
    display:flex;
    padding-top: 15px;
    justify-content:flex-end;
    float: right!important;
    margin-bottom: 10px!important;
}
header nav ul li 
{
    padding-left: 24px;
}
header .uf
{
    text-align:right;
}
header .col-md-5 > img 
{
    margin-left: 250px;
}
header .col-md-5 a
{
    position: absolute!important;
    top: -35px;
}
header .col-md-5 a img
{
    width:200px
}
/* Fin Header */
/* Inicio */
#Creencia .ico:hover
{
    transform:scale(1.1)
}
#Creencia .ico
{
    transition:0.5s
}
#Inicio:before
{
    /* content:''; */
    position:absolute;
    top:0;
    left:0;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(231,56,39,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(231,56,39,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(231,56,39,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(231,56,39,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(231,56,39,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(231,56,39,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e73827', GradientType=1 );
    width:100%;
    height:100%;
    z-indeX:0;
    opacity:  0.5;
}
#Inicio * 
{
    /* position:relative; */
}
#Inicio.bg
{
    height:100%;
    position:fixed;
    top:0;
    z-index:0;
    width:100%;
}
#Inicio.bg .container
{
    display:flex;
    align-items:center;
    height: 100%;
    text-align:center;

}
#Inicio h3
{
    position:absolute;
    bottom:30px;
    color:white;
    font-size:20px;
}
.carousel .item
{
    height:400px;
    background-size:cover;
    background-position:center;
}
.carousel-inner
{
    height:400px;
}
#Inicio h1 
{
    color:#93AF2F;
}
.carousel .item
{
    /* position: absolute!important; */
    width: 100%;
    /* display:  flex; */
}
#Inicio ul 
{
    display:flex;
    text-align:center;
    justify-content:space-between;
    list-style: none;
}
#Inicio ul li img 
{
    display:block;
}
/* Fin Inicio */
#Creencia
{
    background:#2d2d2c;
    color:white;
}
#Creencia .hoja .col-md-4
{
    text-align:center;
    padding:0 30px;
}
#Proyectos .hoja 
{
    margin-top:100px;
    padding:60px 20px;
    DISPLAY: block!Important;
}
#Creencia .hoja .col-md-4 h3
{
    color:#93af2f;
    font-weight:bold;
   
}
.hoja
{
    padding:60px 0;
}
#Creencia header nav ul li:nth-child(2)
{
    color:#93af2f;

}
#Creencia .texto
{
    margin-top:70px;
    font-size:16px;
    line-height:25px;
}
footer
{
    background-color:#383838;
    padding:50px 0;
    font-size:16px;
}
footer .container
{
    padding:0;
}
footer b 
{
    font-size:20px;
    display:block;
    margin-bottom:20px;
}
footer span
{
     /* width:150px; */
     position:relative;
     float: left;
     /* display:  block; */
     margin-right: 15px;
}
footer span:after
{
    /* content: ':'; */
    position:absolute;
    right:30px;
}
#Nosotros,#Proyectos,#SeccionContacto
{
    /* background:#2d2d2c; */
    color:white;
}
#Nosotros .hoja ul li 
{
    width:30%;
    font-size:16px;
    padding: 50px 0;
    text-align:center;
}
#Nosotros .hoja ul
{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
#Nosotros .hoja ul li .img:hover
{
    transform:scale(1.1)
}
#Nosotros .hoja ul li .img
{
    height:280px;
    transition:0.5s;
}
#Nosotros .hoja ul li .img img 
{
    max-height:100%;
}
#Nosotros .hoja ul li  h3 
{
    color:#90ac2f;
}
#Nosotros .hoja ul li a img
{
    margin-top:20px;
}
#Nosotros .frase
{
    display:block;
    text-align:center;
    font-size:18px;
    letter-spacing:1px;
    margin-bottom:20px;
}
#Nosotros .frase b 
{
    color:#93af2f;
}
.proyectos li .img
{
    height:250px;
    background-size:cover;
    background-size:cover;
    background-position:  center;
}
.proyectos li .sup
{
    background: #a0a09c;
    padding:5px 15px;
    font-weight:500;
    font-size:16px;
}
.proyectos li
{
    /* background:#383838; */
    transition:0.5s;
    margin:20px 0;
    /* padding: 0; */
}
.proyectos li:hover
{
    transform:scale(1.1);
    position:relative;
    z-index:2;
}
.proyectos li .int
{
    border:2px solid white;
    background: #383838;
}
.proyectos li h3 
{
    margin:0;
    font-size: 14px;
}
.proyectos li b 
{
    font-size:16px;;
}
.proyectos .col-md-6
{
    padding:15px 0;
}
.proyectos li span
{
    font-size:12px;
    display:block;
}
.proyectos .abajo
{
    background:#2639BF;
    clear:both;
    padding:5px 10px;   
}
.proyectos .descrip
{
    padding:15px;
}
.proyectos .abajo .botones div 
{
    border-left:1px solid white;
    padding:0px 20px;
}
.proyectos .abajo .botones div a 
{
    font-size:12px;
}
.proyectos .abajo .botones div:first-child
{
    border:none;
}
.proyectos .abajo .botones
{
    display:flex;
    justify-content:space-between;
}
.proyectos .abajo b 
{
    font-size:14px;
    display:block;
    text-align:Center;
    margin-bottom:10px;
}
.proyectos .abajo span 
{
    font-size:22px;
}
h2
{
    font-size:35px;
    font-weight:bold;
    margin-bottom:40px;
    letter-spacing:5px;
}
.proyectos
{
    margin-bottom:50px;
}
#Proyectos h1
{
    text-align:center;
    font-size:70px;
    margin-top: 0;
    margin-bottom: 50px;
    line-height: 50px;
}
#Proyectos  h2 
{
    color:#93af2f;
    letter-spacing:0;
    font-size:25px;
    font-weight:500;
    margin-bottom:20px;
    margin-top:50px;
}
#Proyectos .bajo
{
    padding-bottom:10px;
}
#Proyectos .bajo span
{
    display:block;
    font-weight:500;
    font-size:17px;
}
#Proyectos h3 
{
    margin-bottom: 5px;
    margin-top: 0;
}
#Proyectos
{
    text-align:justify;

}
#Proyectos .descripcion,#Proyectos .fotos,#Proyectos .video
{
    padding: 30px 0;
}
#Proyectos .equipamiento ul li 
{
    width:30%;
    font-weight:500;
    font-size:16px;
    text-align:left;

    padding:3px 0;
    position:relative;
    padding-left:30px;
}
#Proyectos .equipamiento span
{
    color:#93af2f;
    margin-right:10px;
    font-size:13px;
}
#Proyectos .equipamiento ul
{
    display:flex;
    flex-wrap:wrap;
    list-style-type: none;
    justify-content:space-around;
}
#Proyectos .equipamiento ul li:before
{
    content:"\e013";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    position:absolute;
    width:20px;
    height:20px;
    left:0;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#93af2f;
}
#Proyectos .fotos .img
{
    height:200px;
    background-size:cover;
    background-position:center;
}
#Proyectos .img img
{
    max-height:400px
}
#SeccionContacto .img img
{
    width:100%;
}
#SeccionContacto h1
{
    font-size:22px;
    letter-spacing:2px;
    text-align:center;
}
#SeccionContacto form
{
    width:70%;
    margin:auto;
    padding-top:50px;
}
#SeccionContacto label
{
    color:#93af2f;
    display:block;
    font-size:17px;
    font-weight:500;
}
.lineaform
{
    padding:10px 0;
}
.lineaform textarea
{
    min-height:150px;
}
.lineaform button
{
    background-color:#93af2f;
    border:none;
    font-weight:bold;
    padding:15px 45px;
    font-size:20px;
}
.lineaform input,.lineaform textarea
{
    width:100%;
    border:none;
    color:black;
    padding:10px;
}
.navbar-collapse
{
    padding:0
}
/* Responsive */
@media (max-width: 768px) {
 .navbar-toggle {
      background: white;
      margin-top: 0px;
      margin: 18px;
      margin-right: 0;
    }
    .navbar-toggle span {
      background: #93af2f;
    }
    .sub-header nav {
      margin-top: 0;
    }
    header nav ul li {
      display: block !important;
      text-align: center;
      padding: 5px;
      float: none!important;
      padding: 10px!important;
      margin: 0;
    }
    nav ul.nav {
        background-color: rgb(147, 175, 47);
        color: white;
        /* min-width: 300px; */
        float: none!important;
        display: block!important;
        width: 100%;
        height: fit-content!important;
        padding-top: 0;
        padding-left: 15px;
    }
    nav ul li a
    {
        color:white;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        background-color: rgb(0, 67, 149)!important;
        border-radius: 0;
    }
    .navbar-collapse{
        width:100%;
    }
    #Creencia .hoja .col-md-4
    {
        padding:40px 20px;
    }
    .hoja
    {
        padding: 40px 20px;
        text-align:center;
    }
    #Proyectos .hoja
    {
        margin-top: 0;
    }
    footer
    {
        text-align:center;
    }
    #Nosotros .hoja ul li
    {
        width: 45%;
    }
    #Nosotros .hoja ul li .img
    {height:200px}
    #Nosotros .hoja ul li h3
    {
        font-size:20px;
    }
    .proyectos li
    {
        width:100%
    }
    .proyectos li b
    {
        display:block;
        margin-bottom:  15px;
    }
    #Proyectos h1
    {
        font-size:25px;
        margin-bottom: 30px;
        line-height: 25px;
    }
    #Proyectos h2
    {
        font-size:20px;
        margin-top:20px;
        margin-bottom: 10px;
    }
    #Proyectos .bajo span
    {
        font-size:14px;
    }
    #Proyectos h3
    {
        font-size:20px;
    }
    #Proyectos .equipamiento ul li{
        width:100%
    }
    .col20
    {
        width:100%;
       
    }
    .col80
    {
        width:100%;
    }
    #Proyectos .fotos .img
    {
        height:100px;
        margin-bottom:20px;
    }
    #SeccionContacto h1
    {
        font-size:17px;
    }
    header .uf b 
    {
        font-weight:500;
    }
    header .uf
    {
        clear:both;
        font-size:12px;
        font-weight: 400!important;
    }
    #logo
    {
        width:100px;
    }
    header .col-md-5 > img
    {
        width:100px;
        margin-left:120px;
    }
    #Inicio ul
    {
        flex-wrap:wrap;
    }
    #Inicio ul li b 
    {
        font-size:20px;
    }
    #Inicio #Iconos ul li
    {
        /* width:50%; */
        margin-bottom:30px;
        /* background:  black; */
    }
    #Colaboradores .hoja
    {
        margin-top:0!important;
    }
    #Iconos
    {
        padding: 50px 10px!important;
    }
    #Inicio ul li img
    {
        display:initial;
    }
    #Inicio h3
    {
        /* width:50%; */
    }
    .carousel .item .container
    {
       width:100%;
    }
    .carousel-inner,.carousel .item
    {
        height:300px;
    }
    .navbar-nav > li > a
    {
        font-size:12px;
    }
    #Inicio .navbar-nav > li:nth-child(1) > a, #Proyectos .navbar-nav > li:nth-child(2) > a, #Colaboradores .navbar-nav > li:nth-child(3) > a, #SeccionContacto .navbar-nav > li:nth-child(4) > a
    {
        color:white;
    }
    #Colaboradores .hoja li .img 
    {
        margin-bottom:20px;
    }
    #Colaboradores .hoja li .texto
    {
        width: 100%!important;
    }
    #Colaboradores .hoja li
    {
        flex-direction:column;
    }
    footer span
    {
        display:block;
        width: 100%;
        margin-top: 20px;
    }
    footer .flex
    {
        margin-top:30px;
        text-align:left;
    }
}
#Inicio{
    background:#1b263d;
    color:white;
}
#Iconos
{
    padding:100px;
    font-size:30px;
    background: #1b263d;
    text-align:  center;
}
#Iconos b 
{
    font-weight:normal;
    display:block;
    margin-top:10px;
}
footer .flex
{
    justify-content:flex-end
}
footer img 
{
    margin:10px;
}
footer .col-md-4 b
{
    display:initial;
    font-size:18px;
}
#Colaboradores .hoja
{
    margin-top:100px;
}
#Colaboradores .hoja li 
{
    margin:30px 25px;
}
#Colaboradores .hoja li 
{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
#Colaboradores .hoja li .img img 
{
    width:80%;
}
#Colaboradores .hoja li .img
{
    width:30%;
    background-size:cover;
}
#Colaboradores .hoja li .texto
{
    width:70%;
}
#SeccionContacto .img
{
    height:400px;
    background-size:cover;
    background-position:center;
}
.izq strong
{
    display:block;
    color: #D3CE2A;
    font-size:16px;
}
.izq > div
{
    border: 2px solid #909090;
    padding: 20px;
    border-radius: 30px;
}
.izq form[name="Buscador"] select
{
    margin:5px 0;
    color:#666;
    padding:5px 10px;
    font-size:12px;
    width:100%;
}
.izq button
{
    background:#A0A09C;
    border:none;
    width:100%;
    font-weight:bold;
    margin-top:5px;
    padding:10px;
}
#Dividendo
{
    display:none;
}
.izq form
{
    margin-bottom:40px;
}
.izq form[name="Simulador"] .lineaform
{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.izq form[name="Simulador"] input
{
    width:60%;
    font-size:12px;
}
.izq form[name="Simulador"] label
{
    width:40%;
    font-size:12px;
}
#Servicios .container
{
    display:flex;
    justify-content:space-between;
    padding:70px 0;
}
#Servicios .container > div ul 
{
    display:block;
    text-align:left;
    font-size:16px;
    margin-left: 0;
    padding-left: 0;
}
#Servicios .container > div ul li
{
    position:relative;
    margin:5px 0;
    padding-left:25px;
}
#Servicios .container > div ul li:before
{
    content:'';
    position:absolute;
    width:16px; height:16px;
    left:0;
    top:3px;
    background-image:url(../img/tick.png);
}
#Servicios .container > div 
{
    width:35%;
}
#Servicios .container > div h2 
{
    font-weight:normal;
    letter-spacing:0;
    /* text-align:center; */
    font-size:22px;
}