/* 
GPazos
*/


/* FUENTES */
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');

/*
Tabla de contenidos
---------------------------------------------
							LINEA
1 > General					23
2 > Portada					204
3 > Header					245
4 > Titulos Principales		426
5 > Paginas					491
6 >	Footer					1050 


--------------------------------------------- */

/*------------------------------------*\
	General
\*------------------------------------*/

body {
	overflow-x: hidden;	
}
.color_bg{	
	background-color:#FFF;
}

/* COLORES */
.color-xeu{
	background:#ffdf01;
	/*background:#fff200;*/
}

.fuente-color-xeu-azul{
	color:#2c3381;
}
.color-ya{
	background:#FFF;
}
.color-fusion{
	background:#FFF;
}
.color-fiera{
	background:#ed1c24;
}
.color-pazos{
	background:#00aeef;
}
.color-pazos-obs{
	background:#0085b7;
}

.color-facebook{
	color:#46629e;
}
.color-twitter{
	color:#4099ff;
}
.color-youtube{
	color:#f50000;
}
.color-whatsapp{
	color:#00E676;
}
.color-instagram{
	color:#000;
}

.fuente-color-pazos{
	color:#00aeef;
	font-weight:800;	
}
.fuente-color-pazos-modal{
	color:#37a6df;
}
.text-primary {
  	color: #00aeef !important;
}

/* ALTO DE LINEA DE PARAGRAFO */
p{
  	line-height: 1.75;
}
/*ANCHOR STYLE*/
a{
	color:#000;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
}
a:hover {
  	color: #00aeef;
	text-decoration:none;
}

/* ESTILO ENCABEZADOS */

h1,
h2,
h3,
h4,
h5,
h6 {
  	font-weight: 700;	
}

/*BOTONES */
.btn {
	font-weight: 700;
  		
}

/* FUENTES */
.fuente-sans{	
	font-family: 'Roboto Slab', serif;
}
.fuente-sans-serif{
	font-family: 'Roboto', sans-serif;	
}


/*ESTILOS VARIOS*/
section {
	/*margin-top:-10rem;*/
	/*padding: 100px 0;*/
}
.inundacion{
	margin-top:-10rem;
}

.contenido-principal{
	background:#FFF;
}

/* CONFIGURACION DE SECCIONES */
h1.section-heading{
	font-size: 45px;
 	margin-top: 0;
  	margin-bottom: 15px;
}
section h2.section-heading{
	font-size: 50px;
 	margin-top: 0;
  	margin-bottom: 15px;
}
section h3.section-subheading {
	font-size: 24px;
	font-weight: 300;	
	margin-bottom: 75px;
	text-transform: none;	
}
section h3.section-subheading-nomargin {
	font-size: 24px;
	font-weight: 300;
	text-transform: none;	
}
section p.section-text{
	font-size:16px;
}


@media (max-width: 1199px) {
	h1.section-heading{
		font-size:40px;	
	}
	section h2.section-heading{
		font-size:40px;	
	}
}
@media (max-width: 991px) {
	h1.section-heading{
		font-size:35px;	
	}
	section h2.section-heading{
		font-size:30px;	
	}
}
@media (max-width: 767px) {
	h1.section-heading{
		font-size:30px;	
	}
	section{		
    	margin-top:0;	
  	}
}
@media (max-width: 450px) {
	p{
		line-height: 1.5;
	}
}
/*
@media (min-width: 768px) {
  	section{		
  	}
}
*/
@media only screen and (max-width: 450px){
	h1.section-heading{
		font-size:25px;	
	}
	section h3.section-subheading {
		font-size:18px;
	}
}


/* BOTONES */
.btn {  
	font-weight: 700;
}

.btn-xl {
  	font-size: 18px;
  	padding: 20px 40px;
}

.btn-primary {
  	background-color: #00aeef;
  	border-color: #00aeef;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  	background-color: #00aeef !important;
  	border-color: #00aeef !important;
  	color: white;
}

