html{
  font-size: 12pt;
}

@font-face{
    font-family:"untitled-font-1";
    src:url(../fonts/untitled-font-1.ttf);
  }


@font-face{
    font-family:"Lato-Light";
    src:url(../ttf/Lato-Light.ttf);
  }

* {
padding:0;
margin:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

video{
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*menu desde aca*/
.desplegable{
position: absolute;
right: 0;
box-shadow: inset 0px 0px 0px 4px #91b249;
widows: 100%;
padding: 10px;
  transition: all 0.2s linear;
}
.desplegable:hover{
  box-shadow: inset 0px 0px 0px 6px #91b249;
}
.logo{
  -webkit-box-sizing: border-box;
  padding: 0;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  width:250px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  
}
aside{
  width: 50px;
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.54);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em;
  border: solid 1px rgba(0, 0, 0, 0.33);
  border-radius: 5px;
}
.redes-linear{
  font-family: "untitled-font-1";
  line-height: 1em;
  height: 40px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 2rem;
  display: inline-block;
  z-index: -1;
  margin: 5px auto;
   transition: all 0.2s linear;
  color: #3c5308;
}
.redes-linear:hover{
  color: #583802;
  transition: all 0.2s linear;
 
}
 
.menu_bar {
display:none;
}
 
header {
width: 100%;
padding: 0.5em 0 1em 0;
box-shadow: inset 0px -2px 20px rgba(2, 2, 2, 0.12);
position: fixed;
top: 0;
background-color: rgba(255, 255, 255, 0.85);
height: 70px;
z-index: 2;
}
 
header nav {
z-index:1000;
max-width: 1920px;
width:100%;
text-align: center;
padding: 0;
margin: 0;
}
 
header nav ul {
list-style:none;
}
 
header nav ul li {
display:inline-block;
position: relative;
padding: 0;
box-shadow: inset 1px 0px 0px #b88a3c;
z-index: 1000;
}
 
header nav ul li a:hover {
color: #fff;
box-shadow: inset 800px 0px 0px #91b249;

}
 
header nav ul li a {
color:#000000;
display:block;
text-decoration:none;
padding: 10px 25px;
transition: all 0.2s linear;
box-shadow: inset 0px 0px 0px #698136;
}
 
header nav ul li a span {
}
 
header nav ul li:hover .children {
display:block;

}
 
header nav ul li .children {
display: none;
background:#dedede;
position: absolute;
width: 150%;
z-index:1000;
text-align: right;
}
 
header nav ul li .children li {
display:block;
overflow: hidden;
border-bottom: 1px solid rgba(255,255,255,.5);
}
 
header nav ul li .children li a {
display: block;
}
 
header nav ul li .children li a span {
float: right;
position: relative;
top:3px;
margin-right:0;
margin-left:10px;
}
 
header nav ul li .caret {
position: relative;
top:3px;
margin-left:10px;
margin-right:0px;
}


/*menu final*/

/*imagenes inicio*/
.img_central{
background-color: red;
max-width: 500px;
display: block;
  margin: 0 auto;
}
.img-center-total{
  display: block;
  margin: auto;
  width: 100%;

}
.lista{
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.3rem 0;
  font-size: 1.4rem;
  max-width: 450px;
  margin: 0 auto;
  color: #774b00;
  position: relative;
  /*box-shadow: 0px 0px 0px 2px red*/
  /*background-color: #3c62b8;*/
  
}
.lista::before{
  content: "\2713";
  color: #91b249;
  font-size: 2rem;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.51);
  position: absolute;
  left: -30px;
  bottom: 0px;
}
/*imagenes fin*/


/*video*/

.video-instagram{
  margin: 0 auto;
  width: 100%;
  background-color: #00ff45;
  padding: relative;
  display: block;
  text-align: center;
}

/*estilos basicos body footer*/
body{
  margin: auto;
  font-family:  "Lato-Light";
  /*background-image: url("../images/1.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;*/
}
footer{
  background-color: rgb(54, 54, 54);
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5rem;
  text-align: center;
}
.urra{
  background-color: rgba(145, 178, 73, 0.18);
  -webkit-box-shadow: inset 0px 0px 15px  5px #ffffff;
  box-shadow: inset 0px 0px 15px  5px #ffffff;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.28);
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  color: #b88a3c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
}
.urra2{
  background-color: rgba(255, 255, 255, 0.06);
  -webkit-box-shadow: inset 0px 0px 15px  5px #ffffff;
  box-shadow: inset 0px 0px 15px  5px #ffffff;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.28);
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  color: #b88a3c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
}
/*fuentes -h1 -h2 etc..*/

