/*
Theme Name: Claudia Sogamoso template 
Theme URI: http://www.sozpic.com
Author: Roberto Marin & Fran Moreno
License: The Unlicense
License URI: LICENSE
Text Domain:  Claudia
Version: 1.0
*/
/* FONTS */


@font-face {
    font-family: 'Phenomena';
    src: url('fonts/phenomena-bold-webfont.woff') format('woff2'),
         url('fonts/phenomena-bold-webfont.woff') format('woff');
    font-weight: bold;
}


html{}
body {
	font-family: 'Roboto', sans-serif;
	color: #133c54;
	line-height: 1.3;
	font-size: 15px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}	
a{
	color: #133c54;
	outline: none;
}
img{
	max-width: 100%;
	height: auto;
}
img.aligncenter{
	    margin: auto;
    display: block;
}
p{
	margin: 0 0 10px;
}
hr{
	border-color: #414141;
	border-top-width: 0px;
}
small, .small-font{
	font-size: 12px;
}
.letter-spacing{
	letter-spacing: 2px;
}
fieldset{
	position: relative;
	border-color: #133c54;
	border-width: 1px;
	padding: 15px 20px 20px;
}
fieldset:before{
	content: '';
	position: absolute;
	background-color: #fcd32f;
	height: 6px;
	width: 20%;
	left: 0;
	bottom: 0;
}
fieldset:after{
	content: '';
	position: absolute;
	background-color: #133c54;
	height: 6px;
	width: 75%;
	right: 0;
	bottom: 0;
}
legend{
	font-weight: bold;
}
.relative{
	position: relative;
}
iframe{
	max-width: 100%;
}
br{
	line-height: 1.3
}
code {
	white-space: normal;
}
.float-none{
	float: none !important;
}
.uppercase{
	text-transform: uppercase;
}
.underline{
	/* text-decoration: underline; */
}
.border-bottom{
	border-bottom: 1px solid;
}
.border-top{
	border-top: 1px solid;
}
.border-double{
	border-width: 3px !important;
}

.top-border{
	border-top: 5px solid;
}
.bottom-border{
	border-bottom: 5px solid;
}

.subrayado{
	position: relative;
	display: inline-block;
}
.subrayado:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fcd32f;
	transition: all 1.3s ease;
	transform: scale3d(0,1,1);
	transform-origin: left;
}
.subrayado.delay1:before{
	transition-delay: .5s;
}
.subrayado > *{
	position: relative;
}

/*
section .subrayado:before, 
.h1 .subrayado:before,
.personal-carousel .owl-item.active .subrayado:before{
	transform: scale3d(1,0.5,1);
}
*/

.active .subrayado:before,
.sub-large .subrayado:before{
	transform: scale3d(1,1,1);
}

.personal-carousel .active .subrayado:before, 
.sub-small .subrayado:before{
	transform: scale3d(1,0.5,1);
}

.unstyled-list{
	padding: 0;
}
.unstyled-list li{
	list-style: none;
}
.unstyled-list li a{
	text-decoration: none;
}
.decoration-none,
.text-decoration-none{
	text-decoration: none;
}
.unstyled-list{
	padding: 0;
	margin: 0;
}
.unstyled-list li{
	padding: 0;
	margin: 0;
	list-style: none;
}
.border-content{
	border: 8px solid;
	padding: 20px 16px;
}

