/*
    Theme Name: Parasponsive
    Theme URI: http://www.gogetthemes.com
    Author: GoGetThemes
    Author URI: http://www.gogetthemes.com
    Description: An Ultra Responsive Portfolio/Blog theme
    Version: 1.0

-------------------------------------------------------------------------*/
html, body {
    background: #000;
}
body {
    opacity: 0;
    color: #323232;
    font-family: 'Roboto', sans-serif;
}
#pages{
    top: 0;
    margin-top: -2em;
}
/* HEADER */
header {
    background: url(../image/header_bg.png) repeat-x top;
    height: 111px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
}
.logo {
    float: left;
}
.logo img {
    margin: 10px 0 0;
}
.nav {
    float: right;
}
li {
    list-style: none;
}
nav li {
    list-style: none;
    float: left;
}
nav ul {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 999;
}
nav a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    width: 95px;
    margin-right: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 32px;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}
nav a span.hover {
    position: absolute;
    width: 100%;
    top: -42px;
    left: 0;
    height: 35px;
    transition: all .5s;
}
nav a span.arr {
    position: absolute;
    left: 0;
    display: block;
    margin-top: 35px;
    width: 0px;
    height: 0px;
    border-style: solid dashed solid dashed;
    border-width: 7px 47.5px 0 47.5px;
}
nav a span.menu_name {
    position: relative;
    z-index: 1000;
}
nav li.current a span.hover {
    transition: all .5s;
    top: 0px !important;
}
nav li:hover a span.hover {
    transition: all .5s;
    top: 0px !important;
}
nav a.menu_1 {
    border-top: #c90001 solid 2px;
}
nav a.menu_2 {
    border-top: #c90001 solid 2px;
}
nav a.menu_3 {
    border-top: #c90001 solid 2px;
}
nav a.menu_4 {
    border-top: #c90001 solid 2px;
}
nav a.menu_5 {
    border-top: #c90001 solid 2px;
}
nav a.menu_6 {
    border-top: #c90001 solid 2px;
}
nav a.menu_7 {
    border-top: #c90001 solid 2px;
}
nav a.menu_1 span.hover {
    background: #c90001;
}
nav a.menu_1 .arr {
    border-color: #c90001 transparent transparent transparent;
}
nav a.menu_2 span.hover {
    background: #c90001;
}
nav a.menu_2 .arr {
    border-color: #c90001 transparent transparent transparent;
}
nav a.menu_3 span.hover {
    background: #c90001;
}
nav a.menu_3 .arr {
    border-color: #c90001 transparent transparent transparent;
}
nav a.menu_4 span.hover {
    background: #c90001;
}
nav a.menu_4 .arr {
    border-color: #c90001 transparent transparent transparent;
}
nav a.menu_5 span.hover {
    background: #c90001;
}
nav a.menu_5 .arr {
    border-color: #c90001 transparent transparent transparent;
}
nav a.menu_6 span.hover {
    background: #c90001;
}
nav a.menu_6 .arr {
    border-color: #c90001 transparent transparent transparent;
}
nav a.menu_7 span.hover {
    background: #c90001;
}
nav a.menu_7 .arr {
    border-color: #c90001 transparent transparent transparent;
}
/* HOME */
.slide_video {
    top: 5%;
    position: absolute;
    width: 100%;
    z-index: 99;
}
.slvideo {
    width: 50%;
}
.slide_text {
    position: absolute;
    width: 100%;
    top: 20%;
    z-index: 99;
}
.slide_text .title1 {
   
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 0px;
}

.slide_text .title1_2 {
	color: #fdaf19;
    text-shadow: 0 0 4px #000000;
}

.slide_text .title2 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 300;
    line-height: 52px;
}

.slide_text .title1_3 {
	color: #fdaf19;
    font-size: 54px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 0px;
    text-shadow: 0 0 4px #000000;
}

.slide_text .title3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 300;
    line-height: 52px;
}

