/* [ -- Master Stylesheet -- ]

------------------------------------------------------
:: Template Name: World - Blog &amp; Magazine Template
:: Author: Colorlib
:: Author URL: https://colorlib.com
:: Version: 1.0.0
:: Created: March 21, 2018
:: Last Updated: March 21, 2018
-------------------------------------------------- */
/* Variables */
/* mixin */
/* :: Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700|Work+Sans:300,400,500,600,700");
/* :: Import All CSS */
@import url(https://www.sagperu.com/css/2018/blog/animate.css);
@import url(https://www.sagperu.com/css/2018/blog/owl.carousel.css);
@import url(https://www.sagperu.com/css/2018/blog/magnific-popup.css);
@import url(https://www.sagperu.com/css/2018/blog/font-awesome.min.css);
@import url(https://www.sagperu.com/css/2018/blog/themify-icons.css);


/* :: Base CSS */
#preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #232323;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000; }

#world-load {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #f1f1f1;
  -webkit-animation: world 2400ms linear infinite;
  animation: world 2400ms linear infinite;
  z-index: 999; }

#world-load:before {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #f1f1f1;
    -webkit-animation: world 2700ms linear infinite;
    animation: world 2700ms linear infinite; }

#world-load:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #f1f1f1;
    -webkit-animation: world 1800ms linear infinite;
    animation: world 1800ms linear infinite; }

@-webkit-keyframes world {
	0% {
	    -webkit-transform: rotate(0deg);
	    transform: rotate(0deg); }
	100% {
	    -webkit-transform: rotate(360deg);
	    transform: rotate(360deg); } 
	}

@keyframes world {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
	}

ul, ol {
  margin: 0;
	}

ul li, ol li {
    list-style: none;
	}

img {
  height: auto;
  max-width: 100%;
	}

.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-100 {
  margin-top: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-100 {
  margin-bottom: 100px; }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
	}

.bg-transparent { background-color: transparent; }

.font-bold { font-weight: 700; }

.font-light { font-weight: 300; }

.height-400 { height: 400px !important; }

.height-500 { height: 500px !important; }

.height-600 { height: 600px !important; }

.height-500 { height: 500px !important; }

.height-700 { height: 700px !important; }

.height-800 { height: 800px !important; }

.mfp-wrap { z-index: 100000; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: -30px;
  padding-right: 0;
  width: 30px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 50%; }

#scrollUp {
  background-color: #23528C;
  border-radius: 50%;
  bottom: 60px;
  right: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 30px;
  height: 50px;
  text-align: center;
  width: 50px;
  line-height: 46px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }

#scrollUp:hover {
    background-color: #d17004; }

.sidebar-widget-area .widget-content p {
	color: #777;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	letter-spacing: 0.035em;
	padding-right: 5px;
	line-height: 1.1em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sidebar-widget-area .widget-content p a {
	color: #FF007B;
}

.sidebar-widget-area .widget-content p a:hover {
	opacity: 0.5;
}

.sidebar-widget-area .post-content a {
	color: #db9600;
	padding-right: 15px;
}

.single-blog-post .post-content .headline p {
	font-size: 13px;
}

.single-blog-post .post-content .post-author {
	font-size: 11px;
	color: #656565;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #e1e1e1;
	margin-right: 15px;
	padding-top: 10px;
}
.width-100-sm {
	width: 100%;
	min-width: 100%;
}

.single-blog-post .post-thumbnail .enlace-negocio {
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 1.2px;
	font-size: 22px;
	color: #ffffff;
	line-height: 45px;
	margin-top: auto;
	margin-bottom: auto;
	}

.single-blog-post .post-thumbnail .enlace-negocio a  {
	color: #FFFFFF;
}

.single-blog-post .post-thumbnail .enlace-negocio a:hover  {
	display: block;
	width: 100%;
	background-color: #777777;
	color: #FFFFFF;
}


.single-blog-post .post-thumbnail .enlace-id {
	font-family: 'OpenSans', sans-serif;
	letter-spacing: 1.2px;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
	margin-top: auto;
	margin-bottom: auto;
	}

.single-blog-post .post-thumbnail .enlace-port-vision a, .single-blog-post .post-thumbnail .enlace-port-mision a, .single-blog-post .post-thumbnail .enlace-port-principios a, .single-blog-post .post-thumbnail .enlace-port-politica a  {
	display: block;
	color: #fff;
}

.single-blog-post .post-thumbnail .enlace-port-vision a:hover, .single-blog-post .post-thumbnail .enlace-port-mision a:hover, .single-blog-post .post-thumbnail .enlace-port-principios a:hover, .single-blog-post .post-thumbnail .enlace-port-politica a:hover  {
	display: block;
	width: 100%;
	background-color: #777777;
	color: #FFFFFF;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
}
    #scrollUp {
      bottom: 30px;
      right: 30px; } }
@media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px; } }

.section-padding-100 {
  padding: 100px 0; }

.section-padding-50 {
  padding: 50px 0; }
.section-padding-30-20 {
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
}
.section-padding-10-10 {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
}
.section-padding-10-20 {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
}
.section-padding-10-30 {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 30px;
}

.section-padding-50-0 {
  padding: 50px 0 0 0; }

.section-padding-100-70 {
  padding: 100px 0 70px; }

.section-padding-100-50 {
  padding: 100px 0 50px; }

.section-padding-100-0 {
  padding: 100px 0 0; }

.section-padding-0-100 {
  padding: 0 0 100px; }

.section-padding-100-20 {
  padding: 100px 0 20px 0; }