h1 {
  
    font-size: 1.5rem;
  margin: 0 auto;
  display: table;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: 900;
  list-style: 2.3;
  -webkit-box-shadow:  3px 3px 5px rgba(0, 0, 0, 0.29);
  box-shadow:  3px 3px 5px rgba(0, 0, 0, 0.29);
  /*text-shadow: 0px 0px 6px #000;*/
  color: #91b249;
  border: solid 2px #b88a3c;
}
h2{
  text-align: center;
  background-color: #E5FCC2;
  display: block;
  margin: 0 auto;
  color: #332610;
  padding: 0.3em 1em;
  font-size: 1.5rem;
  /*box-shadow: inset 0px 0px 15px 1px rgba(255, 255, 255, 0.37);*/
  
}
h3{
  font-size: 1.5rem;
  margin: 0 auto;
  background-color: #ffffff;
  display: table;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: 900;
  list-style: 2.3;
  /*text-shadow: 0px 0px 6px #000;*/
  color: #91b249;
  border: solid 2px #b88a3c;
    -webkit-box-shadow:  3px 3px 5px rgba(0, 0, 0, 0.29);
  box-shadow:  3px 3px 5px rgba(0, 0, 0, 0.29);
}
h4{
  color: #b7b7b7;
  box-shadow: inset 0px -1px 0px rgba(255, 255, 255, 0.66);
  width: 100%;
  line-height: 1.5rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.13);
}
/*final fuentes -h1 -h2 etc..*/

@media screen and (max-width: 800px) {
body {
padding-top:60px;
}
  .logo{
    margin-top:0px;
    width: 150px;
  }
 
 
.menu_bar {
display:block;
width:100%;
position: fixed;
top:0;
height: 0px;
}
 
.menu_bar .bt-menu {
display: block;
padding:0px;
color: #fff;
overflow: hidden;
font-size: 25px;
font-weight: bold;
text-decoration: none;
}
 
.menu_bar span {
float: right;
font-size: 10px;
}
  header{
    height: 65px
  }
header nav {
width: 80%;
/*height: calc(100% - 80px);*/
position: fixed;
height: 250px;
right:100%;
margin: 0;
z-index: 999;
background-color: #fff;
/*overflow: scroll;*/
}
header nav ul li {
display: block;
border-bottom:1px solid rgba(255,255,255,.5);
box-shadow: inset 0px -1px 3px rgba(0, 0, 0, 0.47);
text-align: center;
}
 
header nav ul li a {
display: block;
}
 
header nav ul li:hover .children {
display: none;
}
 
header nav ul li .children {
width: 100%;
position: relative;
}
 
header nav ul li .children li a {
margin-left:20px;
}
 
header nav ul li .caret {
float: right;
}
}
/*contenido propio de la pagina*/

#contenido {
  max-width: 1920px;
  margin: auto;
}

#cuerpo {
}

#pa_face {
  text-align: center;
}


#caja1 {
  margin: 2rem;
  position: relative;
}



.medio {
  background-color: #fff;
  height: 100px;
}

/*-----------------------------
barra de navegacion
-------------------------------
#texto1::-webkit-scrollbar {
  width: 11px;
  height: 9px;
}
#texto1::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
#texto1::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.94);
  border: 0px none #ffffff;
  border-radius: 50px;
}
#texto1::-webkit-scrollbar-thumb:hover {
  background: #4d4d4d;
}
#texto1::-webkit-scrollbar-thumb:active {
  background: #101010;
}
#texto1::-webkit-scrollbar-track {
  background:rgba(0,0,0,0.5);
  border: 0px none #ffffff;
  border-radius: 50px;
}
#texto1::-webkit-scrollbar-track:hover {
  background: #666666;
}
#texto1::-webkit-scrollbar-track:active {
  background: rgba(0,0,0,0.9);
}
#texto1::-webkit-scrollbar-corner {
  background: transparent;}

-----------------------------
fin barra de navegacion
-------------------------------*/


#texto1 {
  /*width: 600px;
  overflow: auto;
  height: 700px;*/
  /*background-color: rgba(0, 0, 0, 0.82);*/
  color: #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  text-align: justify;
  font-size: 1.2rem;
}
#contenedor-img-lateral{
  /*background-color: rgba(0, 0, 0, 0.29);*/
  width: 100%;
  margin: 0 auto;
  padding: 0.5em;
  box-sizing: border-box;
  background-image: url(../images/5.jpg);
  background-repeat: no-repeat;
  position: relative;
  -webkit-background-size: 100% auto;

}
/*#contenedor-img-lateral, #texto1{
  display: inline-block;
  vertical-align: middle;
}*/
#img_lateral{
 height: 350px;
 width: 350px;
