@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);



/* TAGS 
body{
	font-family: 'Lato', sans-serif;
	color: rgb(151,151,151);
	font-size: 14pt;
	font-weight: 400;
	margin: 0px;
}
img {
	width:100%;
}
a,
a:active,
a:focus,
a:visited {
  text-decoration: none;
  color: rgb(151,151,151);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: rgb(255,255,255);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
ul {  
  margin: 0;  
  padding: 0;  
  list-style-type: none;
}
footer {
}*/





/* ---------- FOOTER ---------- */
footer {
	width: 100%; height: auto; 
	background: #222;
	display: block; 
	position: relative; 
	color: #fff;
	
	text-align: left; 
	padding: 0px 0; 
	font-size: 18px; 
	font-weight: 300;
	}
	
	footer h2,footer h3{
		font-weight: 600; 
		color: #fff; 
		font-size: 36px;
		
		text-transform: uppercase;
		text-align: left; 
		line-height: 30px;
		padding: 0; 
		margin: 10px 0
		}
	footer h3{
		font-size: 24px; 
		text-align: left; 
		line-height: 20px;  
		} 


footer .full-width {
  background-color: rgb(47,47,47);
}
.mod-footer {
  padding-top: 30px;
  padding-bottom: 10px;
  font-weight: 400;

}
.mod-footer .mod-url {
  color: rgb(126,126,126);
  margin-bottom: 40px;
}
.mod-footer .mod-url h1 {
  color: rgb(126,126,126);
  font-size: 14pt;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mod-footer .mod-url h2 {
  color: rgb(126,126,126);
  font-size: 12pt;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}
.mod-footer .mod-url p {
  color: rgb(126,126,126);
  margin-bottom: 30px;
  font-size: 12pt;
}
.mod-footer .mod-url a:hover h1,
.mod-footer .mod-url a:hover h2,
.mod-footer .mod-url a:hover p {
  color: rgb(255,255,255) !important;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.mod-footer .mod-url a.btn-custom {
  margin-bottom: 0;
  color: rgb(255,255,255) !important;
  background-color: rgb(253,59,59);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.mod-footer .mod-url a.btn-custom:hover {
  color: rgb(255,255,255) !important;
  background-color: rgb(102,102,102);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.mod-footer .mod-data ul {
  text-align: center;
}
.mod-footer .mod-data ul li {
  display: inline-block;
  font-size: 12pt;
  color: rgb(102,102,102);
}
.mod-footer .mod-data ul li a img {
  padding-left: 5px;
  width: 40px;
  height: auto;
}
.mod-copy {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.mod-copy p a {
  font-size: 10pt;
  color: rgb(225,225,225);
}
.mod-copy p a:hover {
  color: rgb(255,255,255);
}
.mod-copy p a img {
  padding-right: 5px;
  width: 30px;
  height: auto;
  vertical-align: middle;
}

/* ---------- CSSMENU FOOTER ---------- */
#cssmenu-footer {
  position: relative;
  font-family: 'Lato', sans-serif;
  margin-bottom: 0px;
  display: flex;
}
#cssmenu-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
  position: relative;
  width: auto;
  float: left;
  padding-left: 0px;
  padding-right: 20px;
}
#cssmenu-footer:after,
#cssmenu-footer ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu-footer ul li {
  position: relative;
  margin: 10px 0;
}
#cssmenu-footer ul li.title {
  font-size: 13pt;
  text-transform: uppercase;
  font-weight: 700;
  cursor: default;
  color: rgb(126,126,126);
  padding-bottom: 15px;
}
#cssmenu-footer ul li.active a{
  font-size: 12pt;
  margin: 10px 0;
  color: rgb(255,255,255);
  cursor: pointer;
}
#cssmenu-footer ul li a {
  text-decoration: none;
}
#cssmenu-footer ul li a {
  font-size: 12pt;
  color: rgb(102,102,102);
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu-footer ul li a i{
  color: rgb(102,102,102);
  margin-top: 10px;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu-footer ul li a i:hover{
  color: rgb(255,255,255);
}
#cssmenu-footer ul li:hover a {
  color: rgb(255,255,255);
  font-weight: 400;
}
#cssmenu-footer li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu-footer ul li.has-sub::after {
  right: 15px;
  top: 28px;
  border: 5px solid transparent;
  border-top-color: rgb(47,47,47);
}
#cssmenu-footer ul li:hover::after {
  border-top-color: rgb(253,59,59);
}
#cssmenu-footer ul ul {
  padding-left: 0;
  padding-right: 0;
}

