/* 
    Document   : bootstrap.ita
    Created on : 06-jul-2015, 9:33:02
    Author     : criarnac
    Description:
        Modificaciones al css básico de bootstrap para adaptar al estilo ITA
*/

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 150px;
}

a{
    outline: 0;
}

/* Header */

#navbar_ITA{
    min-height:75px;
    background: #4F4F4F;
    border-color: #4F4F4F;
}

.navbar-nav {
    float: right;
    margin-right: 0px;
}

.navbar-brand {
    padding: 10px;
}

.navbar li{
    line-height: 48px;
    padding: 0px 0px;
    min-width: 50px;
    margin-top: 20px;
}

 .navbar-inverse .navbar-nav > li > a{
    color: #D9DADB;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.imagen_logo{
    margin: 8px 8px;
    border: 0;
}    

.navbar-nav > li > .dropdown-menu {
    top: 40px;
    left: 0px;
    background: #4F4F4F none repeat scroll 0% 0%;
    border-color: #4F4F4F;
    font-size: 11px;
}

.dropdown-toggle{
    margin-top: 5px;
    height: 40px;
    text-align: center;
}

.dropdown-menu li{
    margin-top: 0px;
}

.dropdown-menu > li > a{
    color: #D9DADB;
    padding: 0px 10px;
}

.dropdown-menu > li > a:hover{
    background: #4F4F4F none repeat scroll 0% 0%;
    color: #FFF;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-inverse .navbar-nav > .active > a {
    background: transparent;
    color: #75A6E3;
    font-size: 12px;
}

.navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover{
    background: transparent;
    color: #FFF;
    font-size: 12px;
}

.link_idioma{
    border-radius: 5px;
    text-align: center;
    margin: 12px 5px 0px;
    background-color: rgb(117, 166, 227) !important;
    border: 1px solid rgb(117, 166, 227) !important;
    color: rgb(60, 60, 60) !important;
    padding: 0px !important;
    height: 15px;
    width: 35px;
    line-height: 13px !important;
}

.link_idioma:focus, .link_idioma:hover{
    color: #FFF !important;
}

/* footer */

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  min-height: 150px;
  background-color: #eceded;
  margin-bottom:0px;
}

/* Nav Personal, lateral */

#navPersonal{
    margin-top: 20px;
}

.nav-pills > li > a{
    border-radius: 0;
    font-size: 14px;
    color: #878787;
    border-bottom: 1px solid #878787;
    padding: 14px 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #75A6E3;
    background-color: #FFF;
    font-weight: bold;
}

/* Pagina de inicio ITA */

.container-carousel{
    padding: 0px; 
    margin-top: 55px;  
    height: 100%;
    overflow: hidden;
    padding: 0;
}
.carousel-inner {
    height: 100%
}
.carousel-inner > .item, .carousel-inner > .active{
    background-color: transparent;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center bottom;
    height: 800px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
    display: none;
}
.carousel-indicators {
    top: 5%;
    text-align: right;
    height: 20px;
}
.carousel-indicators li {
    background-color: white;
    border: 0;
}
.carousel-indicators .active{
    background-color: #75A6E3;
}
.carousel-caption {
    text-align: left;
    top: 12%;
    right: 35%;
    font-weight: bold;
    font-size: 200%;
    text-shadow: none;
    height: 500px;
}
.carousel-caption h1{
    font-size: 210%;
    font-weight: bold;
    color: #FFF;
    border: 0px none;
    width: inherit;
}
.rayita{
    border-top: 2px solid white;
    width: 100px;
    margin-top: 30px;
    height: 30px;
}
.contenedor_logos{
     padding: 30px 0px;
}
.contenedor_logos div, .contenedor_logos div div{
     padding: 10px;
     font-size: 108%;
}

.contenedor_logos div a{
    text-decoration: none;
    color: #878787;
    outline: 0;
}

.contenedor_logos div a:hover{
    text-decoration: none;
    color: #75A6E3;
}


@media (max-width:1920px){
.carousel-inner > .item, .carousel-inner > .active{
        background-image: none !important;
        height: inherit;
    }    
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        display: inline;
    }
}

@media (max-width:1199px){
    .carousel-caption {
        top: 12%;
        right: 20%;
        font-size: 160%;
    }
    .carousel-indicators {
        top: 10%;
    }
    .link_idioma{
        margin: 2px 10px 0px !important;
    }
}

@media (max-width:992px){
    .carousel-caption{
        font-size: 120%;
    }
}