.border-content.small-border{
	border: 2px solid;
	padding: 20px 16px;
}
.text-underline{
	text-decoration: underline;
}
.text-medium{
	font-weight: 500 !important;
}
.text-bold{
	font-weight: bold !important;
}
.justify{
	text-align: justify;
}
.small-font{
	font-size: 12px;
}
.rounded{
	border-radius: 4px;
	overflow: hidden;
}
.box-shadow{
	box-shadow: 3px 4px 18px -14px #666666;
}
.container{
	max-width: 1220px;
}
.w-100{
	width: 100%;
}
.position-static{
	position: static !important;
}
section{
	position: relative;
	padding: 30px 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 100%;
}
ul{
	list-style-type: none;
	padding-inline-start: 0;
	margin: 0;
}
.padding-section{
	padding: 30px 0px;
}
.thumb-container{
	display: block;
	text-decoration: none;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.thumb-container.absolute{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.thumb-container.main-thumb{
	min-height: 280px;
}
.thumb-container.main-thumb .caption{
	max-width: 80%;
}
.thumb-container img.play-video{
	width: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.banner-section{
	position: relative;
}
.banner-section:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #133c54;
	mix-blend-mode: multiply;
}
.banner-section .title{
	font-size: 30px;
	letter-spacing: 5px;
}

.banner-section .button:hover{
	padding: 13px 60px;
}


/* COLORS */
.gray, .gray a, a.gray{
	color: #c9c9c9;
}
.gray-content{
	background-color: #c9c9c9;
}
.gray-content .owl-dots .owl-dot.active{
	background-color: #133c54;
}
.gray-content .owl-dots .owl-dot{
	border-color: #133c54;
}
.lightgray-content{
	background-color: #eeeeee;
}

.lightblue{
	color: #e6ebee;
}
.lightblue-content{
	background-color: #e6ebee;
}
.white, .white a, a.white{
	color: #ffffff;
}
.white-content{
	background-color: #ffffff;
}
.black, .black a, a.black{
	color: #000000;
}
.dark, .dark a, a.dark{
	color: #414141;
}
.dark-content, a.dark-content{
	 background-color: #414141;
	 color: #ffffff;
}
.dark-content a{
	color: #ffffff;
}

.blue, a.blue, .blue a{
	color: #073c55;
}
.blue-content{
	background-color: #073c55;
	color: #ffffff;
}

.blue2, a.blue2, .blue2 a{
	color: #2c596e;
}
.blue2-content{
	background-color: #2c596e;
	color: #ffffff;
}
.blue2-content a{
	color: #ffffff;
}

.yellow, a.yellow, .yellow a{
	color: #fcd32f;
}

.yellow-content{
	background-color: #fcd32f;
	color: #2c596e;
}

/* HEADINGS & FONTS CLASSES */

.h1, .h2, .h3, h1, h2, h3 {
	font-family: 'Phenomena', 'Roboto', sans-serif;
	clear: both;
	line-height: 1.1;
	margin: 0 0 1.2rem;
	font-weight: 500;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.h1, .h2, .h3{
	font-weight: 500;
	display: block;
	margin: 0;
	letter-spacing: 1px;
}

.h4, .h5, .h6, h4, h5, h6 {
	clear: both;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 0 1rem;
	letter-spacing: 1px;
}
.h1, .h2, .h3,.h4,.h5,.h6{
	-webkit-font-smoothing: antialiased;
}
h1, .h1{
	font-size: 29px;
	margin: 0 0 20px;
	line-height: 1.1;
	font-weight: bold;
}
h1.smaller{
	font-size: 38px;
}
h2,.h2{
	font-size: 27px;
}
h3,.h3{font-size: 20px;margin: 0 0 10px;}
h4,.h4{
	font-size: 18px;
	letter-spacing: 0px;
}
h5,.h5{}
h6,.h6{}

.phenomena{
	font-family: 'Phenomena', 'Roboto', sans-serif;
}
.roboto{
	font-family: 'Roboto', sans-serif;
}
.cursiva, .cursive{
	font-style: italic;
}
.regular, .font-regular{
	font-weight: 400;
}
.light, .font-light{
	font-weight: 300;
}
.medium, font-medium{
	font-weight: 600 !important;
}
strong, .bold, .bold small{
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

.letter-spacing{
	letter-spacing: 2px;
}

.icon-title{
	padding-top: 80px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 60px;
	font-weight: 400;
	letter-spacing: 2px;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive iframe{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}

a.nav-link{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
}

.text-nowrap{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* thecontent */

.thecontent{
    font-size: 16px;
}
.thecontent p{
	margin: 0 0 24px;
}
.thecontent h6{
	font-size: 12px;
	font-weight: 500;
}
ul.decorated-list{
	padding: 0;
	margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.decorated-list > li{
	list-style: none;
	margin: 0 0 26px;
	position: relative;
	padding-left: 20px;
	width: 100%;
}
ul.decorated-list > li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 13px;
	height: 16px;
	background-color: red;
}
ul.decorated-list > li > a{
	text-decoration: none;
}


/* BUTTONS */

button, .button, a.button{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	outline: none;
	border: none;
	line-height: 1;
	text-decoration: none;
	margin: 0 0 0px;
	text-align: center;
	transition: all .3s ease;
	border-radius: 0px;
	display: inline-block;
	border-radius: 0px;	
	letter-spacing: 2px;
	white-space: nowrap;
	position: relative;
	padding: 15px 10px;
    font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid transparent;
}

.button.large-button{
	font-size: 19px;
	padding: 5px;
}
.button.large-button span{
	font-size: 19px;
	padding: 15px 20px;
}
.button.small-button{
	font-size: 11px;
	padding: 3px 6px;
}
 .button.yellow-content:hover {
 	color: #fcd32f;
 	background-color: #133d55;
 	border-color: #fcd32f;
}
 .button.blue-content:hover {
 	color: #133d55;
 	background-color: #fcd32f;
 	border-color: #133d55;
}

/*
.button.yellow-content:before{	
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #133d55;
}

.button.yellow-content:hover:before{
   width: 100%;
   transition: 0.8s;
}
*/


blockquote{
	display: inline-block;
	margin: 0 0 12px;
	padding: 10px;
	background: #b4004f;
	color: #ffffff;
}
blockquote p,
.thecontent blockquote p{
	margin: 0 0 10px;
	font-size: 14px;
}
.thecontent blockquote a{
	color: #ffffff;
}
blockquote.subtitle{
	background: none;
	border: 10px solid;
}
/* animated element */
.animated-element{
	opacity: 0;
	display: block;
}
.animated-element.visible{
	-webkit-transform: translateY(90px);
	-moz-transform: translateY(90px);
	-ms-transform: translateY(90px);
	transform: translateY(90px);
	-webkit-animation: moveUp 1.4s ease forwards;
	-moz-animation: moveUp 1.4s ease forwards;
	-ms-animation: moveUp 1.4s ease forwards;
	animation: moveUp 1.4s ease forwards; 
}
@-webkit-keyframes moveUp {
	0% { }
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-moz-keyframes moveUp {
	0% { }
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-ms-keyframes moveUp {
	0% { }
	100% {
		-ms-transform: translateY(0);
		opacity: 1;
	}
}
@keyframes moveUp {
	0% { }
	100% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

/******************/

/* ASIDE */
#aside {
	position:fixed;
	top:0;
	left:0;
	width: calc(100% - 70px);
	bottom:0;
	z-index: 6;
	visibility:hidden;
	-webkit-transition:opacity .5s,visibility .5s,-webkit-transform .5s;
	transition:opacity .5s,visibility .5s,-webkit-transform .5s;
	-o-transition:opacity .5s,visibility .5s,-o-transform .5s;
	transition:transform .5s,opacity .5s,visibility .5s;
	transition:transform .5s,opacity .5s,visibility .5s,-webkit-transform .5s,-o-transform .5s;
	will-change:transform,opacity,visibility;
	overflow:auto;
	-webkit-overflow-scrolling:touch;
	border-radius: 2px;
	box-shadow: 1px 0px 10px -4px #888;
	padding: 30px 3px 50px;
	background-color: #ffffff;
	opacity: 0;
}
.menu-active #aside:before{
	transform: translate3d(0,0%,0);
}
.menu-active #aside:after{
	opacity: 0.08;
}
.menu-active #aside {
	opacity:1;
	visibility:visible;
}
#aside > div{
	height: 100%;
	position: relative;
	z-index: 1;
}

#aside header{
    border-bottom: 1px solid #b6221e;
    margin-bottom: 20px;
}
#aside header img{
    width: 134px;
}
#aside footer{
    color: #777;
    font-size: 13px;
    margin-top: 30px;
}
#aside footer .border-bottom{
    font-size: 13px;
    padding-bottom: 4px;
    border-bottom: 1px solid #cccccc;
    display: block;
    padding-bottom: 10px;
}
#aside footer ul{
    padding: 0;
}
#aside footer ul > li{
    list-style: none;
    margin: 0 0 5px;
}
#aside ul.menu {
	margin: 0 auto 30px;
	list-style:none;
	overflow-x:hidden;
	padding: 70px 0 0;
	/* background: url(img/svg/logo.svg) no-repeat left top; */
	background-size: 180px;
}
#aside ul.menu > li {
	position:relative;
	margin: 0px 0 9px;
	/*opacity: 0;*/
	/*transform: translate3d(0,-50px,0);*/
	border-bottom: 1px solid #ccc;
}
.menu-active #aside ul.menu > li {
	transition: all 0.7s;
	opacity: 1;
	transform: translate3d(0,0px,0);
}
#aside ul.menu > li > a {
	display: block;
	font-size: 13px;
	letter-spacing:1px;
	text-decoration: none;
	padding: 2px 0px;
	line-height: 1.1;
	padding: 15px 6px;
	font-weight: bold;
	color: #123c55;
}
#aside ul.menu > li > a {text-transform: uppercase;}
#aside ul.menu > li.disabled > a {
	color: #F5F5F5;
}
#aside ul.menu > li.menu-item-has-children > a {
	padding-right: 20px;
}
#aside ul.menu > li.current-menu-item > a,
#aside ul.menu > li.menu-item-has-children.current-menu-ancestor > a,
#aside ul.menu > li.menu-item-has-children.current-menu-ancestor:hover > a  {
}
#aside ul.menu > li.menu-item-has-children > a {
	position: relative;
}
#aside ul.menu > li.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	right: 5px;
	top: 50%;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #eaebe8;
}
#aside ul.menu > li.menu-item-has-children.sub-menu-active > a:after {
	transform: rotateX(180deg);
}
#aside ul.menu > li{margin: 0;}
#aside ul.menu > li > ul{
	margin: 0px 0px;
	padding-left: 0;
	display: none;
}
#aside ul.menu > li.sub-menu-active 
 > ul{
	display: block;
}
#aside ul.menu > li > ul > li {
	padding: 0px 10px 10px 0px;
	list-style: none;
	margin: 3px 0px 10px;
	position: relative;
}
#aside ul.menu > li > ul > li:not(:last-child){}
#aside ul.menu > li > ul > li:not(:last-child):after{
	content: '';
	position: absolute;
	top: 100%;
	width: 60px;
	height: 1px;
	background-color: #aaa;
	left: 30px;
}
#aside ul.menu > li > ul > li > a{
	font-size: 14px;
	text-decoration: none;
	padding: 2px 7px;
	color: #b6221e;
	font-weight: 500;
	text-transform: uppercase;
}
#aside ul.menu > li > ul > li.menu-item-has-children > a{
	position:relative;
}
#aside ul.menu > li > ul > li.menu-item-has-children > a:after{
	position:absolute;
	content: '';
	right: -12px;
	top: 50%;
	margin-top: -4px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top:    4px solid #ffffff;
}
#aside ul.menu > li > ul > li.menu-item-has-children.sub-menu-active > a:after{
	transform: rotate(180deg);
}
#aside ul.menu > li > ul > li > ul,
#aside ul.menu > li > ul > li.menu-item-has-children > ul{
    display: block;
    padding: 0;
}
#aside ul.menu > li > ul > li > ul > li{
    list-style: none;
}
#aside ul.menu > li > ul > li > ul > li a{font-size: 11px;font-weight: 400;text-decoration: none;padding: 4px 0px 5px 18px;color: #777;display: block;}

