@charset "utf-8";
/* CSS Document */

#fondo { position:fixed; top:0; left:0; z-index:-3; animation: fadein 4s; -moz-animation: fadein 4s; /* Firefox */ -webkit-animation: fadein 4s; /* Safari and Chrome */-o-animation: fadein 4s; /* Opera */ }
@keyframes fadein { from { opacity:0;} to { opacity:2; }}
@-moz-keyframes fadein { from { opacity:0;} to { opacity:2; }}
@-webkit-keyframes fadein { from { opacity:0;} to { opacity:2; }}
@-o-keyframes fadein { from { opacity:0;} to { opacity:2; }}



@font-face {

font-family:wauk;

src: url(../fonts/wauk.ttf) format("truetype");

}

@font-face {

font-family:wauk2;

src: url(../fonts/wauk2.ttf) format("truetype");

}


@font-face {

font-family:hurt;

src: url(../fonts/hurt.otf) format("opentype");

}



/*--------*/

* {outline:0; padding:0; margin:0;}

body {outline:0; padding:0; margin:0; font-family:wauk2;  letter-spacing:.03em;  }
a {color:#a93c28;text-decoration:none; }
a:hover, a:focus {color:#000;}
a img {border: 0; outline: 0;}

h2 {font-size: 2em;  color:#a93c28; width:90%; margin:.5em auto; text-transform: uppercase; text-align: center; border-bottom:4px solid #fff; padding-bottom: .5em; font-family: hurt; font-style: italic;  }
h3 {font-weight:normal;  margin:0 auto; font-size:1.6em;  line-height:25px; padding:.5em 0;  }
h4 {font-size:1.5em; color:#fff; padding:0.5em; text-align:center; background-color:#655282; font-weight:normal; margin-top:.5em; }
h5 {font-size:1.5em; color:#fff; padding:0.3em; text-align:center; background-color:#655282; font-weight:normal; width:70%; margin-left:15%;  }


b {color: #a93c28; font-weight:normal;}

p { text-justify:auto; color:#000000; font-size:1em;}
.telefono {font-size: 1.4em;color: #323232;font-weight: bold;}
.telefono a {color:#323232;}
.info {color: #323232; padding-top: 0.2em;}
.block {background:#a93c28; padding:1em 0; color:#fff; width:1016px; text-align: center; }
.block a {margin-left:1em; color:#fff;}
.block i {color:#ec952b !important;}
.block a:hover { color:#000 !important;}


.linea {border-bottom:1px solid #24688d; clear:both;}

#banner { width:100%; height:100%; background:rgba(0,0,0,0.85); position:fixed; z-index:3000; }
.cont_banner { width:700px; min-height:550px; position:absolute; top:50%; left:50%; margin-left:-350px; margin-top:-230px; }
.cont_banner img {float: right; padding-bottom:.5em;} 



/*Slider*/


#slider { text-align:center; width:1016px; font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";  }
#slider img {width:100%; }

#slider a:hover {cursor:pointer; color:#ec952b;}

.btn-floating1, .btn-floating2 { width:40px; height:40px; line-height:35px; display:inline-block; color:#a93c28; background-color:#FFF; position:relative; overflow:hidden; z-index:1; padding:0; border-radius:50%; cursor:pointer; 
font-size:20px; top:-50px; 
-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none; box-shadow:0 3px 3px 0 rgba(0,0,0,0.5); }

.btn-floating1 {float:left; margin-left:1em;}
.btn-floating2 {float:right; margin-right:1em;}


/*--------*/


#top { background: #a93c28; color:#fff; text-align:right; width:100%;  padding:0;  z-index:501; position:relative; border-bottom: solid 1px #000;}
#top ul { padding:9px 3em; }
#top li {display:inline; padding:.6em 0; }

#top a { padding:9px; color:#fff;}
#top a:hover {  color:#000; animation: fadein 1s; -moz-animation: fadein 1s; /* Firefox */ -webkit-animation: fadein 1s; /* Safari and Chrome */-o-animation: fadein 1s; /* Opera */}



#header { width:100%; height:150px; margin:0 auto; background:#ec952b; clear:both; text-align:center;    }  
#pinza {position:absolute; z-index:300;}
.logo { height:150px; }

.menu-fixed {position:fixed; z-index:1000; width:100%; top:0;}

nav { width:100%; margin:0 auto; background:#000; box-shadow:0 4px 4px 0 rgba(0,0,0,0.2); z-index:1000; position:absolute; font-family: hurt; font-style: italic;  }
nav ul { width:1016px; margin:0 auto; text-align:center; color:#fff; height:30px; padding-top:.5em;}
nav li { display:inline;  }
nav a { padding:.6em 2em; color:#fff; text-decoration:none; font-size:1.1em; }
nav a:hover {color:#ec952b; animation: fadein 1s; -moz-animation: fadein 1s; /* Firefox */ -webkit-animation: fadein 1s; /* Safari and Chrome */-o-animation: fadein 1s; /* Opera */ } 


/*--------*/

#contenido { width:1016px; margin:0 auto;  background-color:rgba(255,255,255,.6); padding:1em 2em 0 2em; clear:both; margin-top:38px; } 

.separador {width:1016px;  color:#000; clear:both; text-align:center; background: url(../images/separador.png) repeat-x top right;  padding:.5em 0;  margin-bottom:2em; text-transform: uppercase; font-family:wauk; letter-spacing:2px; }
.separador h1 {padding-top:.5em !important;}


.columna {width:1004px; min-height:10px;  padding:0; clear:both; text-align:justify; margin-top:12px;}
.columna-2 {width:478px; min-height:100px; margin-left:12px; float:left; text-align:justify; }
.columna-3 {width:320px; min-height:100px; margin:9px; float:left; text-align:center !important;  }
.columna-4 {width:230px; min-height:100px; margin-left:17px; float:left; text-align:center;   }



#contenido h1 { font-size:1.6em; padding:.3em 1em; text-align:center;  }
#contenido p { margin:0 auto; color:#000; font-size:1.1em; padding:.5em 0;  line-height:20px; }
#contenido ul {margin-top:0; padding-top:0;}


.title {display:block; color:#fff;  margin-top:4px; background:#a93c28; font-weight:normal;  text-align:center; border-bottom: 2px solid #000; font-family: hurt; font-style: italic; border-top-right-radius:.5em; border-top-left-radius:.5em;   }
.title i  {color:#ec952b !important;}
.title2 i {color:#fff !important;}

.title2 {display:block; color:#fff;  margin-top:4px; background:#0e5289; font-weight:normal;  text-align:center; border-bottom: 2px solid #FFFFFF;  }



.columna-2 h3, .columna h3 {text-align:center;  margin-top:0;  }
.columna-2 p {width:95%;}
.columna p {width:95%;}

/*--- secciones -----*/

#servicios, #productos, #nosotros  { width:100%;  min-height:400px; clear:both; padding-top:3em; }


#contenido i, #contenido-m i  {color:#a93c28; }


#contenido ul{ padding:.5em .5em; }
#contenido ul li  { list-style:none; padding:.2em 0; text-align:left; font-size:1.1em;  }

#nosotros ul { float:left; width:38%; margin-left:8%; }


.foto { border: solid 4px #000; border-radius:1em; width:93%; margin-left: 3%; margin-top:.5em;}
.foto2 { border: solid 4px #000;  border-bottom-left-radius: 1em; border-bottom-right-radius: 1em; width:98.3%; }

table { border-top:solid 1px #fff; border-left:solid 1px #fff; background:#000; color:#fff;  }
table tr {}
table td {border-bottom:solid 1px #fff; border-right:solid 1px #fff; padding: .5em; }

.tit_tabla { background-color:#7086ef; color:#fff;  text-align: center;  }
.tit_tabla i {color:#fff !important; font-size:1.5em;}


.colores { padding-left:59px; }
.colores a { width:72px; height: 72px; float: left; border-right:solid 1px #000; border-bottom:solid 1px #666;}


.imgmovil {border:solid 4px #57a7d7; width:98% !important; margin:.5em 0;}

#contacto h3 {padding:.5em 0; font-size:1.2em;  margin-top:1em; clear:both; text-align:center; margin-bottom:0; line-height:25px; }
#contacto { padding:3em 0; clear:both;  }
#contacto iframe {border: solid 2px #000;}

#map {width:1004px; height:300px; }
.noeventos {width:1004px; height:300px; position:absolute; cursor:pointer; }



#contacto table, #contacto-m table {border:none;  margin:0; margin-bottom:3em; border-radius:1em;}
#contacto table td, #contacto-m table td {border:none; margin-top:1em; }
.text-form { width:97%; padding:.5em; font-size:1em; border:none; box-shadow:0 3px 3px 0 rgba(0,0,0,0.2); margin-bottom:1em; }
.text-form2 { width:40%;  padding:.5em; font-size:1em; border:none; box-shadow:0 3px 3px 0 rgba(0,0,0,0.2); margin-bottom:1em;}
.link_extra {background-color:#4e74b9; padding:.5em; margin-top:1em;}

#enviar { width:70%; height:30px; cursor:pointer; color:#fff; font-size:1em; background-color:#ec952b; margin-left:15%;  }


#footer { width:100%;  min-height:100px; clear:both; text-align:center;  font-size:1em; color:#fff;  padding-top:2em; padding-bottom:2em; z-index:-1; line-height:25px;}
#footer p, #footer-m p  {color:#fff;}
#footer a, #footer-m a {color:#ec952b; }
#footer a:hover, #footer-m a:hover {color:#fff; }

#footer, #footer-m {background: #141414; text-align:center; }



/*Social Menu*/

.social { position: fixed; right: 0px; top:250px; z-index: 2;}
.social ul {list-style:none; text-align:right;}
.social ul li a {display: inline-block; color:#fff; background:#a93c28; padding: 20px 15px; text-decoration: none; animation-direction: normal; -webkit-transition:400ms ease;-o-transition:400ms ease; transition:400ms ease; margin-bottom:.5em; }
.social ul li a:hover {background:#000; color:#fff; padding: 18px; font-size:large;}
	
	
	
/* Social Footer */

.icon-button {background-color: white; border-radius: 3.6em; cursor: pointer;display: inline-block; font-size: 2.0rem; height: 3.6rem; line-height: 3.6rem; margin: 0 5px; position: relative; text-align: center;
-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none; user-select: none; width: 3.6rem; }

/* Circle */

.icon-button span {border-radius: 0; display: block; height: 0; left: 50%; margin: 0; position: absolute; top: 50%;
-webkit-transition: all 0.3s; -moz-transition: all 0.3s;  -o-transition: all 0.3s; transition: all 0.3s; width: 0; }
	
.icon-button:hover span { width: 3.6rem; height: 3.6rem; border-radius: 3.6rem; margin: -1.8rem; }
.twitter span, .facebook span, .mail span, .linkedin span { background-color:#ec952b;  }


/* Icons */
.icon-button i { background: none; color: white; height: 3.6rem; left: 0; line-height: 3.6rem; position: absolute; top: 0; width: 3.6rem; z-index: 10;
-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.icon-button .flaticon-twitter, .icon-button .flaticon-facebook, .icon-button .flaticon-mail, .icon-button .flaticon-linkedin { color:#ec952b;}
.icon-button:hover .flaticon-twitter, .icon-button:hover .flaticon-facebook, .icon-button:hover .flaticon-mail, .icon-button:hover .flaticon-linkedin { color:#fff; }
	
	
	
/*Contenido movil*/


header { top:0; left:0; width:100%; background:#a93c28; position:fixed; z-index:2000; }

header nav { width:100%; left:-100%; margin:0; top:56px; border:none; position:absolute;  }
header nav ul { list-style:none; width:100%; height:100%; padding:0; }

header nav ul li {display:block; float:none; font-size:1em; text-align:left; border-bottom:1px solid #000; width:100%;}
header nav ul li a { color:#fff; padding:10px; display:block; text-decoration:none; background:#ec952b; font-weight:normal; }
header nav ul li span { margin-right:7px; margin-left:10px; }
header nav ul li a:hover { background:#666666; color:#fff;}

.menu_bar { display:block; width:100%; color:#fff; cursor:pointer; border-bottom:1px solid #000;}
.menu_bar .bt-menu { display:block; padding:16px;  color:#fff; text-decoration:none; font-weight:normal; font-size:20px; }


/*-------------*/

#contenido-m {width:100%; background-color:rgba(255,255,255,.6); }
#contenido-m p {  line-height:20px; }
#contenido-m li { line-height:20px;}
#contenido-m img { width:100%;  }
#contenido-m h3 {font-size:1.3em;}


#contenido-m .title {margin-top:0; }

#inicio-m, #productos-m, #servicios-m, #nosotros-m, #contacto-m { width:100%;  min-height:200px; clear:both; padding-top:56px; margin:0 auto;   }



.columna-m {width:95%; float:left;  padding-left:2.25%; margin-bottom:.5em;}
.separador-m {width:100%; padding-top:5%; padding-bottom:4%; color:#000; clear:both; text-align:center; background: url(../images/separador.png) top right; margin-bottom:1em; text-transform:uppercase;   }
.separador-m h1 {font-size:1.2em; padding-right:1.5em;}


.title-m {display:block; color:#fff; background:#c1afd8; padding:.4em 0;  font-size:1.1em; border:1px dotted #655282; font-weight:normal; text-align: center;   }



.colores-m a { width:72px; height: 72px; float: left; border-right:solid 1px #000; border-bottom:solid 1px #666;}

.foto-m { border: solid 4px #000; border-radius:1em;  margin:.7em 0; width:98% !important;}
.foto2-m { border: solid 4px #000;  border-bottom-left-radius: 1em; border-bottom-right-radius: 1em; width:98% !important; margin-bottom:.7em; }



/*-------------*/

#map-m {width:100%; height:300px; clear:both; }
.noeventos-m {width:96%; height:300px; position:absolute; cursor:pointer; }
#contacto-m iframe {border-top: solid 2px #0e5289; border-bottom: solid 2px #0e5289;}

#footer-m {width:100%; clear:both; padding:2em 0; line-height:20px;} 


/*-------------*/


@media (max-width:600px){.hide-small{display:none!important}}
@media (max-width:992px) and (min-width:601px){.hide-medium{display:none!important}}
@media (min-width:993px){.hide-large{display:none!important}}
.animate-fading{-webkit-animation:fading 10s infinite;animation:fading 10s infinite}
@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.animate-opacity{-webkit-animation:opac 1.5s;animation:opac 1.5s}
@-webkit-keyframes opac{from{opacity:0} to{opacity:1}}
@keyframes opac{from{opacity:0} to{opacity:1}}
.animate-top{position:relative;-webkit-animation:animatetop 0.4s;animation:animatetop 0.4s}
@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.animate-left{position:relative;-webkit-animation:animateleft 0.4s;animation:animateleft 0.4s}
@-webkit-keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.animate-right{position:relative;-webkit-animation:animateright 0.4s;animation:animateright 0.4s}
@-webkit-keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.animate-bottom{position:relative;-webkit-animation:animatebottom 0.4s;animation:animatebottom 0.4s}
@-webkit-keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.animate-zoom {-webkit-animation:animatezoom 0.6s;animation:animatezoom 0.6s}
@-webkit-keyframes animatezoom{from{-webkit-transform:scale(0)} to{-webkit-transform:scale(1)}}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.animate-input{-webkit-transition:width 0.4s ease-in-out;transition:width 0.4s ease-in-out}.animate-input:focus{width:100%!important}