.bg-gray {
  background-color: #f1f1f1; }
.bg-gris70 {
	background-color: #6f6f6e;
}
.bg-gris50 {
	background-color: #9b9b9b;
}
.bg-gris60 {
	background-color: #868685;
}

.bg-magenta {
  background-color: #e61d72; }

.bg-azul {
  background-color: #003b7b; }

.bg-anaranjado {
  background-color: #f39200; }

.bg-rojoanaranjado {
  background-color: #e84e1b; }

.bg-celeste {
  background-color: #8dcded; }

.bg-celesteazul {
  background-color: #36a9e0; }

.bg-verde {
  background-color: #009238; }

.bg-amarilloverdoso {
  background-color: #95c11e; }

.background-overlay {
  position: relative;
  z-index: 2; }
  .background-overlay:after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.7); }

.world-btn {
  position: relative;
  z-index: 1;
  padding: 0 25px;
  width: auto;
  height: 35px;
  border: 1px solid;
  border-color: #d7d7d7;
  font-size: 14px;
  border-radius: 50px;
  line-height: 32px; }
  .world-btn:hover, .world-btn:focus {
    border-color: #0000ff;
    background-color: #0000ff;
    color: #ffffff; }

/* :: Header Area CSS */
.header-area {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  margin-top: 20px;
  left: 0;
  z-index: 300;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .header-area .navbar {
    border-bottom: 1px solid;
    border-color: #ffffff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 55px; }
    .header-area .navbar .navbar-nav {
      margin-right: 50px; }
      .header-area .navbar .navbar-nav .nav-link {
        padding: 0.5em 1em;
        font-weight: 500; }
        .header-area .navbar .navbar-nav .nav-link:hover, .header-area .navbar .navbar-nav .nav-link:focus {
          color: #ffffff; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .navbar .navbar-nav .nav-link {
            padding: 0.5em; } }
      .header-area .navbar .navbar-nav .nav-item.active .nav-link {
        color: #ffffff; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .navbar .navbar-nav {
          margin-right: 30px; } }
  .header-area.sticky {
    background-color: #000000;
    margin-top: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); }
    .header-area.sticky .navbar {
      border-color: #000000; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  cursor: pointer; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #worldNav {
    background-color: #000000;
    padding: 30px; } }
@media only screen and (max-width: 767px) {
  #worldNav {
    background-color: #000000;
    padding: 15px 15px 30px 15px; } }

.dropdown-menu {
  border: none;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  padding-top: 5px;
  border-radius: 3px; }

/* :: Hero Slides Area CSS */
.hero-area {
  position: relative;
  z-index: 1; }
  .hero-area .hero-slides {
    position: relative;
    z-index: 10; }
    .hero-area .hero-slides .single-hero-slide {
      height: 600px;
      position: relative;
      z-index: 1; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-area .hero-slides .single-hero-slide {
          height: 450px; } }
      @media only screen and (max-width: 767px) {
        .hero-area .hero-slides .single-hero-slide {
          height: 400px; } }
  .hero-area .hero-post-area {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 200; }
  .hero-area .hero-post-slide .single-slide .post-number {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    min-width: 80px; }
    .hero-area .hero-post-slide .single-slide .post-number p {
      width: 55px;
      height: 55px;
      border: 5px solid;
      border-color: #8d8d8d;
      margin-right: 25px;
      border-radius: 50%;
      margin-bottom: 0;
      text-align: center;
      line-height: 45px;
      font-size: 24px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700; }
  .hero-area .hero-post-slide .single-slide .post-title a {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: #8d8d8d; }
  .hero-area .hero-post-slide .center .single-slide .post-number p {
    border: 5px solid;
    border-top-color: #0000ff;
    border-bottom-color: #0000ff;
    border-left-color: #8d8d8d;
    border-right-color: #0000ff; }
  .hero-area .hero-post-slide .center .single-slide .post-title a {
    color: #ffffff;
    font-weight: 700; }

/* Blog Content Area CSS */
.world-catagory-area .nav-tabs {
  padding: 10px 0;
  border-bottom: 2px solid #f1f1f1; }
  .world-catagory-area .nav-tabs .title {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
    margin-right: auto;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700; }
  .world-catagory-area .nav-tabs .nav-link {
    padding: 0 1em;
    position: relative;
    z-index: 1; }
    .world-catagory-area .nav-tabs .nav-link:hover, .world-catagory-area .nav-tabs .nav-link:focus {
      color: #000000;
      border: 1px solid transparent;
      font-weight: 400; }
    .world-catagory-area .nav-tabs .nav-link.active {
      color: #000000;
      border: 1px solid transparent; }
      .world-catagory-area .nav-tabs .nav-link.active:after {
        position: absolute;
        left: 15px;
        bottom: -17px;
        content: '';
        background-color: #0000ff;
        width: calc(100% - 30px);
        height: 2px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .world-catagory-area .nav-tabs .nav-link.active:after {
            width: calc(100% - 10px);
            left: 5px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .world-catagory-area .nav-tabs .nav-link.active:after {
            width: calc(100% - 10px);
            left: 5px; } }
        @media only screen and (max-width: 767px) {
          .world-catagory-area .nav-tabs .nav-link.active:after {
            display: none; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .world-catagory-area .nav-tabs .nav-link {
        padding: 0 5px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .world-catagory-area .nav-tabs .nav-link {
        padding: 0 5px; } }
    @media only screen and (max-width: 767px) {
      .world-catagory-area .nav-tabs .nav-link {
        padding: 0 5px; } }
  .world-catagory-area .nav-tabs .nav-item.show .nav-link {
    border: 1px solid transparent; }
  .world-catagory-area .nav-tabs .nav-item .dropdown-menu {
    margin-top: 15px;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    border: none; }
.world-catagory-area .tab-content {
	padding-top: 30px;
}

.single-blog-post {
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 5px; }

.single-blog-post .post-thumbnail {
	position: relative;
	z-index: 1;
	text-align: center;
}

.single-blog-post .post-thumbnail img {
	width: 100%;
}

.single-blog-post .post-thumbnail .post-texto {
	position: absolute;
	padding-top: 6px;
	margin: 0px;
	z-index: 10;
	text-align: center;
	width: 100%;
	height: 30px;
	background-color: #8dcded;
	font-family: 'Roboto', sans-serif;
}

.single-blog-post .post-thumbnail .post-texto a {
	padding-top: 6px;
	z-index: 10;
	width: 100%;
	height: 30px;
	margin: inherit;
	background-color: #8DCDED;
}

.single-blog-post .post-thumbnail .post-texto a:hover {
	padding-top:6px;
	padding-bottom:5px;
	padding-left: 25px;
	padding-right: 25px;
	z-index: 10;
	max-width: 100%;
	margin: inherit;
	background-color: #E61D72;
}

.single-blog-post .post-thumbnail .post-cta {
	position: absolute;
	top: 10px;
	left: auto;
	z-index: 10;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	padding-top: 35px;
	width: 100%;
}

.single-blog-post .post-thumbnail .post-cta a {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	display: inline-block;
	height: 30px;
	background-color: #333;
	text-transform: uppercase;
	font-size: 13px;
	color: #fff;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0.1em;
	opacity: 0.85;
	min-width: 100%;
}

.single-blog-post .post-thumbnail .post-cta a:hover, .single-blog-post .post-thumbnail .post-cta a:focus {
	background-color: #d17004;
	color: #ffffff;
}

.single-blog-post .post-thumbnail .post-modal a {
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
	display: inline-block;
	height: 30px;
	background-color: #333;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0.1em;
	opacity: 0.85;
	min-width: 100%;
}

.single-blog-post .post-thumbnail .post-modal a:hover, .single-blog-post .post-thumbnail .post-modal a:focus {
	background-color: #d17004;
	color: #ffffff;
}


.single-blog-post .post-thumbnail .video-btn {
      width: 36px;
      height: 36px;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 5;
      background-color: #ffffff;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 50%;
      text-align: center; }

.single-blog-post .post-thumbnail .video-btn i {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        line-height: 36px; }

.single-blog-post .post-thumbnail .video-btn:hover i, .single-blog-post .post-thumbnail .video-btn:focus i {
        color: #0000ff; }

.single-blog-post .post-content {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
}

.single-blog-post .post-content .headline h5 {
      font-size: 18px;
      margin-bottom: 10px; }

.single-blog-post .post-content p {
	margin-bottom: 10px;
	color: #555555;
	font-size: 15px;
}

.single-blog-post .post-content .post-meta p {
	margin-bottom: 0;
	font-size: 13px;
}
.single-blog-post .post-content .post-publicacion p {
	margin-top: 10px;
	border-top: 2px solid #ccc;
	font-size: 11px;
	valign: bottom;
}

.single-blog-post .post-content .post-meta p a {
	font-size: 13px;
}

.single-blog-post.post-style-2 {
    margin-bottom: 5px; }

.single-blog-post.post-style-2 .post-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 97px;
	flex: 0 0 97px;
	min-width: 97px;
	/* [disabled]margin-right: 15px; */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-blog-post.post-style-2 .post-thumbnail {
	/* [disabled]margin-right: 5px; */
} }

.single-blog-post.post-style-2 .post-content {
      padding: 5px 30px 5px 5px; }

.single-blog-post.post-style-2 .post-content .headline h5 {
        font-size: 14px;
        margin-bottom: 10px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single-blog-post.post-style-2 .post-content .headline h5 {
            font-size: 13px; } }

@media only screen and (max-width: 767px) {
          .single-blog-post.post-style-2 .post-content .headline h5 {
            font-size: 13px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-blog-post.post-style-2 .post-content {
          padding: 5px; } }

.single-blog-post.post-style-2:last-of-type {
      margin-bottom: 0; }
 
.single-blog-post.post-style-2.widget-post .post-thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
      flex: 0 0 70px;
      min-width: 70px;
      margin-right: 15px; }
.single-blog-post.post-style-3 .post-thumbnail {
    position: relative;
    z-index: 1; }

.single-blog-post.post-style-3 .post-thumbnail::after {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: auto;
      content: '';
      position: absolute; }

.single-blog-post.post-style-3 .post-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 0;
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 2; }

.single-blog-post.post-style-3 .post-content .post-tag a {
      padding: 0 10px;
      display: inline-block;
      height: 20px;
      background-color: #ffffff;
      text-transform: uppercase;
      font-size: 10px;
      color: #0000ff;
      font-weight: 500;
      line-height: 20px;
      letter-spacing: 0.75px; }
.single-blog-post.post-style-3 .post-content .post-tag a:hover, .single-blog-post.post-style-3 .post-content .post-tag a:focus {
        background-color: #0000ff;
        color: #ffffff; }

.single-blog-post.post-style-3 .post-content .headline h5 {
      font-size: 18px;
      color: #ffffff; }

.single-blog-post.post-style-4 {
    margin-bottom: 5px; }

@media only screen and (max-width: 767px) {
      .single-blog-post.post-style-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
      .single-blog-post.post-style-4 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

.single-blog-post.post-style-4 .post-thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	min-width: 200px;
	/* [disabled]margin-right: 20px; */
}

@media only screen and (max-width: 767px) {
        .single-blog-post.post-style-4 .post-thumbnail {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          min-width: 100%; } }

@media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-blog-post.post-style-4 .post-thumbnail {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 250px;
          flex: 0 0 250px;
          min-width: 250px; } }

.single-blog-post.post-style-4 .post-content {
	padding-top: 8px;
	padding-right: 30px;
	padding-left: 20px;
	padding-bottom: 8px;
}

.single-blog-post.post-style-4 .post-content p {
	line-height: 1.5em;
}

.single-blog-post.post-style-4 .post-content .headline h5 {
        font-size: 18px;
		margin-top: 20px;
        margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
    .single-blog-post.post-style-4 .post-content {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
} }

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-blog-post.post-style-4 .post-content {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
} }

.single-blog-post.post-style-4:last-of-type {
      margin-bottom: 0; }

.world-catagory-slider .owl-item,
.world-catagory-slider2 .owl-item {
  padding: 0 0 10px 0; }
.world-catagory-slider .owl-nav,
.world-catagory-slider2 .owl-nav {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px; }
@media only screen and (max-width: 767px) {
.world-catagory-slider .owl-nav,
.world-catagory-slider2 .owl-nav {
      margin-bottom: 30px; } }

.world-catagory-slider .owl-nav .owl-prev,
.world-catagory-slider .owl-nav .owl-next,
.world-catagory-slider2 .owl-nav .owl-prev,
.world-catagory-slider2 .owl-nav .owl-next {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 2px solid #d8d8d8;
    color: #d8d8d8;
    font-size: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }

.world-catagory-slider .owl-nav .owl-prev:hover,
.world-catagory-slider .owl-nav .owl-prev:focus,
.world-catagory-slider .owl-nav .owl-next:hover,
.world-catagory-slider .owl-nav .owl-next:focus,
.world-catagory-slider2 .owl-nav .owl-prev:hover,
.world-catagory-slider2 .owl-nav .owl-prev:focus,
.world-catagory-slider2 .owl-nav .owl-next:hover,
.world-catagory-slider2 .owl-nav .owl-next:focus {
      border-color: #0000ff;
      color: #ffffff;
      background-color: #0000ff; }

.world-catagory-slider .owl-nav .owl-prev,
.world-catagory-slider2 .owl-nav .owl-prev {
    margin-right: 15px; }

.world-latest-articles .title {
  margin-top: 50px;
  margin-bottom: 30px; }

.world-latest-articles .title h5 {
    display: block;
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
    margin-right: auto;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 2px solid #f1f1f1; }

.post-sidebar-area {
	/* [disabled]border-left: 2px solid #ddd; */
}

.sidebar-widget-area {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #f1f1f1; }

.sidebar-widget-area .title {
	display: block;
	font-size: 20px;
	color: #666;
	margin-bottom: 0;
	margin-right: auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	padding: 8px 0;
	border-bottom: 2px solid #000;
	padding-left: 15px;
	letter-spacing: 0.03em;
}
.sidebar-widget-area .title h5 {
	display: block;
	font-size: 18px;
	color: #666;
	margin-bottom: 0;
	margin-right: auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	padding: 12px 0;
	padding-left: 30px;
}

.sidebar-widget-area .widget-content {
	padding-top: 15px;
	padding-right: 0;
	padding-left: 15px;
	padding-bottom: 15px;
}
    @media only screen and (max-width: 767px) {

.sidebar-widget-area .widget-content {
	padding-top: 20px;
	padding-right: 0;
	padding-left: 30px;
	padding-bottom: 20px;
}
}
    .sidebar-widget-area .widget-content .social-area a {
      width: 36px;
      height: 36px;
      border: 1px solid;
      border-color: #f1f1f1;
      display: block;
      border-radius: 50%;
      text-align: center;
      line-height: 32px; }
    .sidebar-widget-area .widget-content .todays-pick {
      box-shadow: none; }
  .sidebar-widget-area:last-of-type {
    border-bottom: none; }

.page-content {
  padding: 60px 55px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }

@media only screen and (max-width: 767px) {
.page-content {
      padding: 30px 25px; } }

.page-content h6 {
    color: #8d8d8d;
    line-height: 1.8;
    margin-bottom: 20px; }

.page-content h6:last-of-type {
      margin-bottom: 0; }

.single-blog-title .post-cta {
	margin-top: 35%;
}

.single-blog-title .post-cta a {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	display: inline-block;
	height: auto;
	background-color: #d17004;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.75px;
}

.single-blog-title .post-cta a:hover, .single-blog-title .post-cta a:focus {
	background-color: #fff;
	color: #d17004;
}

.single-blog-title h3 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 30px; }

.single-blog-title .post-cta {
		margin-top: 40%;
		}
.single-blog-title h3 {
    	font-size: 24px;
}


@media only screen and (max-width: 767px) {
 	.single-blog-title .post-cta {
		margin-top: 70%;
		}
	.single-blog-title h3 {
      font-size: 24px; } }

.single-blog-content .post-meta {
	border-bottom: 2px solid;
	border-color: #AAAAAA;
	margin-bottom: 10px;
	text-align: left;
}
  .single-blog-content .post-meta p {
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.05em;
	margin-bottom: 0;
	font-size: 14px;
	color: #555;
	margin-bottom: 3px;
}

.single-blog-content .post-meta p a {
	font-size: 14px;
}

.single-blog-content .post-meta.second-part {
	border-bottom: none;
	border-top: 2px dashed;
	border-color: #777;
	margin-bottom: 0;
	/* [disabled]margin-top: 10px; */
}

.single-blog-content .post-content {
	padding-top: 50px;
	padding-right: 55px;
	padding-left: 55px;
	padding-bottom: 50px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #666;
}

@media only screen and (max-width: 767px) {
	.single-blog-content .post-content {
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 30px;
	color: #000;
		} 
			}
  
.single-blog-content .post-content h6 {
	line-height: 1.8;
	margin-bottom: 30px;
	color: #7E7E7E;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.035em;
}

 .single-blog-content .post-content blockquote {
	border-left: 2px solid;
	border-color: #BCBCBC;
	padding-left: 20px;
}
 .single-blog-content .post-content blockquote h6 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #555;
	letter-spacing: 0.05em;
	line-height: 1.45em;
}
.single-blog-content .post-content blockquote h6 a {
	margin-bottom: 10px;
	color: #D17004;
}
.single-blog-content .post-content blockquote h6 a:hover  {
	margin-bottom: 10px;
	color: #777;
}
 .single-blog-content .post-content blockquote p {
      margin-bottom: 0; }

 .single-blog-content .post-content .post-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.single-blog-content .post-content .post-tags a {
	display: block;
	padding: 0 15px;
	line-height: 28px;
	height: 30px;
	border: 1px solid #1877f2;
	margin: 5px;
	color: #1877f2;
}

.single-blog-content .post-content .post-tags a:hover {
	border: 1px solid #1877f2;
	background: #1877f2;
	color: #FFF;
}

.comment_area .comment-content {
  padding: 30px 50px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }

@media only screen and (max-width: 767px) {
    .comment_area .comment-content {
    	padding: 20px 15px; }
	}

.comment_area .comment-content .comment-meta {
    	margin-bottom: 30px; }
.comment_area .comment-content .comment-meta p {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% - 110px);
		flex: 0 0 calc(100% - 110px);
		border-bottom: 2px solid;
		border-color: #f1f1f1;
		margin-bottom: 0;
		font-size: 14px;
		padding: 10px 0; }
.comment_area .comment-content .comment-meta p a {
		font-size: 14px; }
.comment_area .single_comment_area {
		margin-bottom: 30px; }
.comment_area .single_comment_area:last-of-type {
		margin-bottom: 0; }
.comment_area .children .single_comment_area {
		margin-left: 50px;
		margin-top: 30px; }

@media only screen and (max-width: 767px) {
    .comment_area .children .single_comment_area {
      margin-left: 15px; } }

/* Contact Area CSS */
.contact-form,
.post-a-comment-area {
  padding: 60px 55px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 767px) {
    .contact-form,
    .post-a-comment-area {
      padding: 30px 25px; } }
  .contact-form h5,
  .post-a-comment-area h5 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-bottom: 30px; }
  .contact-form button.world-btn,
  .post-a-comment-area button.world-btn {
    border-color: #0000ff;
    background-color: #0000ff;
    color: #ffffff;
    margin-top: 40px; }

/* Form CSS */
.group {
  position: relative;
  z-index: 1;
  margin-bottom: 30px; }
  .group input,
  .group textarea {
    font-size: 14px;
    padding: 10px;
    display: block;
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 2px solid;
    border-color: #f1f1f1; }
    .group input:focus,
    .group textarea:focus {
      outline: none;
      box-shadow: none; }
  .group label {
    color: #8d8d8d;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 5px;
    transition: 0.5s ease all;
    font-family: 'Roboto Condensed', sans-serif; }
  .group .bar {
    position: relative;
    display: block;
    width: 100%; }
    .group .bar:before, .group .bar:after {
      content: '';
      height: 2px;
      width: 0;
      bottom: 1px;
      position: absolute;
      background-color: #0000ff;
      transition: 0.5s ease all; }
    .group .bar:before {
      left: 50%; }
    .group .bar:after {
      right: 50%; }
  .group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; }
  .group textarea {
    min-height: 90px; }

/* Form Active State */
input:focus ~ label,
textarea:focus ~ label,
input:valid ~ label,
textarea:valid ~ label {
  top: -15px;
  font-size: 12px;
  color: #0000ff; }

input:focus ~ .bar:before,
textarea:focus ~ .bar:before,
input:focus ~ .bar:after,
textarea:focus ~ .bar:after {
  width: 50%; }

input:focus ~ .highlight,
textarea:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease; }

/* Animations */
@-webkit-keyframes inputHighlighter {
  from {
    background-color: #0000ff; }
  to {
    width: 0;
    background-color: transparent; } }
@-moz-keyframes inputHighlighter {
  from {
    background-color: #0000ff; }
  to {
    width: 0;
    background-color: transparent; } }
@keyframes inputHighlighter {
  from {
    background-color: #0000ff; }
  to {
    width: 0;
    background-color: transparent; } }
.map-area {
  position: relative;
  z-index: 1; }
  .map-area #googleMap {
    width: 100%;
    height: 500px; }
    @media only screen and (max-width: 767px) {
      .map-area #googleMap {
        height: 400px; } }

/* Search bar */
#search-wrapper {
  display: inline-block;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #search-wrapper {
      margin-top: 15px;
      padding-left: 1em; } }
  @media only screen and (max-width: 767px) {
    #search-wrapper {
      margin-top: 15px;
      padding-left: 1em; } }
  #search-wrapper.search-expanded #close-icon:before {
    -webkit-animation: cross-1-in 0.25s linear 0s forwards;
    animation: cross-1-in 0.25s linear 0s forwards; }
  #search-wrapper.search-expanded #close-icon:after {
    -webkit-animation: cross-2-in 0.25s linear 0.2s forwards;
    animation: cross-2-in 0.25s linear 0.2s forwards; }
  #search-wrapper.search-expanded:after {
    -webkit-animation: lens-out 0.5s linear 1 forwards;
    animation: lens-out 0.5s linear 1 forwards; }
  #search-wrapper:after {
    position: absolute;
    bottom: 3px;
    right: -9px;
    display: block;
    content: "";
    width: 14px;
    height: 2px;
    background-color: #8d8d8d;
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0);
    transform-origin: 0 50%;
    -webkit-animation: lens-in 0.6s linear 0.9s forwards;
    animation: lens-in 0.6s linear 0.9s forwards; }
  #search-wrapper #search {
    color: #ffffff;
    background: none;
    border: 2px solid;
    border-color: #8d8d8d;
    outline: none;
    padding: 0 9px;
    border-radius: 1000px;
    width: 0;
    transition: all 0.3s 0.6s;
    font-size: 12px; }
    #search-wrapper #search::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    #search-wrapper #search:focus {
      width: 300px;
      padding: 7px 15px; }
      @media only screen and (max-width: 767px) {
        #search-wrapper #search:focus {
          width: 200px; } }
  #search-wrapper #close-icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    transition: 0.2s all;
    display: none; }
    #search-wrapper #close-icon[style*="display: block"] {
      color: red; }
      #search-wrapper #close-icon[style*="display: block"]:before {
        -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
        transform: rotate(45deg) scaleX(1) translateY(10px); }
      #search-wrapper #close-icon[style*="display: block"]:after {
        -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
        transform: rotate(-45deg) scaleX(1) translateY(-10px); }
    #search-wrapper #close-icon:before, #search-wrapper #close-icon:after {
      display: block;
      content: "";
      position: absolute;
      width: 20px;
      height: 2px;
      background-color: #8d8d8d;
      transform-origin: 100% 50%; }
    #search-wrapper #close-icon:before {
      -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
      transform: rotate(45deg) scaleX(0) translateY(10px); }
    #search-wrapper #close-icon:after {
      -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
      transform: rotate(-45deg) scaleX(0) translateY(-10px); }
    #search-wrapper #close-icon.closing:before {
      -webkit-animation: cross-1-out 0.25s linear 0s forwards;
      animation: cross-1-out 0.25s linear 0s forwards; }
    #search-wrapper #close-icon.closing:after {
      -webkit-animation: cross-2-out 0.25s linear 0.2s forwards;
      animation: cross-2-out 0.25s linear 0.2s forwards; }