#aside ul.menu 
 >li.menu-item-has-children > ul{
	display: none;
	padding: 10px 0;
}
#aside ul.menu li.menu-item-has-children.sub-menu-active > ul{
	display: block;
}
#aside ul.social-links{
}
#aside ul.social-links li{
	list-style: none;
	margin: 0px 18px 14px 0px;
}
#aside ul.social-links li a{
	color: #123c55;
	font-size: 23px;
}
#aside ul.social-links li a i{
	min-width: 20px;
}
/* HEAD */

#head{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 6;
	padding: 0 0 10px;
	background-color: #ffffff;
}
body:not(.menu-active) #head{
	background-color: #ffffff;
}
body:not(.menu-active).scrolling #head{
	box-shadow: 0px 6px 5px -7px #888;
}
#head .logo{
	width: 84px;
	display: block;
	transition: all .3s ease;
}
#head .logo > *{
	transition: all .3s ease;
	display: block;
	width: 100%;
}
#head ul.social-links{
	margin-right: 10px;
} 
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: #073c55;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before{
	background-color: #073c55;
}
.subhead{
	font-size: 10px;
	padding: 7px 15px;
	margin: 0 0 6px;
	background-size: auto 100%;
	line-height: 1.2;
}

/* SOCIAL LINKS */

ul.social-links {
	padding:0;
	margin: 0;
}
ul.social-links > li {list-style: none;display: inline-block;margin: 0 1px;}
ul.social-links > li a {
	display: block;
	text-align: center;
	font-size: 16px;
}
ul.social-links > li a i {
	margin-right: 15px;
}
ul.social-links > li a:hover {
}

/* MAIN */

#main{
	position: relative;
	padding-top: 101px;
}

/* OWL CAROUSEL */

.owl-carousel{
	width: 100%;
}

/*
.owl-carousel.items-carousel .owl-stage{
	display: flex;
}
.owl-carousel.items-carousel .owl-item{
	display: flex;
	background-color: #ffffff;
}
.owl-carousel .owl-stage{
	display: flex;
	align-items: center;
}
*/
.main-slider.owl-carousel .slider-item {
	min-height: 530px;
}
.owl-dots{
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1110px;
	text-align: center;
}
.owl-dots .owl-dot {
   line-height: 27px;
   position: relative;
   border-radius: 0px;
   border: none;
   margin: 10px 5px 8px;
   display: inline-block;
   background-color: transparent;
   vertical-align: middle;
   border: 1px solid #ffffff;
   width: 16px;
   height: 16px;
   border-radius: 50%;
 }

.owl-dots .owl-dot.active {
 background: #fbd333;
 }

