@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,800');
body, html {
  font-family: 'Montserrat', 'Arial';
  font-weight: 400;
  width: 100%;
  height: 100%;
}

body{
  background-color: #eee;
}

header{
  height: auto;
}

a{
  text-decoration: none !important;
}

p{
  font-size: 16px;
  color: #666;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat', sans-serif;
}

h1{
  font-weight: 800;
  font-size: 30px;
  min-height: 100px;
  line-height: 30px;
  text-transform: uppercase;
}

.titulo_solo{
  margin-left: 50px;
  position: relative;
  min-height: auto;
  margin-bottom: 30px;
}

.titulo_solo:before{
  content: '';
  position: absolute;
  left: -50px;
  top: 13px;
  width: 40px;
  height: 2px;
  background-color: #FA915E;
}

h2{
  color: #FA915E;
  font-weight: 600;
  margin-left: 40px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}

h2:before{
  content: '';
  position: absolute;
  left: -40px;
  top: 7px;
  width: 30px;
  height: 2px;
  background-color: #FA915E;
}

h3{
  font-size: 16px;
  padding-left: 50px;
  margin-bottom: 50px;
  font-weight: 600;
  color: #555;
}

section{
  padding: 120px 0px;
  position: relative;
  z-index: 1;
}

.btn-primary{
  background-color: #fa915e;
  border-radius: 0px;
  border: none;
  color: white;
  padding: 10px 25px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
  background-color: #db7648 !important;
}

.col-data h1{
  min-height: initial;
  padding-left: 35px;
  margin-top: 100px;
}

.col-data h2{
  margin-top: 50px;
  display: inline-block;
  z-index: 2;
}

.col-data h2:before{
  width: 120px;
  left: -130px;
}

/*HEADER*/

.container-navbar{
  background-color: white;
  position: fixed;
  z-index: 11;
  top: 0px;
  height: 58px;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.container-navbar img{
  height: 40px;
  margin-top: 8px;
  float: left;
}

.container-navbar .redes-navbar{
  text-align: right;
  margin: 0px;
  padding-right: 68px;
  margin-top: 12px;
}

.container-navbar ul li{
  display: inline;
  list-style: none;
}

.container-navbar ul li:last-child{
  margin-right: 30px;
}

.container-navbar ul li a{
  padding: 20px;
  color: #232323;
}

.container-navbar ul li a:hover{
  background-color: #eee;
}

.container-navbar ul li a i{
  margin-top: 10px;
}

.container-navbar .btn-navbar{
  display: none;
  padding: 18px;
  outline: none;
  box-shadow: none;
  color: white;
  background-color: #FA915E;
  border-radius: 0px;
  margin: 0px;
}

.container-navbar .btn-navbar div{
  width: 30px;
  height: 2px;
  margin-bottom: 4.5px;
  background-color: white;
}

.container-navbar .btn-mobil{
  display: inline-block;
}

#carousel-header{
  margin-bottom: 0px;
  height: 600px;
}

#carousel-header .item{
  height: 500px;
  margin-top: 58px;
}

#carousel-header .item .cont-img{
  position: relative;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

#carousel-header .item .cont-img:before{
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5)
}

#carousel-header .item .carousel-caption{
  text-align: left;
  left: 0px !important;
  bottom: 60px; 
  width: 720px;
}

#carousel-header .item .carousel-caption a{
  color: white;
}

#carousel-header .carousel-controller{
  color: white;
  display: inline;
  font-size: 20px;
  top: -50px !important;
  position: relative;
}

#carousel-header .carousel-controller i{
  cursor: pointer;
  position: relative;
  width: 35px;
}

#carousel-header .carousel-controller[data-slide="prev"] i:after{
  content: '';
  position: absolute;
  left: 0px;
  top: 9px;
  width: 30px;
  height: 2px;
  background-color: white;
}

#carousel-header .carousel-controller[data-slide="next"] i{
  text-align: right;
}

#carousel-header .carousel-controller[data-slide="next"] i:after{
  content: '';
  position: absolute;
  right: 1px;
  top: 9px;
  width: 30px;
  height: 2px;
  background-color: white;
}

.header_secundario{
  width: 100%;
  height: 250px;
  padding-top: 100px;
  background-position: center;
  background-size: cover;
  background-image: url('../img/header_secundario.jpg');
}

.header_noticia{
  width: 100%;
  height: 320px;
  padding-top: 100px;
  background-position: center;
  background-size: cover;
  background-image: url('');
  background-size: 10%
  margin-top: 58px;
  padding-top: 140px;
  position: relative;
}