/*.slide_text .title3 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 300;
    width: 40%;
    line-height: 36px;
}

.slide_text .title3 span {
    display: block;
    font-weight: 600;
    line-height: 46px;
    font-size: 150px;
    margin-bottom: 15px;
}
.yellow {
    color: #fdaf19;
}*/
.slide_link {
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: rgba(0,0,0,0.4) url(../image/arr_down.png) no-repeat 90% center;
    padding: 20px 40px 20px 20px;
    text-decoration: none;
}
.slide_but {
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    padding: 20px;
    text-decoration: none;
}
/* KIT */
.kit_top {
    border-color: transparent transparent #f0f0f0 transparent;
}
.kit_bot {
    border-color: transparent #f0f0f0 transparent transparent;
}
.kit_mid {
    background: #f0f0f0;
    padding: 30px 60px;    
    padding-bottom: 80px !important;
    padding-top: 70px !important;
}
 .kit_con {
    background: #fff;
}
.kit_box {
    margin-top: -10px;
    position: relative;
}
.kit_top .top_box_right {
    display:none;
}
/* SERVICES */
#services {
    position: relative;
}
.service_box {
    margin-top: -60px;
    position: relative;
}
.serv_top {
    border-color: transparent transparent #ffffff transparent;
}
.serv_bot {
    border-color: transparent #ffffff transparent transparent;
}

.serv_bot.bot_box_right, .portfolio_bot.bot_box_left,.pricing_table_bot.bot_box_right{
    background: white;
    width: 100%;
    height: 50px;
    border:none !important;
    margin-top: -2%;
    padding: 2% 0px; /* Added a percentage value for top/bottom padding to keep the wrapper inside of the parent */
  
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
    box-shadow:rgb(0 0 0 / 9%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 35%) 0px 52px 40px;
}
.serv_bot.bot_box_right.bot_box_iso{
	background: #f0f0f0;
}
.portfolio_top.top_box_left{
    background: white;
    width: 100%;
    height: 10px;
    border: none !important;
    /* margin-top: 1%; */
    padding: 2% 0px;
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
    box-shadow: rgb(0 0 0 / 9%) 0px -2px 1px, rgb(0 0 0 / 9%) 0px -4px 2px, rgb(0 0 0 / 9%) 0px -8px 4px, rgb(0 0 0 / 9%) 0px -16px 8px, rgb(0 0 0 / 35%) 0px -52px 40px;
}
.pricing_table_top.top_box_right, .about_us_top.top_box_left{
    background: white;
    width: 100%;
    height: 10px;
    border: none !important;
    /* margin-top: 1%; */
    padding: 2% 0px;
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
    box-shadow: rgb(0 0 0 / 9%) 0px -2px 1px, rgb(0 0 0 / 9%) 0px -4px 2px, rgb(0 0 0 / 9%) 0px -8px 4px, rgb(0 0 0 / 9%) 0px -16px 8px, rgb(0 0 0 / 35%) 0px -52px 40px;
}
.portfolio_mid,.pricing_table_mid,.about_us_mid,.contact_us_mid{
    margin-top: -2%;
}

.pricing_table_mid{
    padding-bottom: 4% !important;
}


.about_us_bot.bot_box_left{
    background: white;
    width: 100%;
    height: 0px;
    border:none !important;
    margin-top: -2%;
    padding: 2% 0px; /* Added a percentage value for top/bottom padding to keep the wrapper inside of the parent */
  
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform: skewY(-2deg);
    box-shadow:rgb(0 0 0 / 9%) 0px 2px 1px, rgb(0 0 0 / 9%) 0px 4px 2px, rgb(0 0 0 / 9%) 0px 8px 4px, rgb(0 0 0 / 9%) 0px 16px 8px, rgb(0 0 0 / 35%) 0px 52px 40px;
}


.contact_us_top.top_box_right{
    background: white;
    width: 100%;
    height: 10px;
    border: none !important;
    /* margin-top: 1%; */
    padding: 2% 0px;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform: skewY(-2deg);
    box-shadow: rgb(0 0 0 / 9%) 0px -2px 1px, rgb(0 0 0 / 9%) 0px -4px 2px, rgb(0 0 0 / 9%) 0px -8px 4px, rgb(0 0 0 / 9%) 0px -16px 8px, rgb(0 0 0 / 35%) 0px -52px 40px;
}
#services .back2top {
    border: #ffffff solid 1px;
    color: #ffffff;
}
.serv_mid {
    background: #ffffff;
    padding-top: 100px !important;
    padding: 30px 0;
}