display: block;
 background:url(../images/caras-ovaloN.png),rgba(255, 255, 255, 0.95);
 background-repeat: no-repeat;
 border-radius:100%;
 margin:0 auto;
 z-index:0; 
 -webkit-animation: arte 50s infinite; 
         animation: arte 50s infinite;
 opacity: 0.7;
box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.46);
border: solid 1px rgba(0, 0, 0, 0.24);
}
/*animacion arte*/

@-webkit-keyframes arte{
 0%{
  
  background-position:0px 0px; /*primera*/
 }
 
 9%{
  
  background-position:0px 0px; /*primera*/
 }
 
 10%{
 background-position: 350px 0px;
  box-shadow: inset 6px 0px 1px #454545;
 }
 
 11%{ 
background-position:0px -350px;/*segunda*/
  
 }
 
 30%{ 
  background-position:0px -350px;
 }
 31%{
  
  background-position:-350px -700px; /*segunda*/
 }
 32%{

  background-position:0px -700px;/*tercera*/
 }
 
 45%{
  background-position:0px -700px;
 }
 
 46%{

 background-position:-700px -1050px;/*cuarto*/
 }
  47%{

 background-position:0px -1050px;/*cuarto*/
 }
 
 79%{
  background-position:0px -1050px;
 }
 
 80%{
  background-position:0px -1400px;/*quinto*/
 }
 
 99%{
  background-position: 0px -1400px;
 }
 
 100%{
  background-position: -350px -1400px;
 }
 
}

@keyframes arte{
 0%{
  
  background-position:0px 0px; /*primera*/
 }
 
 9%{
  
  background-position:0px 0px; /*primera*/
 }
 
 10%{
 background-position: 350px 0px;
 }
 
 11%{ 
background-position:0px -350px;/*segunda*/
  
 }
 
 30%{ 
  background-position:0px -350px;
 }
 31%{
  
  background-position:-350px -700px; /*segunda*/
 }
 32%{

  background-position:0px -700px;/*tercera*/
 }
 
 45%{
  background-position:0px -700px;
 }
 
 46%{

 background-position:-700px -1050px;/*cuarto*/
 }
  47%{

 background-position:0px -1050px;/*cuarto*/
 }
 
 79%{
  background-position:0px -1050px;
 }
 
 80%{
  background-position:0px -1400px;/*quinto*/
 }
 
 99%{
  background-position: 0px -1400px;
 }
 
 100%{
  background-position: -350px -1400px;
 }
 
}/*fin animacion*/


#mapa {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5rem;
  width: 100%;
  text-align: center;
}
#tex-mapa{
  max-width: 720px;
  /*background-color: rgba(255, 0, 0, 0.33);*/
  text-align: justify;-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem;
  font-size: 1.3rem;
}
#mapita, #tex-mapa{
  display: block;
  margin: 0 auto;
}
#mapita {
  background-image: url(../images/mapa-vectorizando.svg);
  max-width: 700px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0px 0px 0px 5px rgba(33, 33, 33, 0.73);
}

#logos{
  width: 100%;
  margin:0 auto;
}
.logo-svg{
  width: 100%;
}