.btn-primary:active, .btn-primary:focus {
  	-webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  	        box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

/* SELECCION */
::-moz-selection {
	background: #00aeef;
	text-shadow: none;
}
::selection {
  	background: #00aeef;
  	text-shadow: none;
}
img::-moz-selection {
  	background: transparent;
}

img::selection {
  	background: transparent;
}
img::-moz-selection {
  	background: transparent;
}

/* ---------------------------------------------------------------- */


/*------------------------------------*\
	PORTADA
\*------------------------------------*/

/* SOLUCION VIDEO-PARALAX-BACKGROUND */
.portada-content{
	/*
	min-width:800px;
	min-height:1080px;
	*/
	position:relative;	
}
.portada-info{
	position:absolute; 
	z-index:1029; 
	top:50%;
	left:50%;*/
	
	-webkit-transform: translateY(-50%);
		    transform: translateY(-50%);
	
	-webkit-transform: translateX(-50%);
		    transform: translateX(-50%);			 
	
	color:#FFF;
}
.portada-size-text-heading{
	font-weight:700;
	color:#FFF;
	font-size:2.5rem;
}
.portada-size-text-sub-heading{
	font-weight:300;
	color:#FFF;
	font-size:1.5rem;
}

.portada-space-icono-sec{
	background:#00aeef;
	color:#FFF;
	/*border: solid 1px #0085b7;*/
	-webkit-transition: all 0.3s;
			transition: all 0.3s;	
}

.portada-space-icono-sec:hover{
	background:#0085b7;
	color:#FFF;	
}

.portada-font-sec{
	font-size:1.25rem;	
}

.portada-icon-numeros{
	height:70px;
}
.portada-numeros-text-tit{
	font-size:2.5rem;
}
.portada-numeros-text-txt{
	font:1rem;
}

/* Video wrap */
.bv-video-wrap {
  width: 100%;
  height: 100%;
  /* Please note this is only required if you with to add the
  '.bv-video-wrap--ready' class on the 'onReady' event */
  display: none;
}
.bv-video-wrap--ready {
  display: block;
}
.bv-video-wrap::before {
  /* Optional overlay */
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
/* Video object */
.bv-video {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px){
	.portada-size-text-heading{
		font-size:2rem;
	}
	.portada-size-text-sub-heading{
		font-size:1rem;
	}
	.portada-font-sec{
		font-size:1rem;	
	}
	.portada-icon-numeros{
		height:50px;
	}
	.portada-numeros-text-tit{
		font-size:2rem;
	}
	.portada-numeros-text-txt{
		font:.7rem;
	}
}

@media (max-width: 340px){
	.portada-size-text-heading{
		font-size:1.3rem;
	}
	.portada-size-text-sub-heading{
		font-size:.8rem;
	}
	.portada-numeros-text-tit{
		font-size:1.7rem;
	}
	.portada-numeros-text-txt{
		font:.5rem;
	}
}

/* ---------------------------------------------------------------- */

/*------------------------------------*\
	HEADER
\*------------------------------------*/

/* MENU BAR NORMAL */

#mainNav {
	background-color: #212529;
}
#mainNav .navbar-toggler{	
	right: 0;
	padding: 13px;
	text-transform: uppercase;	
	border: 0;
	color:#FFF;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
	/*background-color: #00aeef;*/
}
#mainNav .navbar-toggler:hover{
	color:#00aeef;
}
#mainNav .navbar-brand {
  	/*color: #00aeef;*/
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  	/*color: #00aeef;*/
}
#mainNav .navbar-nav .nav-item .nav-link {	
	font-family: 'Roboto Slab', serif;
	font-weight:700;
	/*font-size:.8rem;*/
	padding: 0.75em 0;
	letter-spacing: 1px;
	color:#FFF;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
	/*color:#212529;*/
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  	color: #00aeef;
}

/* COLOR DE MENU DESPLEGABLE */
#navbarResponsive{	
	
}

@media (min-width: 0px) {	
	#mainNav {
		padding-top: 25px;
		padding-bottom: 25px;
		-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
		transition: padding-top 0.3s, padding-bottom 0.3s;
		border: none;
		background-color: transparent;
	}
	#mainNav .navbar-brand {
		font-size: 1.75em;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	#mainNav .navbar-nav .nav-item .nav-link {
	  	padding: 1.1em 1em !important;
		color:#FFF;
	}
	
	#mainNav.navbar-shrink {
		padding-top: 0;
		padding-bottom: 0;
		background-color: #212529;
	}
	#mainNav.navbar-shrink .navbar-brand {
	  	font-size: 1.25em;
	  	padding: 12px 0;
	}
}

.portada-seccion-content{
	position:relative;
}
.portada-titulo-main{
	color:#FFF;
	font-size:5rem;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.7);
}

