body {
background:#be1832;
color:#111;
font-family: 'Roboto Condensed', sans-serif;	
}



p {
color:#333!important;

}

h1.entry-title, .page-header h1{
border-left:5px solid #c7c7c7!important;
padding-left:10px;	
color:#be1832!important;
}

.panel-grid-cell-container li´{
		
}

/* ----------------- Preoleader --------------------- */

#loader-wrapper {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:999999!important;
	background:#be1832;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 60%;
    width: 40px;
    height: 40px;
    margin-left:-22px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color:#fff;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
 
 
 #loaderimg {
position: absolute;
width: 150px;
height: 150px;
left: 50%;
margin-left:-75px;
top:40%;
margin-top:-20px;
background-image: url("/wp-content/themes/generatepress-child-oneweb/preload.gif");
background-repeat: no-repeat;
background-size: 150px 150px;
}
 
 
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  
        -ms-transform: rotate(0deg);  
        transform: rotate(0deg);  
    }
    100% {
        -webkit-transform: rotate(360deg); 
        -ms-transform: rotate(360deg); 
        transform: rotate(360deg);  
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  
        -ms-transform: rotate(0deg); 
        transform: rotate(0deg); 
    }
    100% {
        -webkit-transform: rotate(360deg);  
        -ms-transform: rotate(360deg); 
        transform: rotate(360deg); 
    }
}


.principal-modle{
position:relative;
display:block;	
width:90%;
margin:50px auto;	
box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
border:5px solid rgba(255, 255, 255, 0.5);
/* background:rgba(56, 56, 56, 0.5); */
}


/* @media screen and (max-width: 1440px) {
   .principal-modle{
    width: 65%!important;
	}
}

@media screen and (max-width: 1280px) {
   .principal-modle{
    width: 80%!important;
	}
} */


.inside-article{
background:rgba(0, 0, 0, 0.0)!important;	
}

.one-container .site-content {
    padding: 20px!important;
}


footer.entry-meta {
    margin-top: 0em!important;
}

.main-navigation {
background:#333; 
}


.main-navigation ul li a {
    display: block;
	font-size: 16px;
font-family: 'Pragati Narrow', sans-serif;	
}


.main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .mobile-bar-items a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 35px;
}

.main-navigation ul ul {
    top: 35px;
}

.main-navigation .main-nav ul .current-menu-item > a, .main-navigation .main-nav ul .current-menu-parent > a, .main-navigation .main-nav ul .current-menu-ancestor > a
.main-navigation .main-nav ul .current-menu-item > a:hover {
    color: #FFFFFF;
	background:#be1832!important; 
}


.main-navigation .main-nav ul li > a:hover, .main-navigation .main-nav ul li > a:focus, .main-navigation .main-nav ul li.sfHover > a {
    color: #FFFFFF;
    background:#777; 
}

.main-navigation .main-nav ul ul li > a, .main-navigation .main-nav ul ul li > a, .main-navigation .main-nav ul ul li > a {
    color: #FFFFFF;
    background:url('/wp-content/themes/generatepress-child-oneweb/header.png')repeat, #444; 
	border-bottom:1px solid #000;
	font-size: 16px;
}

.main-navigation .main-nav ul ul li > a:hover, .main-navigation .main-nav ul ul li > a:focus, .main-navigation .main-nav ul ul li.sfHover > a {
    color: #FFFFFF;
    background:url('/wp-content/themes/generatepress-child-oneweb/header.png')repeat, #333; 
}


.main-navigation .main-nav ul ul .current-menu-item > a, .main-navigation .main-nav ul ul .current-menu-parent > a, .main-navigation .main-nav ul ul .current-menu-ancestor > a {
    color: #FFFFFF;
      background:url('/wp-content/themes/generatepress-child-oneweb/header.png')repeat, #a32422; 
}


.menu-item-has-children a{
	
}


.main-navigation .main-nav ul li.menu-item-has-children>a, .secondary-navigation .main-nav ul li.menu-item-has-children>a {
    padding-right: 0;
    position: relative;
	font-size: 14px;
}