.header_noticia:before{
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  height: 270px;
  width: 100%;
  background-color: #333;
  opacity: .3; 
  z-index: 1;
}

.header_noticia h1{
  color: white;
  z-index: 2;
  position: relative;
}

.navbar-default{
  top: -50px;
  background-color: #303030;
  border: none;
  border-radius: 0px;
  margin-bottom: 0px;
}

.navbar-default .navbar-collapse{
  padding: 0px;
}

.navbar-fixed-top{
  left: 0px;
  top: 0px;
  z-index: 2;
  transition: all ease .2s;
}

.navbar_reveal{
  top: 58px;
}

#navbar_menu_mobil{
  top: -100%;
  transition: .8s;
}

.navbar-default .navbar-nav>li>a{
  color: white;
  padding: 15px 30px;
  font-weight: 500;
}

.navbar-default .navbar-nav>li>a:hover{
  color: white;
  background-color: #555;
}

.navbar-default .navbar-nav>li.active>a{
  background-color: #eee;
  color: #333;
}

.navbar-default .navbar-nav>li.active>a:hover{
  background-color: #eee;
}

.navbar-default .dropdown-menu{
  border-radius: 0px;
  box-shadow: 0px 0px 10px 3px rgba(0,0,0,.05);
  border-color: #ccc; 
  padding: 0px;
}

.navbar-default .dropdown-menu li{
  position: relative;
}

.navbar-default .dropdown-menu li:before{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 26px;
  width: 20px;
  height: 1px;
  background-color: #ddd;
}

.navbar-default .dropdown-menu li:last-child:before{
  display: none;
}

.navbar-default .dropdown-menu a{
  padding: 20px 25px;
  position: relative;
}

.navbar-default .navbar-nav>li>a:focus{
  color: #232323;
  background-color: #ccc;
}



/*SECCIÓN INFO INICIO*/

.info_inicio{
  top: -50px;
  width: 100%;
  margin-bottom: 10px;
}

.info_inicio:before{
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40%;
  height: 100%;
  background-color: #fa915e;
}

.info_inicio .cont_img{
  width: 100%;
}

.info_inicio .cont_img img{
  margin: 0px auto;
}

.info_inicio h2{
  margin-top: 50px;
}

.info_inicio h2:before{
  width: 120px;
  left: -130px;
}

/*CONTADOR INICIO*/

.contador_inicio{
  color: #868686;
}

.contador_inicio i{
  font-size: 150px;
  margin-bottom: 30px;
}

.contador_inicio h3{
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}

.contador_inicio .numero_contador{
  font-size: 60px;
  color: #777;
  font-weight: 600;
}


/*FONDO INICIO*/

.fondo_ciudad{
  padding-bottom: 0px;
}

.fondo_ciudad img{
  width: 100%;
  position: relative; 
}


/*CALL TO ACTION*/
  
.call-to-action{
  background-color: #FA915E;
  padding: 40px 0px;
}

.call-to-action h1{
  margin-top: 100px;
  color: white;
}

.call-to-action p{
  margin-bottom: 40px;
  color: white;
}

.call-to-action .btn-default{
  color: #FA915E;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  padding: 10px 25px;
}


/*ULTIMAS NOTICIAS*/

.ultimas_noticias .titulo_solo{
  margin-bottom: 90px;
}

.ultimas_noticias .col-sm-8{
  border-right: 1px solid #ddd;
}

.ultimas_noticias .cont-noticia{
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.ultimas_noticias .cont-noticia .cont-img{
  width: 40%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-image: url('../img/noticia.jpg');
}

.cont-noticia .cont-img .cont-categorias{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  padding: 15px 20px;
}

.categoria-noticia{
  color: white !important;
  font-size: 13px;
  background-color: #FA915E;
  padding: 4px 8px;
  margin-right: 5px;
}

.ultimas_noticias .cont-noticia .cont-img:before{
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255, 255,.08);
}

.ultimas_noticias .cont-noticia .cont-img:after{
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  border-top: 127px solid white;
  border-right: 20px solid white;
  border-left: 20px solid transparent;
  border-bottom: 127px solid transparent;
}

.ultimas_noticias .cont-noticia .cont-info{
  width: 60%;
  padding: 70px 40px 60px 10px;
  background-color: white;
  position: relative;
} 