.owl-nav{
    padding-top: 20px;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	font-size: 0;
	width: 20px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	transform: translateY(-50%);
}
.owl-carousel.darkblue-arrow .owl-nav .owl-next,
.owl-carousel.darkblue-arrow .owl-nav .owl-prev{
	top: 100%;
	height: 30px;
	transform: none;

}
.owl-carousel.darkblue-arrow .owl-nav .owl-next.disabled,
.owl-carousel.darkblue-arrow .owl-nav .owl-prev.disabled{
	opacity: 0.4;
}
.owl-carousel.yellow-arrow .owl-nav .owl-prev{
	background-image: url(https://claudiasogamoso.com/wp-content/themes/claudiasogamoso/img/svg/arrow_left_yellow.svg);
	right: 100%;
}
.owl-carousel.yellow-arrow .owl-nav .owl-next{
	left: 100%;
	background-image: url(https://claudiasogamoso.com/wp-content/themes/claudiasogamoso/img/svg/arrow_right_yellow.svg);
}

.owl-carousel.blue-arrow .owl-nav .owl-prev{
	background-image: url(https://claudiasogamoso.com/wp-content/themes/claudiasogamoso/img/svg/arrow_left_blue.svg);
	right: 100%;
}
.owl-carousel.blue-arrow .owl-nav .owl-next{
	left: 100%;
	background-image: url(https://claudiasogamoso.com/wp-content/themes/claudiasogamoso/img/svg/arrow_right_blue.svg);
}

.owl-carousel.darkblue-arrow .owl-nav .owl-prev{
	background-image: url(https://claudiasogamoso.com/wp-content/themes/claudiasogamoso/img/svg/arrow_right_darkblue.svg);
	right: 55%;
	transform: rotate(180deg);
}
.owl-carousel.darkblue-arrow .owl-nav .owl-next{
	left: 55%;
	background-image: url(https://claudiasogamoso.com/wp-content/themes/claudiasogamoso/img/svg/arrow_right_darkblue.svg);
}

.main-content{
    position: relative;
}

.main-content .slider-item.portada .thumb-container{
	background-position: center top;
}
.main-content .caption .thumb-container{}
.main-content .caption{
    padding: 20px 0px 50px;
    font-size: 13px;
}

.slider-item .caption{
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	font-size: 13px;
}
.caption > *{
	width: 100%;
}
.caption .h1 + p,.caption .h1 + p + p{
	max-width: 200px;
	text-align: right;
}

.main-content .backto{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.blue-line, .yellow-line, .line{
	position: relative;
}

.blue-line:before{
	content: '';
    position: absolute;
    background-color: #133c54;
    height: 6px;
    width: 100%;
    left: 0;
    top: 0;
}

.line:before, 
.line:after{
	content: '';
	position: absolute;
	background-color: #133c54;
	width: 100%;
	height: 1px;
	left: 0;
}

.yellow-line:before{
	content: '';
	position: absolute;
	background-color: #fbd333;
	width: 100%;
	left: 0;	
	height: 6px;
	opacity: 0;
}

a .yellow-line:hover:before{
	transition: 0.6s;
	opacity: 1;
}

.line:before, 
.yellow-line:before{
	bottom: 0;
}

.line:after{
	top: 0;
}



/* FORMS */

label{
    font-size: 15px;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"]{
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	padding: 5px 10px;
	margin: 0 0 0px;
	border-radius: 0px;
	display: block;
	width: 100%;
	font-size: 12px;
	border: 1px solid #073c55;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
	position: relative;	
}
::-webkit-input-placeholder{
   color: #133c54;
   text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
   color: #133c54;
   text-transform: uppercase;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #133c54;
   text-transform: uppercase;
}
:-ms-input-placeholder {  
   color: #133c54;
   text-transform: uppercase;
}
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	padding: 9px 10px;
	margin: -2px 0 10px;
	border-radius: 0px;
	display: block;
	width: 100%;
	min-height: 111px;
	border: 1px solid #073c55;
	font-size: 14px;
	outline: none;
	font-size: 12px;
}
.form-message{
	padding: 50px 20px;
	border: 1px solid #043c7a;
	margin: 20px 0px;
}
.form-message h1{
	font-size: 60px;
	color: #043c7a;
}
.input-content{
	position: relative;
	margin: 0 0 19px;
}
body .intl-tel-input{
	display: block;
}

/* FORM */

.form-content{}

.form-content .input-content{
	margin: 0 0 12px;
}

.form-content .checkbox-container{
	margin: 5px 0 18px;
}

.form-content ._field-wrapper{
	margin: 0 0 18px;
	position: relative;
}

/* FORM BUTTONS */

.form-buttons{
	padding-top: 9px;	
}
.form-buttons div{
	width: 100%;
}
.form-buttons a{
	display: block;
	position: relative;
	text-decoration: none;
	border: 1px solid #133c54;
	padding: 20px 0px 20px 10px;
	/*margin-bottom: 40px;*/
}
.form-buttons a:before{
	content: '';
	position: absolute;
	background-color: #fcd32f;
	width: 100%;
	height: 10px;
	transition: 0.8s;
	left: 0;
	bottom: 0;
}
.form-buttons a:hover:before{
	height: 100%;
	transition: 0.8s;
}
.form-buttons img{
	max-width: 70px;
}
.form-buttons a .title{
	font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
}
.form-buttons a .subtitle{
    margin: 0 0 13px;
    font-size: 14px;
}

/* easydropdown */
.dropdown{
	width: 100%;
	margin: 0;
	background: #ffffff;
	color: #000;
	border-bottom: 1px solid;
	min-height: 41px;
	border-radius: 0px;
}
.dropdown .selected{
	font-style: normal;
	padding: 9px 10px 4px 10px;
	font-size: 14px;
	color: #aaaaaa;
}
.dropdown div{
	border: 1px solid #000000;
}
.dropdown ul{
	padding: 0;
}
.dropdown ul li{
	font-size: 16px;
	padding: 10px 12px;
}
.dropdown ul li.active{
}
.dropdown ul li.focus{
	background: #b4004f;
	color: #ffffff;
}
.dropdown + .error-msg{
	position: relative;
	top: -30px;
}
/* checkbox container */
.checkbox-container{
	position: relative;
	display: inline-block;
	margin: 5px 0 30px;
	padding-left: 22px;
	vertical-align: top;
	text-align: left;
	line-height: 1;
}
.checkbox-container .help-block.form-error{display: inline-block;position: relative;margin-top: 10px;}
.checkbox-container input[type="checkbox"],
.checkbox-container input[type="radio"]{
	opacity: 0;
	position: absolute;
	visibility: hidden;
}
.checkbox-container input[type="checkbox"] + label,
.checkbox-container input[type="radio"] + label {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-bottom: 0px;
	cursor: pointer;
	position: absolute;
	max-width: none;
	left: 0;
	top: 0;
	border: 1px solid #073c55;
}
.checkbox-container input[type="checkbox"] + label:after,
.checkbox-container input[type="radio"] + label:after {
		content: '';
		position: absolute;
		left: 2px;
		top: 2px;
		width: 10px;
		height: 10px;
		margin: 0px;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		border-radius: 0px;
}
 .checkbox-container input[type="checkbox"]:checked + label:after,
 .checkbox-container input[type="radio"]:checked + label:after{
	background: #133c54;
}
.checkbox-container input[type="checkbox"] + label + label,
.checkbox-container input[type="radio"] + label + label{font-size: 8px;}
.checkbox-container + label{
	display: inline-block;
	max-width: calc(100% - 30px);
	font-size: 11px;
}
span.help-block.form-error{
	color: #fff;
	position: absolute;
	right: 0;
	background: #b94948;
	top: 100%;
	font-weight: bold;
	font-size: 9px;
	padding: 3px;
}
.has-error, .error-msg{
	position: relative;
}

/* FOOTER */

#footer{
	padding: 30px 0px;
	font-size: 13px;
}
#footer a.logo{
	width: 200px;
	display: block;
	margin: 0 auto 30px;
}
#footer a.logo img{
	width: 100%;
}
#footer ul.menu{
	padding: 0;
	margin: 0px 30px 40px;
}
#footer ul.menu > li{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.4;
	padding-bottom: 10px;
}
#footer ul.menu > li a{
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	padding-bottom: 5px;
}
#footer ul.menu > li a:before{
	content: '';
	position: absolute;
	background-color: #ffffff;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	/*display: none;*/
	transition: all 1.1s ease;
	transform: scale3d(0,1,1);
    transform-origin: left;
    opacity: 0;
    visibility: hidden;
}
#footer ul.menu > li a:hover:before{
	/*display: block;*/
	transform: scale3d(1,1,1);
    opacity: 1;
    visibility: visible;
}
#footer .content{
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px;
	position: relative;
	margin: 0 0 30px;
}
#footer .content i{
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 24px;
}
/*#footer .address-content{
	background-image: url(https://claudiasogamoso.com/wp-content/themes/claudiasogamoso/img/svg/icon_marker_white.svg);
}
#footer .phone-content{
	background-image: url(https://claudiasogamoso.com/wp-content/themes/claudiasogamoso/img/svg/icon_phone_white.svg);
}*/

/* NEWSLETTER SECTION */

.newsletter-section{padding: 40px 0px;}
.newsletter-section .content{
	padding-left: 113px;
	background: url(https://claudiasogamoso.com/wp-content/themes/claudiasogamoso/img/svg/newsletter_dec.svg) no-repeat left top;
	background-size: 100px;
	min-height: 100px;
}
.newsletter-section .content .h4{
    font-size: 21px;
    margin: 0 0 6px;
}
.newsletter-section .content p{
	margin: 0 0 20px;
	font-size: 14px;
}
.newsletter-form{
}
.newsletter-form input[type="text"],
.newsletter-form input[type="email"]{
	margin: 0;
}
.newsletter-form input::placeholder{
	color: #aaaaaa;
}
.newsletter-form input[type="submit"]{
}

.newsletter-form .legal{
	font-size: 11px;
}

.mc4wp-response{
	padding: 10px;
    background: #2c586e;
    color: #ffffff;
    max-width: 467px;
    font-size: 13px;
    font-weight: 500;
}
.mc4wp-response p{}

/* ITEM */

.item{
    position: relative;
    margin: 0 0 30px;
    width: 100%;
    display: flex;
    background: #fff;
    align-content: flex-start;
    align-items: flex-start;
}
.decorated-element{
	position: relative;
}
.item:before,
.item:after,
.decorated-element:before,
.decorated-element:after{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	background: #133c54;
	height: 6px;
	z-index: 1;
	background: linear-gradient(to right, #fbd333 30%, transparent 30%, transparent 34%, #133c54 30%);
	transition: all .3s;
}
.item:after,
.decorated-element:after{
	bottom: 0;
}
.item > a{
	text-decoration: none;
	display: flex;
	flex-wrap: wrap;
}
.item .thumb-container{
	min-height: 191px;
	width: 100%;
}
.item:hover .thumb-container{}
.item .thumb-container:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0;
	transition: all .3s;
}
.item:hover .thumb-container:before{
    opacity: .8;
}
.item .thumb-container .button{
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -53%);
    position: absolute;
    left: 50%;
    top: 50%;
}
.item:hover .thumb-container .button{
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,-50%);
}