.main-navigation .main-nav ul ul li > a, .main-navigation .main-nav ul ul li > a, .main-navigation .main-nav ul ul li > a {
font-size: 14px;	
}	



/* ------------------- */
.site-logo{
width:250px;
margin-top:15px;	
}


.wd-contact{
position:relative;	
text-align:right;	
font-family: 'Pragati Narrow', sans-serif;	
font-size:16px;
line-height:17px;
padding-top:12px;
}

.wdc-titulo{
font-size:21px;	
color:#a32422;
}

.inside-article, .comments-area, .page-header, .one-container .container, .paging-navigation, .inside-page-header, .footer-widgets, .site-info{
    /* background-color:rgba(0, 0, 0, 0.5); */
}


.inside-header {
    padding: 2px 20px 2px 20px;
}


.page-header {
background: rgba(0, 0, 0, 0.0);

    color: #ebac9c;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
	border-top:1px solid rgba(255, 255, 255, 0.2);
	/* box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80); */
/* -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80); */
/* -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);	 */
z-index:10;
}


.site-header{

}

/* ----- titulos -------- */

.page-title{
font-size:36px!important;	
font-family: 'Open Sans', sans-serif;
font-weight:300!important;	
color:#d27e62;
	
}


/* ------------- */




.ud_slider-base{
position:relative;
width:100%;	
height:auto;
/* background:url('/wp-content/themes/generatepress-child-oneweb/slider.png')repeat, #a32422; */
background:#f1f1f1;
overflow:hidden;
/* padding-bottom:10px; */
/* box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80); */
border-top:1px solid #999;
border-bottom:1px solid #999;
}

.ud_slider-sliders{
position:relative;
float:right;
width:33.33333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333%;	
height:auto;
margin:0 auto;
padding:0px;
background:rgba(255, 255, 255, 0.3);
overflow:hidden;
}


@media screen and (max-width: 650px) {
	.ud_slider-sliders{	
	width:100%;
	
	}	
}	

/* ////// Nivo //////////// */
.nivo-caption {
background:rgba(55, 28, 17, 0.6)!important;
bottom:0px!important;
padding: 10px 10px 0px 10px!important;
opacity: 1!important;
overflow:inherit!important;
display: none;
-moz-opacity: 0.0!important;
 filter: alpha(opacity=0)!important;
}





titulo {
position:relative;
font-size:24px;	
line-height:24px;
display:inline-block; 
padding:2px 10px 0px 10px;
margin-bottom:4px;
font-family: 'Open Sans', sans-serif;
font-weight:300;
color:#fff;
}

subtitulo {
position:relative;
font-size:18px;	
line-height:20px;
color:#e6917b;
display:inline-block; 
padding:0px 10px 5px 10px;
margin-bottom:4px;
width:88%;
font-family: 'Pragati Narrow', sans-serif;	
font-weight:400;
/* text-shadow:1px 1px 4px #fff; */
}	

.sliderlinkvermas {
margin-bottom:5px!important;
float:right;	
}


.sliderlinkvermas a {
position:relative;
background:#27417c;
color:#fff;	
display:inline-block; 
padding:5px 10px;
font-family: 'Yanone Kaffeesatz', sans-serif;
text-decoration:none;
border-bottom:none!important;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.80);
-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.80);
-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.80);
}

.sliderlinkvermas a:hover {
background:#a32422;	
}	

.nivo-controlNav{
position:absolute;
bottom:0px;	
}

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


.ud_redes-base{
position:relative;
width:100%;	
height:5px;
/* background:url('/wp-content/themes/generatepress-child-oneweb/slider.png')repeat, #2f4e97; */
background:url('/wp-content/themes/generatepress-child-oneweb/slider.png')repeat, #fff;
box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);	
}


/* //////////// WIIDGET ///////////// */

.sidebar .widget {
    background-color:rgba(0, 0, 0, 0.0);!important;
}

.inside-left-sidebar h4{
font-family: 'Open Sans', sans-serif;
color:#db7257!important;	
}

#archives{
display:none;	
}