.parallax-window{
    /*min-height: 800px;*/
    background: transparent;
}

@media only screen and (max-width: 767px){
	.portada-titulo-main{
		font-size:4rem;
	}
}

@media only screen and (max-width: 575px){
	.portada-titulo-main{
		font-size:3rem;
	}
}


/* -------------------------------------------------------------- */

/* HEADER NOTICIAS */

#mainNavNot {
  	background-color: #212529;
}
#mainNavNot .navbar-toggler {
	right: 0;
	padding: 13px;
	text-transform: uppercase;
	color:#FFF;
	border: 0;
	/*background-color: #00aeef;*/
}

#mainNavNot .navbar-brand {
  	color: #00aeef;	
}

#mainNavNot .navbar-brand.active, #mainNavNot .navbar-brand:active, #mainNavNot .navbar-brand:focus, #mainNavNot .navbar-brand:hover {
  	color: #00aeef;
}

#mainNavNot .navbar-nav .nav-item .nav-link {	
	font-family: 'Roboto Slab', serif;
	font-weight:700;
	font-size:.8rem;	
	padding: 0.75em 0;
	letter-spacing: 1px;			
}

#mainNavNot .navbar-nav .nav-item .nav-link.active, #mainNavNot .navbar-nav .nav-item .nav-link:hover {
  	color: #00aeef;
}
@media (min-width: 0px) {
	#mainNavNot {		
		-webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
		transition: padding-top 0.3s, padding-bottom 0.3s;
		border: none;
		/*color:#;*/
		
		background:#212529;
	}
	#mainNavNot .navbar-brand {
		font-size: 1.75em;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	#mainNavNot .navbar-nav .nav-item .nav-link {
	  	padding: 1.1em 1em !important;
	}
	#mainNavNot.navbar-shrink {
		padding-top: 0;
		padding-bottom: 0;		
		background-color:#FFF;		
	}
	#mainNavNot.nav-link.navbar-shrink {
		color:white;
	}
	#mainNavNot.navbar-shrink .navbar-brand {
	  	font-size: 1.25em;
	  	padding: 12px 0;
	}
}

/* ------------------------------------------------- */

/* ESTILOS MENU BAR */

.menu-img-logo{
	height:50px;
}
.menu-text-elem{
	font-size:.8rem;	
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	/*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
}
@media only screen and (max-width: 1199px){
	.menu-img-logo{
		height:40px;
	}
	.menu-text-elem{
		font-size:.7rem;
	}
}

@media only screen and (max-width: 1199px){
	.menu-img-logo{
		height:50px;
	}
	.menu-text-elem{
		/*font-size:.7rem;*/
	}
}

@media only screen and (max-width: 991px){
	#navbarResponsive{	
		background-color: rgba(33, 37, 41, 0.8);
	}
	
	.menu-text-elem{
		color:#FFF;
		font-size:1rem;
	}
	
}

@media only screen and (max-width: 340px){
	.menu-img-logo{
		height:35px;
	}
	#mainNav .navbar-nav .nav-item .nav-link {
	  	padding: .5em .5em !important;		
	}
}
/* ------------------------------------------------- */

/*------------------------------------*\
	TITULOS PRINCIPALES
\*------------------------------------*/
header.masthead {
	text-align: center;
	color: #000;
	/*background-image:url(../img/background1.jpg);*/
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;    
}

header.masthead .intro-text {
 	padding-top: 150px;
  	padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  	font-size: 22px;
  	/*font-style: italic;*/
  	line-height: 22px;
  	margin-bottom: 25px;
	/* FUENTE */	

}

header.masthead .intro-text .intro-heading {
  	font-size: 50px;
  	font-weight: 700;
  	line-height: 50px;
  	margin-bottom: 25px;
	/* FUENTE */	
}

@media (min-width: 768px) {
  	header.masthead .intro-text {
    	padding-top: 300px;
	    padding-bottom: 200px;
  	}
	header.masthead .intro-text .intro-lead-in {
    	font-size: 40px;
    	/*font-style: italic;*/
    	line-height: 40px;
    	margin-bottom: 25px;
		/* FUENTE */
		
  	}
  	header.masthead .intro-text .intro-heading {
    	font-size: 75px;
    	font-weight: 700;
    	line-height: 75px;
    	margin-bottom: 50px;
		/* FUENTE */	
  	}
}

.service-heading {
	margin: 15px 0;
	text-transform: none;
}

