@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body  {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:16px;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: left; 
	color: #000000;
	z-index:0
}
*{
	margin:0;
	padding:0;
	outline:none !important;
}
a{
	color:inherit;
	text-decoration:none;	
	outline:none
}
a:hover{
	text-decoration:none;
	color:#b36430;
}
.contenido a{
	color:#232331;	
}
.container .contenido li{
	line-height:27px;
}
.container .contenido ul.ticks{
	margin-left:0px;	
}
.container .contenido ol,
.container .contenido ul{
	padding-left:35px;	
	display: block;
}

.container ol { counter-reset: item }
.container ol li { display: block }
.container ol li:before { content: counters(item, ".") ". "; counter-increment: item }

.container .contenido ol li,
.container .contenido ul li,
.container .contenido p{
	font-size:14px;	
}
h2{
	color:#000;
	font-weight:400;
	font-size:40px;
	margin:30px 0px;
    font-family: "Trajan";
    margin-bottom: 60px;
}
h2.titulo_seccion{
	color:#0069ae;
	font-size:40px;
}
h3{
	color:#000000;	
	font-size:25px;
	font-weight:normal;
	margin:25px 0px;
}
h4{
	color:#000000;	
	font-size:20px;
	font-weight:normal;
	margin:20px 0px;
}
h6{
    text-transform: uppercase;
    color:#b36430;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 4px;
    padding-top: 30px;
    margin-top: 60px;
    position: relative;
    margin-bottom: -15px;
}

h6::before{
    border-top: #b36430 1px solid;
    width: 150px;
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -75px;
}
img{
	border:none;	
}
strong,b{
	font-weight:700;	
}
p{
	margin: 15px 0px;
}
.ge-content p{
    line-height: 30px;
}
.container { 
	max-width: 1400px;
	margin: 0 auto; 
	text-align: left;
	width:100%;
}
figure{
    position: relative;
}
figure::before{
    content: " ";
    width: 90px;
    height: 90px;
    background: #fff;
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: 1;
}
figure.derecha::before{
    left: 0px;
    right:auto;
}
figure figcaption{
    transform: rotate(-90deg);
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 4px;
    z-index: 1;
    position: absolute;
    left: -130px;
    top: 70%;
	
	/*color: #bfbfbf;*/
	color: #545454;
	background-color: #ffffffa8;
}
figure figcaption::before{
     content:" ";
    bottom: -20px;
    left: -50px;
    width: 80px;
    border-bottom: #b36430 1px solid;
    position: absolute;
}

figure.derecha figcaption{
    right: -210px;
    left:auto;
}

video{
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

#capa_opaca {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2000px;
    background: rgba(0,0,0,0.8);
    z-index: 11;
    display: none;
}

.bloques_portada.galeria-carrousel{
    margin-top: -60px;
    margin-bottom: -30px;
}
.wrapper{
	position: relative;
	/*box-shadow: 5px 5px 15px rgba(0,0,0,0.15)*/
}

.jcarousel-wrapper {
    position: relative;
	clear:both;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 80%;
	padding:30px 0px;
	/*margin: 0 10%;*/
	margin: 0 auto;
	/*background:#efefef;*/
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 20%;
    float: left;
	margin-right: 0px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jcarousel li:last-child{
	margin-right: 0;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.galeria-carrousel .jcarousel img{
	max-height: 28vw;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: none;
    color: #dfdfdf;
    text-decoration: none;
    text-shadow:none;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: none;
}

.jcarousel-control-prev {
    left: 15px;
}

.jcarousel-control-next {
    right: 15px;
}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
	background: #efefef;
    color: #333 !important;
	text-decoration:none !important;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

.selector select{
    width: 100%;
    padding: 0 35px 0 9px;
    height: 35px;
    font-size: 14px;
    background: 0 0;
    position: relative;
    z-index: 1;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
	color: #191919;
	font-size: 12px;
	background:#f5f5f5;
	border-radius:3px;
}
.buscador_home .selector select{
	background:#fff;	
}
.selector::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 11px;
    right: 12px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    z-index: 3;
    border-top: 1px solid #fff;
    transition: all .2s ease;
    transform: rotate(135deg);
	pointer-events: none;
}
.selector::before {
    right: -1px;
    top: -1px;
    position: absolute;
    content: '';
    display: block;
    width: 34px;
    height: 35px;
    background: #424242;
    z-index: 2;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	
	background-color: #676767;
	top: 0;
	pointer-events: none;
}
.selector.active::before{
	background-color: #118614;	
}
.selector {
    width: auto;
	padding-left:15px;
    margin:0px;
	margin-bottom:4px;
    border: none;
    height: 37px;
	position:relative;
	display:inline-block;
}


.form_contacto label{
	font-weight:600;
	font-size:13px;
	margin-top:12px;
	display:block;
}
.form_contacto textarea,
.form_contacto input[type=password],
.form_contacto input[type=text],
.form_contacto input[type=tel],
.form_contacto input[type=email]{
	background:#f5f5f5;
	width:100%;
	display:block;
	border-radius:3px;
	padding:5px;
	border:0px;
	color:#191919;
	line-height:25px;
}
.form_contacto textarea.error,
.form_contacto input[type=text].error,
.form_contacto .selector select.error{
	background:#f5d1d1;	
}
.form_contacto .selector{
	padding-left:0px;
	width:100%;	
}
input[type=checkbox],
input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
    letter-spacing: 3px;
    background: 0 0;
    border: none
}

input[type=checkbox]:active,
input[type=checkbox]:focus,
input[type=radio]:active,
input[type=radio]:focus {
    outline: 0
}

input[type=checkbox]+a,
input[type=radio]+a {
    color: #555
}

input[type=checkbox]+a:hover,
input[type=radio]+a:hover {
    text-decoration: none;
    color: #222
}

input[type=checkbox]:before,
input[type=radio]:before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    cursor: pointer;
    color: #b36430
}

input[type=checkbox]:before {
    content: "\f0c8"
}

input[type=checkbox]:checked:before {
    content: "\f14a"
}

input[type=radio]:before {
    content: "\f111"
}

input[type=radio]:checked:before {
    content: "\f192"
}

input[type=checkbox]:before,
input[type=checkbox]:checked:before,
input[type=radio]:before,
input[type=radio]:checked:before {
    margin-bottom: -6px;
    vertical-align: bottom;
    font-size: 17px;
    font-weight: 400
}
.form_contacto table td{
	padding: 0 10px;	
}
.form_contacto table tr td:first-child{
	padding-left:0px;	
}