@-webkit-keyframes lens-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1); }
  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4); }
  100% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0); } }
@keyframes lens-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1); }
  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4); }
  100% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0); } }
@-webkit-keyframes lens-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0); }
  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4); }
  100% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1); } }
@keyframes lens-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0);
    transform: rotate(45deg) scaleX(0); }
  30% {
    -webkit-transform: rotate(45deg) scaleX(1.4);
    transform: rotate(45deg) scaleX(1.4); }
  100% {
    -webkit-transform: rotate(45deg) scaleX(1);
    transform: rotate(45deg) scaleX(1); } }
@-webkit-keyframes cross-1-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px); }
  70% {
    -webkit-transform: rotate(45deg) scaleX(1.2) translateY(10px);
    transform: rotate(45deg) scaleX(1.2) translateY(10px); }
  100% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px); } }
@keyframes cross-1-in {
  0% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px); }
  70% {
    -webkit-transform: rotate(45deg) scaleX(1.2) translateY(10px);
    transform: rotate(45deg) scaleX(1.2) translateY(10px); }
  100% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px); } }
@-webkit-keyframes cross-2-in {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px); }
  70% {
    -webkit-transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
    transform: rotate(-45deg) scaleX(1.2) translateY(-10px); }
  100% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px); } }
@keyframes cross-2-in {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px); }
  70% {
    -webkit-transform: rotate(-45deg) scaleX(1.2) translateY(-10px);
    transform: rotate(-45deg) scaleX(1.2) translateY(-10px); }
  100% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px); } }