@media (max-width:767px){
    .carousel-caption {
        top: 7%;
        right: 10%;
        font-weight: bold;
        font-size: 110%;
    }
    .carousel-caption h1{
        font-size: 190%;
    }
    .carousel-indicators {
        top: 5%;
    }
    .rayita{
        margin-top: 3px;
        height: 3px;
    }
}

@media (max-width:400px){
    .carousel-caption{
        font-size: 100%;
    }
    .carousel-caption h1{
        font-size: 160%;
    }
}
/* Paginas con banner de inicio */

.banner_big{
    padding: 0px; 
    margin-top: 70px;              
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    overflow: visible;
    height: 490px;
}

.banner_small{
    display:none;
    padding-top: 5px;
    z-index: 10;
}  

.texto_banner{
    width: 1170px;
    height: 0px;
    top: 200px;
    margin-right: auto;
    margin-left: auto;
    left: 0px;
    right: 0px;
    padding-left: 15px;
    padding-right: 15px;

}

.texto_banner > h1 {
    width: 550px;
}

.texto_banner > .largo{
    width: 60%;
}

.texto_banner > .extralargo{
    width: 90%;
}

.seccion{
    overflow: visible;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 275px;
    background-size: auto auto;
    background-color: #EAEAEA;
    padding: 35px 25px 20px 250px; 
    z-index: 20;
}

.seccion_software{
    padding: 25px !important; 
    margin-top: 0px !important;
}

.seccion_publicaciones{
    padding: 35px 25px 20px 190px;  
}

.cabecera_software{
    background-color: #4F4F4F;
    height: 93px;
    margin-top: 30px;
    padding: 15px 25px;
}

.sinPadding{
    padding: 0;
}

.sinMargin{
    margin: 0;
}

.caja_linea{
    margin-bottom: 30px;
    padding: 0px;
    min-height: 220px;
}

.placa_linea{
    height: 150px;
    padding: 10px 15px;
    width: 70px;
    z-index: 20;
}

.placa_linea:hover{
    background-color: #D7D7D7;
}

.placa_linea p{
    text-align: center;
    font-size: 28px; 
}

.texto_linea{
    min-height:200px;
}

.subhead_linea{
    margin-top: 40px;
    font-size: 25px;
    color: #E0E0E0;
    font-weight: bold;    
}

.head_linea{
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 45px;
    color: #FFF;
    font-weight: bold;
}

.contenedor{
    padding:50px 15px;
}

.contenedor_cookies{
    padding:50px 15px;
    margin-top: 70px;
}

.contenedor_cookies > p{
    padding: 5px 0 10px;
}

.bloque_presentacion{
    float:left;
    font-size:24px;
    font-weight: normal;
    margin-right: 5%;
    padding-bottom: 25px;
    display:block;
    color: #58585A;
    line-height: 34px;
}

a:hover{
    text-decoration: none;
}

.titulo_presentacion, .titulo_seccion, .titulo_caja{
    font-size:24px;
    font-weight: bold;
    color:#58585A;
    line-height: 27px;
    padding-bottom: 25px;
}

.titulo_seccion, .titulo_caja{
    font-size:22px;
    line-height: 24px;
    padding-bottom: 15px;
}

.titulo_mini {
    color:#58585A !important;
    font-weight: bold;
    padding-bottom: 20px;
}

.bloque_texto_grande{
    float:left;
    font-size:22px;
    color:#87888A;
    display:block;
    line-height: 27px;
    padding-bottom: 25px;
}

.bloque_texto_normal, .texto_seccion{
    float:left;
    font-size: 17.5px;
    color: #87888A;
    display:block;
    line-height: 25px;
    padding-bottom: 25px;
}

.bloque_caracteristicas{
    float:left;
    font-size:17px;
    color:#87888A;
    display:block;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 20px;
    line-height: 24px;
}

.contenedor_mapa{
    height: 490px;
}

.contenedor_historia{
    padding: 50px 15px;
}

.linea_historia{
    display: table;
    width: 100%;
}

.celda_historia{
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding-bottom: 30px;
}

.centro_historia_l{
    border-right: 3px dotted #75A6E3;
    padding-right: 0;
}
.centro_historia_r{
    /*border-left: 1px #75A6E3 dashed; Antes estaba así en los dos lados*/
    padding-left: 0;
}

.titulo_historia{
    font-size: 50px;
    font-weight: bolder;
}

.bloque_texto_historia, .bloque_texto_perfil{
    font-size: 14px;
    color: #87888A;
    display:block;
    line-height: 22px;
    padding: 25px 0px;
}

.bloque_texto_perfil{
    padding: 3% 2%;
    color: #58585A;
    line-height: 25px;
}