/* ---------------------------------------------------------------------- */

/*------------------------------------*\
	PAGINAS
\*------------------------------------*/


/* PORTADA - SERVICIOS */
.servicios_info{
	position: relative;
	margin-top: 30px;
}
.border_right{
	position: absolute;
	width: 3px;
	height: 90%;
	top: 5%;
	left: 50%;
	border-right: 1px solid #00aeef;
}
.border_bottom{
	position: absolute;
	width: 90%;
	height: 3px;
	top: 50%;
	left: 5%;
	border-bottom: 1px solid #00aeef;
}
.item_services{
	/*padding: 0 0px 50px 150px;*/
	padding-bottom:50px;
	padding-left:150px;
	padding-right:20px;
	position: relative;
}
.item_services.item_right{
	padding-left:80px;
	padding-right:70px;
	
}
.info_hover{
	position: absolute;
	top: 5px;
	left: 50px;
	overflow: hidden;
	width: 90%;
	/*height: 300px;*/
	opacity: 0;
	padding: 10px 20px 20px 30px;
	background-color:#00aeef;
}

/*.info_hover.serv_right{*/
.info_hover.serv_right{
	left: 0px;	
	margin-left: 0px;
	/*
	left: 30px;	
	margin-left: 50px;
	*/
}
.info_hover.serv_top{
	top: 0;
}
.info_hover h3{
	color: #000;
	font-size: 30px;
	line-height: 60px;
}
.info_hover ul li i{
	color: #000;
}
.info_hover p{
	font-size: 14px;
	font-style: italic;
}
.item_services:hover .info_hover{
	opacity: 1;
	cursor: pointer;	
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}
.info_hover ul{
	margin: 0;
	padding: 0;
}

.info_hover, .item_services:hover .info_hover{
	-webkit-transition: 0.3s all ease;
	   -moz-transition: 0.3s all ease;
	     -o-transition: 0.3s all ease;
	    -ms-transition: 0.3s all ease;
			transition: 0.3s all ease;	
}

#radio{
}

.radio-text-est-des{
	font-size:1.5rem;
	line-height:1.3;
	font-weight:400;
}


.radio-video-cont{
	width:100%;
	height:305px;
}



/*
.radio-animate{
	-webkit-transition: all 0.1s;
	        transition: all 0.1s;
}
.action-button{
	position: relative;
 	padding: 10px 40px;
	margin: 0px 10px 10px 0px;
 	border-radius: 3px;
 	font-size: 18px;
 	color: #ed1c24;
 	text-decoration: none;
	width:100%;
}

.red-btn{
	background-color: #FFF;
 	border-bottom: 5px solid #999;
 	text-shadow: 0px -2px #999;
}
.action-button:active{
	-webkit-transform: translate(0px,5px);
 			transform: translate(0px,5px);  
 			border-bottom: 1px solid;
}
background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);
	background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea); 
	background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea); 
	background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea);
	background-image: linear-gradient(top, #f6f6f6, #eaeaea);
		
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
	   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
	        box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
*/

.radio-style-btn-xeu{
	color:#FFF;
	background:#2c3381;
	border-color:#2c3381;
}
.radio-style-btn-ya{
	color:#FFFFFF;
	background:#feac00;
	border-color:#feac00;
}
.radio-style-btn-fusion{
	color:#ed1c24;
	background:#FFF;
	border-color:#ed1c24;
}
.radio-style-btn-lafiera{
	color:#000;
	background:#ffff01;
	border-color:#ffff01;
}
.radio-style-btn-txt{
	font-size:1rem;
}

.radio-logo-img{
	height:130px;
}

.radio-logo-fusion-img{
	width:100%;
}


@media only screen and (max-width: 1199px){
	.radio-video-cont{		
		height:250px;
	}	
	
	.radio-logo-img{
		height:100px;
	}
	
}

@media only screen and (max-width: 991px){
	.radio-video-cont{		
		height:245px;
	}
	.radio-text-est-des{
		font-size:1.3rem;
	}
	.radio-logo-fusion-img{
		width:auto;
		height:100px;
	}
}

@media only screen and (max-width: 767px){
	.radio-video-cont{		
		height:175px;
	}
	.radio-text-est-des{
		font-size:1.3rem;
	}
	.radio-logo-img{
		height:100px;
	}
}