@-webkit-keyframes cross-1-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px); }
  100% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px); } }
@keyframes cross-1-out {
  0% {
    -webkit-transform: rotate(45deg) scaleX(1) translateY(10px);
    transform: rotate(45deg) scaleX(1) translateY(10px); }
  100% {
    -webkit-transform: rotate(45deg) scaleX(0) translateY(10px);
    transform: rotate(45deg) scaleX(0) translateY(10px); } }
@-webkit-keyframes cross-2-out {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px); }
  100% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px); } }
@keyframes cross-2-out {
  0% {
    -webkit-transform: rotate(-45deg) scaleX(1) translateY(-10px);
    transform: rotate(-45deg) scaleX(1) translateY(-10px); }
  100% {
    -webkit-transform: rotate(-45deg) scaleX(0) translateY(-10px);
    transform: rotate(-45deg) scaleX(0) translateY(-10px); } }
/* Footer Area CSS */
.footer-area {
  background-color: #161616;
  padding: 70px 0;
  position: relative;
  z-index: 1; }
  .footer-area .footer-single-widget .copywrite-text p {
    margin-bottom: 0; }
  .footer-area .footer-single-widget .footer-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer-area .footer-single-widget .footer-menu li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
      min-width: 33.3333%; }
      .footer-area .footer-single-widget .footer-menu li a {
        padding: 7.5px 5px;
        display: block; }
    @media only screen and (max-width: 767px) {
      .footer-area .footer-single-widget .footer-menu {
        margin: 50px 0; } }
  .footer-area .footer-single-widget h5 {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff; }
  .footer-area .footer-single-widget form {
    position: relative;
    z-index: 1; }
    .footer-area .footer-single-widget form input[type="email"] {
      width: 100%;
      height: 35px;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid;
      border-color: #959595;
      color: #959595;
      font-size: 14px;
      padding: 0 5px;
      font-family: 'Roboto Condensed', sans-serif; }
    .footer-area .footer-single-widget form button {
      position: absolute;
      height: 35px;
      top: 0;
      right: 5px;
      z-index: 10;
      background-color: transparent;
      border: none;
      cursor: pointer;
      width: 50px;
      text-align: right; }
      .footer-area .footer-single-widget form button i {
        font-size: 14px;
        color: #959595; }

/*# sourceMappingURL=style.css.map */

.d-none {
	display:none!important
}
.d-inline{
	display:inline!important
}
.d-inline-block{
	display:inline-block!important
}
.d-block{
	display:block!important
}
.d-table{
	display:table!important
}
.d-table-row{
	display:table-row!important
}
.d-table-cell{
	display:table-cell!important
}
.d-flex{
	display:-webkit-box!important;
	display:-ms-flexbox!important;
	display:flex!important
}
.d-inline-flex{
	display:-webkit-inline-box!important;
	display:-ms-inline-flexbox!important;
	display:inline-flex!important
}
@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}
@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}
@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}
@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}
@media print {
	.d-print-none{display:none!important}
	.d-print-inline{display:inline!important}
	.d-print-inline-block{display:inline-block!important}
	.d-print-block{display:block!important}
	.d-print-table{display:table!important}
	.d-print-table-row{display:table-row!important}
	.d-print-table-cell{display:table-cell!important}
	.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}
	.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}
}