.ultimas_noticias .cont-noticia .cont-info .fecha{
  position: absolute;
  left: -70px;
  top: 25px;
  padding: 4px 10px;
  background-color: #FA915E;
  color: white;
}

.ultimas_noticias .cont-noticia .cont-info a{
  color: #30302F;
  transition: all ease .2s;
}

.ultimas_noticias .cont-noticia .cont-info .flecha{
  font-size: 25px;
  position: relative;
}

.ultimas_noticias .cont-noticia .cont-info .flecha:before{
  content: '';
  position: absolute;
  right: 3px;
  top: 17px;
  width: 30px;
  height: 2px;
  transition: all ease .2s;
  background-color: #303030;
}

.ultimas_noticias .cont-noticia .cont-info:hover .flecha:before{
  background-color: #fa915e;
}

.ultimas_noticias .cont-noticia .cont-info:hover .flecha{
  color: #fa915e;
}

.ultimas_noticias .cont-noticia .cont-info .flecha i{
  width: 45px;
  text-align: right;

}

.ultimas_noticias .cont-noticia .cont-info .titulo_noticia{
  font-weight: 800;
  font-size: 30px;
  max-height: 120px;
  line-height: 30px;
  text-transform: uppercase;
}

.ultimas_noticias .cont-noticia .cont-info .titulo_noticia div{
  width: 100%;
  overflow: hidden;
  height: 120px;
}

.ultimas_noticias .cont-noticia .cont-info .flecha{
  position: absolute;
  bottom: 20px;
  right: 50px;
}

.col_publicidad img{
  margin-bottom: 20px;
  width: 100%;
}


/*EVENTO*/

.sec_evento{
  position: relative;
  height: 700px;
}

#carousel-evento{
  display: none;
}

.sec_evento .cont-img-evento{
  height: 400px;
  width: 100%;
  background-color: #aaa;
  position: absolute;
  background-size: cover;
  background-position: center;
}

.eventos-slide-controladores{
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-size: 25px;
}

.eventos-slide-controladores a{
  color: #30302F;
  transition: all ease .2s;
  position: relative;
}

.eventos-slide-controladores a[data-slide="prev"]:before{
  content: '';
  transition: all ease .2s;
  position: absolute;
  left: 3px;
  top: 15px;
  width: 30px;
  height: 2px;
  background-color: #30302F;
}

.eventos-slide-controladores a[data-slide="next"]:before{
  content: '';
  transition: all ease .2s;
  position: absolute;
  right: 3px;
  top: 15px;
  width: 30px;
  height: 2px;
  background-color: #30302F;
}

.eventos-slide-controladores a:hover{
  color: #fa915e;
}

.eventos-slide-controladores a[data-slide="prev"]:hover:before, .eventos-slide-controladores a[data-slide="next"]:hover:before{
  background-color: #fa915e;
}

.eventos-slide-controladores i{
  width: 35px;
}

.sec_evento .info-evento{
  position: absolute;
  top: 20px;
  background-color: #30302F;
  padding: 30px 50px;
}

.sec_evento .info-evento h1, .sec_evento .info-evento p{
  margin: 20px 0px;
  color: white;
}

.sec_evento .info-evento p{
  height: 90px;
  overflow: hidden; 
}


/*NOSOTROS*/

.nosotros_origen img{
  position: relative;
  right: 0px;
  z-index: 2;
}

.info_naranja{
  margin-top: -20px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #FA915E;
  overflow: hidden;
}

