@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "OpenSans";
  src: url(fuentes/OpenSans.ttf) format("truetype");
}

@font-face {
  font-family: "Prata";
  src: url(fuentes/Prata.ttf) format("truetype");
}

@font-face {
  font-family: "Cinzel";
  src: url(fuentes/Cinzel.ttf) format("truetype");
}


@font-face {
  font-family: "OpenSansC";
  src: url(fuentes/OpenSansC.ttf) format("truetype");
}


body {
  font-family: "OpenSans";
  font-size: 13px;
}

.pointer:hover {
  cursor: pointer;
}

.txt_azul {
  color: #0B3055;
}

.fondoGris {
  background-color: #F2F2F2;
}

.textServ {
  padding: 10px 5px 10px 5px;
  font-size: 14px;
}

.minh_com {
  min-height: 200px;
}

div.background {
  background: url(../images/barra.png);
  border: 2px solid black;
}

div.transbox {
  margin: 5px;
  background-color: #ffffff;
  border: 1px solid black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
}

div.transbox p {
  margin: 5%;
  font-weight: bold;
  color: #000000;
}

.card-servicios {
  border: 1px solid #F4F6F6;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.minh_500 {
  min-height: 500px;
}

.minh_900 {
  min-height: 900px;
}

.minh_400 {
  min-height: 400px;
}

.card-servicios-header {
  font-size: 18px;
  padding: 10px;
  background-color: #AEB6BF;
}

.card-servicios-body {
  padding: 0px 10px 0px 10px;
  min-height: 200px;
}

.min150 {
  min-height: 160px;
}

.minh_50 {
  height: 50px;
}

.textxs {
  font-size: 10px;
}

.textsm {
  font-size: 12px;
}

.textmd {
  font-size: 14px;
}

.textlg {
  font-size: 17px;
}

.textxl {
  font-size: 20px;
}

.margin5 {
  margin-top: 5px;
}

.margin10 {
  margin-top: 10px;
}

.margin20 {
  margin-top: 20px;
}

.opacity {
  background-color: rgb(255, 0, 0);
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* IE < 9.0 */
  width: 100%;
}

.listagaleria {
  font-family: "OpenSans";
  font-size: 16px;
}

.fijo {
  position: fixed;
  z-index: 10000;
  width: 100%;
  background-color: red;
}

.tit_quienes {
  font-family: "Prata";
  font-size: 30px;
  color: #34495E;
}

.tit_comite {
  font-family: "OpenSans";
  font-size: 18px;
  color: #34495E;
}

.text_comite {
  font-family: "OpenSans";
  font-size: 12px;
  color: #515A5A;
  text-align: justify;
}

.text_quienes {
  font-family: "OpenSansC";
  font-size: 18px;
  color: #616A6B;
  font-weight: 900;
}

.tit_video {
  font-family: "OpenSansC";
  font-size: 25px;
  color: #616A6B;
}

.borde {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 2px solid white;
  /*box-shadow: 1px 1px 1px 2px #CCCCCC;*/
  margin: 10px;
}

.bordegris {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 35px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 2px solid #AEB6BF;
  /*box-shadow: 1px 1px 1px 2px #CCCCCC;*/
  /*margin: 10px;*/
}

.bordegrismenu {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 35px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 3px solid #EAECEE;
  /*box-shadow: 1px 1px 1px 2px #CCCCCC;*/
  /*margin: 10px;*/
}



.borderojo {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 35px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 2px solid #C0392B;
  ;
  /*box-shadow: 1px 1px 1px 2px #CCCCCC;*/
  /*margin: 10px;*/
}

#mdialTamanio {
  width: 100% !important;
}

.margen0 {
  margin: 0px;
  padding: 0px;
}

.tit_atribuciones {
  font-family: "OpenSans";
  font-size: 30px;
}

.subtit_atribuciones {
  font-family: "OpenSans";
  font-size: 20px;
}

.text_atribuciones {
  font-family: "OpenSans";
  font-size: 14px;
}

.tit_links {
  font-family: "OpenSans";
  font-size: 25px;
  color: #34495E;
}

.det_links {
  font-family: "OpenSans";
  font-size: 18px;
  color: #145A32;
}