#rev_slider_5_1_wrapper, #rev_slider_5_1{
    width: 100%!important;
}
.kit_top.top_box_right{
    border-left: 0px !important;
}

/* SERV COROUSEL */
.mycont{
    margin:0 auto 50px auto;
    overflow:hidden;
    /*3 Elementos*/
    /*max-width: 960px;    */
    /*4 elementos */
    margin-left: -160px;
    max-width: 1280px;
}

.mycont2{
    margin:0 auto 50px auto;
    overflow:hidden;
    /*3 Elementos*/
    max-width: 960px;
}
.mycarousel {
    list-style: none;
}
.mycarousel li {
    text-align: center;
    padding: 0;
    width: 297px;
    margin: 0 10px;
    float: left;
}
.jcarousel-clip{
    overflow: hidden;
}
.mycont:hover .jcarousel-prev,
.mycont:hover .jcarousel-next {
    opacity: 1;
}
.jcarousel-prev,
.jcarousel-next{
    position: absolute;
    top: 30%;
    z-index: 99;
    display: block;
    width: 62px;
    height: 62px;
    opacity: 0.8;
    cursor: pointer;
    opacity: 0;
}
.jcarousel-prev{
    background: url(../image/cor_nav.png) no-repeat left center;
    left: 0;
}
.jcarousel-next{
    background: url(../image/cor_nav.png) no-repeat right center;
    right: 0;
}
.jcarousel-prev:hover,
.jcarousel-next:hover,
.jcarousel-prev-disabled,
.jcarousel-next-disabled{
    opacity: 1;
}
.mycarousel li h2 {
    text-transform: uppercase;
}
.serv_corusel li i {
    margin: 25px 0;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    font-size: 140px;
    transition: all 400ms linear;
}
.serv_corusel li:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    cursor: pointer;
}
/* PORTFOLIO */
.intro_pad {
    padding: 250px 0 0;
}
.portfolio_main {
    position: relative;
}
.portfolio_top {
    border-color: transparent transparent transparent #ffffff;
}
.portfolio_bot {
    border-color: #ffffff transparent transparent transparent;
}
#portfolio .back2top {
    border: #ffffff solid 1px;
    color: #ffffff;
}
.portfolio_mid {
    background: #ffffff;
    padding: 30px 0;
}
/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}
#filters {
    list-style: none;
    text-align: center;
}
#filters li {
    display: inline;
}
#filters li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #323232;
    text-decoration: none;
    margin: 0 8px;
    padding: 7px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Roboto Condensed', sans-serif;
}
#filters li a:hover {
    background: url(../image/filter_a.png) repeat;
}
#filters li a.selected {
    background: url(../image/filter_a.png) repeat;
}
.isotope-item {
    margin: 0px 0 15px 0;
    overflow: hidden;
}
.iso_inner {
    position: relative;
}
.isotope-item img {
    max-width: 300px;
    height: auto;
    --webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
}
.isotope-item:hover img {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    /*-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;*/
}	