.item .caption{padding: 20px;position: relative;text-decoration: none;width: 100%;font-size: 14px;background: #ffffff;}

.item .caption .title{
	text-transform: uppercase;
	display: block;
	margin: 0 0 8px;
	line-height: 1.2;
	font-weight: bold;
}


/* CUSTOM ACCORDION */

.custom-accordion{}
.custom-accordion > .panel{}
.custom-accordion > .panel a.question{
	display: flex;
	padding: 10px 0px 24px 37px;
	text-decoration: none;
	align-items: center;
	font-weight: bold;
	font-size: 31px;
	position: relative;
	color: #55257e;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.custom-accordion > .panel.module a.question{
	font-size: 18px;
}
.custom-accordion > .panel.module > a.question:before{
	width: 18px;
	margin-top: -4px
}
.custom-accordion > .panel a .number{
	color: #009999;
	margin-right: 10px;
	font-size: 19px;
}
.custom-accordion > .panel a .text{
	position: relative;
	transition: all .3s;
}
.custom-accordion > .panel.expanded > a.question .text{
	color: #b6324f;
}
.custom-accordion > .panel > a.question:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-70%);
	transition: all .3s;
	content: '';
	width: 23px;
	height: 26px;
	background: url(https://claudiasogamoso.com/wp-content/themes/claudiasogamoso/img/svg/dec_triangle.svg) no-repeat center center;
	background-size: 100%;
}
.custom-accordion > .panel.expanded > a.question:before{
	transform: translateY(-50%) rotate(90deg);
}
.custom-accordion > .panel > .panel-collapse{
	display: none;
	padding: 0 20px 30px 40px;
	font-size: 14px;
}
.custom-accordion > .panel.expanded > .panel-collapse{
	display: block;
}

/* SINGLE POST */

.single-content{}
.single-content h1{
    font-size: 34px;
}
.single-content .date{
	font-weight: bold;
} 
.single-content .main-post{
	min-height: 550px;
	/*background-position: top center;*/
}
.single-content .main-post.decorated-element:before, 
.single-content .main-post.decorated-element:after{
	height: 10px;
}
.single-content .main-post.decorated-element:before{
	bottom: 0;
}
.single-content .main-post.decorated-element:after{
	top: 0;
}
.single-content .line.compartir:before{
	height: 1px;
}

.nav-page-numbers{
	display: inline;
	border: 1px solid #133c54;
	padding: 10px 30px;
}
.page-numbers{
	text-decoration: none;
	padding: 10px;
	display: inline-block;
}
.page-numbers.current, 
.page-numbers.prev, 
.page-numbers.next{
	font-weight: bold;
}

.tags-list{
	line-height: 1;
}

.tags-list span{
	margin-right: 10px;
	font-size: 10px;
	font-weight: 500;
}

.tags-list.line:before{
	display: none;
}

ul.blog-categories{
	padding: 0;
}
ul.blog-categories > li{
	width: calc(50% - 5px);
	list-style: none;
	margin: 0 0 10px;
}
ul.blog-categories > li a{
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

div.tagcloud{
	position: relative;
	margin: 0 0 20px;
	padding-bottom: 20px;
}
div.tagcloud:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: black;
	left: 0;
	bottom: 0;
}
div.tagcloud a{
	display: inline-block;
	text-decoration: none;
	padding: 2px 6px;
	text-align: center;
	min-width: 70px;
	font-weight: 500;
}

/* TESTIMONIOS */

.testimonials-section .icon-title{
	background-image: url(img/svg/testimonials_dec.svg);
	background-size: 80px;
	font-size: 15px;
}
/* PARTNERS */

.partners-section .icon-title{
	background-image: url(https://claudiasogamoso.com/wp-content/themes/claudiasogamoso/img/svg/partners_dec.svg);
	padding-top: 100px;
	background-size: 86px;
	font-size: 15px;
}

.partners-section{
	padding: 30px 20px;
}

/* SERVICIOS */


ul.services{
	padding: 0
}
ul.services > li{
	list-style: none;
	border: 1px solid;
	margin: 0 0 10px;
}
ul.services > li > a{
	display: block;
	text-decoration: none;
	padding: 16px 10px;
	text-align: center;
	border-bottom: 12px solid #fbd333;
	height: 100%;
}
ul.services > li > a img{
	width: 80px;
	margin: 0 0 10px
}
ul.services > li > a .title{
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
}
ul.services > li > a .subtitle{
    margin: 0 0 13px;
    font-size: 14px;
}
ul.services > li > a .excerpt{
    margin: 0 0 19px;
    font-size: 14px;
}
ul.services > li > a .button{}
ul.services > li:hover > a .button{
	background-color: #133d55;
	color: #fbd333;
}

/* BIO */

/*
.bio-section{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 440px;
}
*/

.bio-section{
	background-position: center right 35%;
}

.bio-section .main-content .caption{
	padding: 20px 0;
	max-width: 280px;
}

.bio-section .sub-small{
	font-size: 20px;
	line-height: 1.2;
}


/*
.bio-links div:last-child{
	margin-bottom: 0;
}
*/

/* TERAPIA */

/*.terapia.caption .h1{
	font-family: 'Roboto', sans-serif;
}*/
/*
.nav-pills{
	flex-direction: column;
}
*/
.nav-pills.personal{
	flex-direction: row;
}
#pills-grupo .h4{
	letter-spacing: 2px;
}
.nav-pills.grupo li{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	/*margin-bottom: 25px;*/
	width: 48%;
}
/*
.nav-pills.grupo li:last-child{
	margin-bottom: 0;
}
*/
.nav-pills.grupo .nav-link.active{
	background-color: #cdd8dd;
}
.nav-pills.grupo li a{
	padding: 15px 5px;
	width: 100%;
	height: 70px;
}
.nav-pills.grupo li .h5{
	margin: 0;
	text-transform: uppercase;
	width: 100%;
	font-size: 12px;
}
.tab-pane.fade{
	display: none;
}
.tab-pane.fade.active{
	display: block;
}

.terapia .nav-item a.button.active{	
	background-color: #133c54;
	color: #ffffff;
}

.terapia .nav-item a.button{
	background-color: #ffffff;
	color: #133c54;
	border-color: #133c54;
	border: 1px solid;
    padding: 15px 6px;
    font-size: 9px;
}
.terapia .thumb-container{
	min-height: 300px;
	width: 100%;
}
.terapia .phenomena{
	font-size: 18px;
	font-weight: bolder
}
.terapia .owl-dots{
	bottom: initial;
}
.terapia .owl-dots .owl-dot{
	border-color: #133c54;
}
.terapia .owl-dots .owl-dot.active{
	background: #133c54;
}
.terapia a.nav-link{
	font-weight: bold;
	text-decoration: none;
}
.terapia .nav-link.active .terapia-personal{	
	opacity: 1;
}
.terapia-personal{
	position: relative;
	/*padding-bottom: 25px;*/
	opacity: 0.5;
}
.terapia-personal img{
	width: 25px;
	margin-top: 5px;
}
.overflow{
	position: relative;
	overflow-y: scroll;
	max-height: 380px;
}
/*
.overflow:before{
	content: '';
	position: absolute;
	background-image: url('https://claudiasogamoso.com/wp-content/themes/claudiasogamoso/img/svg/arrow_up_scroll.svg');
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	right: 0;
}

.overflow:after{
	content: '';
	position: absolute;
	background-image: url('img/svg/arrow_down_scroll.svg');
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	right: 0;
}
*/
.overflow::-webkit-scrollbar{
	background-color: transparent;
	width: 5px;
}
.overflow::-webkit-scrollbar-thumb {
    background-color: #cdd8dd;
}
.overflow::-webkit-scrollbar-button:single-button {
	background-color: transparent;
	display: block;
	border-style: solid;
	height: 20px;
}
.overflow::-webkit-scrollbar-button:single-button:vertical:decrement {	
	content: '';
	position: absolute;
  	background-image: url('https://claudiasogamoso.com/wp-content/themes/claudiasogamoso/img/svg/arrow_up_scroll.svg');
 	background-repeat: no-repeat;
  	background-size: cover;	
  /* 
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #cdd8dd transparent;
  */
}
.overflow::-webkit-scrollbar-button:single-button:vertical:increment {
	content: '';
	position: absolute;
  	background-image: url('img/svg/arrow_down_scroll.svg');
 	background-repeat: no-repeat;
  	background-size: cover;
	/*
	border-width: 10px 10px 0 10px;
	border-color: #cdd8dd transparent transparent transparent;
	*/
}
/*
.terapia-personal:before{
	content: '';
	position: absolute;
	left: 10px;
	bottom: 0;
	border: 8px solid #133c54;
	border-bottom-color: transparent; 
	border-left-color: transparent; 
	transform: rotate(45deg);	
}
.terapia-personal:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 8px;
    width: 20px;
    height: 2px;
    background-color: #133c54;
}
*/
.terapia .tab-pane .yellow{
	font-size: 18px;
	text-transform: uppercase;
}
/*
.terapia a.nav-link > div{
	font-size: 15px;
}
*/