.info_perfil ul{
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.info_perfil ul li{
    list-style: inside;
}

.info_perfil p{
    padding: 10px 0;
}

.centro_historia_l .bloque_texto_historia, .centro_historia_l .titulo_historia{
    padding-right: 30%;
}

.centro_historia_r .bloque_texto_historia{
    padding-left: 30%;
}

.centro_historia_r .titulo_historia{
    padding-left: 5%;
}

.hito_l{
    float:right;
    font-size: 25px;
    margin-right: -12.5px;
    margin-top: -4px;
}

.hito_r{
    float:left;
    font-size: 25px;
    margin-left: -12.5px;
    margin-top: -4px;
}

.centro_historia_l hr{
    height: 1px;
    border: 0px none;
    background-color: #75A6E3;
    width: 30%;
    float: right;
    margin-top: 10px;
}

.centro_historia_r hr{
    height: 1px;
    border: 0px none;
    background-color: #75A6E3;
    width: 20%;
    float: left;
    margin-top: 10px;
}


.cuadro_general{
    padding: 35px; 
}

.texto_azul{
    color: #75A6E3;
}

.texto_gris{
    color: #666666;
}

.texto_gris a{
    color:#87888A;
}

.fondo_azul{
    background-color: #E3EDF9;
}

.fondo_gris{
    background-color: #EAEAEA;
}

.subrayado{
    border-bottom: 1px solid #CCC;
}

.subrayado-sm{
    border-bottom: 0px;
}

a:focus.texto_azul, a:hover.texto_azul{
    color: #75A6E3;
    text-decoration: underline;
}

sup{
    top: 0.5em;
}

.contenedor_ficha{
    padding:50px 15px;
    margin-top: 70px;
}

.ficha{
    text-align: left;
    font-size: 16px;
    margin: 0;
}

.bloque_ficha{
    margin: 0;
}

.etiqueta_ficha{
    padding: 25px 10px 25px 20px;
    border-top: 1px solid lightgrey;
}

.campo_ficha{
    padding: 25px 20px 25px 20px;
    border-top: 1px solid lightgrey;
}

.campo_ficha p{
    padding-bottom: 10px;    
}

.campo_ficha ul li{
    list-style: disc;
    margin-left: 10px;
    padding: 3px 0;    
}

.cabecera_ficha{
    color: white;
    background-color: #75A6E3;
    padding: 25px 20px;
}

.categoria_ficha{
    padding: 0 0 30px; 
    font-size: 20px;
    background-color: white;
}

.enlazadera_busqueda{
    border: 1px solid #DFDFDF;
    padding: 15px;
    height: 50px;
    text-align: right;
}

.botonera_busqueda{
    border: 1px solid #DFDFDF;
    padding: 8px;
    height: 50px;
}

.input_busqueda{
    width: 70%; 
    border: 0px; 
    border-radius: 0px; 
    display: inline;
}

.select_busqueda{
    border: 1px solid #DFDFDF;
    padding: 8px;
    height: 50px;
}

.btn-gris{
    border: 0px; 
    border-radius: 0px; 
    padding: 8px 15px; 
    font-size: 11px; 
    float: right;
}

/* Modificaciones dependientes del tamaño */

@media(max-width:1920px){
    .banner_big{
        height: inherit;
        background-image: none !important;
    }    
    .banner_small{
        display:inline;
    } 
    .texto_banner{
        top: 180px;
    }
}

@media (max-width:1365px){    
        .seccion {
            padding-left: 150px;        
        }
        .texto_banner{
            top: 145px;
        }
}

@media (max-width:1199px){
        .navbar-nav {
            float: right;
            margin-right: 0px;
            margin-top: 30px;
        }

        .navbar li {
            min-width: 30px;
            margin-top: 0px;
        }
        .nav > li > a {
            position: relative;
            display: block;
            padding: 0px 10px;
        }

        .navbar-nav > li > .dropdown-menu {
            top: 20px;
        }

        #barraaceptacion {
            min-height: 40px;
        }   

        .inner{
            top: 0;
        }

        .seccion{
            padding: 15px 25px 20px 200px; 
        }    

        .seccion_publicaciones{
            padding: 15px 25px 20px 140px;  
        }        
        
        .contenedor_mapa{
            height: 400px;
        }
        
        .centro_historia_l .bloque_texto_historia, .centro_historia_l .titulo_historia{
            padding-right: 15%;
        }
        .centro_historia_r .bloque_texto_historia{
            padding-left: 15%;
        }
        
        .centro_historia_r .titulo_historia{
            padding-left: 2%;
        }
        
        .centro_historia_r hr{
            width: 10%;
        } 
        
        .imagen_logo{
            margin: 8px 0px;
        } 
        
        .texto_banner{
            top: 130px;
            width: 970px;
        }
        
        .texto_banner > h1{
            width: 450px;
        }
        .texto_banner > .largo, .texto_banner > .extralargo{
            width: 750px;
        }
        
}

