/*header top*/
body
{
	padding: 0;
	margin:0;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1.5px;
}

header#header-top
{
	display: block;
	height: 133px;
	width: 100%;
	position: relative;
	background: white;
	padding-top: 45px;
}

.center-content
{
	display: block;
	max-width: 1040px;
	height: auto;
	margin:auto;
	padding: 0 20px 0 20px;
}

.button-menu-mobile
{
	display: none;
    float: right;
    height: 40px;
    width: 40px;
    color: #595959;
    padding: 0;
    margin: 0;
    border: 0;
    background: white;
    font-size: 45px;
    position: relative;
    z-index: 3000000;
    cursor: pointer;
    outline: 0;
}


header#header-top .center-content .logo
{
	display: table;
	float: left;
	width: auto;
	height: auto;
}
header#header-top .center-content .logo a
{
	display: block;
	outline: 0;

}

header#header-top .center-content .content
{
	display: table;
	float: right;
	height: auto;
	width: auto;
}
header#header-top .center-content .content menu.menu-top,
header#header-top .center-content .content .media
{
	display: block;
	float: left;

}
nav#navigation-top
{
	display: block;
	padding-top: 45px;
}
header#header-top .center-content .content .media
{
	padding-top: 35px;
}

nav#navigation-top ul
{
	display: flex;
}

nav#navigation-top ul li
{
	padding: 0 20px 0 20px;
}

nav#navigation-top ul li a
{
	color: #838383;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	line-height: 1;

}
nav#navigation-top ul li a:hover,
nav#navigation-top ul li a.active
{
	color: transparent;
}
nav#navigation-top ul li a:hover:before,
nav#navigation-top ul li a.active:before
{
	content: attr(title);
	width: auto;
	height: auto;
	font-size: 14px;
	font-weight: 700;
	color: #40b3be;
	position: absolute;
	top: 1px;
	left: 0;
	line-height: 15px;

}

header#header-top .center-content .content .media a
{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	float: left;
	background:#838383;
	color:white;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
    font-size: 20px;
    padding-left: 2px;
    text-decoration:none;
}

header#header-top .center-content .content .media a:nth-child(3)
{
	margin-right: 0;
}

    