@media only screen and (max-width: 575px){
	.radio-video-cont{		
		height:190px;
	}
	.radio-text-est-des{
		font-size:1.1rem;
	}
	
	.radio-logo-fusion-img{
		width:auto;
		height:80px;
	}
}
@media only screen and (max-width: 500px){
	.radio-video-cont{		
		height:160px;
	}
}

@media only screen and (max-width: 400px){
	.radio-video-cont{		
		height:120px;
	}
	.radio-text-est-des{
		font-size:1rem;
	}
	.radio-style-btn-txt{
		font-size:.8rem;
	}
	.radio-logo-fusion-img{
		width:auto;
		height:60px;
	}
	.radio-logo-img{
		height:70px;
	}
}
@media only screen and (max-width: 350px){
	.radio-video-cont{		
		height:110px;
	}
}


/* SE UTILIZAN LAS CLASES TIMELINE PARA RADIO */
.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}

.timeline:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	content: '';
	background-color: #e9ecef;
}

.timeline > li {
	position: relative;
	min-height: 50px;
	margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
	display: table;
	content: ' ';
}

.timeline > li:after {
  	clear: both;
}

.timeline > li .timeline-panel {
	position: relative;
	float: right;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left;
}

.timeline > li .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}

.timeline > li .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}

.timeline > li .timeline-image {
	position: absolute;
	z-index: 100;
	left: 0;
	width: 80px;
	height: 80px;
	margin-left: 0;
	text-align: center;
	color: white;
	border: 7px solid #e9ecef;
	border-radius: 100%;
	/*background-color: #fed136;*/
}

.timeline > li .timeline-image h4 {
	font-size: 10px;
	line-height: 14px;
	margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}

.timeline > li:last-child {
  	margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  	margin-top: 0;
  	color: inherit;
	/*font-family: 'Muli', sans-serif;*/
}

.timeline .timeline-heading h4.subheading {
  	text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  	margin-bottom: 0;
	/*font-family: 'Muli', sans-serif;*/
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  	.timeline > li .timeline-image {
    	left: 50%;
    	width: 100px;
    	height: 100px;
    	margin-left: -50px;
  	}
  	.timeline > li .timeline-image h4 {
		font-size: 16px;
    	line-height: 18px;
    	margin-top: 16px;
		
  	}
  	.timeline > li.timeline-inverted > .timeline-panel {
    	float: right;
    	padding: 0 30px 20px 20px;
    	text-align: left;
  	}
}

@media (min-width: 992px) {
	.timeline > li {
	  	min-height: 150px;
	}
	.timeline > li .timeline-panel {
	  	padding: 0 20px 20px;
	}
	.timeline > li .timeline-image {
		width: 150px;
		height: 150px;
		margin-left: -75px;
	}
	.timeline > li .timeline-image h4 {
		font-size: 18px;
		line-height: 26px;
		margin-top: 30px;
	}
	.timeline > li.timeline-inverted > .timeline-panel {
	  	padding: 0 20px 20px;
	}
}

@media (min-width: 1200px) {
	.timeline > li {
	  	min-height: 170px;
	}
	.timeline > li .timeline-panel {
	  	padding: 0 20px 20px 100px;
	}
	.timeline > li .timeline-image {
		width: 170px;
		height: 170px;
		margin-left: -85px;
	}
	.timeline > li .timeline-image h4 {
	  	margin-top: 40px;
	}
	.timeline > li.timeline-inverted > .timeline-panel {
	  	padding: 0 100px 20px 20px;
	}
}
	

#internet{	
}

.internet-img-container{
	width:1280px;	
	height:700px;
	position:relative;
}

.internet-space-carrusel{
	width:100%;
	
	/*
	margin-top:110px;
	margin-left:40px;
	margin-right:40px;
	*/
}
.internet-icons-next-prev{
	font-size:3rem; 
	color:#000; 
	text-shadow: 2px 2px #FFFFFF;
}

.internet-modal-titulo{
	text-align:center;
	font-weight:300;
	color:#898989;
	font-size:2rem;
	letter-spacing: 2.5rem;
	border-bottom:solid 1px #e3e3e3;
	padding-bottom:10px;
}
.internet-modal-desc{
	text-transform:uppercase;
}

.internet-modal-tit-spec{
	font-size:1.5rem;		
}

@media only screen and (max-width: 1199px){
	.internet-modal-titulo{
		font-size:1.8rem;
		letter-spacing: 2rem;
	}
	.internet-modal-tit-spec{
		font-size:1.2rem;		
	}	
}

