@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');



/* TAGS 
body{
	font-family: 'Archivo Narrow', 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: 50px;
  padding-bottom: 30px;
  font-weight: 400;
}
.mod-footer .logo img {
  width: 35%;
  height: auto;
}
.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;
  margin-bottom: 10px;
  font-family: 'Archivo Narrow', sans-serif;
}
#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;
}








/* ---------- MEDIAs ---------- */
@media (max-width: 370px) {
  #cssmenu-footer h1 {
    font-size: 20pt;
    line-height: 24pt;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(47,47,47);
  }
  #cssmenu-footer h2 {
    font-size: 16pt;
    line-height: 20pt;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(47,47,47);
  }
  #cssmenu-footer 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) {
  #cssmenu-footer h1 {
    font-size: 20pt;
    line-height: 24pt;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    /*color: rgb(47,47,47);*/
  }
  #cssmenu-footer h2 {
    font-size: 16pt;
    line-height: 20pt;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(47,47,47);
  }
  #cssmenu-footer h3 {
    font-size: 14pt;
    line-height: 18pt;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(47,47,47);
  }
}

@media (max-width: 399px) {
  #cssmenu-footer ul {
    width: 100%;
    padding-bottom: 30px;
  }
}

@media (min-width: 400px) and (max-width: 767px) {
  #cssmenu-footer ul {
    width: 100%;
    padding-bottom: 10px;
  }
}

/* Iconos Sociales */
/*.social{
	width: auto;
	display: inline-block; 
	float: none; 
	clear: both; 
	height: 32px; 
	margin: 10px 45px;
	}
	.social a{
		width: 32px;
    height: 32px;
		display: inline-block;
		clear: none; 
		overflow: hidden; 
		margin: 0 2px;
    background-color: black;
    border-radius: 100%;
		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;		
	}
  .ulDatos{
    width: 100% !important;
    padding:0px;
    text-align: center;
  }
  .social a.facebook i{font-size: 21px; margin: 6px 0px 0px 9px;}
  .social a.twitter i{font-size: 21px; margin: 6px 0px 0px 6px;}
  .social a.instagram i{font-size: 21px; margin: 5px 0px 0px 7px;}
  .social a.youtube i{font-size: 21px; margin: 6px 0px 0px 6px;}
  .social a.skype i{font-size: 21px; margin: 6px 0px 0px 6px;}
  .social a.linkedin i{font-size: 21px; margin: 6px 0px 0px 6px;}
  .social a.google i{font-size: 21px; margin: 6px 0px 0px 6px;}
  .social a.rss i{font-size: 21px; margin: 6px 0px 0px 8px;}	
	.social a:hover{filter: alpha(opacity=100);opacity:1; background-size: contain;}

  @media (max-width: 768px) {
    .social{
      width: auto;
      display: inline-block; 
      float: none; 
      clear: both; 
      height: 32px; 
      margin: 0px 27%;
    }
  }*/


  /* Iconos Sociales */
.social{
  width: 100%;
  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;