.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}
.embed-responsive::before{display:block;content:""}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video
{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}

.embed-responsive-16by9::before{padding-top:56.25%}
.embed-responsive-4by3::before{padding-top:75%}
.embed-responsive-1by1::before{padding-top:100%}
.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}
.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}
.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}
.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}
.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}
.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}
.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}
.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}
.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}
.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}
.justify-content-between{
	-webkit-box-pack:justify!important;
	-ms-flex-pack:justify!important;
	justify-content:space-between!important
}
.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}

.card-title{
	margin-top: 20px;
	margin-bottom:8px;
	font-size: 26px;
	font-weight: 500;
	line-height: 15px
	
	}

.card-title a {
	padding-left:1.5rem;
	color:#D17004;
	}


.card-header{
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
	color: #555;
	}
.card-header:first-child{
	border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
	}
.card-header+.list-group .list-group-item:first-child{
	border-top:0
	}

.card-footer a{
	text-decoration: none;
	color:#fff;
	}
.card-footer a:hover {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	}

.card-footer{
	padding-top: .75rem;
	padding-right: 1.25rem;
	padding-left: 1.5rem;
	padding-bottom: .75rem
	}

.card-footer:last-child{
	border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
	}

.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}

.card-text{
	font-size: 14px;
	text-align: left;
}
.card-text-1{
	font-size: 14px;
	color: #333;
}