.widget-area h4{
font-family: 'Open Sans', sans-serif;
color:#00a2b9!important;
font-size:25px;
font-weight:300;
margin-bottom:7px;
}

.footer-widgets .widget-title {
	font-family: 'Open Sans', sans-serif;
    color:#008192!important;
	font-weight:300;
	font-size:25px;
	margin-bottom: 0px;
}



.widget p {
font-family: 'Roboto Condensed', sans-serif!important;	
text-align:justify;
font-weight:300;
}	

.lptw_recent_posts_thumbnails_widget a.lptw-header-link {
     font-size:15px;
    line-height: 16px;
    text-decoration: none;
    color:#dddddd;
    margin-bottom: 5px;
    text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
}

.lptw_recent_posts_thumbnails_widget a.lptw-header-link:hover {
 color:#e9aa9a!important;
} 

.lptw_recent_posts_thumbnails_widget li {
    margin-bottom: 5px;
    overflow: hidden;
}

.lptw_recent_posts_thumbnails_widget .widget-title {
	font-family: 'Open Sans', sans-serif;
    color:#d35130!important;
	font-weight:300;
	font-size:25px;
	text-transform:none;
}


.widget a, .widget a:visited {
    color:#c0c0c0;
    text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
}

.widget a:hover{
color:#e9aa9a;	
}

.widget ul li {
    list-style-type: none;
    position: relative;
    padding-bottom: 0px;
}

.lptw-post-small-thumbnail img{
box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);

}
/* ////////////// BLOG ///////////////////// */
.base-articulo{
position:relative;
float:left;
width:24%;	
margin-left:0.25%;
height:auto;
overflow:hidden;
}


 @media screen and (max-width: 1280px) {
	.base-articulo{
	width:32%;	
	}
} 

 @media screen and (max-width: 950px) {
	.base-articulo{
	width:48%;	
	}
} 

 @media screen and (max-width: 650px) {
	.base-articulo{
	width:98%;	
	}
} 


.entry-header h2{
font-size:20px;	
}

.entry-header h2 a:hover{
color:#333;	
}


.cat-links a:hover{
color:#be1832;	
}


.entry-header h1{
color:#d27e62;	
}

.hentry {
    margin: 0 0 0em;
}

.page-header-image-single{
display:none;	
}

.author{
display:none;	
}


.all-articles{
    -moz-column-count: 3;
    -moz-column-gap: 0;
    -webkit-column-count: 3;
    -webkit-column-gap: 0;
    column-count: 3;
    column-gap: 0;
    margin-left: 0;
	border-bottom:1px solid #555;
	margin-top:5px;
}



.all-articles h2{
font-size:25px;
padding:0px 10px 0px 0px;
}

.all-articles a{
color:#d35130;	
}

.all-articles a:hover{
color:#00a0b7;	
}



.all-articles p{
font-size:18px;
line-height:20px;
font-family: 'Roboto Condensed', sans-serif;
font-weight:300;
padding:10px;
}

.post-image {
    margin: 0.4em 0 0;
}

.all-articles .entry-summary {
    margin: 0.4em 0 0;
}

.all-articles img{
 
width:90%;
text-align:center;
}

.entry-date{
color:#3e7cc1;	
}

.read-more{
position:relative;	
display:block;
margin-top:20px;
border-left:4px solid #ebccc2;	
padding:10px 0px 10px 10px;
background:rgba(0, 0, 0, 0.3);
width:80px;
color:#d35130!important;
}

.read-more:hover{
position:relative;	
display:block;
margin-top:20px;
border-left:4px solid #d35130;	
padding:10px 0px 10px 10px;
background:rgba(211, 81, 48, 0.3);
width:80px;
color:#fff!important;
}




/* .search-field{
background:#333;	
} */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, .wpcf7-form-control-wrap  input[type="tel"]{
    background-color:#e4e4df;
    border-color:#d35130;
    color: #222!important;
	font-family: 'Open Sans', sans-serif!important;
	width:90%!important;
	
}

