/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


@font-face {
	font-family: "Gotham thin";
	src: url("assets/fonts/Gotham-Thin.otf");
}

@font-face {
	font-family: "Gotham medium";
	src: url("assets/fonts/Gotham-Medium.otf");
}

@font-face {
	font-family: "Gotham bold";
	src: url("assets/fonts/Gotham-Bold.otf");
}

@font-face {
	font-family: "Gotham book";
	src: url("assets/fonts/Gotham-Book.otf");
}

@font-face {
	font-family: "Gotham italic";
	src: url("assets/fonts/Gotham-LightItalic.otf");
}

@font-face {
	font-family: "Minion pro";
	src: url("assets/fonts/MinionPro-Regular.otf");
}

@font-face {
	font-family: "Sohne Breit";
	src: url("assets/fonts/SohneBreit.ttf");
}

*, a, p, span {
	font-family: 'Gotham book';
}

.gotham-book,
.gotham-book p,
.gotham-book a,
.gotham-book span {
	font-family: "Gotham book";
}

.gotham-medium,
.gotham-medium p,
.gotham-medium a,
.gotham-medium span {
	font-family: "Gotham medium";
}

body.single-post.material[data-bg-header=true] .container-wrap{
	padding-top: 0!important;
}


.sohnefont, h1, h2{
	font-family: "Sohne Breit"!important;
}

h3, h4, h5, h6{
	font-family: "Gotham book";
    font-weight: 100;
}

p{
	line-height: 1.3!important;
}

/*______________________GENERAL______________________*/

.container{
	max-width: 100%!important;
}

/* .home h1{
	font-size: 70px;
    max-width: 400px;
    line-height: 1;
} */

h1{
	font-size: 35px;
    line-height: 1;
    font-weight: 100 !important;
}

/* h2 {
	color: #c52031;
	text-transform: uppercase;
	font-family: "Gotham thin";
	font-size: 3.2em;
	font-weight: 600;
} */

header{
	position: fixed;
}

body[data-bg-header=true] .container-wrap{
	padding-bottom: 0!important;
}

/*_____________HOME__________*/

.home .nectar_video_lightbox path{
	fill: #C51130;
}

.home .play{
	background: white;
    border-radius: 50px;
}

.nectar_video_lightbox svg {
    width: 35px!important;
    height: 35px!important;
}

.nectar_video_lightbox.play_button{
	width: 80px!important;
	height: 80px!important;
}

.nectar_video_lightbox:not(.play_button_with_text):hover .play{
	-webkit-transform: scale(1.1)!important;
}

.home .nectar_video_lightbox.play_button{
	position: relative;
	top: -30px;
}
.home .nectar_video_lightbox.play_button::before {
	content: '';
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
	background-image: url('/wp-content/uploads/2025/12/play-video.png');
	background-size: contain;
	background-repeat: no-repeat;
    border: none;
    z-index: -1;
    border-radius: 0 !important;
    left: -15px;
    top: -15px;
	transition: 0.4s ease-in-out;
	 /* Animación de rotación */
	 animation: rotate-infinite 20s linear infinite;
	 transform-origin: center center; /* importante para rotar alrededor del centro */
}

@keyframes rotate-infinite {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/*___________POST__________*/

.single h2, .single h3{
	color: #c62131;
}

.overlay-blog{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background-image: linear-gradient(to bottom, #00000045, transparent);
}

.single .content-inner li span{
	font-family: 'Gotham book';
}

.ultimos-posts-por-categoria{
	display: flex;
	gap: 20px;
	margin-top: 70px;
}

.post-item{
    width: 25%;
    background: white;
    border-radius: 30px;
	overflow: hidden;
	padding: 0px!important;
	position: relative;
}

.post-item p{
	color:#7E7C7C!important;
	font-size: 13px!important;
	max-width: 90%;
}

.post-item h3{
	line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
	text-transform: uppercase;
}

.info-post{
	padding:20px;
}

.destacada-post img{
	aspect-ratio: 3 / 2.1;
    object-fit: cover;
	margin-bottom: 0 !important;
}

.post-fecha{
	color:#B4AFAF;
	display: block;
    padding-bottom: 10px;
}

.link-post{
	display: block;
    position: absolute;
	right: 20px;
    bottom: 0;
    width: 30px;
	transition: 0.3s ease-in-out;
}

.link-post:hover{
	transform: translateX(3px);
}

.post-item h2{
	font-size: 15px;
    line-height: 1.2;
    font-family: gotham book !important;
    text-transform: uppercase;
	color:#4C4C4C!important;
}

.post-item h3:hover{
	color: #c52031!important;
}

.single h2{
    padding-top: 0!important;
	font-family: "Gotham book";
	font-weight: 100;
}

.post-content>.content-inner{
    background: white!important;
    border-radius: 50px!important;
    padding: 50px!important;
	max-width: 1000px;
	margin: 0 auto;
}

.main-post{
	padding-top: 100px!important;
    padding-bottom: 50px!important;
}

.single h1{
	color: #c52031;
	margin-bottom: 20px;
	font-size: 35px;
}

.breadcrumbs, .breadcrumbs a{
	color: #ACA9AA;
}

.breadcrumbs{
	margin-bottom: 20px;
	text-transform: uppercase;
}

#footer-widgets img{
	width: 115px!important;
	position: relative;
    top: 20px;
}

#footer-widgets>.container>.row>div:nth-of-type(1){
	width: 20%!important;
}

#footer-widgets>.container>.row>div:nth-of-type(2){
	width: 30%!important;
}

#footer-widgets>.container>.row>div:nth-of-type(3){
	width: 45%!important;
}

#footer-outer .widget{
	margin-bottom: 0;
}

#copyright{
	display: none!important;
}

.talks .row_col_wrap_12 .vc_col-sm-4> .vc_column-inner{
	background-color: #C51130;
	padding: 20px!important;
    border-radius: 25px!important;
}
.talks .row_col_wrap_12 .vc_col-sm-4{
	padding: 0 30px!important;
}

.puesto{
	margin-bottom: 5px!important;
}

.entrevista p, .entrevista a{
	font-size: 13px;
    text-decoration: underline;
	color: white!important;
	opacity: 1!important;
}

.nombre-talk{
	margin-bottom: 15px !important;
}



@media screen and (min-width:767px){
	.pl-row{
		padding-left: 90px!important;
	}
	.pr-row{
		padding-right: 90px!important;
	}
	body #footer-outer .row {
        padding: 20px 0;
		padding-bottom: 20px;
    }
	#block-2{
		margin-top: 28px;
	}
	.material #footer-outer #footer-widgets .col ul li{
		padding: 0!important;
	}
	#menu-legal-menu{
		margin-top: 29px!important;
	}
	#menu-legal-menu a{
		line-height: 1;
		margin-right: 15px !important;
		position: relative;
	}
	#menu-legal-menu a::after{
		position: absolute;
		content: '';
		height: 100%;
		width: 1px;
		background-color: white;
		right: -7.5px;
		top: 0;
	}
	#menu-legal-menu li:nth-last-of-type(1) a{
		margin-right: 0!important;
	}
	#menu-legal-menu li:nth-last-of-type(1) a::after{
		background: none !important;
	}
}

@media screen and (min-width:767px) and (max-width:1100px){
	.container{
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	.pl-row{
		padding-left: 50px!important;
	}
	.pr-row{
		padding-right: 50px!important;
	}
}