/*patrocinadores*/
.patro{
  margin:10px 0 auto;
  display: inline-block;
  vertical-align: top;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.patro:hover{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

#patro1{
  width: 160px;
  height:80px;
  background:url("../images/sprites.jpg") no-repeat;
  background-position: 0 0px;
}
#patro2{
  width: 160px;
  height:80px;
  background:url("../images/sprites.jpg") no-repeat;
  background-position: 0 -80px;
}
#patro3{
  width: 160px;
  height:80px;
  background:url("../images/sprites.jpg") no-repeat;
  background-position: 0 -160px;
}
#patro4{
  width: 160px;
  height:80px;
  background:url("../images/sprites.jpg") no-repeat;
  background-position: 0 -240px;
}
#patro5{
  width: 160px;
  height:80px;
  background:url("../images/sprites.jpg") no-repeat;
  background-position: 0 -320px;
}
#patro6{
  width: 160px;
  height:80px;
  background:url("../images/sprites.jpg") no-repeat;
  background-position: 0 -400px;
}
#patro7{
  width: 160px;
  height:80px;
  background:url("../images/sprites.jpg") no-repeat;
  background-position: 0 -480px;
}
#patro8{
  width: 160px;
  height:80px;
  background:url("../images/sprites.jpg") no-repeat;
  background-position: 0 -560px;
}
#patro9{
  width: 160px;
  height:80px;
  background:url("../images/sprites.jpg") no-repeat;
  background-position: 0 -640px;
}
#patro10{
  width: 160px;
  height:80px;
  background:url("../images/sprites.jpg") no-repeat;
  background-position: 0 -720px;
}
#patro11{
  width: 160px;
  height:80px;
  background:url("../images/sprites.jpg") no-repeat;
  background-position: 0 -800px;
}
#patro12{
  width: 160px;
  height:80px;
  background:url("../images/sprites.jpg") no-repeat;
  background-position: 0 -880px;
}
#patro13{
  width: 160px;
  height:80px;
  background:url("../images/sprites.jpg") no-repeat;
  background-position: 0 -960px;
}
.peque
{
  width: 70px;
  margin: 1px;
  border: solid 1px #000;
  box-shadow: 3px 3px 5px #676767;
  height: auto;
  border-radius: 0.5em;

  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -wap-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.peque:hover
{
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -ms-transform:scale(1.1);
  -wap-transform:scale(1.1);
  -o-transform:scale(1.1);

  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -wap-transition: all 0.2s ease;
  -o-transition: all 0.2+9s ease;
}

#patrocinadores{
  background:#fff;
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 4em 0;
}
.patro{
  width: 150px;
  height: 75px;
}

/*final patrocinadores*/








.link-mas {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: red;
  line-height: 2rem;
  /*width: 200px;*/
  margin: auto;
  transition: all 0.2s;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.46);
  font-weight: 600;
  
}
.link-mas:hover{
  background-color: rgba(183, 0, 0, 0.99);
  color: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.78);
}

.caja-footer {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  height: 500px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem;
}

#caja-footer1 {
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 1rem;
}

.link-mapa {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 2rem;
  box-shadow: inset 0px 0px #414141;
  transition: all 0.1s linear;
}

.link-mapa:hover{
  box-shadow: inset 500px 0px rgba(0, 0, 0, 0.31);
}

.link-mas {
  
}
.contiene{
  width:85%;
  margin: 0 auto;
  padding: 70px 0 0 0;
}
.programa-span{
  
  display: table;
  margin: 1em  0 0 0;
  position: absolute;
  bottom: 20%;
  left: 3%;
  color: aliceblue;
  text-transform: uppercase;
  text-align: center;
}
.programa-span p{
  margin: 1em;
  background-color: #45ADA8;
  padding: 10px;
  font-size: 0.9em;;
}
.texto-1{
  font-size: 1.5rem;
  width: 80%;
  margin: 0 auto;
}
#center{
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.75);
  font-style: italic;
}
/*medias*/
@media (min-width:0px)and (max-width: 720px){
  
  .lista{
    font-size: 1rem;
    padding: 0;
    text-align: left;
    width: 70%;
  }
  .lista::before{
    font-size: 1.2rem;
  }
  
  
  
  .texto-1{
    background-color: ;
    width: 100%;
    font-size: 1.2rem;
  }
  #center{
    background-color:;
    font-size: 1.3rem;
  }
  .programa-span{
    position: relative;
    font-size: 1rem;
    margin: 0 auto;
    
  }
  h2{
    font-size: 1.2rem;
  }
  #img_lateral{
    border-radius: 100%;
    width: 100%;
    max-width: 250px;
    max-height: 250px;
    margin: 0 auto;
    position: relative;
  }
  #caja1{
    margin: 0 auto;
    width: 95%;
  }
  #img_lateral{
    width: 250px;
    height: 250px;
    background:url(../images/caras-ovaloN2.png),rgba(255, 255, 255, 0.95);
    -webkit-animation: arte2 50s infinite; 
         animation: arte2 50s infinite;
  }
  #caja-footer1, #caja-footer2, #caja-footer3{
    width: 100%;
    display: block;
    text-align: center;
  }
  .urra, .urra2{
    font-size: 1em;
  }
}




/*animacion arte2*/

@-webkit-keyframes arte2{
 0%{
  
  background-position:0px 0px; /*primera*/
 }
 
 9%{
  
  background-position:0px 0px; /*primera*/
 }
 
 10%{
 background-position: 250px 0px;
  box-shadow: inset 6px 0px 1px #454545;
 }
 
 11%{ 
background-position:0px -250px;/*segunda*/
  
 }
 
 30%{ 
  background-position:0px -250px;
 }
 31%{
  
  background-position:-250px -500px; /*segunda*/
 }
 32%{

  background-position:0px -500px;/*tercera*/
 }
 
 45%{
  background-position:0px -500px;
 }
 
 46%{

 background-position:-500px -750px;/*cuarto*/
 }
  47%{

 background-position:0px -750px;/*cuarto*/
 }
 
 79%{
  background-position:0px -750px;
 }
 
 80%{
  background-position:0px -1000px;/*quinto*/
 }
 
 99%{
  background-position: 0px -1000px;
 }
 
 100%{
  background-position: -250px -1000px;
 }
 
}