.over_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);

    -webkit-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -moz-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -o-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    -ms-transition: all 0.3s cubic-bezier(.63,.08,.35,.92);
    transition: all 0.3s cubic-bezier(.63,.08,.35,.92); 

    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
    --webkit-backface-visibility: hidden; 
    text-align: center;
}
.isotope-item:hover .over_box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}
.over_box_pad {
    padding: 15px;
}
.over_box_inner {
	background: #000 url(../image/search.png) no-repeat center 150px;
	background: rgba(0,0,0, 0.8) url(../image/search.png) no-repeat center 150px;
	padding: 15px;
	font-size: 20px;
    height: 165px!important;
}
.portfolio_name {
	font-weight: 300;
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	color: #fff;
	font-family: Roboto, sans-serif;
}
.portfolio_date {
    bottom: 20px;
    color: #ffffff;
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    width: 300px;
      
}
.load_more {
    display: inline-block;
    padding: 20px 0 20px;
    background: url(../image/load_more.png) no-repeat center top;
    color: #cccccc;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
/* PRICING TABLE */
.pricing_table_main {
    position: relative;
}
.pricing_table_top {
    border-color: transparent transparent #ffffff transparent;
}
.pricing_table_bot {
    border-color: transparent #ffffff transparent transparent;
}
.pricing_table .span4 {
    position: relative;
    border: transparent solid;
    border-width: 10px 0;
    transition: all .5s;
}
  /*.pricing_table .span4:hover {
  transition: all .5s;
    border: #fff solid 10px;
}*/
.pricing_table .span4:hover .pt_price {
    color: #fff;
}

.pricing_table .span4Hover {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    height: 920px;
    border: transparent solid;
    border-width: 10px 0;
    transition: all .5s;
    width: 300px;
    margin-left: -150px;
}

.pricing_table .span4Hover:hover {
    transition: all .5s;
    border: #fff solid 10px;
}

#pricing_table .back2top {
    border: #ffffff solid 1px;
    color: #ffffff;
}
.pricing_table_mid {
    padding: 30px 0;
    background: #ffffff;
}
.pricing_table {
    text-align: center;
    margin: 0px 0 50px;
}
.pt_title {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    background: rgba(0,0,0,0.4);
    padding: 20px 0;
}
.pt_price {
    background: rgba(0,0,0,0.3);
    color: rgba(255,255,255,0.3);
    font-size: 24px;
    font-weight: 300;
    padding: 20px 0;
}
.pt_price span {
    font-size: 44px;
    font-weight: 600;
}
.pt_price sup {
    top: -18px;
}
.pt_feature {
    background: rgba(0,0,0,0.2);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 20px 0;
    border-bottom: rgba(0,0,0,0.3) solid 1px;
}
.pt_pay {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 40px 0;
    background: rgba(0,0,0,0.2);
}
.pt_pay a {
    color: #fff;
    text-decoration: none;
}
.c_title {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 40px;
}
.c_quot {
    font-size: 74px;
    font-weight: 600;
    color: rgba(255,255,255,0.3);
    line-height: 74px;
    margin: 0; 
}
.c_quot .plug {
    margin: 30px 0 0;
    display: inline-block;
}
.c_block {
    font-weight: 300;
    font-size: 17px;
}
.c_entry {
    margin-bottom: 10px;
}
.c_author {
    color: rgba(255,255,255,0.3);
}
/* ABOUT US TEEM */
.about_us_main {
    position: relative;
}
.about_us_mid {
    padding: 30px 0;
    background: #ffffff;
}
.about_us_top {
    border-color: transparent transparent transparent #ffffff;
}
.about_us_bot {
    border-color: #ffffff transparent transparent transparent;
}
#about_us .back2top {
    border: #ffffff solid 1px;
    color: #ffffff;
}
.team_corusel .mycont{
    padding: 75px 0 0;
}
.team_corusel .jcarousel-prev, .team_corusel .jcarousel-next {
    top: -75px;
}
.team_corusel {
    font-weight: 300;
}
.team_photo {
    position: relative;
}
.team_post {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 280px;
    height: 170px;
    font-size: 37px;
    padding: 80px 0 0;
    background: url(../image/redbg.png) repeat;
    display: none;
}
.team_name {
    font-size: 37px;
    padding: 15px 0;
    background: url(../image/whiteline.png) repeat-x bottom;
    margin-bottom: 15px;
}
.team_entry {
    font-size: 17px;
    margin-bottom: 15px;
	text-align: justify;
}
.team_social a {
    text-align: center;
    margin: 0 3px;
    font-size: 18px;
}
.team_social a:hover {
    color: #8e2b22;
}
.our_skills h4 {
    font-weight: 700;
    text-transform: uppercase;
}
.speed_container {
    margin: 30px 0 0;
    overflow: hidden;
}
.speed_box {
    width: 18%;
    float: left;
    margin: 0 1%;
    position: relative;
    text-align: center;
}
.knob_box {
    position: relative;
}
.knob_title {
    font-size: 17px;
    font-weight: 300;
}
/* CONTACT US */
.contact_us_main {
    position: relative;
}
#contact_us .plug {
    /*background: #2d2d2d;*/
    background: white;
}
.contact_us_top {
    border-color: transparent transparent #ffffff transparent;
}
.contact_us_bot {
    border-color: transparent #ffffff transparent transparent;
}
.contact_us_mid {
    background: #ffffff;
    padding: 30px 0;
}
#contact_us .back2top {
    border:#ffffff solid 1px;
    color: #2d2d2d;
}
.google_map {
    margin-bottom: 50px;
    overflow: hidden;
}
.google_map iframe {
    width: 100%;
}
#map_canvas {
    height: 350px;
}
/* FOOTER */
footer {
    margin: -60px 0 0;
    background: #000000;
    padding: 80px 0 30px;
}
.footer_intro {
    padding-bottom: 40px;
    border-bottom: #2f2f2f solid 1px;
}
.footer_intro h1, .footer_intro h2 {
    color: #383838;
    text-transform: uppercase;
    text-align: center;
}
.social_line {
    list-style: none;
    text-align: center;
    margin: 40px 0 0;
    padding: 0px;
}
.social_line li {
    display: inline;
}
.social_line li a {
    font-size: 20px;
    margin: 0 5px;
    color: #2f2f2f;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.social_line li a:hover {
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_widgets {
    padding-bottom: 40px;
    border-bottom: #2f2f2f solid 1px;
    margin-bottom: 60px;
}
.latest_tweet ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.latest_tweet ul li {
    padding-left: 40px;
    background: url(../image/bird.png) no-repeat left top;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 15px;
}
.latest_tweet ul li .tweet_time a{
    color: #2d2d2d;
    display: block;
    text-decoration: none;
}
.date {
    font-size: 12px;
    font-style: italic;
    color: #2f2f2f;
}
.fpost h6 a {
    color: #fff;
    text-decoration: none;
}
#flickr_badge_wrapper tr {
    float: left;
}
.footer_bottom {
    color: #2d2d2d;
    font-weight: 300;
    font-size: 14px;
}
.footer_bottom .flogo img {
    opacity: .25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer_bottom .flogo:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer_bottom a {
    color: #fff;
}
.mob_nav {
    display: none;
}
/* BLOG */
#blog {
    background: #56a228;
    margin-bottom: 60px;
    padding: 100px 0 0;
}
#blog .plug {
    background: #56a228;
}
.post {
    margin: 50px 0;
    padding-bottom: 50px;
    background: url(../image/whiteline.png) repeat-x bottom;
}
.post h2 a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.post_thumb {
    background: url(../image/whiteline.png) repeat;
    padding: 5px;
    margin: 15px 0;
}
.post_thumb img {
    width: 100%;
    height: auto;
}
.entry {
    font-size: 17px;
    margin-bottom: 50px;
}
.post_info {
    text-align: center;
    margin: 0;
    padding: 0;
}
.post_info li {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 62px;
    color: #a0cb86;
    margin: 0 15px 5px;
}
.post_info li .circ {
    display: inline-block;
    color: #fff;
    border: #a0cb86 solid 1px;
    border-radius: 50%;
    margin-right: 10px;
    width: 62px;
    font-size: 17px;
}
.post_info li.read_more a {
    color: #fff;
    padding-left: 72px;
    display: block;
    text-decoration: none;
    background: url(../image/rm.png) no-repeat left;
}
.pagination ul {
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
}
.pagination ul li {
    display: inline-block;
    margin: 0 10px;
}
.pagination ul li a {
    display: block;
    width: 62px;
    height: 62px;
    color: #fff;
    text-decoration: none;
    border: #65aa3b solid 1px;
    border-radius: 50%;
    line-height: 62px;
}
.pagination ul li a.current {
    background: #fff;
    color: #56a228;
}
.post_nav {
    text-align: center;
    margin: 0;
    padding: 0;
}
.post_nav li {
    display: inline-block;
    margin: 0 10px;
}
.post_nav li.prev_post a {
    background: url(../image/cor_nav.png) no-repeat left;
}
.post_nav li.next_post a {
    background: url(../image/cor_nav.png) no-repeat right;
}
.btBajar {
    background: url("../image/cor_nav_vert.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 50px;
    margin: -31px 0 0;
    position: fixed;
    text-indent: -9999px;
    opacity: 0.8;
    bottom: 30px;
    right: 10px;
    width: 50px;
    z-index: 110;
    background-size: cover;
}
.btBajar:hover {
    opacity: 1;
}

.post_nav li.back_blog a {
    background: url(../image/back_blog.png) no-repeat;
}
.post_nav li a {
    display: block;
    width: 62px;
    height: 62px;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.post_nav li a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#respond {
    margin-bottom: 30px;
}
.error_checker {
    background: #770000;
    color:#fff;
    border-radius: 5px;
    padding: 7px;
    display: none;
}
/*.error_checker:before {
    content: "\f057";
    font-family: 'FontAwesome';
    margin-right: 10px;
}
*/
.success_checker {
    background: #008800;
    color:#fff;
    border-radius: 5px;
    padding: 7px;
    display: none;
}

#sidebar > div {
    margin-bottom: 40px;
    clear: both;
}
#searchsubmit {
    position: absolute;
    top: -9999px;
    display: none;
}
#s {
    background: rgba(0,0,0,0.2) url(../image/search-but.png) no-repeat 93% center;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border: none;
    color: #fff;
    text-transform: uppercase;
}
#sidebar ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}
#sidebar ul li a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    margin-bottom: 8px;
    text-decoration: none;
    color: #fff;
    float: left;
    text-align: left;
}
.widget_categories ul li.cat-item-1 {
    display: none;
}
#sidebar ul li {
    text-align: right;
    overflow: hidden;
}