/* EXCELENCIA PROFESIONAL */

.small-caption{
	padding: 20px 0;
	max-width: 100%;
}

/*
.excelencia-section .main-content .caption{
	padding: 20px 0;
	max-width: 100%;
}
*/
.excelencia-form{
	padding-top: 20px;
}
.excelencia-form input[type = "text"], 
.excelencia-form input[type = "email"]{
	margin-right: 10px;
}
/*
.excelencia-content .owl-dots{
	bottom: 0;
}
*/
.excelencia-content .item{
	display: inline-block;
	font-weight: bold;
}
.excelencia-content .item::after{
	display: none;
}
.excelencia-content .caption.title{
	font-size: 15px;
	text-transform: uppercase;
} 
.excelencia-content .caption.content{
	font-size: 13px;
	/*min-height: 300px;*/
	padding: 30px 20px 40px;
}
.excelencia-content .caption.title:before{
	content: '';
	position: absolute;
	background-color: #ededed;
	width: 100%;
	height: 6px;
	left: 0;
	bottom: 0;
}
.excelencia-content .opciones-content{
	margin-top: 20px;
}
.excelencia-content .opciones-content:first-child{
	margin-top: 0;
}
.excelencia-content .opciones-content{
	position: relative;
	padding-left: 22px;
}
.excelencia-content .opciones-content .number{
	position: absolute;
	left: 0;
}

/*
.excelencia-carousel.owl-carousel .owl-nav .owl-next, 
.excelencia-carousel.owl-carousel .owl-nav .owl-prev{
	top: 100%;
	background-size: 40%;
} 
*/

/*
.execelencia-form .input-content{
	margin: 0;
}
*/

/* FORMACION EMPRESAS */


.item-curso{
	margin: 0 0 30px;
	padding: 40px 20px;
}
.item-curso{}

/* TEST */

.test-respuestas-section li{
	cursor: pointer;
}

.test-respuestas-section li:not(:first-child){
	margin-top: 20px;
}

ul.test > li .answer{
	display: none;
}

ul.test > li.expanded .answer{
	display: block;
}

ul.test > li{
	position: relative;
}

ul.test > li:before{
	content: '';
	position: absolute;
	background-image: url('https://claudiasogamoso.com/wp-content/themes/claudiasogamoso/img/svg/arrow_white.svg');
	background-repeat: no-repeat;
	background-size: 90%;
	top: 12px;
	right: 20px;
	width: 20px;
	height: 20px;
}

ul.test > li.expanded:before{
	top: 3px;
	transform: rotate(180deg);
}

/*.test-section #button{
	display: none;
}*/

#results-section{
	display: none;
}

.test-respuestas-section .h4{
	font-size: 15px;
}


/* CUSTOM FAQS */

ul.custom-faqs{
    padding: 0;
    margin: 0;
    background: #ffffff;
}
ul.custom-faqs > li{}
ul.custom-faqs > li .question{
    background-color: #afc0c8;
    display: block;
    padding: 15px 15px;
    font-weight: bold;
    margin: 5px 0 5px;
    transition: all .3s ease;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 12px;
}
ul.custom-faqs > li.active .question,
ul.custom-faqs > li:hover .question{
	background: #073b55;
	color: #ffffff;
}
ul.custom-faqs > li .answer{
    padding: 15px;
    display: none;
}
ul.custom-faqs > li.active .answer{
    display: block;
    background: #e6ebee;
}

/* CUSTOM TABS */