.card-text:last-child{
	margin-left:15px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:5px;
}
.card-text-1:last-child{
	margin-left:15px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:5px;
}

p.card-text-servicios{
	font-size: 15px;
	color: #333;
	letter-spacing: 0.035em;
	line-height: 1.40em;
}


/**
 * Tooltip Styles
 */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
	transition:         
		opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		-webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition:         
		opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	transition:         
		opacity 0.2s ease-in-out,
		visibility 0.2s ease-in-out,
		transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24),
		-webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
	z-index: 1000;
	padding: 8px;
	width: 160px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	font-size: 12px;
	line-height: 1.5em;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  transform:         translateY(-12px); 
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  transform:         translateX(-12px); 
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  transform:         translateY(12px); 
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  transform:         translateX(12px); 
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}


/* Data Table */
table.width200,table.rwd_auto {border:1px solid #ccc;width:100%;margin:0 0 50px 0}
		.width200 th,.rwd_auto th {background:#ccc;padding:5px;text-align:center;}
		.width200 td,.rwd_auto td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: left
}
		.width200 tr:last-child td, .rwd_auto tr:last-child td{border:0}
		
	.rwd {width:100%;overflow:auto;}
		.rwd table.rwd_auto {width:auto;min-width:100%}
			.rwd_auto th,.rwd_auto td {white-space: nowrap;}
			
	@media only screen and (max-width: 760px), (min-width: 768px) and (max-width: 1024px)  
	{
	
		table.width200, .width200 thead, .width200 tbody, .width200 th, .width200 td, .width200 tr { display: block; }
		
		.width200 thead tr { position: absolute;top: -9999px;left: -9999px; }
		
		.width200 tr { border: 1px solid #ccc; }
		
		.width200 td { border: none;border-bottom: 1px solid #ccc; position: relative;padding-left: 50%;text-align:left }
		
		.width200 td:before {  position: absolute; top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap;}
		
		.width200 td:nth-of-type(1):before { content: "N°"; }
		.width200 td:nth-of-type(2):before { content: "Matriz"; }
		.width200 td:nth-of-type(3):before { content: "Parámetro"; }
		.width200 td:nth-of-type(4):before { content: "Ensayo"; }
		.width200 td:nth-of-type(5):before { content: "Norma o Referencia"; }
		.width200 td:nth-of-type(6):before { content: "Año"; }
		.width200 td:nth-of-type(7):before { content: "Título"; }
		.width200 td:nth-of-type(8):before { content: "Producto"; }
		
		
		.descarto {display:none;}
		.fontsize {font-size:10px}
	}
	
	/* Smartphones (portrait and landscape) ----------- */
	@media only screen and (min-width : 320px) and (max-width : 480px) 
	{
		.descarto {display:none;}
	}
	
	/* iPads (portrait and landscape) ----------- */
	@media only screen and (min-width: 768px) and (max-width: 1024px) 
	{
		.descarto {display:none;}
		.fontsize {font-size:10px}
	}


@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
a{ text-decoration: none; }
.btn-red { background-color: #aa0201; border-color: #aa0201; color: #ffffff; }
.btn-sm { font-size: 18px; font-weight: 300; padding: 8px 10px 10px; }
.btn-solid { border-width: 1px; border-style: solid; border-radius: 0; }
.btn { line-height: 1; display: inline-block; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; transition: 300ms all ease; -webkit-transition: 300ms all ease; }

.test-page-wrapper *{ font-family: 'Roboto', sans-serif; font-weight: 300; }

.test-page-wrapper{ padding: 50px 0; background-color: #e1e1e1; }

.carousel-wrapper{ max-width: 990px; padding: 0 30px; margin: auto; }
.carousel-wrapper .slide{ -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1); box-shadow: 0 5px 10px 0 rgba(0,0,0,.1); border-radius: 10px; }
.carousel-wrapper .slide .thumb{ border-top-left-radius: 10px; border-top-right-radius: 10px; overflow: hidden; height: 200px; }
.carousel-wrapper .slide .thumb img{ display: block; width: 100%; }
.carousel-wrapper .slide .infos{  }
.carousel-wrapper .slide .infos h4{ margin: 0; padding: 15px 20px; font-size: 16px; font-weight: 600; background-color: #000; color: #fff;     min-height: 36px; }
.carousel-wrapper .slide .infos h4 a{ color: #ffffff; font-weight: 600; text-decoration: none }
.carousel-wrapper .slide .infos .text-wrapper{ padding: 25px 20px; background-color: #ffffff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; overflow: hidden; }
.carousel-wrapper .slide .infos .text-wrapper p{ margin: 0; margin-bottom: 15px; }
.carousel-wrapper .slide .infos .text-wrapper .read-more-btn{ font-size: 14px; margin-top: 10px; }

.carousel-wrapper .owl-nav .owl-prev,
.carousel-wrapper .owl-nav .owl-next{ position: absolute; top: 50%; transform: translateY(-50%) !important; z-index: 10; background: rgba(255,255,255,.6) !important; width: 50px; height: 50px; display: block; outline: none; border-radius: 50%; -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
box-shadow: 0 5px 10px 0 rgba(0,0,0,.1); }
.carousel-wrapper .owl-nav .owl-prev span,
.carousel-wrapper .owl-nav .owl-next span{ font-size: 58px; line-height: 35px; }
.carousel-wrapper .owl-nav .owl-prev{ left: -80px; }
.carousel-wrapper .owl-nav .owl-next{ right: -80px; }

.carousel-wrapper .owl-stage-outer{ padding: 15px 0; }

@media screen and (max-width: 1200px){
	.carousel-wrapper{ padding: 0 70px; }
	.carousel-wrapper .owl-nav .owl-prev{ left: -60px; }
	.carousel-wrapper .owl-nav .owl-next{ right: -60px; }
}


/* BOTONES */
.grupo .botone1 {
  background-color: #E61D72; /* Magenta */
  border: none;
  color: white;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

.grupo .botone1 a {
  color: white;
  text-decoration: none;
}

.grupo .botone2 {
  background-color: #36A9E0; /* Celeste Fuerte */
  border: none;
  color: white;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

.grupo .botone2 a {
  color: white;
  text-decoration: none;
}

.grupo .botone3 {
  background-color: #36A9E0; /* Celeste Fuerte */
  border: none;
  color: white;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

.grupo .botone3 a {
  color: white;
  text-decoration: none;
}

.grupo .botone4 {
  background-color: #E84E1B; /* Celeste Fuerte */
  border: none;
  color: white;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

.grupo .botone4 a {
  color: white;
  text-decoration: none;
}

.grupo .botone5 {
  background-color: #E84E1B; /* Celeste Fuerte */
  border: none;
  color: white;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

.grupo .botone5 a {
  color: white;
  text-decoration: none;
}

.grupo .botone6 {
  background-color: #95C11E; /* Amarillo Verdoso */
  border: none;
  color: white;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

.grupo .botone6 a {
  color: white;
  text-decoration: none;
}


.grupo .botone1:hover {
  background-color: #95c11E;
}

.grupo .botone2:hover {
  background-color: #E84E1B;
}

.grupo .botone3:hover {
  background-color: #E84E1B;
}

.grupo .botone4:hover {
  background-color: #36A9E0;
}

.grupo .botone5:hover {
  background-color: #36A9E0;
}

.grupo .botone6:hover {
  background-color: #E61D72;
}

.card-body {
	padding-bottom: 15px;
	}

.sag_titulo {
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-top: 20px;
	padding-left: 10px;
	color: #333;
}

.sag_subtitulo {
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-bottom: 15px;
	padding-left: 10px;
	color:#888;
}

.sag_datos {
	font-size: 13px;
	letter-spacing: 0.05em;
	padding-left: 25px;
	color: #333;
	line-height: 12.5px;
}
