/*
Theme Name: admisiÃ³n escuela_naval
Theme URI: http://admision.escuelanaval.cl
Description: Responsive theme for admision.escuelanaval.cl
Version: 2.0
Author: Sebastian Franco Brantes - Lola GondrÃ©
*/

/*
Estructura del archivo
    1.- tipografia
    2.- estructura general
    3.- menu principal
    4.- contenedor azul index
    5.- submenu horizontal
    6.- slider
    7.- enlaces externos
    8.- que se estudia
    9.- formacion academica
    10.- botones
    11.- boton informaciÃ³n inferior
    12.- footer
    13.- somos uno con chile
    14.- logos escuela armada
    15.- contenido alert info
    16.- contenido alert info
    17.- otros
    18.- etapas

    *.- contenido responsivo
*/

/******************************************************************************/
/******************************************************************************/
/* 1.- tipografia */
@font-face {
    font-family: 'Candara'; /*a name to be used later*/
    src: url('..//fonts/Candara.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'Politica'; /*a name to be used later*/
    src: url('..//fonts/Politica.ttf'); /*URL to font*/
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('..//fonts/BebasNeue_Regular.ttf');
}

@font-face {
    font-family: 'open_sans_lightregular';
    src: url('..//fonts/OpenSans-Light.ttf');
}

@font-face {
    font-family: 'bebas_neue';
    src: url('..//fonts/bebas_neue/BebasNeue_Regular.otf');
}

@font-face {
    font-family: 'bebas_neue_light';
    src: url('..//fonts/bebas_neue/BebasNeue_Light.otf');
}

@font-face {
    font-family: 'bebas_neue_bold';
    src: url('..//fonts/bebas_neue/BebasNeue_Bold.otf');
}

@font-face {
    font-family: 'myriad_pro';
    src: url('..//fonts/myriad_pro/MYRIADPRO-REGULAR.OTF');
}

@font-face {
    font-family: 'purista';
    src: url('..//fonts/Purista.otf');
}


/******************************************************************************/
/******************************************************************************/
/* 2.- estructura general */
html {
  font-family: "Times New Roman", Times, serif !important;
}

body{
    font-family: 'Roboto', 'Open Sans', sans-serif !important;
    color: #181818;
    font-size: 14px;
}

a {
    text-decoration: none !important;
    outline: 0 !important;
}

.jumbotron_page{
    min-height: 390px;
    background:linear-gradient(0deg, rgba(27, 56, 96, 0.3), rgba(27, 56, 96, 0.3)), url('../../images/portada_02.jpg');
    /*background:url('../../images/portada_01.jpg');*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0px !important;
}

#contenedor-principal-fluid{
    background:url('../../images/fondo_ondas.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#contenedor-principal-titutlo{
    margin-top:-150px; 
    background-color: #ffffff; 
    padding: 50px; 
    padding-bottom: 60px; 
    box-shadow: 0px 10px 20px rgba(0,0,0,0.1607843137); 
    margin-bottom: 30px;
}

#contenedor-principal-titutlo h2{
    font-size: 56px; 
    margin-bottom: 0px;
}

#contenedor-principal-titutlo h3{
    text-indent: 60px; 
    margin-top: -8px; 
    font-size: 20px;
}

#contenedor-principal{
    margin-top: 15px;
    padding-bottom: 100px;
    min-height: 500px;
}

.contenedor-principal-page-error{
    background-image: url('../../images/error/proceso_admision.jpeg') !important;
    background-size:     cover;                      
    background-repeat:   no-repeat;
    background-position: center center; 
    min-height: 800px !important;
}

/******************************************************************************/
/******************************************************************************/
/* 3.- menÃº principal */
.menu{
    font-family: 'Roboto', 'Open Sans', sans-serif !important;
    min-height: 60px; 
    font-size: 12px!important;
    text-transform: uppercase;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 14px!important;
}

.navbar-default{
    background-color: #ffffff;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.1607843137);
    margin-bottom: 0px;
} 

.menu_ul_principal{
    padding-top: 2px !important;
    text-transform: uppercase;
    padding-bottom: 2px;
}

.hvr-underline-reveal:before {
    background: #1a222f !important;
}

#titulo_menu h3{
    font-family: 'Roboto', 'Open Sans', sans-serif !important;
    font-size: 14px;
    text-align: right;
    margin-top: 4px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.navbar-brand{
    padding: 0px !important;
}


/******************************************************************************/
/******************************************************************************/
/* 4.- contenedor azul index */
#contenedor_azul_index{
    background-color: #011327 !important; 
    min-height: 400px; 
    padding-bottom: 0px; 
    padding-top: 25px; 
    margin-top: 30px; 
    margin-bottom: 30px; 
}

/******************************************************************************/
/******************************************************************************/
/* 5.- submenu horizontal */
.breadcrumb{
    font-family: 'Open Sans';
    font-size: 14px;
    color: #666666;
    padding: 4px 0 7px 0;
    border-bottom: none;
    background-color: transparent !important;
    border-radius: 0px !important;
}

/******************************************************************************/
/******************************************************************************/
/* 6.- slider */
#slider{
    background: url('../images/slider.jpg') no-repeat top right;
    background-color: #011327;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -webkit-transition: background-image 2s linear;
    transition: background-image 2s linear;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
}