input[type="text"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="password"]:hover, input[type="search"]:hover, textarea:hover, .wpcf7-form-control-wrap  input[type="tel"]:hover,
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus, .wpcf7-form-control-wrap  input[type="tel"]:focus {
    background-color:#fff;
    border-color:#d35130;
    color: #333;
	
}


.itemform{
padding-bottom:5px;
font-size:13px;	
}

#panel-15-0-1-1 iframe{
border:1px solid #d35130!important;	
border-right:2px solid #d35130!important;	
}

/* /////////// CONTENIDO ///////////////////   */
.thumbnail-layout .lptw-post-title {
    font-size:15px;
    line-height: 16px;
    text-decoration: none;
    color:#dddddd;
    margin-bottom: 5px;
    text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
}


.lptw-thumbnail-title a:hover{
  color:#e9aa9a!important;	
}

.lptw-post-date{
    font-size:14px!important;
padding-top:5px;	
    line-height: 14px;
    text-decoration: none;
    color: #d35130;
    text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif!important;	
}

h1, h2, h3, h4, h5{
font-family: 'Open Sans', sans-serif;
font-weight:300;
font-size:36px;  
}

h2{
font-size:32px; 
color:#da694e;  
}


h3, h3.widget-title, titulo-modulo{
font-size:28px;
margin-bottom: 10px;  
}

h4{
font-size:25px; 
line-height:30px;
}

h5{
font-size:22px; 
}

h6{
font-family: 'Roboto Condensed', sans-serif;
font-size:20px;  
font-weight:700;
}


h6{
font-weight:300;
font-size:19px;  
}



h3.widget-title, titulo-modulo{
color:#d35130;	
}

 titulo-modulo{
font-weight:300;	 
}

.so-panel{
margin-bottom: 10px!important;	
}	 
	 
.panel-grid{
margin-bottom:0px!important;	
padding-bottom:0px!important;
}

pre {
background: rgba(255, 255, 255, 0.1);
font-family: 'Roboto Condensed', sans-serif;  
font-size: inherit;
line-height: normal;
margin-bottom: 1.5em;
padding: 20px;
overflow: auto;
max-width: 100%;
color:#da694e;  
}




hr{
background-color:#8d2929;	
}

.gallery-icon a{
opacity:0.7;	
}

.gallery-icon a:hover{
opacity:1.0;	
}

 
.gallery-columns-3 .gallery-item {
    max-width: 32%;
} 

.gallery-item  img{
 box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);

} 
 
.gallery-item{
position:relative;	
margin:5px;
} 

.wp-caption-text{
position:absolute;
top:0px;
font-family: 'Open Sans', sans-serif!important;
background:url('/wp-content/themes/generatepress-child-oneweb/header.png')repeat, #a32422;
padding:5px 20px; 
font-size:25px;
font-weight:300;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
}


@media screen and (max-width: 1280px) {
   .gallery-item{
    max-width: 48%!important;
	}
}

@media screen and (max-width: 640px) {
   .gallery-item{
    max-width: 97%!important;
	}
	
	.one-container .site-content {
	 padding: 10px!important;	
	}
}


.mod-video iframe{
 border:1px solid #da694e; 
}

.published{
background:#444;	
font-size:12px;
padding:5px 10px;
margin-top:10px;
color:#fff;
display:inline-block; 
font-family: 'Roboto Condensed', sans-serif; 
}

/* /////////// FORMULARIO  ///////////////// */


 .form-cont{
width:100%;
margin:0 auto;	
} 


.wpcf7 p{
font-size:18px;	
margin-bottom: .6em; 
color:#fff;

}


.camp-form{
width:100%;
font-family: 'Pragati Narrow', sans-serif;	
color:#fff!important;
} 

textarea.camp-form{
padding-top:10px!important;	
}


.form-cont input[type="submit"] {
    background:#cd173b;	
    cursor: pointer;
    -webkit-appearance: button;
    padding: 0px 20px;
	margin-right:30px;
    color: #FFF;
	font-family: 'Pragati Narrow', sans-serif;	
	font-size:20px;	
	float:right;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
	-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
	-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.80);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-cont input[type="submit"]:hover{
background:#93112b;
border: 1px solid rgba(255, 255, 255, 0.1);
}