@media only screen and (max-width: 991px){
	.internet-modal-titulo{
		font-size:1.5rem;
		letter-spacing: 1.5rem;
	}
}





#editorial{
}

.revistaCont{
	height:800px;
	width:100%;
}
@media only screen and (max-width: 575px){
	.revistaCont{
		height:600px;
	}
}
@media only screen and (max-width: 500px){
	.revistaCont{
		height:500px;
	}
}
@media only screen and (max-width: 350px){
	.revistaCont{
		height:400px;
	}
}


/* 
#marketing{
}
----------------------------------
MARKETING
----------------------------------
*/

.marketing-diseno-container{
	width:100%;
	height:500px;
	position:relative;
}
.marketing-info-text{
	position:absolute; 
	z-index:1029; 
	top:50%;
	-webkit-transform: translateY(-50%);
		    transform: translateY(-50%); 	
}

.marketing-img-container{
	width:100%;
	height:500px;
	position:relative;
}

.marketing-titulo-info{
	font-size:2rem;
	font-weight:700;	
	line-height:1.2;
	text-align:left;	
}

.marketing-text-info{
	font-size:1.3rem;
	line-height:1.2;
	text-align:left;
	font-weight:300;
}

@media only screen and (max-width: 991px){
	.marketing-titulo-info{
		font-size:1.8rem;		
	}	
	.marketing-text-info{
		font-size:1.1rem;
	}
}
@media only screen and (max-width: 767px){
	.marketing-titulo-info{
		font-size:1.5rem;		
	}	
	.marketing-text-info{
		font-size:1rem;
	}
}

#franquicias{
}
#inmobiliaria{
}


#portfolio .portfolio-item {
  	right: 0;
  	margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
	position: relative;
	display: block;
	max-width: 400px;
	margin: 0 auto;
	cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	-webkit-transition: all ease 0.5s;
  			transition: all ease 0.5s;
  	opacity: 0;
  	background: rgba(0, 174, 239, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  	opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	font-size: 20px;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 20px;
	margin-top: -12px;
	text-align: center;
	color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
 	 margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  	margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
	max-width: 400px;
	margin: 0 auto;
	padding: 25px;
	text-align: center;
	background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  	margin: 0;
  	text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
	font-size: 16px;
	font-style: italic;
	margin: 0;
	/* FUENTE */
}

#portfolio * {
  	z-index: 2;
}

@media (min-width: 767px) {
  	#portfolio .portfolio-item {
    	margin: 0 0 30px;
  	}
}

/*
.portfolio-modal {
  	padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
	margin: 1rem;
	max-width: 100vw;
}

.portfolio-modal .modal-content {
	padding: 100px 0;
	text-align: center;
}

.portfolio-modal .modal-content h2 {
  	font-size: 3em;
  	margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  	margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
	font-size: 16px;
	font-style: italic;
	margin: 20px 0 30px;	
}

.portfolio-modal .modal-content ul.list-inline {
  	margin-top: 0;
  	margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  	margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  	cursor: pointer;
}

.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	cursor: pointer;
	background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  	opacity: 0.3;
}


.portfolio-modal .close-modal .lr {
	
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	
	-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
	background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
	
	z-index: 1052;
	width: 1px;
	height: 75px;
	
	-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
	background-color: #212529;
}
*/


.team-member {
  	margin-bottom: 50px;
  	text-align: center;
}

.team-member img {
	width: 225px;
	/*height: 225px;*/
	border: 7px solid #fff;
}

.team-member h4 {
	margin-top: 25px;
	margin-bottom: 0;
	text-transform: none;
}

.team-member p {
  	margin-top: 0;
}

/* ----------------
CONTACTO
 --------------- */

.form-group {
  	margin-bottom: 25px;
}
.form-group input, .form-group textarea {
  	padding: 20px;
}
.form-group input.form-control {
  	height: auto;
}
.form-group textarea.form-control{
  	height: 248px;
}
.form-group textarea.form-control.form-portada{
	height:155px;
}
.form-control:focus {
	border-color: #fed136;
	-webkit-box-shadow: none;
			box-shadow: none;
}
::-webkit-input-placeholder {
  	font-weight: 700;
  	color: #ced4da;	
}
:-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
}