#slider #boton_postula_aqui{
    background-color: #9f0100 !important; 
    font-family: 'bebas_neueregular'; 
    font-size: 40px; width: 100%; 
    border-color: #9f0100 !important;
    padding: 0px 0px !important;
    border-radius: 0px !important;
}

#slider #titulo_postulantes_registrados{
    font-family: 'bebas_neueregular';
    font-size: 24px;
    color: #FFF;
    text-align: center;
    background-color: #00284b;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 50px;
}

#slider #login-form{
    margin-bottom: 20px;
}

#slider #olvido_contrasena{
    color: #FFF;
    font-size: 12px;
}

#slider_info{
    text-align: center;
}

.jumbotron{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/******************************************************************************/
/******************************************************************************/
/* 7.- enlaces externos */
#enlaces_extras{
    margin-top: 20px;
    margin-bottom: 20px;
}
#enlaces_extras h3{
    font-family: 'Politica';
    text-transform: uppercase;
    font-size: 38px;
    text-align: right;
    color: #fff;
}

#enlaces_extras p{
    font-family: 'Politica';
    font-size: 26px;
    text-align: right;
    color: #fff;
}


/******************************************************************************/
/******************************************************************************/
/* 8.- que se estudia */
#que_se_estudia{
    font-family: 'bebas_neueregular';
}

#que_se_estudia h2{
    font-size: 36px;
}


/******************************************************************************/
/******************************************************************************/
/* 9.- formaciÃ³n academica */
#oficiales{
    background: url('../images/ejecutivos_01.jpg') no-repeat top right;
    background-color: #1a222f;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -webkit-transition: background-image 2s linear;
    transition: background-image 2s linear;
    padding-top: 30px;
    padding-bottom: 30px;
}

#oficiales_boton{
    background: rgba(52, 61, 76, .6); 
    height: 150px; 
    margin-top: 50px; 
    margin-bottom: 50px;
    padding-top: 15px;
}

#oficiales_boton h2{
    font-size: 46px !important;
    font-family: 'bebas_neueregular';
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

#oficiales_boton h3{
    font-size: 30px !important;
    font-family: 'bebas_neueregular';
    text-transform: uppercase;
    text-align: left;
    color: #fff;
    margin-top: 5px;
    padding: 0px;
}


/******************************************************************************/
/******************************************************************************/
/* 10.- botones */
.btn-info-azul{
    background-color: #2a384b !important;
    border-color: #96a0af;
    padding-left: 50px;
    padding-right: 50px;
    transition: background-color 0.5s ease;
}

.btn-info-azul:hover{
    background-color: #1a232f !important;
    border-color: #96a0af;
}

/******************************************************************************/
/******************************************************************************/
/* 11.- boton informaciÃ³n inferior */
#info-esnaval{
    position:fixed; 
    display: block;
    bottom: 0; 
    right: 80px;
    width: 220px;
    background-color: #eeb63b !important;
    border:1px solid #eeb63b;
    border-bottom: none;
    padding: 5px;
    padding-top: 5px;
    transition: background-color 0.5s ease;
    border-radius: 5px 5px 0 0;  
    color: #10222f;
    z-index: 10000; line-height: 1;
}
    
#info-esnaval:hover{
    background-color: #ffb911 !important;
    border-color: #ffb911;
}
    
#info-esnaval h3{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

#info-esnaval h4{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
    
#info-esnaval a{
    color: #10222f;
}
    
#info-esnaval p{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
    