.padding30 {
  padding: 30px;
}

.pie {
  font-size: 11px;
  font-family: 'OpenSans';
}

.pie:hover {
  font-size: 11px;
  font-family: 'OpenSans';
  color: white;
  font-weight: bold;
}

.boton {
  font-family: "OpenSans";
  text-decoration: none;
  padding: 4px;
  font-size: 15px;
  color: white;
  background-color: #CD6155;
  border-radius: 2px;
  width: 100%;
  border: 2px solid #CD6155;
}

.boton:hover {
  color: #CD6155;
  background-color: transparent;
}

.boton2 {
  font-family: "OpenSans";
  text-decoration: none;
  padding: 4px;
  font-size: 13px;
  color: #7DCEA0;
  background-color: transparent;
  border-radius: 2px;
  width: 100%;
  border: 2px solid #7DCEA0;
}

.boton2:hover {
  color: white;
  background-color: #7DCEA0;
}

.botonmenu {
  font-family: "OpenSansC";
  text-decoration: none;
  padding: 4px;
  font-size: 25px;
  color: #34495E;
  background-color: transparent;
  border-radius: 2px;
  width: 100%;
  border: 2px solid #34495E;
  letter-spacing: 3px;
  font-weight: 900;
}

.botonmenu:hover {
  color: white;
  background-color: #34495E;
}

.botonCardComite {
  font-family: "OpenSansC";
  text-decoration: none;
  padding: 4px;
  font-size: 14px;
  color: #34495E;
  background-color: transparent;
  border-radius: 2px;
  width: 100%;
  border: 2px solid #34495E;
  letter-spacing: 3px;
  font-weight: 900;
}

.botonCardComite:hover {
  color: white;
  background-color: #34495E;
}


.botonmenu2 {
  font-family: "OpenSansC";
  text-decoration: none;
  padding: 4px;
  font-size: 25px;
  color: #34495E;
  background-color: transparent;
  border-radius: 2px;
  width: 100%;
  border: 2px solid #34495E;
  letter-spacing: 5px;
  font-weight: 900;
}

.botonmenu2:hover {
  color: white;
  background-color: #34495E;
}


.formulario {
  font-size: 12px;
  font-family: "OpenSansC";
  color: black;
}

.tit_logo {
  font-size: 18px;
  font-family: "Cinzel";
  color: #212234;
}

.tit_slider {
  font-size: 45px;
  font-family: "OpenSansC";
  color: white;
  text-shadow: 5px 5px 5px black;
}

.text_slider {
  font-size: 40px;
  font-family: "OpenSans";
  color: white;
  text-shadow: 5px 5px 5px black;
}

.tit_modal {
  font-size: 25px;
  font-family: "OpenSans";
  color: #34495E;
}


.tit_modalg {
  font-size: 30px;
  font-family: "OpenSans";
  color: #34495E;
  font-weight: 700;
}

.text_modal {
  font-size: 17px;
  font-family: "OpenSansC";
  color: #AEB6BF;
  font-weight: 500;
}

.boton_modal {
  font-size: 16px;
  font-family: "OpenSans";
  color: white;
}

.ver {
  font-size: 18px;
  font-family: "Cinzel";
  letter-spacing: 4px;
}

.menu {
  font-family: "OpenSansC";
  font-size: 17px;
  text-decoration: none;
  color: #F8F9F9;
  font-weight: 900;
}

.menu:hover {
  color: white;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}

.link {
  text-decoration: none;
}

.link:hover {
  text-decoration: none;
}


.fondo_slider {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8f9+0,e5ebee+50,d7dee3+51,f5f7f9+100;White+Gloss */
  background: rgb(246, 248, 249);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(246, 248, 249, 1) 0%, rgba(229, 235, 238, 1) 50%, rgba(215, 222, 227, 1) 51%, rgba(245, 247, 249, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8f9', endColorstr='#f5f7f9', GradientType=0);
  /* IE6-9 */
}


.fondo {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  border-radius: 3px;
}

@media (max-width: 1200px) {
  .tabletg_computadoras {
    display: none !important;
  }
}


@media (min-width: 1199px) {
  .celular-tabletpeq {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}