.contacto-text{
	line-height:1.5;
	font-size:1.5rem;
}
.contacto-map{
	border:0; 
	width:100%;
	height:400px;
}

@media only screen and (max-width: 991px){
	.contacto-text{
		font-size:1.3rem;
	}	
	.contacto-map{
		height:300px;
	}
}
@media only screen and (max-width: 575px){
	.contacto-text{
		font-size:1rem;
	}	
	.contacto-map{
		height:200px;
	}
}

/*
section#contacto {
	background-color: #212529;
	background-image: url("../img/map-image.png");
	background-repeat: no-repeat;
	background-position: center;
}
section#contacto .section-heading {
  	color: #fff;
}

section#contacto .form-group {
  	margin-bottom: 25px;
}

section#contacto .form-group input,
section#contacto .form-group textarea {
  	padding: 20px;
}

section#contacto .form-group input.form-control {
  	height: auto;
}

section#contacto .form-group textarea.form-control {
  	height: 248px;
}

section#contacto .form-control:focus {
	border-color: #fed136;
	-webkit-box-shadow: none;
			box-shadow: none;
}

section#contacto ::-webkit-input-placeholder {
  	font-weight: 700;
  	color: #ced4da;	
}

section#contacto :-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
}

section#contacto ::-moz-placeholder {
	font-weight: 700;
	color: #ced4da;
}

section#contacto :-ms-input-placeholder {
	font-weight: 700;
	color: #ced4da;
}
*/

/*------------------------------------*\
	NOTICIAS
\*------------------------------------*/

.fuente-not-portada{
	font-size:1.25rem;
}

@media only screen and (max-width: 1199px){
	.fuente-not-portada{
		font-size:1.15rem;
	}	
}
@media only screen and (max-width: 991px){
	.fuente-not-portada{
		font-size:1rem;
	}	
}
@media only screen and (max-width: 767px){
	.fuente-not-portada{
		font-size:.8rem;
	}	
}
@media only screen and (max-width: 575px){
	.fuente-not-portada{
		font-size:1.2rem;
	}	
}

/*
.contact-btn{
	line-height: 50px;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: white;
	background-color: #212529;
}

.contact-btn:hover{
	background-color: #00aeef;
}
*/


/*------------------------------------*\
	FOOTER
\*------------------------------------*/

footer {
  	padding: 25px 0;  	
}

footer span.copyright {
	font-size: 90%;
	line-height: 40px;
	text-transform: none;
	/* FUENTE */  	
}

footer ul.quicklinks {
	font-size: 90%;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: none;
	/* FUENTE */  	
}

footer p.cr-info{
	/*font-family: 'Muli', sans-serif;*/
	font-weight:300;
	font-size:.8rem;
}
footer p.cr-info a{
	text-decoration:underline;
}
	
footer p.f-head-col{
	/*font-family: 'Muli', sans-serif;*/
	font-weight:300;
	text-transform:uppercase;
	/*font-size:1rem;*/
	color:#FFF;
}
footer p.f-body-col{
	/*font-family: 'Muli', sans-serif;*/
	font-weight:700;
	text-decoration:underline;
	font-size:1rem;
}

footer i.social-icons{
	font-size:1.5rem;
	color: white;	
}

.fuente-footer-seccion{
	font-size:1rem;
}

ul.social-buttons {
  	margin-bottom: 0;
}
ul.social-buttons li a {
	font-size: 20px;
	line-height: 50px;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	color: white;
	border-radius: 100%;
	outline: none;
	background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  	background-color: #00aeef;
}

@media only screen and (max-width: 767px){
	.fuente-footer-seccion{
		font-size:.8rem;
	}	
	footer p.cr-info{
		font-size:.6rem;
	}
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
 	 font-weight: 300;
  	line-height: 1;
  	letter-spacing: -.05rem;
  	/*font-family: 'Muli', sans-serif;*/
}


@media (min-width: 40em) {
	.featurette-heading {
    	font-size: 50px;
  	}
}
@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/*------------------------------------*\
	VENTANA FLOTANTE
\*------------------------------------*/

#console{
    width: 150px;
    height: 150px;
    padding: 10px;
}

span.windowTitle {
  /*font-family: "Segoe UI";*/
  font-size: 50;
  width: 100px;
  height: 100px;
  position: relative;
  font-family: "Roboto";
  font-weight: bold
}
#refreshbtn{
  position: absolute;
  position-right: 200px
}