@keyframes bellshake {
    0% { transform: rotate(0); }
    90% { transform: rotate(0); }
    92% { transform: rotate(12deg); }
    93% { transform: rotate(-12deg); }
    94% { transform: rotate(6deg); }
    96% { transform: rotate(-6deg); }
    97% { transform: rotate(2deg); }
    98% { transform: rotate(-2deg); }
    99% { transform: rotate(1deg); }
    100% { transform: rotate(0); }
}
   
#info-esnaval-image{
    width: 50px;
    animation: bellshake 5s  linear infinite;
}


/******************************************************************************/
/******************************************************************************/
/* 12.- footer */
footer{
    /*background-color: #1a232f;*/
    background-color: #1a222f;
    padding-top: 25px;
    font-family: "Candara" !important;
}

/******************************************************************************/
#footer_logo_acreditacion{
    text-align: center;
}

/******************************************************************************/
#footer_boton_contactanos{
    margin-top: 50px;
}

#footer_boton_certificados{
    margin-top: 50px;
}

#footer_piba{
    margin-top: 50px;
}

#footer_piba h2{
    color: #fff;
    font-size: 18px;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding-bottom: 0px;
}

#footer_piba a{
    color: #96a0af;
}

/******************************************************************************/
#footer_informacion h2{
    color: #fff;
    font-size: 18px;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding-bottom: 0px;
}

#footer_informacion h3{
    color: #fff;
    font-size: 14px;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding-bottom: 0px;
}

#footer_informacion p{
    color: #96a0af;
    font-size: 15px;
}

/******************************************************************************/
#footer_redes_sociales p{
    color: #96a0af;
    text-align: center;
}

#footer_redes_sociales .btn-default {
    background: #576272 !important;
    color: #fff;
    border-color: #576272;
}

#footer_redes_sociales .btn-default:hover{
    background: #2a384b !important;
    border-color: #2a384b;
}

/******************************************************************************/
#footer_admision h2{
    color: #fff;
    font-size: 18px;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding-bottom: 0px;
    text-align: right;
}

#footer_admision p{
    color: #96a0af;
    font-size: 15px;
    text-align: right;
}

/******************************************************************************/
#footer_politicas{
    background-color: #151c26;
    margin-top: 20px;
}

#footer_politicas p{
    text-align: center;
    padding-top: 12px;
    padding-bottom: 0px;
}

#footer_politicas p>a{
    color: #96a0af;
    font-size: 16px;
}

#footer_politicas p>a:hover{
    color: #fff;
}

.btn-circle{
  width: 55px;
  height: 55px;
  padding:0;
  border-radius: 50%;
}

.btn-circle i{
    line-height: 55px !important;
}

.btn-square{
  width: 55px;
  height: 55px;
  padding:0;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 0px !important;
}

.btn-square i{
    line-height: 55px !important;
}


/******************************************************************************/
/******************************************************************************/
/* 13.- somos uno con chile */
#somos_uno_con_chile{
    background-color: #fff;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -webkit-transition: background-image 2s linear;
    transition: background-image 2s linear;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
}

#somos_uno_con_chile_imagenes{
    padding-top: 75px;
    padding-bottom: 75px;
}

#somos_uno_con_chile_imagenes img{
    padding: 10px;
}

/******************************************************************************/
/******************************************************************************/
/* 14.- logos escuela armada */
#logos_escuela_armada{
    margin-bottom: 0px;
    margin-top: 120px;
    padding-bottom: 10px;
    min-height: 100px;
    background-color: #1a222f;
}

#logos_escuela_armada img{
    margin-top: 10px;
    margin-bottom: 10px;
}


/******************************************************************************/
/******************************************************************************/
/* 15.- contenido alert info */
.alert-info-text{
    font-size: 14px; 
    font-style: italic; 
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    font-weight: bold;
}

/******************************************************************************/
/******************************************************************************/
/* 16.- contenido alert info */
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:10px;
    display:none;
    text-indent:-9999px;
    background: url('../images/icon_top.png') no-repeat;
}


/******************************************************************************/
/*********************************  *******************************************/
/*****************************           **************************************/
/****************************   OTROS   ***************************************/
/*****************************           *************************************/
/*********************************  *******************************************/
/******************************************************************************/


.iti{
    display: block !important;
}