span.wpcf7-not-valid-tip {
    color: #d8b423;
    font-size:18px;
    display: block;
}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
    position:absolute;
	top:0px;
	border: none;
	font-family: 'Pragati Narrow', sans-serif;
	color:#d8b423;	
	font-size:18px;
	line-height:18px;
	font-weight:700;
}

div.wpcf7-mail-sent-ok {
	border:none;
	color:#2d77f2;
	
}

.wpcf7-submit{
font-family: 'Roboto Condensed', sans-serif;  
background:#da694e!important;
}

.wpcf7-submit:hover{
background:#a32422!important;  
}  


/* /////////  MAPA  /////////// */
.base-mapa iframe{
position:relative;
border:1px solid #da694e!important;
width:90%; 	
float:left;
margin:10% 10% 10% 10%;
	
}


/* ---- BACK TOP ----- */
.generate-back-to-top, .generate-back-to-top:visited {
    bottom: 100px;
}


.footer-widgets {
 /*  border-top:1px solid #a32422; */
}


/* ///////gallery////////// */
.metaslider .flexslider {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
    margin: 0px!important;
    max-width: none;
    max-height: none;
}



.header-widget .widget-title {
    margin-bottom: 0px;
	color:#aaaaaa;
}

.mod_contacto {
margin-top:10px;	
}

/* ////////////// ACORDION //////////////////// */
.su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 30px!important;
    padding: 7px 7px 7px 34px;
    font-weight:300!important;
    font-size: 30px!important;
	color:#db917d!important;
}

.su-spoiler-title:hover {
color:#333!important;
	
}	

/* ////////////// PORTAFOLIO //////////////////// */
.grilla{
position:relative;
width:25%;
overflow:hidden;
background:#d6d6d6;	
}





.singlepost img{
border:1px solid #be1832;	
}

#nav-below{
position:relative;
width:100%;
display:block;	
	
}
/* ////////////// FOOTER //////////////////// */


#unodiseno
			{ 
				position:fixed;
				/* background:#000; */
				height:80px;
				width:80px;
				right: 0px;
				bottom:0px;
				background:url('/wp-content/themes/generatepress-child-oneweb/unodiseno.png')no-repeat;  
				z-index:10000000;
			 }

#footer_principal{
position:fixed;
width:100%;
height:18px;
background:#be1832;
z-index:100000 !important;
bottom:0;
left:0;
display: block;
text-transform:uppercase;
}

#footer_principal .copy{ 
			position:absolute; 
			font-size:10px;
			line-height:10px;
			font-family: 'Open Sans Condensed', sans-serif;
			color:#838383; 
			font-weight:700;
			text-decoration:none;
			height:auto;
			margin-top:4px;
			width:90%;
			margin-left:8px;
		 }
			 
			.powered{ 
			color:#ee7d8e;
			
    		 }


tooltip_made {
    border-bottom: 1px dotted #0077AA;
    cursor: help;
	
}
 
.tooltip_made::after {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:13px;
	text-align:center;
	font-weight:lighter;
	background:#E5E5E5;
	background: -webkit-linear-gradient(top, #FFFFFF, #B7B7B7);
	background: -moz-linear-gradient(top, #FFFFFF, #B7B7B7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#B7B7B7');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#B7B7B7')";
	background: -o-linear-gradient(top, #FFFFFF, #B7B7B7);
	background: linear-gradient(top, #FFFFFF, #B7B7B7);
    /* background: rgba(255, 255, 255, 0.7); */
    border-radius: 20px 20px 20px 20px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color:#333333;
    content: attr(data-tooltip); /* The main part of the code, determining the content of the pop-up prompt */
   bottom:5px;
   right:50px;
   width:270px;
    opacity: 0; /* Our element is transparent... */
   padding: 5px 7px 5px 7px;
    position: absolute;
    visibility: hidden; /* ...and hidden. */
 
    transition: all 0.4s ease-in-out; /* To add some smoothness */
}
 
.tooltip_made:hover::after {
    opacity: 1; /* Make it visible */
    visibility: visible;
}