#sidebar ul li a:hover, #sidebar ul li.current-cat a {
    background: #fff;
    color: #454545;
}
.widget_recent_comments li {
    text-align: left !important;
    margin-bottom: 10px !important;
}
.widget_recent_comments li a {
    float: none !important;
    display: inline-block !important;
}
.recent_post {
    padding: 10px 0;
    background: url(../image/whiteline.png) repeat-x top;
    overflow: hidden;
}
.recent_post_left {
    float: left;
    margin-right: 15px;
}
.recent_post_right {
    float: left;
    margin-left: 0px;
    width: 190px;
}
.widget_date {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #000; 
    background: #fff;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
}
.recent_post a {
    text-decoration: none;
    color: #fff;
}
.recent_post_left img {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.5);
    padding: 4px;
}
.tagcloud a {
    color: #fff;
    display: inline-block;
    font-size: 14px !important;
    padding: 2px;
    border-bottom: rgba(255,255,255,0.5) solid 2px;
    margin: 2px;
    text-decoration: none;
}
a {
    color: #cccccc;
}
a:hover {
    color: #cd0001;
}
::-webkit-input-placeholder {
    color: #fff;
    font:inherit;
}
:-moz-placeholder {
    color: #fff;
    font:inherit;
}
.placeholder {
    color: #fff;
    font:inherit;
}
#share {
    border-bottom: rgba(255,255,255,0.5) solid 1px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}