/******************************************************************************/
/*********************************  *******************************************/
/*****************************           **************************************/
/****************************   ETAPAS  ***************************************/
/*****************************           *************************************/
/*********************************  *******************************************/
/******************************************************************************/

.etapas{
    min-height: 200px;
    padding: 0;
    padding-left: 5px;
    padding-right: 5px;
}
    
.etapa_cabecera{
    height: 160px;
    padding: 10px;
}
    
.etapa_1{
    background:linear-gradient(0deg, rgba(27, 56, 96, 0.8), rgba(27, 56, 96, 0.8)), url('../../images/etapas/etapa_1.jpg');
    background-size:cover;
}

.etapa_2{
    background:linear-gradient(0deg, rgba(27, 56, 96, 0.8), rgba(27, 56, 96, 0.8)), url('../../images/etapas/etapa_2.jpg');
    background-size:cover;
}

.etapa_3{
    background:linear-gradient(0deg, rgba(27, 56, 96, 0.8), rgba(27, 56, 96, 0.8)), url('../../images/etapas/etapa_3.jpg');
    background-size:cover;
}
    
.etapa_cabecera > h3{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
    line-height: 2rem;
}
    
.etapa_cabecera > h4{
    color: rgba(255,255,255, 0.8);
    font-size: 16px;
    margin-left: 20px;
}
    

.aprobado{
    background-color: #dff0d8 !important;
    border: 1px solid #8edc90 !important;
}


@keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
    }
    70% {
      box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
  }
  
  .pulse {
    animation: pulse 2s infinite;
  }

  .note{
    color: #e53339;
  }



/******************************************************************************/
/*********************************  *******************************************/
/*****************************           **************************************/
/*********************   CONTENIDO RESPONSIVO   *******************************/
/*****************************           *************************************/
/*********************************  *******************************************/
/******************************************************************************/
@media (max-width: 767px) {
    .navbar-default{
        background-color: #1a222f !important;
        border-color: #1a222f !important;
        color: #9d9d9d !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
  
    .navbar-default a:hover{
        color: #fff !important;
    }
  
    .hvr-underline-reveal:before {
        background: #fff !important;
        height: 2px !important;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 500px;
    }
    
    h2{
        font-size: 24px;
    }
    
    .newsTitle{
        margin-top: 20px;
    }
    
    .navbar-default .navbar-toggle {
        border-radius: 6px;
        padding: 18px 16px;
        background-color: #2a384b !important;
        border-color: #96a0af;
        transition: background-color 0.5s ease;
    } 
    
    .navbar-default .navbar-toggle:hover {
        background-color: #1a232f !important;
        border-color: #96a0af;
    }
    
    .navbar-default .navbar-nav > li > a {
        text-align: center !important;
    }
    
    .navbar-brand{
        padding-top: 10px !important;
    }
    
    .contenido-secundario{
        margin-top: 0px !important;
    }
    
    .breadcrumb{
        display: none;
    }
    
    #contenedor-principal-titutlo{
        padding: 30px;
    }
    
    #contenedor-principal-titutlo h2{
        font-size: 22px;
        margin-top: 40px;
    }

    #contenedor-principal-titutlo h3{
        font-size: 18px;
    }
    
    #contenedor-principal-titutlo img{
        height: 50px;
    }
    
    .jumbotron_page{
        min-height: 300px;
    }
}


.pull-right-not-xs, .pull-right-not-sm, .pull-right-not-md, .pull-right-not-lg{
    float: right;
}

.pull-left-not-xs, .pull-left-not-sm, .pull-left-not-md, .pull-left-not-lg{
    float: left;
}
@media (max-width: 767px) {    
    .pull-right-not-xs, .pull-left-not-xs{
        float: none;
    }
    .pull-right-xs {
        float: right;
    }
    .pull-left-xs {
        float: left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .pull-right-not-sm, .pull-left-not-sm{
        float: none;
    }
    .pull-right-sm {
        float: right;
    }
    .pull-left-sm {
        float: left;
    }
    
    #contenedor-principal-titutlo h2{
        font-size: 42px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .pull-right-not-md, .pull-left-not-md{
        float: none;
    }
    .pull-right-md {
        float: right;
    }
    .pull-left-md {
        float: left;
    }
}
@media (min-width: 1200px) {
    .pull-right-not-lg, .pull-left-not-lg{
        float: none;
    }
    .pull-right-lg {
        float: right;
    }
    .pull-left-lg {
        float: left;
    }
}