/*configuración de la home*/
.container,
.containe-slider
{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.containe-slider
{
	position: relative;
	width: 100%;
	height: calc(100% - 196px);
	top: 133px;
}

.slider
{
    position: relative;
    width: 100%;
	height: auto;
	top: 0;
	left: 0;
  
}
.slider .item 
{
	position: relative;
    width: 100%;
	height: auto;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center center!important;
	outline: 0;
	
}
.slider .item .center-content
{
	position: relative;
}
.slider .item .center-content .box 
{
	position: absolute;
	left: 0;
	bottom: 15px;
}
.slider .item .center-content .box h1
{
	color: white;
	font-weight: bold;
	font-size: 63px;
}

.slider .item .center-content .box h2
{
	color: white;
	font-weight: bold;
	font-size: 50px;
}


/*resetando los dots del slider*/
ul.slick-dots
{
	position: relative;
	bottom: 40px;
	display: table;
	z-index: 60000;
	max-width: 1000px;
	float: right;

}

ul.slick-dots li 
{
	display: block;
    padding: 0 8px 0 8px;
    float: left;

}

ul.slick-dots li button
{
	display: block;
	color: transparent;;
	width: 10px;
	height:0;
	padding-bottom:80%;
	border: none;
	background: transparent url(../images/dot.png) center center no-repeat ;
	background-size:100% 100%;
	cursor: pointer;
	outline: 0;
}
ul.slick-dots li button:hover,
ul.slick-dots li.slick-active button
{
	background: transparent url(../images/dot-active.png) center center no-repeat ;
	background-size:100% 100%;
}

/*configuración de la pagina equipo*/
.container.equipo
{
    padding-top: 20px;
}
.container.equipo > .header
{
	display: block;
    width: 100%;
    min-height: 504px;
    background: url(../images/backgrounds/BG_galeria_titulares-FINAL.jpg) center top no-repeat;
    background-size: auto 100%;
    padding-bottom: 35px;
}

.container.equipo > .header .center-content .content
{
	display: block;
	width: 100%;
	height: auto;
	padding-top: 80px;
}

.container.equipo > .header .center-content .content p
{
	display: block;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 26px;
	font-weight: 600;
	color: white;
}
.contenido-equipo
{
	padding-top: 70px;
	padding-bottom: 160px;
}
.contenido-equipo > h1
{
	font-size: 26px;
	font-weight: 800;
	color: #838383;

}

.contenido-equipo > .box
{
	display: block;
	width: 50%;
	padding:17.5px;
	height: auto;
	float: left;
} 
.contenido-equipo > .box .content
{
	display: block;
	height: auto;
	width: 100%;
    padding-top: 25px;
}
.contenido-equipo > .box .content .header
{
	width: 100%;
	border-bottom: 3px solid #40b3be;
	cursor: pointer;
	position: relative;
}
.contenido-equipo > .box .content .header:hover
{
	border-bottom: 3px solid #838383;
}
.contenido-equipo > .box .content .header:hover,
.contenido-equipo > .box .content .header:hover h3, 
.contenido-equipo > .box .content .header:hover h4
{
	color: #838383;;
}

.contenido-equipo > .box .content .header:after
{
	content: '';
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    /* background: #40b3be; */
    right: 15px;
    bottom: 15px;
    border-right: 7.5px solid rgba(255, 0, 0, 0);
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-left: 7.5px solid rgb(64, 179, 190);
}
.contenido-equipo > .box .content .header.active:after
{
    border-right: 7.5px solid rgba(255, 0, 0, 0);
    border-top: 7.5px solid rgb(64, 179, 190);
    border-bottom: 7.5px solid transparent;
    border-left: 7.5px solid rgba(64, 179, 190, 0);
}


.contenido-equipo > .box .content .header h3,
.contenido-equipo > .box .content .header h4
{
	color: #40b3be;
	font-size: 22px;
	font-weight: 500;
	text-indent: 15px;
	padding-bottom: 15px;
}
.contenido-equipo > .box .content .header h4
{
	font-style: italic;
	font-weight: 300;
}
.contenido-equipo > .box .content .nota
{
	display: block;
	padding: 25px 20px 0 20px;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.5s;
	-moz-transition: max-height 0.5s;
	transition: max-height 0.5s;

}
.contenido-equipo > .box .content .nota p
{
	font-size: 14px;
	line-height: 23px;
	font-weight: 500;
}

.contenido-equipo > .box .content .nota.active
{
	max-height: 5000px;
}


/*pagina trabajo*/
.container.trabajo
{
	min-height: 603px;
	padding-bottom: 150px;
    padding-top: 20px;
}
.trabajo .content.contenido-trabajo .box
{
	display: block;
	width: 50%;
	height: auto;
	float: left;
	padding-top: 60px;
}
.trabajo .content.contenido-trabajo .box:nth-child(even)
{
	padding-left: 10px;
}
.trabajo .content.contenido-trabajo .box:nth-child(odd)
{
	padding-right: 10px;
}

.trabajo .content.contenido-trabajo .box a.link
{
	display: block;
	width: 100%;
    min-height: 80px;
	vertical-align: middle;
	text-decoration: none;
	color: #838383;
	border-bottom: 2px solid #838383;
	position:relative;
 	padding-bottom: 12px;

}
.trabajo .content.contenido-trabajo .box a.link:before
{
	content: '';
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    /* background: #40b3be; */
    right: 0;
    bottom: 15px;
    border-right: 7.5px solid rgba(255, 0, 0, 0);
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-left: 7.5px solid rgb(131, 131, 131);
}
.trabajo .content.contenido-trabajo .box a.link:after
{
	display: none;
	content: 'IR';
    position: absolute;
    right: 19px;
    bottom: 13px;
    color: #40b3be;
    font-weight: bold;
}


.trabajo .content.contenido-trabajo .box:hover a.link
{
	color: #40b3be;
	border-bottom: 2px solid #40b3be;
}
.trabajo .content.contenido-trabajo .box:hover a.link:after
{
	display: block;
	
}
.trabajo .content.contenido-trabajo .box:hover a.link:before
{
	border-left: 7.5px solid #40b3be;
}
.trabajo .content.contenido-trabajo .box:hover .image img
{
	opacity:0.7;
}



.trabajo .content.contenido-trabajo .box a.link h3
{
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.trabajo .content.contenido-trabajo .box a h2
{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 20px;
	display: block;
    max-width: 415px;
}

.trabajo .content.contenido-trabajo .box .image
{
	display: block;
	width: 100%;
	height: auto;
}
.trabajo .content.contenido-trabajo .box .image img
{
	width: 100%;
}


/*trabajo info*/
.trabajo-info 
{
	padding-bottom: 100px;
 	padding-top: 20px;

}
.trabajo-info > .header
{
	display: block;
	width: 100%;
	min-height: 580px;
	background: url(../images/backgrounds/bg-trabajo-01.jpg) center top no-repeat;
    background-size: auto 100%!important;
    color: white;
    padding-bottom: 30px;
    background-repeat: no-repeat!important;
    background-position: center top!important;
}

.trabajo-info > .header .center-content .box
{
	width: 100%;
	height: auto;
}

.trabajo-info > .header .center-content .box:nth-child(1)
{
	padding-top: 65px;
	padding-bottom: 30px;
	border-bottom: 3px solid white;
	margin-bottom: 30px;
}

.trabajo-info > .header .center-content .box:nth-child(1) h2
{
	font-size: 13px;
	font-weight: 500;
	padding-bottom: 10px;
    text-transform: uppercase;
}

.trabajo-info > .header .center-content .box:nth-child(1) h2 a
{
	color: white;
	font-weight: 700;
	text-decoration: none;
}
.trabajo-info > .header .center-content .box:nth-child(1) h2 a:hover
{
	opacity: 0.7;
}

.trabajo-info > .header .center-content .box:nth-child(1) h1
{
	font-size: 26px;
	font-weight: bold;
    text-transform: uppercase;
}

.trabajo-info > .header .center-content .box:nth-child(2)
{
	display: flex;
}
.trabajo-info > .header .center-content .box:nth-child(2) .content
{
	flex: 1 1 ;
	padding:0 10px 0 10px;
}
.trabajo-info > .header .center-content .box:nth-child(2) .content label h2
{
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 20px;
}

.trabajo-info > .header .center-content .box:nth-child(2) .content label a,
.trabajo-info > .header .center-content .box:nth-child(2) .content label p
{
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	padding-bottom: 40px;
	text-decoration: none;
	color: white;
}

.gallery.trabajo > .center-content > h1
{
	font-size: 26px;
	font-weight: bold;
	color: #838383;
	padding-top: 60px;
	padding-bottom: 50px;
}
.gallery.trabajo  .center-content.gallery-content
{
	    max-width: 1050px;
}
.gallery.trabajo  .center-content.gallery-content > a.item
{
	display: block;
	width: 25%;
    height: auto;
	float: left;
	padding: 5px;
	overflow: hidden;

}

.gallery.trabajo  .center-content.gallery-content > a.item img
{
	width: 100%;
	border:1px solid #e5e5e5;
}

.gallery.trabajo  .center-content.gallery-content > a.item:hover img
{
	border:1px solid #40b3be;
}


.trabajo-info a.btn-descargar
{
	display: block;
	border: 0;
	max-width: 480px;
    height: 191px;
	background: white;
	border:2px solid #838383;
	color:  #40b3be;;
	cursor: pointer;
	margin-top: 50px;
	overflow: hidden;
    margin-right: 20px;
    float:left;
}

.trabajo-info a.btn-descargar > .box
{
	display: block;
	height: auto;
	width: 50%;
	float: left;
	overflow: hidden;
}
.trabajo-info a.btn-descargar > .box:nth-child(2)
{
	text-align: right;
}

.trabajo-info a.btn-descargar > .box:nth-child(1) > .table
{
	display: table;
	height: 195px;
}

.trabajo-info a.btn-descargar > .box:nth-child(1) > .table .table-cell
{
	display: table-cell;;
	vertical-align: middle;
	padding-left: 15px;
}

.trabajo-info a.btn-descargar > .box:nth-child(1) > .table .table-cell h3
{
	font-size: 12px;
	font-weight: 600;
	color: #838383;
	padding-bottom: 8px;
	display: inline-block;
	position: relative;
}
.trabajo-info a.btn-descargar > .box:nth-child(1) > .table .table-cell h3:after
{
    display: block;
    content: '';
    position: absolute;
    width: auto;
    height: auto;
    right: -16px;
    bottom: 4px;
    border-right: 7.5px solid transparent;
    border-top: 7.5px solid rgb(131, 131, 131);
    border-bottom: 7.5px solid transparent;
    border-left: 7.5px solid transparent;
}
.trabajo-info a.btn-descargar > .box:nth-child(1) > .table .table-cell h2
{
	font-size: 16px;
	font-weight: 900;
	color: #838383;
	line-height: 19px;
    letter-spacing: 2.5px;
}
.trabajo-info a.btn-descargar > .box img
{
	height: auto;
	width: 100%;
}


.trabajo-info a.btn-descargar:hover
{
	opacity: 0.7;
}

.trabajo-info a.link-volver
{
	text-decoration: none;
	font-weight: bold;
	color: #838383;
	margin-top: 60px;
	display: inline-block;
	position: relative;
    width:72px;

}

.trabajo-info a.link-volver:before
{
	content: '';
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    /* background: #40b3be; */
    left: -20px;
    bottom: 2px;
    border-right: 7.5px solid rgb(131, 131, 131);
    border-top: 7.5px solid transparent;
    border-bottom: 7.5px solid transparent;
    border-left: 7.5px solid transparent ;

}



/*contacto*/
.conatiner.contacto
{
	padding-top: 75px;
	padding-bottom: 65px;
}
.contacto-content
{
	display: block;
}
.contacto-content .box 
{
    display: block;
    float: left;
}
.contacto-content .box:nth-child(1)
{
	min-width:400px;
}
.contacto-content .box:nth-child(2)
{
	width:calc(100% - 400px);
}


.contacto-content .box .content:nth-child(1)
{
	line-height: 30px;
	height: 170px;
}

.contacto-content .box .content h1
{
	font-size: 16px;
	color: #838383;
	
}
.contacto-content .box .mapa
{
	display: block;
	position: relative;
	width: 100%;
	height: 310px;
	border:1px solid #ccc;
}
.contacto-content .box .content span,
.contacto-content .box .content span > a 
{
	display: block;
	font-weight: 600;
	font-size: 16px;
	padding-bottom: 8px;
	color: #838383;
	text-decoration:none;
}
.contacto-content .box .content span > a 
{
	display:inline-block;
}
.contacto-content .box .content span > strong
{
	font-weight: 900;
	font-size: 13px;
	
}

.contacto-content .box .content span a
{
	font-weight: 600;
	color: #838383;
	text-decoration: none;
}






















/*footer*/

footer#footer
{
	display: block;
	width: 100%;
	height: 63px;
	background: #232323;
	border-top: 5px solid #cc073c;
}	
.footer-home
{
	position: fixed;
	bottom: 0;

}
footer#footer .center-content .box
{
	display: block;
	width: 33.33%;
	height: auto;
	float: left;
	padding-top: 20px;
}
footer#footer .center-content .box span
{
	font-size: 10px;
	color: white;
}

footer#footer .center-content .box span a
{
	color: white;
	text-decoration: none;
}

footer#footer .center-content .box:nth-child(2) span
{
	font-size: 11px;
	font-weight:600;
	
}

footer#footer .center-content .box:nth-child(3)
{
	text-align: right;
}
footer#footer .center-content .box:nth-child(3) span a:hover
{
	color: #cc073c;
}
footer#footer .center-content .box:nth-child(2)
{
		text-align: center;
}
