﻿/* cyrillic-ext */
@import url('https://fonts.googleapis.com/css?family=Kanit:100,200,300,400,500,600,700,800,900&display=swap');

body{margin: 0px; padding: 0px; font-family: 'Kanit'; margin-top:0px; 
overflow-x:hidden !important;
-webkit-overflow-x:hidden !important;
-moz-overflow-x:hidden !important;
-o-overflow-x:hidden !important;
background: #fff;
}

h1,h2,h3,h4,h5,h6{font-weight: 700;}

#menu-fixed{ background:#fff;display: none;}

header{margin: 0px; padding: 30px 0 20px; width: 100%; background-color: #fff; min-height: 30px;}
.subheader{margin: 0px; padding: 10px 0; width: 100%; background-color: #224f91; top:0px; color: #fff;}
nav{height: 30px; width: 100%;}
.logo_img1{
  height: 70px;
  margin-top: -15px;
}
footer{width: 100%; margin: 0px; color: #fff}
footer a{color: #fff;}
footer .subfooter{background: #ef8d27; color: #fff; padding: 15px 0; font-size: 11px;}
footer .subfooter a{color: #fff;}
footer .iconop{
  float: left;
  font-size: 15px;
  margin-bottom: 25px;
  margin-right: 10px;
}

section{padding: 20px 0; margin: 0px;}
a{text-decoration: none;}
section a{text-decoration: none; color:#92278f; }
section a:hover{color:#e71096;}

.migaja{ color: #81806f; font-size: 16px; font-weight: 300; margin-top: 10px;}
.migaja span{ color: #000; }

p{margin: 0px; padding: 0px; font-weight: 200; font-size: 15px;}
hr{height: 1px; background: #bcb5a7; border:0px;}

.titulo{
  font-size: 24px;
  font-weight: 400;
}

.titulo span{
  font-weight: 500;
}

.boton1{
  padding: 10px 15px; 
  color:#fff;
  font-size: 14px;
  background: #ef8d27;
  font-weight: bold;
}

.boton1:hover{
  color:#224f91;
}

.boton2{
  padding: 10px 15px; 
  width: 150px;
  color:#fff;
  font-size: 14px;
  background: #000;
  font-weight: bold;
  text-align: center;
  display: block;
}

.boton2:hover{
  color:#e61a25;
}

.divtabla{display: table;}
.divtabla > * {
    display: table-cell;
    vertical-align: middle;
  }
.mayuscula{text-transform: uppercase;}
.logoenlaces{ max-height: 110px;  max-width: 180px; }
.mapa_sitio{font-size: 14px; padding: 5px 25px 0px 25px; border-top: solid 1px #cccccc; border-left: solid 1px #cccccc; border-right: solid 1px #cccccc; float: right; }

.texto_interno{font-weight:300; font-size:18px; line-height:25px;text-align:justify;}
.texto_fuente{color:#106939; font-size:15px; font-weight:bold;}
.texto_fuente span{color:#333;}   
#menu-fixed-logo{display: none;}
#webpage{margin: 0 auto; padding: 0; border:0; width: 100%;  position: relative;}

.linea{ height: 1px; background-color: #cccccc; width: 100%; margin: 0px 0px; }
.linea2{ height: 1px; background-color: #cccccc; width: 100%; margin-bottom: 12px; }
.texto-pie{font-size: 13px; color: #919191;text-transform: uppercase; font-weight: 500;}
.texto-pie span{text-transform: lowercase !important;}

.extrabig{font-size: 200px;}
.big{font-size: 80px;}
.mediumbig{font-size: 35px;}

.alinear_centro{text-align: center;}

/* ICONOS REDES SOCIALES MENU */

/* Wrapper */
.icon-button {
	border-radius: 2.5rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
  text-align: center;
	height: 2.5rem;
	line-height: 2.5rem;
	margin: 4px 4px 0 4px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 2.5rem;
  /*background: #d5d5d5;*/
  color:#fff;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
  position: absolute !important;
	left: 50%;
	top: 50%;
  
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.2rem;
  margin: -1.2rem;
}
.icon-button:hover i {
  color:#6c6969;
}
.icon-button:hover span {
	width: 0;
  margin: 0;
  height: 0;
}

.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.youtube span {
	background-color: #db5a3c;
}
.clip span {
  background-color: #afafaf;
}
.envelope span {
  background-color: #312d2e;
}
/* Icons */
.icon-button i {
	background: none;
	color: #fff;
	height: 2.6rem;
	left: 1px;
	line-height: 2.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 2.5rem;
	z-index: 10;
}
.icon-button .icon-twitter {
	color: #6c6969;
}
.icon-button .icon-facebook {
	color: #6c6969;
}
.icon-button .icon-youtube {
	color: #6c6969;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-youtube {
	color: white;
}

/* Circle 2 */
/* Wrapper */
.icon-button2 {
  border-radius: 1.5rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.0rem;
  text-align: center;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: 4px 4px 0 4px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1.5rem;
  /*background: #d5d5d5;*/
  color:#fff !important;
}

.icon-button2 span {
  border-radius: 0;
  display: block;
  position: absolute !important;
  left: 50%;
  top: 50%;
  
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.2rem;
  margin: -1.2rem;
}
.icon-button2:hover i {
  color:#6c6969;
}
.icon-button2:hover span {
  width: 0;
  margin: 0;
  height: 0;
}

/* Icons */
.icon-button2 i {
  background: none;
  color: #fff;
  height: 1.6rem;
  left: 1px;
  line-height: 1.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 1.5rem;
  z-index: 10;
}

.icon-button2:hover{
  color: white;
  text-decoration: none;
}

/* TERMINA LO DE ICONOS */
.separador{ height: 20px; width: 100%; clear: both; margin: 10px 0px;}
.separador1{ height: 15px; width: 100%; clear: both; margin: 5px 0px;}
.separador2{ height: 10px; width: 100%; clear: both;}
.separador3{ height: 5px; width: 100%; clear: both;}
.separador4{ height: 2px; width: 100%; clear: both;}
.clear{ clear: both}

.borde_inferior{ border-bottom: solid 2px #e0e722;}
.serviciostexto {font-size: 14px;}

/*Colores textos*/
.color_verde{color:#2d9615;}
.color_blanco{color:#fff;}
.color_gris{color:#525252;}
.color_negro{color:#000;}
.color_rojo{color:#c51230;}
.color_amarillo{color:#b8a35e;}
.color_morado{color:#92278f;}
.color_rosa{color:#df34ad;}
.color_naranja{color:#ef8d27;}
.color_azul{color:#224f91;}
.color_celeste{color:#2a75b6;}

/*Colores fondos*/
.fondo_verde{background-color:#99cc00;}
.fondo_melon{background-color:#fff7ef;}
.fondo_rosa{background-color:#ec008c;}
.fondo_blanco{background-color:#ffffff;}
.fondo_gris{background-color:#525252;}
.fondo_negro{background-color:#000000;}
.fondo_rojo{background-color:#ea1a26; }
.fondo_naranja{background-color:#ef8d27; }
.fondo_azul{background-color: #224f91; }
.fondo_celeste{background-color:#2a75b6;}

.fondo_somos{
  background: url(../images/fondo_somos.jpg) no-repeat right top; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*Anchura textos*/
.text_thin{font-weight: 100;}
.text_light{font-weight: 300;}
.text_normal{font-weight: 400;}
.text_semibold{font-weight: 600;}
.text_bold{font-weight: 700;}
.text_ultra_bold{font-weight: 900;}

/*Búsqueda*/
 .cf:before, .cf:after {
    content:"";
    display:table;
  }
  .cf:after {clear:both; }
  .cf { zoom:1; }

  /*breadcrumb*/

.breadcrumb_div {
  padding: 7px 0px;
  margin: 0;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  border-left:0px;
  border-right:0px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb {
  margin: 0;
  padding: 0px;
  text-align: right;
  margin-bottom: 0px;
  font-size: 13px;
}
.breadcrumb li {
  display: inline-block;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.breadcrumb .active a {
  color: #333333;
}

.breadcrumb a {
  color: #92278f;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #e71096;
  text-decoration: underline;
}

/*  Generic Styling, for Desktops/Laptops */

  .tabla { 
    width: 100%; 
    border-collapse: collapse;
  }
  .tabla tr:nth-of-type(odd) { 
    background: #eee;
  }
  .tabla th { 
    background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(to bottom, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    color: #2d9615; 
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
  }
  .tabla td{font-weight: 300; font-size: 13px;}
  .tabla td a{ color: #590d65;}
  .tabla td a:hover{ text-decoration: underline;}
  .tabla td, th { 
    padding: 10px; 
    border: 1px solid #ccc; 
    text-align: left; 
  }
  /* 
  Max width before this PARTICULAR table gets nasty
  This query will take effect for any screen smaller than 760px
  and also iPads specifically.
  */
  @media 
  only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px)  {
  
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
      display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
    
    tr { border: 1px solid #ccc; }
    
    td { 
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee; 
      position: relative;
      padding-left: 50%; 
    }
    
    td:before { 
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%; 
      padding-right: 10px; 
      white-space: nowrap;
      content: attr(data-title);
    }
    
  }

  /* Dividers */
.g-hr {
  font-size: 0;
  text-align: center;
  height: 20px;
  width: 100%;
  margin: 35px 0;
  padding: 2px 0;
  overflow: hidden;
  position: relative;
  clear: both;
  }
  .g-hr-h:before,
  .g-hr-h:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 50%;
    margin-top: 7px;
    vertical-align: top;
    position: relative;
    background-color: #e8e8e8;
    }
  .g-hr-h:before {
    left: -13px;
    margin-left: -50%;
    }
  .g-hr-h:after {
    left: 13px;
    margin-right: -50%;
    }
    .g-hr-h i {
      font-size: 16px;
      line-height: 16px;
      height: 16px;
      width: 20px;
      vertical-align: top;
      text-align: center;
      color: #e8e8e8;
      }
  /* SIZE: small */
  .g-hr.size_small {
    margin: 25px 0;
    }
  /* SIZE: big */
  .g-hr.size_big {
    margin: 45px 0;
    }
  /* SIZE: huge */
  .g-hr.size_huge {
    margin: 65px 0;
    }
  /* TYPE: invisible */
  .g-hr.type_invisible {
    height: 0;
    margin: 20px 0;
    }
    .g-hr.type_invisible.size_small {
      margin: 10px 0;
      }
    .g-hr.type_invisible.size_big {
      margin: 30px 0;
      }
    .g-hr.type_invisible.size_huge {
      margin: 50px 0;
      }
    .g-hr.type_invisible .g-hr-h {
      display: none;
      }
  /* TYPE: short */
  .g-hr.type_short {
    width: 30%;
    margin-left: auto !important;
    margin-right: auto !important;
    }
  /* TYPE: simple */
  .g-hr.type_simple .g-hr-h:before {
    left: 0;
    margin-left: 0;
    width: 100%;
    }
  .g-hr.type_simple .g-hr-h:after,
  .g-hr.type_simple .g-hr-h i {
    display: none;
    }

/* Animaciones */
.demo-2 {
  position:relative;
    /*
    float:left;
    margin-right:20px;*/
    width:100%;
    height:190px;
    overflow:hidden;    
    background-color:rgba(26,76,110,0.5);
    list-style: none;

    -webkit-box-sizing: border-box;
      /* Firefox (desktop or Android) 28- */
      -moz-box-sizing: border-box;
      /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
      box-sizing: border-box;
}
.demo-2 p,.demo-2 h2 {
    color:#fff;
    /*padding:10px;
    left:-20px;*/
    top:20px;
    position:relative
}
.demo-2 p {
    font-size:12px;
    line-height:18px;
    margin:0
}
.demo-2 h2 {
    font-size:20px;
    line-height:24px;
    font-weight: 300;
    margin:0;
}
.effect img {
    position:absolute;
    left:0;
    bottom:0;
    cursor:pointer;
    /*margin:-12px 0;*/
    -webkit-transition:bottom .3s ease-in-out;
    -moz-transition:bottom .3s ease-in-out;
    -o-transition:bottom .3s ease-in-out;
    transition:bottom .3s ease-in-out
}
.effect img.top:hover {
    bottom:-76px;
    padding-top:80px
}
h2.zero,p.zero {
    margin:0;
    padding:0
}


/* efecto 2*/

.demo-3 {
    position:relative;
    width:100%;
    height:200px;
    overflow:hidden;
    /*float:left;
    margin-right:20px*/
    -webkit-box-sizing: border-box;
      /* Firefox (desktop or Android) 28- */
      -moz-box-sizing: border-box;
      /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */
      box-sizing: border-box;
}
.demo-3 figure {
    margin:0;
    padding:0;
    position:relative;
    cursor:pointer;
    margin-left:-50px
}
.demo-3 figure img {
    display:block;
    position:relative;
    z-index:10;
    margin:-15px 0
}
.demo-3 figure figcaption {
    display:block;
    position:absolute;
    z-index:5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
.demo-3 figure h2 {
    color:#fff;
    font-size:18px;
    text-align:left;
    font-weight:300;
}
.demo-3 figure p {
    display:block;
    font-size:12px;
    line-height:18px;
    margin:0;
    color:#fff;
    text-align:left
}
.demo-3 figure figcaption {
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:29px 44px;
    background-color:rgba(26,76,110,0.5);
    text-align:center;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.demo-3 figure img {
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.demo-3 figure:hover img,figure.hover img {
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.demo-3 figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}

.imgwgaleria {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;

  -webkit-filter: grayscale(40%);
  -moz-filter: grayscale(40%);
  -ms-filter: grayscale(40%);
  -o-filter: grayscale(40%);
  filter: grayscale(40%); /* Para cuando es estándar funcione en todos */
  filter: Gray(); /* IE4-8 and 9 */

  border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
  border: solid 3px #fff;
}
.imgwgaleria:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%); /* Para cuando es estándar funcione en todos */
  filter: Gray(); /* IE4-8 and 9 */

          transform : scale(1.1);
        -moz-transform : scale(1.1);      /* Firefox */
        -webkit-transform : scale(1.1);   /* Chrome - Safari */
        -o-transform : scale(1.1);        /* Opera */
  z-index: 99;

}

/* --------------------TABS --------------- */

.sectiontab {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

.inputtab {
  display: none;
}

.labeltab {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

.labeltab i {
  margin-right: 10px;
}
.labeltab:hover {
  color: #888;
  cursor: pointer;
}

.inputtab:checked + .labeltab {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid #e70e95;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #contenttab1,
#tab2:checked ~ #contenttab2,
#tab3:checked ~ #contenttab3,
#tab4:checked ~ #contenttab4 {
  display: block;
}

@media screen and (max-width: 650px) {
  .labeltab {
    font-size: 0;
  }

  .labeltab:before {
  font-weight: normal;
  margin-right: 10px;
  font-size: 18px;
}

.labeltab[for*='1']:before {
  content: '\f279';
}

.labeltab[for*='2']:before {
  content: '\f0ac';
}

.labeltab[for*='3']:before {
  content: '\f041';
}

.labeltab[for*='4']:before {
  content: '\f1a9';
}
/*
  .labeltab:before {
    margin: 0;
    font-size: 18px;
  }*/

 .challenge {padding:0px 0px;background-color:#f43184;margin-bottom: 5px; font-size: 12px;}
 .challenge2 {padding:0px 0px;background-color:#451268; font-size: 12px;}
 .porce {width: 80px;}

}
@media screen and (max-width: 400px) {
  .labeltab {
    padding: 15px;
  }

 .challenge {padding:0px 0px;background-color:#f43184;margin-bottom: 5px; font-size: 12px;}
 .challenge2 {padding:0px 0px;background-color:#451268; font-size: 12px;}
 .porce {width: 80px;}

}

/*Formularios*/
/*#form-main{
  width:100%;
  float:left;
  padding-top:0px;
}

#form-div {
  background-color:rgba(72,72,72,0.4);
  padding-left:35px;
  padding-right:35px;
  padding-top:35px;
  padding-bottom:50px;
  width: 450px;
  float: left;
  left: 50%;
  position: absolute;
  margin-top:30px;
  margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}*/

.feedback-input {
  color:#2f4896;
  font-weight:300;
  font-size: 13px;
  border-radius: 0;
  line-height: 20px;
  background-color: #fff;
  padding: 8px;
  margin-bottom: 10px;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*border: none;
  border-radius: 5px;
  border: solid 1px #000;*/
  border: 0px;
}

.feedback-input:focus{
  box-shadow: 0;
  outline: none;
  background-color: #f5f5f5;
}

.focused{
  color:#30aed6;
  border:#30aed6 solid 3px;
}

textarea {
    width: 100%;
    height: 100px;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
  background-color:#fff;
}

#button-blue{
  float: left;
  width: 100%;
  cursor:pointer;
  background-color: #ef8d27;
  color:#fff;
  font-size:17px;
  padding:5px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight:700;
  border:none;
}

#button-blue:hover{
  background-color: #e61a25;
  color: #fff;
}

#button-blue2{
  float:left;
  width: 100%;
  border: #fed371 solid 1px;
  cursor:pointer;
  background-color: #fed371;
  color: #7e7e7e;
  font-size:16px;
  padding-top:10px;
  padding-bottom:10px;
  margin-top:-4px;
  font-weight:300;
}

#button-blue2:hover{
  background-color: rgba(0,0,0,0);
  color: #0493bd;
  border: #fed371 solid 1px;
}
  
.submit:hover {
  color: #3498db;
}
  
.ease {
  width: 0px;
  height: 50px;
  background-color: #fbfbfb;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -ms-transition: .3s ease;
  transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
  #form-div{
    left: 3%;
    margin-right: 3%;
    width: 88%;
    margin-left: 0;
    padding-left: 3%;
    padding-right: 3%;
  }
}

.menupie a{
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 300 !important;
}

.menupie a:hover{
  color: #224f91 !important;
}

.redondo{
  border-radius: 50%;
  padding: 7px 9px;
  font-size: 13px;
  background-color: #423e3f;
  color:#fff;
  font-weight: 500;
  margin: 5px;
}
.redondo2{
  border-radius: 50%;
  padding: 7px 11px;
  font-size: 13px;
  background-color: #423e3f;
  color:#fff;
  font-weight: 500;
  margin: 5px;
}

.galeria{
  overflow: hidden !important;
  height: 400px;
  margin: 0px !important;
  padding: 0px !important;
}
.galeria .foto{
  overflow: hidden !important;
  margin: 0px !important;
  padding: 0px !important;
  position: relative;
}
.galeria .foto img{
  min-width: 110%;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.galeria .foto img:hover{ -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
  filter: Gray(); /* IE4-8 and 9 */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}

  .form{ width: 85%; margin: 0 auto; }

  .numero{
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    float: left;
    margin: 0 10px 0 0;
  }

  .textonumero{
    font-size: 12px;
    line-height: 15px !important;
    margin-top: 7px;
    font-weight: 600;
  }