/* CUSTOM */
.full-width{
  width: 100%;
}
.item-list {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 30px;
}

/* Iconos Sociales */
.social {
   width: 140px;
   display: inline-block;
   float: none;
   clear: both;
   height: 32px;
   margin: 20px 0px;
   margin-left: 25px;
}
.social a {
   width: 35px;
   height: 35px;
   display: inline-block;
   clear: none;
   overflow: hidden;
   margin: 0 0px;
   background: url(../img/sociales.png) left top no-repeat;
   filter: alpha(opacity=50);
   opacity: .5;
   -webkit-transition: opacity 0.3s ease-out;
   -moz-transition: opacity 0.3s ease-out;
   -o-transition: opacity 0.3s ease-out;
}
.social a.instagram{
   width: 30px;
   height: 30px;
   margin-bottom: 4px;
}
.social a.facebook{
   background:url(../img/facebook.png) left top no-repeat;
   background-size: contain;
} 
.social a.twitter{
   background:url(../img/twitter.png) left top no-repeat;
   background-size: contain;
}
.social a.instagram{
   background:url(../img/Insta.png) left top no-repeat;
   background-size: contain;border: 3px solid white;
   border-radius: 50%;
}
.social a.google{
   background:url(../img/googleplus.png) left top no-repeat;
   background-size: contain;
}
.social a.rss{
   background:url(../img/rss.png) left top no-repeat;
   background-size: contain;
}
.social a:hover{
   filter: alpha(opacity=100);
   opacity:1;
   background-size: contain;
}

.mod-footer .social {
   z-index: 999;
   margin: 0px 0 0 31px;
}
.mod-footer .logoFooter {
   width: 100%;
   margin: auto;
   text-align: center;
}
.mod-footer #cssmenu-footer ul li a {
   text-transform: capitalize;
}
.mod-footer .h4Datos {
   color: white;
   font-size: 16pt !important;
   margin-bottom: 0px !important;
   font-weight: inherit !important;
   text-transform: capitalize !important;
}
.mod-footer .ulDatos {
   margin-left: 0px !important;
}
.mod-footer .ulDatos > li {
   font-size: 16px;
   text-align: left !important;
}
.mod-footer .ulDatos > li i {
   margin-right: 7px;
}

.mod-footer #cssmenu-footer ul li a i {
   color: white;
   margin-top: 0px; 
}
.mod-footer #cssmenu-footer ul li a {
   color: white;
   margin-top: 0px; 
}

/* ---------- MEDIAs ---------- */
@media (max-width: 370px) {
   h1 {
      font-size: 20pt;
      line-height: 24pt;
      margin-top: 0;
      font-weight: 700;
      text-transform: uppercase;
      color: rgb(47,47,47);
   }
   h2 {
      font-size: 16pt;
      line-height: 20pt;
      margin-top: 0;
      font-weight: 700;
      text-transform: uppercase;
      color: rgb(47,47,47);
   }
   h3 {
      font-size: 14pt;
      line-height: 18pt;
      margin-top: 0;
      font-weight: 700;
      text-transform: uppercase;
      color: rgb(47,47,47);
   }
}
@media (max-width: 768px) {
   h1 {
      font-size: 20pt;
      line-height: 24pt;
      margin-top: 0;
      font-weight: 700;
      text-transform: uppercase;
      /*color: rgb(47,47,47);*/
   }
   h2 {
      font-size: 16pt;
      line-height: 20pt;
      margin-top: 0;
      font-weight: 700;
      text-transform: uppercase;
      color: rgb(47,47,47);
   }
   h3 {
      font-size: 14pt;
      line-height: 18pt;
      margin-top: 0;
      font-weight: 700;
      text-transform: uppercase;
      color: rgb(47,47,47);
   }
}
@media (max-width: 991px) {
   .mod-footer .social {
      margin: 0;
      width: 100%;
      text-align: center;
   }
}
 
@media (max-width: 399px) {
   #cssmenu-footer ul {
      width: 100%;
      padding-bottom: 30px;
   }
}