div.custom-tabs > ul{position: relative;background: #ffffff;}
div.custom-tabs > ul > li{
    width: calc(100% - 2px);
    display: flex;
    border-right: 2px solid #ffffff;
}
div.custom-tabs > ul > li:last-child{
	border: none;
}
div.custom-tabs > ul > li .title{
    text-align: center;
    width: 100%;
    display: block;
    background-color: #e5e5e5;
    font-weight: 500;
    padding: 30px 5px 10px;
    font-size: 12px;
    border-bottom: 2px solid #e5e5e5;
    cursor: pointer;
}
div.custom-tabs > ul > li.active .title{
    background-color: #fbd333;
    border-color: #133c54;
}
div.custom-tabs .tab-content .thecontent{
    z-index: 1;
    top: 100%;
    padding: 20px;
    font-size: 14px;
    display: none;
}
div.custom-tabs .tab-content .thecontent.active{
	display: block;
}

/* SIDEBAR */

.sidebar{}
.sidebar .widget{
	background-color: #ffffff;
	padding: 20px;
	margin: 0 0 30px;
}
.sidebar .widget h3{
	text-transform: uppercase;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.sidebar .widget h3:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 4px;
	background-color: #133d55;
}
.sidebar .widget h3 span{
	text-transform: uppercase;
	display: inline-block;
	background: #ffffff;
	position: relative;
	padding: 0 10px 0 0;
}
.sidebar .widget ul{}
.sidebar .widget ul li{}
.sidebar .widget ul li a{
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin: 0 0 4px;
	font-size: 13px;
}
.sidebar .widget ul li .post-date{
	display: block;
	color: #fcd32f;
	font-size: 11px;
	margin: 0 0 10px;
	font-weight: bold;
}

/*  RESPONSIVE */

@media (min-width: 768px){
	/*
	.nav-pills{
		flex-direction: row;
	}
	*/
	
	.thumb-container-only-xs{
		background-image: none;
	}
	fieldset{
		padding: 15px 25px 25px 25px;
	}

	.newsletter-form .input-content{
		margin: 0;
	}

	.newsletter-form input[type="text"],
	.newsletter-form input[type="email"]{
		margin: 0 10px 0 0;
	}

	.nav-pills.personal{
		flex-direction: column;
	}	

	.nav-pills.grupo li{
		width: 100%;
	}

	.excelencia-form .input-content{
	 	margin: 0;
	}
	.nav-pills.preguntas li{
		width: 100%;
	}

	.excelencia-content .caption.title{
		min-height: 120px;
		padding: 20px 20px;
	} 

	/* test */

	.test-section .checkbox-container{
		margin: 5px 0 0;
	}

	.test-respuestas-section .h4{
		font-size: 19px;
	}

	/* custom faqs */

	ul.custom-faqs{
	}
	ul.custom-faqs > li{
    position: relative;
	}
	ul.custom-faqs > li .question{
    min-height: 120px;
    padding: 15px 20px;
    border-right: 5px solid #ffffff;
    margin: 0;
    font-size: 14px;
 }
	ul.custom-faqs > li:not(:last-child) .question{
    border-bottom: 5px solid #ffffff;

	}
	ul.custom-faqs > li.active .question,
	ul.custom-faqs > li:hover .question{	}
	ul.custom-faqs > li .answer{
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 470px;
    padding: 20px 20px 20px 80px;
    z-index: 2;
	}
	ul.custom-faqs > li.active .answer::before{
		content: '';
		position: absolute;
		background-image: url('https://claudiasogamoso.com/wp-content/themes/claudiasogamoso/img/svg/arrow_right_darkblue.svg');
		background-repeat: no-repeat;
		width: 20px;
		height: 20px;
		top: 22px;
		left: 25px;
	}
}
@media (min-width: 992px){
	
	/* GENERAL */
	
		
	.top-border{
		border-top: 7px solid;
	}
	.bottom-border{
		border-bottom: 7px solid;
	}

	.bio-section{
		background-position: center center;
	}	

	.bio-section .sub-small{
		font-size: 30px;
	}	

	/* contacto */
	.page-template-page-contacto .main-section .caption .main-caption{
		left: 10vw;
	}
	
	#map{
		height: 450px;	
	}
	

	/* footer */

	#footer{
		padding: 70px 0px 30px;
		font-size: 15px;
		line-height: 1.8;
	}
	#footer a.logo{
		width: 231px;
		display: block;
	}

	#footer ul#menu-legal li{
    	display: inline;
    	margin-right: 10px;
	}
	
	#footer ul.menu{
		margin: 0;
	}
	
	/* single product */


	.product-thumb-container {
		font-size: 52px;
	}


	/* generales */

	section{
		padding: 30px 0px;
	}
	section.padding-content{
		padding: 60px 0px;
	}

	button, .button, a.button{
		padding: 13px 40px;
		font-size: 15px;
	}


	.blockquote,blockquote{
		font-size: 18px;
		padding: 15px 12px;
	}
	h1, .h1{
		font-size: 48px;
		margin: 0 0 30px;
	}
	.h1{
		font-size: 44px;
		margin: 0 0 30px;
		line-height: 0.9;
	}
	h1.smaller{
		font-size: 38px;
	}
	h2{
		font-size: 33px;
		margin: 20px 0 30px;
	}
	.h2{
		font-size: 32px;
	}
	h3,.h3{
	    margin: 0 0 15px;
	    font-size: 24px;
	}
	h4,.h4{
		font-size: 19px;
	}
	h5,.h5{}
	h6,.h6{}
	
		
	.icon-title{
		padding-top: 110px;
		background-size: 120px;
	}

	

	/* hamburger */

	.hamburger{
		visibility: hidden;
		opacity: 0;
		transition: all .4s;
		position: relative;
		top: -5px;
	}
	.scrolling .hamburger{
		opacity: 1;
		visibility: visible;
	}

	
	/* asie */

	#aside{
		width: 100%;
		box-shadow: none;
	}
	#aside ul.menu{
    padding-top: 130px;
}
	#aside ul.menu > li{
		text-align: center;
		border: none;
	}
	#aside ul.menu > li > a {
		font-size: 32px;
		padding: 10px;
	}

	/* HEAD */
	#head{
		/* transform: translate3d(0px, 36px, 0px); */
		padding-bottom: 19px;
		font-size: 14px;
		transition: all .4s;
		min-height: 95px;
	}
	#head a{
		text-decoration: none;
	}

	
	#head .languages-list ul{
		transition: all .4s;
	}
	.scrolling #head .languages-list ul,
	.menu-active #head .languages-list ul{
		margin: 0;
		visibility: hidden;
		opacity: 0;
	}
	
	#head .social-links{
    transition: all .4s;
}
	.scrolling #head .social-links,

	.menu-active #head .social-links{
    visibility: hidden;
    opacity: 0;
}

	#head .subhead{
		background-size: cover;
		margin-bottom: 14px;
		font-size: 13px;
		padding: 6px 15px;
		transition: all .4s;
	}
	#head .white-content{
	}
	#head .logo{
		width: 185px;
		top: 0;
	}

	#head .languages-list{}
	#head .languages-list ul{
		display: flex;
		justify-content: flex-end;
		transition: all .4s;
	}
	#head .languages-list ul li{
		list-style: none;
		margin-left: 10px;
	}
	#head .languages-list ul li a,
	#head .languages-list ul li span{}
	#head .languages-list ul li a{}
	#head .languages-list ul li span{
		color: #b6334f;
		font-weight: bold;
	} 
		
	#head .content{
		position: relative;
	}
	#head .top-content{
		margin-bottom: 35px;
		transition: all .4s;
	}
	#head ul.menu{
	    padding: 0;
	    margin: 5px 0px;
	}
	#head ul.menu#menu-superior{
		position: absolute;
		width: 100%;
		bottom: 100%;
		border-bottom: 1px solid;
		padding-bottom: 10px;
		transition: all .3s ease;
	}
	#head ul.menu > li{
		list-style: none;
		margin: 0 10px;
	}
	#head .menu-content-2 ul.menu > li{
		margin: 0 0px 0 16px;
	}

	#head ul.menu > li.menu-item-has-children{
		position: relative;
		padding-right: 20px;
	}
	#head ul.menu > li.menu-item-has-children:after{
		content: '';
		position: absolute;
		right: 0;
		top: 5px;
		width: 9px;
		height: 9px;
		border-left: 2px solid #b4004f;
		border-bottom: 2px solid #b4004f;
		transform: rotate(-45deg);
		transition: all .3s;
	}
	/*body:not(.scrolling):not(.menu-active) #head.transparent ul.menu > li.menu-item-has-children:after{
		border-color: #ffffff;
	}*/

	#head ul.menu > li.menu-item-has-children:hover:after{
		transform: rotate(-225deg);
		top: 9px;
	}


	
	#head ul.menu > li > a{
	    text-decoration: none;
	    padding: 5px 0px;
	    transition: all .3s;
	    position: relative;
	    text-transform: uppercase;
	    font-weight: bold;
	    -webkit-font-smoothing: antialiased;
	}
	#head ul.menu > li > a:after{
		content: '';
		position: absolute;
		left: 0;
		bottom: 2px;
		width: 100%;
		height: 2px;
		background-color: #fcd32f;
		transition: all 1.1s ease;
		transform: scale3d(0,1,1);
		/*
		background: rgb(19, 61, 85);
		border-radius: 10px;
		transform: translate3d(0,3px,0);
		transition: all .4s ease;
		*/
		transform-origin: left;
		opacity: 0;
		visibility: hidden;
	}
	#head ul.menu > li.current-menu-item > a:after, #head ul.menu > li:hover > a:after{
		/*transform: translate3d(0,0,0);*/
		transform: scale3d(1,1,1);
		opacity: 1;
		visibility: visible;
	}


	#head ul.menu > li > ul.sub-menu{
		padding: 15px;
		position: absolute;
		background-color: #ffffff;
		background-repeat: no-repeat;
		background-size: 60px;
		min-width: 240px;
		background-position: 10px center;
		box-shadow: 0px 15px 29px -26px #555;
		top: 100%;
		left: 50%;
		opacity: 0;
		visibility: hidden;
		transition: all .3s;
		transform: translate3d(-50%,-10px,0);
		border-radius: 4px;
		display: flex;
	}
	#head ul.menu > li.submenu-working-holiday > ul{
		background-image: url(https://claudiasogamoso.com/wp-content/themes/claudiasogamoso/img/icon_working_holiday.png);
		padding: 15px 5px 15px 90px;
	}
	#head ul.menu > li:hover > ul.sub-menu{
		opacity: 1;
		visibility: visible;
		transform: translate3d(-50%,0,0);
	}

	
	/*body:not(.scrolling):not(.menu-active) #head.transparent ul.menu > li > ul.sub-menu{
		background-color: rgba(255, 255, 255, 0.7);
	}*/
	#head ul.menu > li > ul > li{
		list-style: none;
		padding: 20px 13px 13px;
		min-width: 150px;
		position: relative;
	}
	#head ul.menu > li > ul > li:not(:last-child):after{
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		height: 80%;
		width: 2px;
		background-color: #ededed;
		transform: translateY(-50%);
	}
	#head ul.menu > li:hover > ul > li{}
	#head ul.menu > li > ul > li > a{
		text-decoration: none;
		font-family: 'futura', sans-serif;
		text-transform: uppercase;
		color: #b62f26;
		font-weight: 500;
		white-space: nowrap;
	}
	#head ul.menu > li > ul > li > ul{}
	#head ul.menu > li > ul > li > ul.sub-menu{
    padding: 10px 0 0;
}
	#head ul.menu > li > ul > li > ul.sub-menu > li{
    list-style: none;
    margin: 0 0 1px;
}
	#head ul.menu > li > ul > li > ul.sub-menu > li > a{
	text-decoration: none;
	font-size: 12px;
	white-space: pre;
	display: block;
	padding: 2px;
	}
	#head ul.menu > li > ul > li > ul.sub-menu > li.current-menu-item > a,
	#head ul.menu > li > ul > li > ul.sub-menu > li:hover > a{
		background: #ededed;
	}

	#head ul.social-links{}
	#head ul.social-links > li{}
	#head ul.social-links > li a{}
	#head ul.social-links > li a img{
		width: 30px;
	}

	/* NEWSLETTER SECTION */

	.newsletter-section{padding: 40px 0px;}
	.newsletter-section .content{
		padding-left: 172px;
		background-size: 160px;
		min-height: 140px;
		max-width: 411px;
		padding-top: 40px;
	}
	.newsletter-section .content .h4{
		font-size: 24px;
	}
	.newsletter-section .content p{
		margin: 0 0 20px;
	}
	.newsletter-form{
	padding-top: 40px;
	}	
	
	.newsletter-form input::placeholder{
		color: #aaaaaa;
	}
	.newsletter-form input[type="submit"]{
	padding: 8px 40px;
	}

	.newsletter-form .legal{
		font-size: 11px;
	}
	/* ITEM */

		
	.item{
	    position: relative;
	    margin: 0 0px 30px;
	    width: 100%;
	}
	
	.item .thumb-container{
	padding-bottom: 63%;
	}
	.item:hover .thumb-container{}
	.item .thumb-container:before{}
	.item:hover .thumb-container:before{}
	.item .thumb-container .button{}
	.item:hover .thumb-container .button{}
	
	.item .caption{}
	.item .tags{}
	
	.item .caption .title{
		font-size: 16px;
	}
	
		
	.item-small .item .caption{
		padding: 10px 20px;
	}
	.item-small .item .caption .title{
		
	}
	.item-small .item .excerpt{
		display: none;
	}
	
	ul.post-list{}
	ul.post-list > li{}
	ul.post-list > li .item > a{
		position: relative;
		padding-left: 450px;
		min-height: 220px;
	}
	ul.post-list > li .item > a .thumb-container{
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		min-height: 0px;
		width: 430px;
		height: 100%;
	}
	ul.post-list > li .item > a .caption{
    padding: 30px 20px;
}
	ul.post-list > li .item > a .caption .title{}

	/* home */

	#main{
		position: relative;
		padding-top: 164px;
	}


	.main-content{}

	.main-content .slider-item{
		min-height: 600px;
	}
	
	.main-content .caption .thumb-container{}
	.main-content .caption{
		padding: 60px 0px;
		max-width: 410px;
		display: block;
		font-size: 16px;
	}
	.main-content .caption h1,
	.main-content .caption .h1{}
	.main-content .caption p,.main-content .caption p + p{
		margin: 0 0 25px;
		max-width: none;
	}
	.main-content .caption .button{}


	.main-tab-content.main-tab-content .thumb-container{
		width: 50%;
		right: 0;
		left: inherit;
	}
	
	/* blog */

	.single-content h1{}
	.single-content .date{
		font-size: 39px;
	}	
	div.tagcloud{
		margin: 0 0 30px
	}
	ul.blog-categories{
	}
	ul.blog-categories > li{
		width: calc(25% - 8px);
		margin: 0 0 16px;
	}
	ul.blog-categories > li a{
		padding: 10px 60px;
		font-size: 19px;
	}
	
	/* HOME */
	
	
	.home-services{}
	.home-services ul.services{
		display: flex;
		justify-content: space-between;
	}
	.home-services ul.services > li{
		width: calc(33.3333% - 7px);
	}
	.home-services ul.services > li > a{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: flex-start;
	}
	.home-services ul.services > li > a .excerpt{
		min-height: 110px;
	}
	.home-services ul.services > li > a .subtitle{
		width: 100%;
	}
	.home-services ul.services > li > a p{
		align-self: flex-end;
	}

	.testimonials-section .icon-title {
		background-size: 110px;
	}
	.nav-pills.grupo li .h5{
		font-size: 15px;
	}
	.terapia-carousel .h1{
		font-size: 48px;
	}
	.terapia-carousel .white{
		font-size: 18px;
	}
	.terapia-carousel .caption .phenomena{
		font-size: 22px;
	} 
	.terapia .phenomena{
		font-size: 26px;
	}
	.terapia .personal-carousel .phenomena{
		max-width: 460px;
	}
	.terapia .nav-item a.button{
		padding: 15px 30px;
		font-size: 14px;
	}

	/* excelencia */

	.nav-pills.preguntas li{
		font-size: 15px;
	}
	ul.custom-faqs > li .question{	    
	    padding: 20px;
	}
	ul.custom-faqs > li .question > div{
		width: 350px;
	}
	/* custom tabs */

	div.custom-tabs > ul > li{
	}
	div.custom-tabs > ul > li:last-child{
		border: none;
	}
	div.custom-tabs > ul > li .title{
		padding: 40px 5px 16px;
		font-size: 13px;
		border-width: 3px;
	}
	div.custom-tabs > ul > li .thecontent{
	}

	div.custom-tabs .active{}
	div.custom-tabs .title{}
}
@media (min-width: 1200px) {

	.thecontent {
		font-size: 17px;
	}
	.thecontent.small-font h3 {
		font-size: 18px;
	}
	.thecontent.small-font {
		font-size: 14px;
	}
	.thecontent p{
		margin: 0 0 25px;
		font-size: 16px;
	}
	.thecontent .h1 p{
		font-size: inherit;
	}
	.scrolling #head .subhead,
	.menu-active #head .subhead{
		margin: 0 0 7px;
	}
	.scrolling #head .top-content,
	.menu-active #head .top-content{
		margin: 0;
	}
	.scrolling #head,
	.menu-active #head {
		padding: 0;
	}
	.scrolling #head .logo,
	.menu-active #head .logo{
		top: 0;
		width: 90px;
	}

	.scrolling #head ul.menu,
	.menu-active #head ul.menu{
		visibility: hidden;
		opacity: 0;
	}


	.owl-carousel {
	    margin: 0px;
	}
	 
	.owl-carousel.yellow-arrow .owl-nav .owl-prev {
	    right: calc(100% + 20px);
	}
	.owl-carousel.yellow-arrow .owl-nav .owl-next {
	    left: calc(100% + 20px);
	}
	
	
}
@media (min-width: 1400px){	

	.thecontent{
		font-size: 16px;
	}
}