#comments {
    padding: 20px 0 0;
    overflow: hidden;
    clear: both;
}
.commentlist li {
    list-style: none;
}
.avatar {
    float: left;
    margin-right: 15px;
}
.avatar img {
    background: rgba(255,255,255,0.5);
    padding: 4px;
}
.comment_info {
    line-height: 18px;
}
.comment_info cite, .comment_info span {
    font-size: 18px;
}
.comment_info a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
.comment_info .fn {
    font-style: normal;
    font-weight: normal;
}
.reply {
    float: right;
    margin-top: -35px;
}
.comment-author {
    overflow: hidden;
    margin-bottom: 15px;
}
.comment-reply-link:before {
    content: "\f10d";
    float: left;
    margin-right: 10px;
    font-family: "FontAwesome";
}
.comment-reply-link {
    text-transform: uppercase;
    display:block;
    font-size:18px;
    text-decoration:none;
    padding: 5px 15px;
    -moz-border-radius: 25px; 
    -webkit-border-radius: 25px; 
    -khtml-border-radius: 25px; 
    border-radius: 25px; 
    color: #fff;
    border: transparent solid 1px;
}
.comment-reply-link:hover {
    border: rgba(255,255,255,0.5) solid 1px;
    background: rgba(0,0,0,0.1);
    color: #fff;
}
.comment_entry {
    margin-left: 87px;
}
ul.children {
    padding: 0px 0 0 25px;
}
.comment-body {
    padding: 25px 0 0;
    border-top: #dcdcdc dashed 1px;
}
textarea#comment {
    width: 100%;
    height: 100px;
}
.commenter_info {
    margin: 25px 0 0;
    clear: both;
}
#respond {
    overflow: hidden;
    border-top: #dcdcdc solid 1px;
    margin-bottom: 30px;
    padding: 25px 0;
}