@keyframes arte{
 0%{
  
  background-position:0px 0px; /*primera*/
 }
 
 9%{
  
  background-position:0px 0px; /*primera*/
 }
 
 10%{
 background-position: 350px 0px;
 }
 
 11%{ 
background-position:0px -350px;/*segunda*/
  
 }
 
 30%{ 
  background-position:0px -350px;
 }
 31%{
  
  background-position:-350px -700px; /*segunda*/
 }
 32%{

  background-position:0px -700px;/*tercera*/
 }
 
 45%{
  background-position:0px -700px;
 }
 
 46%{

 background-position:-700px -1050px;/*cuarto*/
 }
  47%{

 background-position:0px -1050px;/*cuarto*/
 }
 
 79%{
  background-position:0px -1050px;
 }
 
 80%{
  background-position:0px -1400px;/*quinto*/
 }
 
 99%{
  background-position: 0px -1400px;
 }
 
 100%{
  background-position: -350px -1400px;
 }
 
}/*fin animacion2*/




/*blog-inicio*/

.img-total {
  width: 100%;
  position: relative;
}
.img-blog{
  width: 100%;
  border-radius: 10px;
  margin: 0 auto;
}
.parrafo-center{
  font-size: 1.2rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em 0 0 0;
}

.entrada{

  margin: 0 auto;
  text-align: center;
  max-width: 300px;
  border: solid 5px rgba(0, 0, 0, 0.11);
  padding: 10px;
}

.link-blog{
  text-decoration: none;
  color: #fff;
  background-color: #ff0000;
  padding: 3px 20px;
  margin: 1em;
  text-align: center;
}
.link-blog:hover{
  background-color: #860000;
}


/*blog-final*/


#comentarios-face{
  background-color: #e5e5e5;
  text-align: center;
}




/*ventana modal  Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background-image: url("../images/logo-svg-800.svg");
  background-color: rgba(0, 0, 0, 0.92);
  background-size: 35%;
  opacity: 1; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*personalizacion*/
ul.popup-gallery{
  /*background-color: red;*/
  padding: 0;
  text-align: center;
}
.img-modal{
  width: 100%;
}
.modal1{
  width: 200px;
  display: inline-block;
  position: relative
}
/*.modal::before{
  content: "\25B6";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 40%;
  top: 40%;
  z-index: 9999;
  font-size: 3rem;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.44);
  width: 25px;
  height: 25px;
}*/

/*final ventana modal*/
@media (min-width:0px)and (max-width: 480px){
  .modal1{
    width: 75px;
  }
  h1, h2, h3{
    font-size: 1em;
  }
}
@media (min-width:481px)and (max-width: 720px){
  .modal1{
    width: 110px;
  }
   h1, h2, h3{
    font-size: 1em;
  }
}
@media (min-width:801px)and (max-width: 1280px){
  .logo{
    width: 160px;
  }
}


/*formulario*/
fieldset {

    color: #FFF;
    text-shadow: 8px 8px 12px #000;
	padding:1em;
  box-sizing: border-box;
  border: none;
}

label {
    font-size: 1em;
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
  
}
input::placeholder{
  text-shadow: none;
  color: rgba(0, 0, 0, 0.18);
  padding: 1em;
}
#submit
{
	background:#eeeeee;
	font-size: 1em;
	border-radius: 0.2em;
	padding: 0.2em 0.5em;
	border: solid 1px #000;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
	margin: 0 auto;

	transition:all 0.2s linear;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-wap-transition:all 0.2s linear;
	color: #000;
}

#submit:hover
{
	background-color: #bcc057;
	color:#fff;
	text-shadow: 5px 5px 12px #fff;
}

#nombre, #email, #apellido
{
	background-color: #f1f1f1;
	width: 100%;
	max-width:none;
	height: 30px;


	color: #000;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);

	font-size: 1.2em;
	text-shadow: 5px 5px 8px #fff;

}

#mensaje
{
	background-color: #fff;
	width: 100%;
	max-width:none;
	height: 30px;
	margin: 1em 0em;
	height: 80px;
	color: #000;
	box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
	border:solid 1px #413d35;
	font-size: 1.2em;
}