.info_naranja p{
  color: white;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.info_naranja p:before{
  content: url(../img/quote.png);
  position: absolute;
  left: -150px;
  top: -50px;
  opacity: .5;
  z-index: 0;
}

.info_naranja p:after{
  content: url(../img/quote.png);
  position: absolute;
  right: -150px;
  bottom: -50px;
  opacity: .5;
  transform: rotate(180deg);
  z-index: 0;
}

.nosotros_info p{
  margin-bottom: 40px; 
}

.nosotros_info p:last-child{
  margin-bottom: 0px;
}

.cont-img-mision{
  height: 400px;
  background-image: url('../img/mision.jpg');
  background-size: cover;
  background-position: center;
}

.mision .col-data h1{
  margin-top: 10px;
}

.mision .col-data h2{
  margin-top: 20px;
}

.mision .info_mision{
  background-color: #303030;
  padding: 70px 50px 50px 220px;
  margin-top: -290px;
  position: relative;
  z-index: -1;
}

.mision .info_mision p{
  color: white;
  margin-bottom: 20px;
}

.directivos h2:before{
  width: 100px;
  left: -110px;
}

.directivos .col-xs-12 h2{
  margin-bottom: 50px;
}

.directivos .miembro_cmcp{
  margin-bottom: 80px;
}

.directivos h1{
  font-size: 25px;
}

.directivos h2{
  margin-left: 0px;
}

.directivos h2:before{
  width: 50px;
  left: -60px;
}

.directivos .cont-img-directivo{
  width: 100%;
  height: 200px;
  /*background-image: url('../img/directivo.png');
  background-position: center;
  background-size: cover;*/
  position: relative;
}

.cont-img-directivo:before{
  content: '';
  position: absolute;
  left: 0px;
  height: 185px;
  width: 100%;
  top: -10px;
  left: -10px;
  background-color: #FA915E;
  z-index: -1
}

.panel-leyes{
  padding: 10px 80px;
  border: none;
  border-radius: 0px;
  margin-bottom: 30px;
}

.panel-leyes:first-child{
  margin-top: 50px;
}

.panel-leyes span{
  font-size: 20px;
  color: #444444;
  font-weight: 600;
}

.panel-leyes a{
  color: #fa915e;
  padding-top: 3px;
}

.panel-leyes a i{
  margin-left: 10px;
}


/*MATRICULADOS*/

.matriculados .matriculados_buscador{
  margin-top: 60px;
  display: block
}

.form-control{
  border-radius: 0px;
  box-shadow: none;
  height: 40px;
  resize: none;
}

.form-control:focus{
  box-shadow: none;
  outline: none;
}

.matriculados table{
  border-collapse: separate;
  border-spacing: 0px 15px;
}

.matriculados thead{
  background-color: #e0e0e0;
}

.matriculados thead td{
  border: none !important;
  font-weight: 600;
}

.matriculados tbody tr{
  border: 1px solid #ddd;
  border-collapse: separate;
}

.matriculados tbody td{
  padding: 15px 8px !important; 
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td{
    border: 0px;
}
div.dataTables_wrapper div.dataTables_filter{
  margin-top: -45px;
}
div.dataTables_wrapper div.dataTables_filter input{
  height: 40px;
  margin-left: 0.6em;
}

.pagination{
  position: relative;
  z-index: 2;
}

.pagination>li>a.prev:before, .pagination>li>a.next:before{
  content: '';
  position: absolute;
  right: 0px;
  top: 12px;
  height: 10px;
  width: 10px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg); 
}

.pagination>li>a.next:before{
  transform: rotate(-135deg);
  left: 0px;
}

.pagination>li>a, .pagination>li>span{
  border: none;
  padding: 6px 20px;
  margin: 0px 5px;
  color: #444;
  font-weight: 600;
  background-color: transparent;
}

.pagination>li>a:hover{
  background-color: #dedede;
}

.pagination>li>a.prev, .pagination>li>a.next{
  background-color: transparent;
}

.pagination>.active>a{
  background-color: #fa915e;
  color: white;
}

.pagination>.active>a:hover, .pagination>.active>a:focus{
  background-color: #fa915e;
}

.pagination>.disabled>a{
  background-color: transparent;
}

.pager{
  position: relative;
  top: -78px;
}

.pager li>a, .pager li>span{
  background-color: transparent;
  border: none;
  color: #232323;
  transition: all ease .2s;
}

.pager li>a:hover, .pager li>span:hover{
  color: #fa915e;
}

/*REQUISITOS*/

.requisitos_matricula ul li{
  list-style: none;
  position: relative;
  margin-top: 20px;
}

.requisitos_matricula ul li:before{
  content: '';
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: red;
  left: -25px;
  top: 9px;
  background-color: #fa915e
}

.formularios{
  margin-top: 40px;
}

.formularios .panel{
  border: none;
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,.1); 
  border-radius: 0px;
  color: #444;
  transition: all ease .2s;
}

.formularios .panel:hover{
  background-color: #444;
  color: white; 
}

.formularios .panel .panel-body{
  padding: 50px 30px;
  min-height: 200px;
}

.formularios .panel .panel-body i{
  display: block;
  font-size: 30px;
  margin-top: 20px;
}



/*NOTICIAS*/

.sec_noticias .btn-primary{
  background-color: #ccc;
  margin: 0px 20px;
  padding: 10px 50px;
  position: relative;
  outline: none;
  transition: all ease .2s;
}

.sec_noticias .btn-primary:hover{
  background-color: #aaa;
}

