@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:bot;
src: url(../fonts/bot.ttf) format("truetype");
}

@font-face {
font-family:helv;
src: url(../fonts/helv.otf) format("opentype");
}

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

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

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

h1 { font-size:1.1em; width:100%;  }
h2 { text-align: center; border-bottom:1px solid #888; color:#e2231a; font-size:1.5em; text-transform: uppercase; padding:.6em 0;    }
h3 { margin:0 auto; font-size:1em; text-transform: uppercase; line-height:20px; padding:.5em 0; background-color:#FFD000; font-weight:bold; font-style: italic; width:100%;  box-shadow:0 4px 2px 0 rgba(0,0,0,0.3); text-align: center;   }
h4 { margin:0 auto; font-size:1em; text-transform: uppercase; line-height:20px; padding:.5em 0; background-color:#00406F; color:#fff; font-weight:bold; font-style: italic; width:100%;  box-shadow:0 4px 2px 0 rgba(0,0,0,0.3); text-align: center;  }
h5 {font-size:1.5em; color:#fff; padding:0.3em; text-align:center; background-color:#655282; font-weight:normal; width:70%; margin-left:15%;  }

h2 i {color:#444 !important;}


b {color:#e2231a; font-weight:bold; }

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:#444; padding:1em 0; color:#fff; width:1016px; text-align: center;  }
.block a {margin-left:1em; color:#fff;}
.block i {color:#FFD000 !important;}
.block a:hover { color:#FFD000 !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;} 


#arriba { display: none; position: fixed; bottom:0; right: 30px; z-index: 99;  background-color:#666; color:#fff; cursor: pointer; padding: 15px;  border:none; box-shadow:0 3px 3px 0 rgba(0,0,0,0.5);}
#arriba:hover { background-color:#e2231a; color:#FFF; }

/*Slider*/


#slider { text-align:center; width:1016px;  }
#slider img {width:100%; padding-bottom:0; margin-bottom: 0;  }

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

.btn-floating1, .btn-floating2 { width:40px; height:40px; line-height:35px; display:inline-block; color:#000; 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:#f6f5f3; color:#666; text-align:right; width:100%;  padding:0;  z-index:501; position:relative; font-size:.9em; border-bottom:1px solid #ECECEC;}
#top ul { padding:9px 3em; }
#top li {display:inline; padding:.6em 0; }

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



#header { width:100%; min-height:150px; margin:0 auto;  clear:both; text-align:center;  background:#fff;}  
#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:#FFD000; box-shadow:0 4px 4px 0 rgba(0,0,0,0.5); z-index:1000; position:absolute; font-family: helv;  }
nav ul { width:1016px; margin:0 auto; text-align:center; color:#fff; height:27px; padding-top:.5em;}
nav li { display:inline;  }
nav a { padding:.55em 1.6em .45em 1.6em; color:#000; text-decoration:none; font-size:1.1em; font-style:italic; text-transform:uppercase; }
nav a:hover {color:#fff !important; background-color:#444; animation: fadein 1s; -moz-animation: fadein 1s; /* Firefox */ -webkit-animation: fadein 1s; /* Safari and Chrome */-o-animation: fadein 1s; /* Opera */ } 
nav a:focus {color:#fff;}

/* Dropdown Button */

.dropbtn { border: none; cursor: pointer; padding-bottom:.45em; padding-top:.55em;  font-family: helv;  }

/* The container <div> - needed to position the dropdown content */

.dropdown {  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content { display:none; position:absolute;  text-align:left; background-color:#444444 ;  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4); z-index: 1; margin-top:.3em;}

.dropdown-content a span {font-size:1em !important; padding-left: 1em; color:#FFD000;}

.dropdown-content a {color:#FFF; text-decoration:none; display:block; width:22em !important;  margin-right:0 !important; padding:1em 0 !important; font-size:15px; border-bottom:solid 1px #7F7F7F; }

.dropdown-content a:hover {color:#FFD000;}
.dropdown:hover .dropdown-content { display: block;}


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

#contenido { width:1016px; margin:0 auto; clear:both; margin-top:2em;  } 

.separador {width:1016px;  color:#666;   text-transform: uppercase;  clear:both; text-align:center;   padding:1em 0; letter-spacing:1px;  }

.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 p { margin:0 auto; color:#000; font-size:1em; padding:.5em 0;  line-height:20px; }
#contenido ul {margin-top:0; padding-top:0;}


.title {display:block; color:#3e4793;  margin-top:4px; background:#C9C9C9; font-weight:normal;  text-align:center; border-bottom: 2px solid #3e4793;   }
.title i  {color:#3e4793!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, #ramsa, #quienes, #productos, #publicaciones  { width:100%;  min-height:400px; clear:both; padding-top:3em; }



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

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

.foto { width:100%;}


table { border-top:solid 1px #fff; border-left:solid 1px #fff;   }
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;}
.tit_tabla2 { background-color:#3e4793; text-align: center; color: #fff; }
.tit_tabla2 i {font-size:2em; color:#fff !important; }
table a {color:#fff; }

#contacto iframe {border: solid 2px #0e5289;}

#map {width:1004px; height:300px; }

.verifica { font-size:.9em;  }


#contacto table, #contacto-m table  {border:none;  margin:0; margin-bottom:3em;}
#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:#666;; margin-left:15%;  }
#enviar:hover {background-color:#e2231a; } 

#footer { width:1016px;  min-height:100px; clear:both; text-align:center;  font-size:1em; color:#666666;  padding-top:2em; padding-bottom:2em; z-index:-1; line-height:25px; margin:0 auto;}

#footer a, #footer-m a {color:#e2231a; }
#footer a:hover, #footer-m a:hover {color:#666; }

#footer, #footer-m { text-align:center; border-top:1px solid #969696; }



/*Social Menu*/

.social { position: fixed; right: 0px; top:420px; z-index: 2;}
.social ul {list-style:none; text-align:right;}
.social ul li a {display: inline-block; color:#fff; background:#666; 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:#e2231a; color:#fff; padding: 18px; font-size:large;}
	
	
	
/* Social Footer */

.icon-button {background:#666;  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:#e2231a;  }


/* 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:#fff !important; }
.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:#000; position:fixed; z-index:2000; font-family:helv; font-style: italic; }

header nav { width:100%; left:-100%; margin:0; top:47px; 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:.9em; text-align:left; border-bottom:1px solid #a8a8a8; width:100%;}
header nav ul li a { color:#000; padding:9px; display:block; text-decoration:none; background:#FFd000; font-weight:normal; }
header nav ul li span { margin-right:5px; margin-left:7px; }
header nav ul li a:hover { background:#666666; color:#fff;}

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

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

#contenido-m {width:100%;  }
#contenido-m p { padding:.5em; }
#contenido-m img { width:100%;  }

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

#inicio-m, #ramsa-m, #quienes-m, #servicios-m, #prodcutos-m, #contacto-m { width:100%;  min-height:200px; clear:both;  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:#fff; clear:both;  background: url(../images/separador.png) top right; margin-bottom:1em; text-transform:uppercase; text-align: center;  }
.separador-m h1 {font-size:1.5em;  font-family:helv; font-style: italic;}


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



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

#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}