@media (min-width:768px) {
	.container {
		width:750px
	}
}
@media (min-width:992px) {
	.container {
		width:980px
	}
}
@media (min-width:1200px) {
	.container {
		width:1170px
	}
}

@media (max-width:992px){
        .seccion{
            padding: 35px 25px 20px 250px; 
        }

      /*Toda esta parte es para colapsar antes el menu*/
        .navbar-header {
          float: none;
        }
        .navbar-left,
        .navbar-right {
          float: none !important;
        }
        
        .navbar-toggle {
          display: block;
        }
        .navbar-collapse {
          border-top: 1px solid transparent;
          box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-fixed-top {
          top: 0;
          border-width: 0 0 1px;
        }
        .navbar-collapse.collapse {
          display: none!important;
        }
        .collapse.in {
          display: block !important;
        }

        /*El resto de esta sección media estaban en 767 antes*/
        .navbar-nav {
            float: left;
            margin-top: 0px;
            min-height: 50px;
        }

        .navbar li {
            margin-top: 10px;
        }

        .navbar-nav > li > .dropdown-menu {
            top: 10px;
        }        
        
        .dropdown-toggle{
            margin-top: 5px;
            padding-top: 5px;
            height: inherit;
        }
        
        .dropdown-menu li {
            margin-top: 5px;
        }
        
        .imagen_logo{
            margin: 0px 8px;
        } 
        
        .texto_banner{
            top: 110px;
            width: 720px;
            padding-left: 0px;
        }     
        
        .texto_banner > h1{
            width: 400px;
        }
        .texto_banner > .largo, .texto_banner > .extralargo{
            width: 550px;
        }

        .subrayado-sm{
            border-bottom: 1px solid #CCC;
        }
        
  }

@media (max-width:767px){

        .navbar-nav {
            float: left;
            margin-top: 0px;
            min-height: 200px;
        }
    
        .navbar-brand {
            height: 60px;
            padding: 5px 0px;
        }
        
        #barraaceptacion {
            min-height: 60px;
        }   
        
        .bloque_presentacion{
            font-size:17px;
            line-height: 24px;
            font-weight: normal;
        }
        
        .bloque_texto_presentacion{
            font-size:15px;
            line-height: 22px;
        }
        
        .seccion{
            padding-left: 150px;                    
        }
        
        .titulo_presentacion, .titulo_seccion, .titulo_caja{
            font-size:17px;
            line-height: 22px;
        }

        .titulo_seccion, .texto_seccion{
            background-color: rgba(100, 100, 100, 0.3);
            padding: 5px;
            color: #FFF;
        }

        .titulo_seccion{
            border-radius: 10px 10px 0px 0px;
        }
        
        .texto_seccion{
            border-radius: 0 0 10px 10px;
        }
        
        .bloque_texto_grande{
            font-size:15px;
            line-height: 19px;
        }
        
        .bloque_texto_normal, .texto_seccion{
            font-size:13px;
            line-height: 18px;
        }
        
        .centro_historia_l .bloque_texto_historia, .centro_historia_l .titulo_historia{
            padding-right: 5%;
        }
        .centro_historia_r .bloque_texto_historia, .centro_historia_r .titulo_historia{
            padding-left: 5%;
        }
        
        .centro_historia_r hr{
            width: 10%;
        }
        
        .contenedor{
            padding: 15px;
        }
        
        .texto_banner{
            top: 80px;
            left: 15px;
            width: 720px;
            padding-right: 0;
        }

        .item > .texto_banner{
            top: 20px;
        }

        .texto_banner > h1, .texto_banner > .largo, .texto_banner > .extralargo{
            width: 380px;
        }   
       
}

@media (max-width:400px){    
        .seccion {
            padding-left: 35px;        
        }

        .texto_banner{
            top: 70px;
            left: 10px;
            width: 330px;
            margin-left: 0;
        }

        .texto_banner > h1, .texto_banner > .largo, .texto_banner > .extralargo{
            width: 310px;
        }   

        .item > .texto_banner{
            top: 0px;
            left: 10px;
            width: 300px;
            margin-left: auto;
        }

        .item > .texto_banner > h1, .item > .texto_banner > .largo, .item > .texto_banner > .extralargo{
            width: 280px;
        }   

        .imagen_logo{
            margin: 0 2px;
        }         

}