.sec_noticias .btn-primary:last-child:before{
  content: '';
  position: absolute;
  top: 5px;
  left: -23px;
  height: 30px;
  width: 2px;
  background-color: #bbb;
}

.sec_noticias .btn-activo{
  background-color: #fa915e;
}

.sec_noticias .btn-activo:hover{
  background-color: #db7648;
}

.sec_noticias .botones-toggle{
  margin-top: 80px;
}

.ultimas_noticias{
  padding-bottom: 50px;
}

.apt_resumenNoticia{
  font-weight: 600;
}

.apt_cuerpoNoticia{
  position: relative;
  top: 40px;
}

.apt_cuerpoNoticia p{
  line-height: 30px;
}

#eventos .cont-evento{
  width: 100%;
  min-height: 260px;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}

#eventos .cont-evento .img-evento{
  width: 40%;
  position: relative;
  background-image: url('../img/noticia.jpg');
  background-position: center;
  background-size: cover;
  left: 0px;
}

#eventos .cont-evento .img-evento:before{
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255, 255,.2);
}

#eventos .cont-evento .info-evento{
  width: 60%;
  display: block;
} 

#eventos .cont-evento .info-evento h2{
  margin-top: 20px;
}

#eventos .cont-evento .info-evento h2:before{
  width: 60px;
  left: -70px
}

#eventos .cont-evento .info-evento .titulo-evento{
  background-color: #333;
  margin-top: 20px;
  padding: 10px 30px 25px 30px; 
  max-height: 310px;
  overflow: hidden; 
}

#eventos .cont-evento .info-evento .titulo-evento h1{
  height: 120px;
  overflow: hidden;
  color: white;
}


.detalles_noticia{
  list-style: none;
  display: flex;
  padding: 0px;
  margin: 30px 0px 50px 0px;
}

.detalles_noticia li{
  margin-right: 30px;
  color: #666;
}

.detalles_noticia li i{
  margin-right: 10px;
}

.detalles_noticia li:first-child i:after{
  content: '|';
  position: relative;
  right: -40px;
}

.apt_noticia hr{
  border-color: #aaa;
  margin: 80px 0px 50px 0px;
}



/*FOOTER*/

.info_footer{
  position: relative;
  z-index: 0;
  /*padding-top: 380px;*/
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: white;
  /*margin-top: -280px;*/
} 

.info_footer .sec-publicitario .img-responsive{
  display: inline-block;
  margin: 0px auto;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,.1);
}

.cont-mapa{
  position: relative;
  z-index: 1 !important;
  width: 100%;
  display: flex;
  margin-top: 70px;
}

.cont-mapa .area{
  width: 70%; 
  height: 320px;
  position: relative;
  background-color: #C9C9C9;
  /*border-radius: 10px;*/
}

.cont-mapa .area #gmap{
  width: 100% !important;
  height: 100% !important;
}

.cont-mapa .info-mapa{
  background-color: #fa915e;
  height: 320px;
  width: 30%;
}

.cont-mapa .info-mapa h2{
  color: white !important;
  margin-left: 60px;
  margin-top: 50px;
}

.cont-mapa .info-mapa h2:first-child{
  margin-top: 30px;
}

.cont-mapa .info-mapa h2:before{
  background-color: white !important;
}

.cont-mapa .info-mapa span{
  display: block;
  color: white;
  font-weight: 400;
  padding: 0px 30px 0px 60px;
}

.footer_001{
  position: relative;
  padding: 30px 0px;
  padding-top: 120px;
  background-color: #444;
  color: #C1C1C1;
  margin-top: -70px;
  z-index: 0 !important;
}

.footer_001 .copy{
  font-size: 11px;
  color: white;
  padding-top: 20px;
}

.footer_001 .copy a{
  color: #ccc;
  text-decoration: none;
}

.footer_001 .copy a:hover{
  color: #eee;
}


/*CONTACTO*/

.sec-form-contacto{
  position: relative;
}

.sec-form-contacto:before{
  content: '';
  position: absolute;
  top: 25px;
  right: 0px;
  width: 43%;
  height: 900px;
  background-color: #fa915e;
}

.sec-form-contacto .cont-info-contacto{
  position: sticky;
  top: 120px;
}

.sec-form-contacto .panel{
  border: none;
  border-radius: 0px;
  margin-top: 0px;
  padding: 20px 30px;
  box-shadow: 0px 0px 20px 2px rgba(0,0,0,.1);
}

