/*!
Theme Name: Liceo Técnico
Theme URI: http://www.tribrand.c
Author: Triband
Author URI: http://www.tribrand.c
Description: Liceo Técnico
Text Domain: Liceo Técnico
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333333;
  background-color: #fff; }


*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 3 */ }

*:focus {
    outline: none;
}

  .site-main{
    overflow-x: hidden;
  }

input,
textarea,
select{
	-webkit-appearance: none;

}

::placeholder{
    opacity: 1 !important
}

h1.entry-title{
   display: none;
}

P{
  Margin:0 !important
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }


textarea {
  overflow: auto;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

select {
  display: block; }

  .select2-results__options li:first-child, span.select2-search.select2-search--dropdown{ display:none}
  span.select2-selection.select2-selection--single:focus {
    outline: none;
}


span.select2.select2-container.select2-container--default {
    overflow: auto;
    height: 33px;
    border-radius: 3px;
}

 input:focus,
 textarea:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* GALLERIES */

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0 3em -0.8em;
	width: calc(100% + 1.6em);
}

.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
	width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}
.error404 #contacto{
	display: none !important
}

/*.error404 .header-menu{
	background: #6b180e;
    opacity: 0.95;
}*/
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}




/* CUSTOM */

.prev-arrow.slick-arrow svg,
.next-arrow.slick-arrow svg{
    display: none;
}

.prev-arrow.slick-arrow:before,
.next-arrow.slick-arrow:before{
    content: url(/wp-content/uploads/2021/11/Arrow-hover.svg);
    position: absolute;
    bottom: 5px;
    opacity: 0
}

.prev-arrow.slick-arrow:after,
.next-arrow.slick-arrow:after{
    content: url(/wp-content/uploads/2021/11/Arrow-normal.svg);
    position: absolute;
    bottom: 5px
}



.slick-arrow{
    background-color: #fff !important;
    border: 0.5px solid rgba(165, 145, 145, 0.3) !important;
    border-radius: 2px !important;
}

.slick-arrow:hover{
    background-color: #FFC700 !important;
    border: 0.5px solid #FFC700 !important; 
}

.prev-arrow.slick-arrow:hover:before,
.next-arrow.slick-arrow:hover:before{
    opacity: 1
}

.prev-arrow.slick-arrow:hover:after,
.next-arrow.slick-arrow:hover:after{
    opacity: 0
}

.slide-orientacion .ep-icon-arrow-left-4:before {
    content: url(/wp-content/uploads/2021/12/left.svg) !important;
}

.slide-orientacion .ep-icon-arrow-right-4:before {
    content: url(/wp-content/uploads/2021/12/right.svg) !important;
}

.column-hover-ceal{
    overflow: hidden;
    position: relative;
    z-index: 1
}

.column-hover-ceal > .elementor-element-populated:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform .4s ease-in-out;
}

.column-hover-ceal > .elementor-element-populated:before{
    content: '';
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.7;
    transition: .3s
}

.column-hover-ceal .text{
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: .3s
}


.column-hover-ceal:hover > .elementor-element-populated:after {
  transform: scale(1.1);
  transition: all .3s ease-in;
}




@media (min-width: 700px){
	
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media (max-width: 767px){
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	
	.gallery-columns-3 .gallery-item {
		max-width: 50%;
	}
	
	.gallery-columns-4 .gallery-item {
		max-width: 50%;
	}
}


