/*!
Theme Name: Solera
Author: Lee Gellie
Author URI: 
Description: Custom Solera Theme.
Version: 1.1
Tested up to: 7.4.1
Requires PHP: 7.4.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: solera
Tags: custom-background, custom-logo, custom-menu, dropdown-menu, featured-images, translation-ready,
*/

/*--------------------------------------------------------------
>>> Add your own styles:
--------------------------------------------------------------*/
html, body {
    overflow: inherit;
}

.container-fluid {
    padding: 0;
}

.row {
	margin-left: 0;
	margin-right: 0;
}


.formacion-form {
    margin-top: 35px;
}

.formacion-form .txt {
    font-size: 16px;
    margin-bottom: 15px;
}

.formacion-form .txt .curso-detail {
    color: #ff7f06;
}

.home-banner .icons ul {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    padding-top: 180px;
    user-select: none;
}

#hd-video-bg video {
	position: relative;
    margin-top: 0;
}

#hd-video-bg {
	position: relative;
}
#hd-video-bg video {
    -webkit-filter: grayscale(50%) brightness(90%) contrast(120%);
    -webkit-filter: saturate(.5) contrast(120%);
}

#hd-video-bg::after{
		content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    background-image: url(/wp-content/uploads/2023/05/trama_3px.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
}

/*@media (min-width: 1600px) {
	.home-banner .icons ul {
    	padding-top: 200px;
	}
	.text-solera {
    	padding-top: 16em;
	}
}
*/
/*
@media (max-width: 1200px) {
	.home-banner .icons ul {
    	padding-top: 180px;
	}
	.text-solera{
		padding-top: 7em;
	}
}
*/
.video-bg-wrapper {
	height: 700px;
position: relative;
overflow: hidden;
}

.video-icons {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 38%;
	display: flex;
	justify-content: center;
	align-items: center
}

.video-icons ul {
	display: flex;
	gap: 2em;
	list-style: none;
}

.move {
    position: absolute;
    top: 0;
	width: 100%;
}

.iconos_section .service img {
	min-width: 80px;
}

@media (min-width: 992px) {
	.home-banner.info-scroll {
		display: none;
	}
	.custom-template-page .home-banner.info-scroll {
    	display: block;
	}
}

@media (max-width: 991px) {
	#hd-video-bg {
		display: none;
	}
	.text-solera{
		padding-top: 3em;
	}
	.home-banner .icons ul {
    	padding-top: 45px;
	}
}

/* Privacy Page */
.page-id-835 .text-solera {
	overflow: inherit;
}
.page-id-835 .legal.container {
    max-width: 1520px;
}


@media(min-width: 768px){

	.otnotice .otnotice-content {
		padding-left: 0;
		position: relative;
	}

	ul.otnotice-menu {
		position: sticky;
		margin-left: 0;
		top: 120px;
		max-height: 80vh;
		overflow-y: scroll;
		float: left;
	}

	.otnotice .otnotice-sections {
		margin-left: 290px;
	}
}

.otnotice-content table {
	overflow: auto;
	max-width: 100%;
}
.otnotice-content .otnotice-section .otnotice-section-content td {
    padding: 5px;
}

.otnotice-content ul {
	list-style: disc;
}

@media only screen and (max-width: 767px){
	
	.otnotice-section-content {
    	overflow: auto;
	}
	
	.otnotice-sections>.otnotice-section>.otnotice-section-content , .otnotice-sections>.otnotice-section>h2.otnotice-section-header {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	.otnotice-menu-mobile {
    	width: 100% !important;
  	}
}