.sec-form-contacto .panel label{
  margin-top: 10px;
}

.sec-form-contacto .panel .form-group:first-child label{
  margin: 0px;
} 

.col-info-contacto{
  height: 830px;
}



@media (max-width: 767px) {
  h1{
    font-size: 25px;
    line-height: 25px;
  }

  section{
    padding: 60px 0px;
  }

  .sec-form-contacto:before{
    width: 100%;
    bottom: -60px;
    height: 800px;
    top: initial !important;
  }

  .col-info-contacto{
    height: auto;
  }

  .col-info-contacto .cont-info-contacto{
    position: inherit;
    top: 0px;
  }

  .header_secundario{
    margin-bottom: 40px
  }

  .ultimas_noticias .col-sm-8{
    border: none;
  }

  .navbar-default .dropdown-menu li{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #444
  }

  .navbar-default .dropdown-menu li:before{
    left: 0px;
    right: 0px;
    margin: 0px auto;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color: white;
  }


  #carousel-header .item .carousel-caption{
    width: 100%;
    padding: 20px;
  }

  .navbar_reveal{
    top: 50px !important;
  }

  .info_inicio:before{
    width: 100%;
    height: 250px;
  }

  .contador_inicio .col-xs-12{
    margin-bottom: 80px;
  }

  .call-to-action{
    padding: 120px 0px;
  }

  .call-to-action h1{
    margin-top: 0px;
  }

  .call-to-action img{
    position: absolute;
    height: 420px;
    right: 80px;
    top: -340px;
    opacity: .4;
  }

  .ultimas_noticias .col-md-8{
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }

  .ultimas_noticias .cont-noticia .cont-info .titulo_noticia div{
    font-size: 20px;
    line-height: 20px;
  }

  .sec_evento{
    margin-bottom: 300px;
  }

  .sec_evento .col-xs-12{
    padding-left: 0px;
  }

  .sec_evento .col-data h2{
    margin: 20px 40px;
  }

  .sec_evento .eventos-slide-controladores{
    right: 20px;
    font-size: 50px;
  }

  .sec_evento .info-evento{
    top: 380px;
  }

  .info_footer{
    padding-top: 80px;
  }

  .cont-mapa{
    display: inherit;
    margin-top: 80px;
  }

  .cont-mapa .area, .cont-mapa .info-mapa{
    width: 100%;
    display: block
  }

  .cont-mapa .info-mapa{
    margin-top: -30px;
    padding: 30px 20px;
    height: auto;
  }

  .cont-mapa .info-mapa h2{
    margin-left: 40px;
  }

  .cont-mapa .info-mapa span{
    margin-left: 20px;
  }

  .footer_001 .copy{
    text-align: center;
  }

  .footer_001 img{
    margin: 0px auto;
  }

  .nosotros_origen img{
    margin: 0px auto;
  }

  .info_naranja p:before{
    transform: scale(.7);
    left: -120px
  }

  .info_naranja p:after{
    transform: scale(.7) rotate(180deg);
    right: -120px
  }

  .mision .info_mision{
    margin-top: 0px;
    padding: 30px 50px;
  }

  .panel-leyes{
    padding: 10px;
  }

}

@media (min-width: 768px) and (max-width: 991px) { 
  section{
    padding: 80px 0px;
  }

  .navbar-default .navbar-nav{
    margin: 0px auto;
    text-align: center;
  }

  .navbar-default .navbar-nav>li>a{
    padding: 15px 25px;
  }

  #carousel-header .item .carousel-caption{
    width: 100%;
    padding: 20px;
  }

  .info_inicio:before{
    width: 100%;
    height: 400px;
  }

  .call-to-action h1{
    margin-top: 50px;
  }

  .ultimas_noticias .col-md-8{
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }

  .cont-mapa .area, .cont-mapa .info-mapa{
    width: 50%;
  }

  .mision .info_mision{
    padding: 320px 50px 20px 50px;
  }

  .nosotros_origen img{
    margin-bottom: 150px;
    top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  .ultimas_noticias .cont-noticia .cont-img:after{
    border-top: 125px solid white;
    border-right: 20px solid white;
    border-left: 20px solid transparent;
    border-bottom: 125px solid transparent;
  }
  
  .cont-mapa .area{
    width: 60%;
  }
  .cont-mapa .info-mapa{
    width: 40%;
  }

}

@media (min-width: 1200px) and (max-width: 1449px){
  
}

@media (min-width: 1450px){
  
}