.copyright {
    text-align: center;
}
.powered {
    text-align: right;
}
.powered a{
    font-size: 10px;
}
.direc {
    text-align: center;
    color: #888;
}
.catedral {
    top: 70px!important;
}
input[type="file"] {
    display: none;
}

#adjCV {
    background-color: #fff;
    color: #000;
    padding: 5px;
    margin: 15px 0 0;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
}
#adjCV:hover {
    background-color: #000;
    color: #fff;    
}
#btTrabaja {
    margin-top: 10px;
}
#trabaja {
    display: none;
}
.trabaja-info {
    display: none;
}
.trabaja-info,.contacto-info {
font-size: 12px;
}
.trabaja-info a,.contacto-info a{
    color: #20399D;
}
#navidad {
    position: absolute;
    top: -200px;
    left: 0;
    z-index: 20;
}

#g-recaptcha-contacto {
    margin: 15px 0;    
}

.contenedorInfoLegal{
    padding: 120px 0px 60px;
}
.sending {
    display: none;
}
.grecaptcha-badge{
bottom:100px !important;}

h1.titular{
	font-size:  31px;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 10px;
    line-height: 34px;
}

.enviando{
	display:none;
}

.colNosotros{
    max-width: 29.333333% !important;
}
.PcOnly{
}
.mobileOnly{
    display: none !important;
}
#cookie-bar .cb-enable{
    background-color: #5a5a5a !important;
}
#cookie-bar .cb-disable{
    background-color: #5a5a5a !important;
}
#cookie-bar .parraBotones .cb-enable:hover {
    background-color: #3f3f3f !important;
}
#cookie-bar .parraBotones .cb-disable:hover  {
    background-color: #3f3f3f !important;
}
.link-whatsapp{
    position: fixed;
    bottom: 20px;
    left: 65px;
    z-index: 110;
}
.img-whatsapp{
    width: 60px;
}
.footer_bottom .row-fluid .span11 {
    width: 100%;
}
.configure-cookies-modal{
    position: fixed;
    bottom: 25px;
    left: 10px;
    z-index: 999999;
}
.configure-cookies-modal img{
    background: #0056a7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
}
.check_span{
    margin-left: 0px !important;
    font-size: 14px;
    min-height: 0 !important;
    margin-top:10px;
}
h5.inf_prot_datos_header{
    color: #000;
    font-size: 15px;
}
@media only screen and (max-width: 1024px) {
    .PcOnly{
        display: none !important;
    }
    .mobileOnly{
        display: flex !important;
    }
    .mycarousel{
        width: 100% !important;
    }
    .imgISO{
        width: 100%;
    }
    .textCenter{
        text-align: center;
    }
    .mycont{
        margin-left: 0px;
    }
    .row{
        padding: 0px !important;
        margin: 0px !important;
    }
    .mycont > .row > .colNosotros{
        padding: 0px !important;        
        max-width: 50% !important;
        width: 50% !important;        
        flex: 0 0 50%;
    }
    .mycont > .row > .colNosotros > .item{        
        width: 100% !important;
        margin: 0 auto !important;
    }

    .mycont > .row > .colNosotros > .item > h4 > span{        
        font-size: 20px !important;
    }
    
    .colNosotros{    
        max-width: 100% !important;
        width: 100% !important;
    }
    .serv_corusel > .mycont{
        margin-right: 0px !important;
        width: 100% !important;
    }
  }

  .iso_mid {
    background: #f0f0f0;
    padding: 30px 60px;    
    padding-bottom: 80px !important;
    padding-top: 70px !important;
} 
@media only screen and (max-width: 768px) {
    .politicaPrivacidad h1{
        font-size: 30px;
        line-height: 30px;
    }
    .politicaPrivacidad h2  {
        font-size: 22px;
        line-height: 22px;
    }
    .politicaPrivacidad *{
        text-align: left;
    }
}