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

Template Name  : Nova | One Page Multipurpose Template
Author         : Golam
Author URI     : http://golamnabi.com
File           : Style.css


@NOTE: This file contains the stylesheet for this template.
you may need to edit this file to change your contents style.
This file contents are outlined below

***************************************************************
***************************************************************

========== INDEX PAGE CSS ==========
------------------------------------

*** -  1. Template Default Css
*** -  2. Template Background Css
*** -       1. Wellcome Background Css
*** -       3. Video Background Css
*** -       3. Slider Background Css
*** -  3. Header Area Css
*** -  4. WellCome Area Css
*** -  5. About Us Area Css
*** -  6. Service Area Css
*** -  7. CTA Area Css
*** -  8. Team Area Css
*** -  9. Why Choose Us Area Css
*** - 10. Video Area Css 
*** - 11. Work Area Css
*** - 12. Testimonial Area Css
*** - 13. Project Complete Area Css
*** - 14. Pricing Area Css
*** - 15. Brand Area Css
*** - 16. Blog Area Css
*** - 17. Map Area Css
*** - 18. Footer Area Css
*** - 19. Template Hover Css
*** - 20. Template Transition Css



========== BLOG PAGE CSS ===========
------------------------------------
*** -  1. Blog Header Area Css
*** -  2. BreadCrumb Area Css
*** -  3. Blog Content Area Css
*** -  4. Sidebar Area Css



========== BLOG SINGLE PAGE CSS ===========
-------------------------------------------
*** -  1. Blog Single Content Area Css
*** -  2. Comment Area Css



========== INDEX YOUTUBE PAGE CSS ===========
---------------------------------------------
*** -  1. YouTube Video Area Css
*** -  1. Video Video Area Css



========== INDEX SLIDER PAGE CSS ============
---------------------------------------------
*** -  1. Slider Area Css


*/


/*
=========----------------------------------=========
            1.Template Default Css     
=========----------------------------------=========
*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
body {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #222;
    line-height: 1.5em;
}

.single-blog-item {
    margin-top: 30px !important;
}
.work-details {
    background: #FFF;
}

.navbar-collapse{
    padding-right: 0;
}



/*hover button*/
.btn-hover:active, .btn-hover:hover, .btn-hover:focus {
  outline: 0!important;
  outline-offset: 0;
}
.btn-hover::before,
.btn-hover::after {
  position: absolute;
  content: "";
}

.btn-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  
}
.btn-hover {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0 !important;
 
  min-width: 122px;
}
  .btn-hover span {         
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    
    top: 0; left: 0;
    width: 100%;
    padding: 9px 9px;
    transition: 0.3s;
  }
.btn-danger.btn-1-2:hover {
    color: #000;
    background-color: #d20028!important;
    border-color: #d20028!important;
    transition: 0.5s;
    /* transform: scale(1.10); */
}

.btn-1-2 span:hover{
  color: #fff !important;
}
/*--- btn-1 ---*/
.btn-1::before {
  background-color:#000!important;
  transition: 0.3s ease-out;
}
.btn-1-2::before{
  background-color:#F1C40F!important;
  transition: 0.3s ease-out;
}
.btn-1 span {
  color: #fff;
  border: 1px solid rgb(28, 31, 30);
  transition: 0.2s 0.1s;
  font-size: 1em;
}

.btn-1-2 span{
  color: #000 !important;
}
.btn-1 span:hover {
  color: #F1C40F;
  transition: 0.2s 0.1s;
}


/* 3.hover-filled-slide-left */
.btn-hover.hover-filled-slide-left::before {
  top: 0; bottom: 0; left: 0;
  height: 100%; width: 100%;
}
.btn-hover.hover-filled-slide-left:hover::before {
  width: 0%;
}
/*slider*/
img.mfp-img {
    object-fit:contain;
}
button {
  border: 0;
}

gallery-slider {
  max-width: 100%;
  width: 1300px;
  padding: 200px 50px;
}

.gallery-module {
  position: relative;
  margin-bottom: 80px;
}
.gallery-module .slick-arrow {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  background-color: #000;
  padding: 0;
  font-size: 0;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
}
.gallery-module .slick-arrow.slick-prev {
  left: 0;
}
.gallery-module .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  margin-left: -4px;
  margin-top: -8px;
  border-top: solid 4px #fff;
  border-left: solid 4px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gallery-module .slick-arrow.slick-prev::after {
  left: 100%;
}
.gallery-module .slick-arrow.slick-next {
  right: 0;
}
.gallery-module .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  margin-left: -9px;
  margin-top: -8px;
  border-right: solid 4px #fff;
  border-bottom: solid 4px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gallery-module .slick-arrow.slick-next::after {
  left: -100%;
}
.gallery-module .slick-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: red;
  z-index: -1;
  transition: left 0.15s;
}
.gallery-module .slick-arrow:hover::after {
  left: 0;
}
.gallery-module .gallery-slider {
  position: relative;
  padding: 0 26px;
}
.gallery-module .gallery-slider li {
  margin: 0 2px;
      display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-module .gallery-slider li img {
  width: 100%;
      height: 400px;
    object-fit: cover;
}

.mfp-gallery .mfp-container {
  max-width: 1100px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transofmr: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 50px;
}
.mfp-gallery .mfp-content {
  width: 100%;
  background-color: transparent;
  padding: 0;
  z-index: 0;
}
.mfp-gallery .mfp-content img {
  width: 100%;
  padding: 0;
}
.mfp-gallery .mfp-image-holder .mfp-close, .mfp-gallery .mfp-iframe-holder .mfp-close {
  top: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  padding-left: 5px;
  background-color: #000;
  opacity: 1;
  text-align: center;
}
.mfp-gallery .mfp-arrow {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  background-color: #000;
  padding: 0;
  font-size: 0;
  z-index: 2;
  border-radius: 0;
  overflow: hidden;
}
.mfp-gallery .mfp-arrow.mfp-arrow-left {
  left: 25px;
}
.mfp-gallery .mfp-arrow.mfp-arrow-left::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  margin-left: -4px;
  margin-top: -8px;
  border-top: solid 4px #fff;
  border-left: solid 4px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mfp-gallery .mfp-arrow.mfp-arrow-left::after {
  left: 100%;
}
.mfp-gallery .mfp-arrow.mfp-arrow-right {
  right: 25px;
}
.mfp-gallery .mfp-arrow.mfp-arrow-right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  margin-left: -9px;
  margin-top: -8px;
  border-right: solid 4px #fff;
  border-bottom: solid 4px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mfp-gallery .mfp-arrow.mfp-arrow-right::after {
  left: -40%;
}
.mfp-gallery .mfp-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: -1;
  transition: left 0.15s;
}
.mfp-gallery .mfp-arrow:hover::after {
  left: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: none;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* 
*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  /*display: block;*/
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}



/*boton filtro*/
.dropbtn {
  background-color: #d20028;
  color: white;
  padding: 5px;
  font-size: 16px;
  border: none;
      letter-spacing: 1px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;

}

.dropdown-content .filtro-custom {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content li:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;     margin: 0;}

.dropdown:hover .dropbtn {background-color: #F3D13D;}

/*fin boton filtro*/

.btn-3-donar{
        padding: 9px;
    width: 115px;
    margin-top: 9px;
}
.btn-danger:hover {
    color: #fff;
    background-color: #d20028!important;
    border-color: #d20028!important;
    transition: 0.5s;
    /*transform: scale(1.10);*/
}
.btn-danger {
    color: #fff;
    background-color: #d20028!important;
    border-color: #d43f3a;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

a {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:focus {
    color: inherit;
}
.btn-ajustado {
    /* width: 188px; */
    padding: 11px;
    width: 149px;
}
.navbar {
    margin: 0;
}

h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
    line-height: 1.5em;
    letter-spacing: 2px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    line-height: 21px;
    font-weight: 400;
    color: #444;
}

img {
    max-width: 100%;
}

blockquote {
    background-color: #222;
    padding: 40px;
    border-left: 4px solid #F3D13D;
}

blockquote p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    margin: 0;
}

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

.section-heading {
    margin-bottom: 50px;
}

.section-heading h3 {
    color: #302E2E;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.section-heading h3:before,
.section-heading h3:after {
    position: absolute;
    content: "";
    background-color: #F1C40F;
}

.section-heading h3:before {
    width: 100px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

.section-heading h3:after {
    width: 40px;
    height: 6px;
    right: 50%;
    bottom: -2px;
    margin-right: -20px;
}

.section-heading p {
    padding: 0 200px;
    font-size: 15px;
    line-height: 22px;
}

.noPadding {
    padding: 0;
}

/*========== Preloader Css ==============
========================================*/
.preloader-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
}
.preloader {
    background-image: url(../images/preloader.gif);
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -32px;
	margin-left: -32px;
}
/*
=========----------------------------------=========
            2.Template Background Css     
=========----------------------------------=========
*/
/*======= 1. Wellcome Background Css ==========
==============================================*/
.wellcome-bg {
    background-image: url(../images/slide-bg-1.jpg);
}


/*======= 2. Video Background Css =============
==============================================*/
.video-bg {
    background-image: url(../images/video-bg.jpg);
}


/*======= 3. Slider Background Css =============
==============================================*/
.slide-bg-1 {
    background-image: url(../images/Mision-FES.png);
}

.slide-bg-2 {
    background-image: url(../images/Vision-FES.png);
        background-size: 100%;
}

.slide-bg-3 {
    background-image: url(../images/QUIENES-SOMOS.jpg);
    background-size: cover;
}



.wellcome-bg,
.slide-bg-1,
.video-bg {
    background-color: rgba(0, 0, 0, .80);
    /*    background-repeat: no-repeat;*/
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.slide-bg-1,
.slide-bg-2,
.slide-bg-3 {
    background-repeat: no-repeat;
}

/*
=========----------------------------------=========
            3.Header Area Css     
=========----------------------------------=========
*/

.header-area {
    background-color: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 10px 0;
}

.sticky {
    -webkit-transition: all .03s ease-out;
    transition: all .03s ease-out;
    padding: 0;
    box-shadow: 0px 0px 5px 1px #333;
}

.logo {
        padding: 0px 0 8px;
    overflow: hidden;
}

.logo a {
    color: #f1c40f;
}

.logo-text a {
    color: #333333;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 4px;
}

.sticky .logo-text a {
    font-size: 35px;
    margin-top: 6px;
}

.logo img {
    width: 100%;
}.navbar-nav>li>.dropdown-menu {
    left: 2px;
}

.main-menu .navbar-nav li {
    /*display: inline-block;*/
}
ul.dropdown-menu a {
    font-size: 8px!important;
}
.main-menu .navbar-nav li a {
    font-size: 10px;
    text-transform: uppercase;
    padding: 30px 8px;
    color: #222;
    font-weight: 700;
    display: block;
    letter-spacing: 1px;
}

.main-menu .navbar-nav li a:before {
    background-color: #F1C40F;
    position: absolute;
    content: "";
    top: -11px;
    left: 0;
    width: 100%;
    height: 3px;
    -webkit-transform: scale(.3);
    transform: scale(.3);
    visibility: hidden;
}

.sticky .main-menu .navbar-nav li a:before {
    top: -1px;
}
.btn-header{
    font-size: 1.2em;
    transition: .2s ease-in-out 0s;
}

.social-links {
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-links li {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
}

.social-links li a {
    display: block;
    height: 30px;
    color: #fff;
    margin-right: 3px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #222;
    border-radius: 50%;
    font-size: 13px;
}

.col-md-2.text-right {
    border-left: 1px solid #E7E7E7;
}


/*
=========----------------------------------=========
            4.WellCome Area Css     
=========----------------------------------=========
*/

.wellcome-area,
.single-slide-item,
.youtube-video-area {
    position: relative;
}

.wellcome-area:before,
.single-slide-item:before {
    position: absolute;
    content: "";
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 70%);
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    ;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wellcome-item {
    height: 700px;
}

.wellcome-item-table,
.slider-item-table {
    display: table;
    height: 100%;
    width: 100%;
}

.wellcome-item-tablecell,
.slider-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.wellcome-item h4,
.single-slide-item h4 {
    font-weight: 400;
    text-transform: capitalize;
}

.separator {
    margin: 0 15px;
}

span,
.separator {
    color: #f1c40f;
}

.wellcome-item h2,
.single-slide-item h2 {
    font-size: 35px;
    line-height: 45px;
}

.wellcome-item p,
.single-slide-item p {
    color: #222;
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
    text-align: justify;
}
.default-btn-3 {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #222;
    color: #222;
    margin: 0 10px 10px 0;
    letter-spacing: 1px;
}
.default-btn {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #222;
    color: #222;
    margin: 0 10px 10px 0;
    letter-spacing: 1px;
}
/*.default-btn-1 {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #222;
    color: #222;
    margin: 0 10px 10px 0;
    letter-spacing: 1px;
}*/
.default-btn-1 {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #222;
    color: #222;
    margin: 0 10px 10px 0;
    letter-spacing: 1px;
    border-radius: 191px 191px 191px 191px;
    -moz-border-radius: 191px 191px 191px 191px;
    -webkit-border-radius: 191px 191px 191px 191px;
    border: 0px solid #000000;
    padding: 24px 9px 24px 9px;
}
/*.default-btn {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #222;
    color: #222;
    margin: 0 10px 10px 0;
    letter-spacing: 1px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 1px solid #000000;
    padding: 51px;
    width: 30%;
}*/

.slide-btn {
    margin-top: 25px;
}


/*
=========----------------------------------=========
            5.About Us Area Css     
=========----------------------------------=========
*/

.about-us-area {
    padding: 130px 0 90px;
}

.video-bg {
    position: relative;
}

.video-bg:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, .80);
    width: 100%;
    height: 100%;
}
li.donar-menu a {
    width: 43px;
    padding: 6px 43px 40px 7px;
    margin-top: -32px;
}
.about-intro {
    padding: 94px 0 0 55px;
        margin-top: -36px;
}

.about-intro h4 {
    font-size: 20px;
}

.about-intro p {
    color: #444;
    margin: 30px 0;
}


/*
=========----------------------------------=========
            6.Service Area Css     
=========----------------------------------=========
*/

.services-area {
    background-color: #f2f2f2;
}

.single-service-item i {
    font-size: 35px;
    color: #F1C40F;
}

.single-service-item h4 {
    position: relative;
    margin: 0;
}

.single-service-item h4:before {
    position: absolute;
    content: "";
    background-color: #F1C40F;
    width: 50px;
    height: 2px;
    bottom: -15px;
    left: 0;
}

.single-service-item,
.work-details {
    margin-top: 70px;
}
section#team {
    display: none;
}
p.terminos {
    color: #fff;
    font-family: sans-serif;
    cursor: pointer;
    font-size: 12px;
}

/*     Service Style 1
=============================
.service-icon {
	margin-bottom: 20px;
}

.single-service-item p {
	margin-top: 45px;
}
*/


/*     Service Style 2   Please choose one of them
=============================*/

.single-service-item {
    padding-left: 60px;
    position: relative;
        padding-bottom: 24%;
}

.service-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.single-service-item p {
    margin-top: 35px;
    font-size: 13px;
    line-height: 19px;
}


/*
=========----------------------------------=========
            7.CTA Area Css     
=========----------------------------------=========
*/

.about-intro {
    text-align: center;
}
.about-intro h4 {
    margin-bottom: 56px;
    margin-top: 79px;
}
.cta-area {
    background-color: #222222;
    color: #fff;
    padding: 50px 0;
}
.recuadro {
    margin-top: 14px;
    text-align: justify;
    /* background: #f72d1e; */
    padding: 21px;
    color: #6d6d6d;
    /* font-family: bebas; */
    font-size: 15px;
    font-weight: 700;
}
.cta-area h2 {
       color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-family: bebas;
    font-size: 39px;
}

.cta-btn {
    border: 3px solid transparent;
    background-color: #F1C40F;
}

.icon-btn {
    position: relative;
}

.icon-btn i {
    color: #222;
    position: absolute;
    top: 13px;
    right: 10px;
    visibility: hidden;
    font-size: 13px;
}


/*
=========----------------------------------=========
            8.Team Area Css     
=========----------------------------------=========
*/

.single-team-member {
    border: 1px solid #ddd;
    overflow: hidden;
    margin-top: 80px;
    position: relative;
}

.single-team-member:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(241, 196, 15, .7);
    top: 99.5%;
    left: 0;
    z-index: -1;
    content: "";
}

.member-img img {
    width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-team-member h5,
.single-testimonial h5,
.single-work-item h5 {
    display: block;
    margin-top: 23px;
}

.single-team-member span,
.single-testimonial span,
.single-work-item span {
    display: block;
    margin: 3px 0 10px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #222;
    font-style: italic;
}

.member-social-link {
    padding: 0 0 19px;
}

.team-member-intro .owl-controls .owl-nav div,
.blog-slider .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    width: 30px;
    border: 1px solid #333;
    text-align: center;
    left: -15px;
    height: 56px;
    font-size: 20px;
    visibility: hidden;
}

.team-member-intro .owl-controls .owl-nav div.owl-next,
.blog-slider .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: -15px;
}

.team-member-intro .owl-controls .owl-nav div i,
.blog-slider .owl-controls .owl-nav div i {
    display: block;
    line-height: 55px;
}

.team-area:hover .team-member-intro .owl-controls .owl-nav div,
.single-blog-content:hover .blog-slider .owl-controls .owl-nav div {
    visibility: visible;
}

.team-area:hover .team-member-intro .owl-controls .owl-nav div,
.single-blog-content:hover .blog-slider .owl-controls .owl-nav div {
    left: 0;
}

.team-area:hover .team-member-intro .owl-controls .owl-nav div.owl-next,
.single-blog-content:hover .blog-slider .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.team-member-intro .owl-controls .owl-nav div:hover,
.blog-slider .owl-controls .owl-nav div:hover {
    border: 1px solid transparent;
    background-color: #F8E057;
    color: #333;
}


/*
=========----------------------------------=========
            9.Why Choose Us Area Css    
=========----------------------------------=========
*/

.why-choose-us-intro,
.why-choose-us-img,
.testimonial-intro {
    margin-top: 50px;
}

.why-choose-us-intro {
    padding-top: 25px;
}

#accordion {
    padding: 0 26px 0 0;
}

.panel-default > .panel-heading {
    color: #302E2E;
    border: 1px solid #ddd;
}

.panel-body {
    padding: 20px 40px;
    color: #777;
}

.panel.panel-default {
    position: relative;
    border: none;
}

.panel-group .panel-default .panel-collapse > .panel-body {
    border-top: none;
}

h4.panel-title {
    font-size: 14px;
    padding-left: 45px;
}

.panel-heading a i {
    color: #444;
    font-size: 18px;
    margin-right: 5px;
    position: absolute;
    width: 50px;
    height: 42px;
    background-color: #F1C40F;
    top: 0px;
    left: 0;
    text-align: center;
    line-height: 43px;
}


/*
=========----------------------------------=========
            10.Video Area Css    
=========----------------------------------=========
*/
.video-bg {
    background-attachment: fixed;
}
.video-area,
.video-area h2 {
    position: relative;
    color: #E2B80E;
}

.video-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .80);
}

.video-area h2 {
    color: #fff;
    padding-bottom: 25px;
    text-transform: capitalize;
}

.video-area h2:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background-color: #F1C40F;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}

.video-area p {
    color: #fff;
    margin-top: 15px;
}

.video-icon {
    width: 70px;
    height: 70px;
    text-align: center;
    font-size: 30px;
    color: #000;
    border-radius: 50%;
    line-height: 70px;
    margin: 20px 0 10px;
    background-color: #F1C40F;
}

.video-icon i {
    margin-left: 10px;
}

.video-area h6 {
    color: #F1C40F;
    text-transform: capitalize;
    display: block;
}


/*
=========----------------------------------=========
            11.Work Area Css    
=========----------------------------------=========
*/

.single-work-item,
.work-img {
    overflow: hidden;
    position: relative;
        height: 189px;
}

.work-filter {
    margin: 30px 0;
}

.work-filter li {
    display: inline-block;
    padding: 5px 12px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 2px;
    cursor: pointer;
}

.work-filter li:before {
    position: absolute;
    content: "";
    top: 8px;
    right: 0;
    width: 1px;
    height: 15px;
    background-color: transparent;
}

.work-filter li:last-child:before {
    width: 0;
    height: 0;
    background-color: inherit;
}

.work-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single-work-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(241, 196, 15, .80);
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.work-desc,
.work-link {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.work-desc {
    top: 0;
    -webkit-transform: translateX(-46px) translateY(35px);
    transform: translateX(-46px) translateY(35px);
}

.work-link {
    bottom: 0;
    -webkit-transform: translateX(-50px) translateY(-50px);
    transform: translateX(-50px) translateY(-50px);
}

.single-work-item h5 {
    margin-bottom: 15px;
}

.work-link a {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    color: #000;
    font-size: 22px;
    margin-right: 2px;
}


/*
=========----------------------------------=========
            12.Testimonial Area Css    
=========----------------------------------=========
*/

.testimonial-area {
    background-color: #f2f2f2;
}

.testimonial-img {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border: 2px solid #F1C40F;
    padding: 5px;
    overflow: hidden;
    position: relative;
}

.width-circle {
    border-radius: 50%;
}

.width-circle img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.single-testimonial p {
    margin: 45px 0;
    font-weight: 600;
}

.testimonial-intro .owl-controls {
    margin-top: 30px;
}

.testimonial-intro .owl-controls .owl-dots {
    text-align: center;
}

.testimonial-intro .owl-controls .owl-dots div {
    border: 1px solid #F1C40F;
    width: 30px;
    height: 7px;
    display: inline-block;
    margin-right: 4px;
    background: none;
}

.testimonial-intro .owl-controls .owl-dots div.active {
    background-color: #F1C40F;
}


/*
=========----------------------------------=========
            13.Project Complete Area Css     
=========----------------------------------=========
*/

.project-complete-area,
.footer-area {
    background-color: #222222;
}

.single-project-item,
.single-contact-item {
    position: relative;
    padding-left: 65px;
}

.project-icon,
.contact-icon {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 35px;
    color: #F1C40F;
    overflow: hidden;
}

.single-project-item h2,
.single-project-item h5,
.single-contact-item h5,
.single-contact-item h6,
.contact-form h5 {
    color: #fff;
}

.single-project-item h2,
.single-contact-item h5,
.contact-form h5 {
    margin-top: 0;
    display: block;
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
}

.single-project-item h2:before,
.single-contact-item h5:before,
.contact-form h5:before {
    position: absolute;
    content: "";
    width: 83px;
    height: 2px;
    background-color: #F1C40F;
    bottom: 0;
    left: 0;
}


/*
=========----------------------------------=========
            14.Pricing Area Css     
=========----------------------------------=========
*/

.single-pricing-item {
    box-shadow: 0 1px 2px 0px #222;
    padding: 15px 0;
    margin-top: 45px;
}

.single-pricing-item h2 {
    color: #444;
    font-size: 26px;
        text-align: center;
}

.single-pricing-item h6 {
    letter-spacing: 0;
    display: block;
    margin: 0;
    font-size: 10px;
    padding-bottom: 10px;
}

.pricing-head > h6 {
    border-bottom: 1px solid #222;
}

.pricing-head {
    padding: 0 20px;
    overflow: hidden;
}

.pricing-price > h2 {
    font-size: 30px;
    margin: 10px 0 0;
}

.pricing-price sup {
    top: -1em;
    font-size: 12px;
}

.pricing-price span {
    letter-spacing: 0;
    color: #666;
    font-size: 12px;
}

.pricing-items {
    padding: 25px 0;
}

.pricing-items li {
    font-size: 13px;
    text-transform: capitalize;
    padding: 8px 20px;
    color: #666;
    letter-spacing: 2px;
}

.pricing-items li:nth-child(2n) {
    background-color: #ececec;
}

.pricing-items li i {
    margin-right: 15px;
}

.pricing-footer {
    text-align: center;
    padding: 20px 25px;
}

.pricing-btn {
    padding: 7px 25px;
    color: #000;
}


/*
=========----------------------------------=========
            15.Brand Area Css     
=========----------------------------------=========
*/

.brand-desc,
.single-blog-item,
#map {
    margin-top: 0px;
}

.single-brand-item {
    text-align: center;
    /*border: 1px solid #e1e0e0;*/
}


/*
=========----------------------------------=========
            16.Blog Area Css     
=========----------------------------------=========
*/

.single-blog-item h4 {
    margin-top: 20px;
        font-family: bebas;
    font-size: 21px;
}

.single-blog-item h6 {
    margin-top: 0;
    text-transform: capitalize;
}

.single-blog-item p,
.blog-btn {
    margin-top: 15px;
}

.blog-btn {
    text-transform: capitalize;
    color: #777;
    font-size: 13px;
    border: 1px solid #777;
    padding: 5px 10px;
}

.blog-btn i {
    margin-left: 2px;
    font-size: 12px;
}


/*
=========----------------------------------=========
            17.Map Area Css     
=========----------------------------------=========
*/

#map {
    overflow: hidden;
    widows: 100%;
    height: 400px;
}


/*
=========----------------------------------=========
            18.Footer Area Css     
=========----------------------------------=========
*/

.contact-desc {
    border-bottom: 1px solid #777;
}

.contact-form {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.single-contact-item {
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 15px;
}

.contact-icon {
    font-size: 20px;
    top: 5px;
}

.single-contact-item h5,
.contact-form h5 {
    font-size: 18px;
    letter-spacing: 0;
}

.single-contact-item h6 {
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-control {
    border-radius: inherit;
    height: 47px;
    color: #777;
    border: 1px solid #777;
    background-color: #222222;
}

.contact-form textarea.form-control {
    height: 192px;
    resize: inherit;
}

.contact-form h5 {
    margin-left: 15px;
    margin-bottom: 22px;
}

.contact-form .form-control:focus {
    border-color: #777;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
}

.contact-btn {
    background-color: #F3D13D;
}

.copyright-text p {
    text-transform: capitalize;
}

/*======== Contact Success & Error Message Style =============
=============================================================*/
#successbar,
#errorbar {
    visibility: hidden;
    font-weight: 700;
    background-color: #F3D13D;
    color: #222222;
    text-align: center;
    padding: 16px;
    position: absolute;
    z-index: 9;
    left: 15px;
    bottom: 0;
    text-transform: capitalize;
}

.show {
    visibility: visible !important;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: -50px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: -50px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 0;
        opacity: 1;
    }
    to {
        bottom: -50px;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 0;
        opacity: 1;
    }
    to {
        bottom: -50px;
        opacity: 0;
    }
}

/*
=========----------------------------------=========
            19.Template Hover Css     
=========----------------------------------=========
*/

.main-menu .nav li a:focus {
    background-color: inherit;
}

.sticky .logo img {
    width: 85%;
}

.main-menu .navbar-nav li a:hover {
    color: #F1C40F;
    background: inherit;
}

.main-menu .navbar-nav li:hover a:before,
.main-menu .navbar-nav li.active a:before,
.single-team-member:hover .member-img img,
.single-work-item:hover .work-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.social-links li a:hover {
    background-color: #F3D13D;
    color: #000;
}

.default-btn:hover,
.blog-btn:hover,
.active-btn {
    background-color: #F3D13D;
    color: #222;
    border: 2px solid transparent;
}

.blog-btn:hover {
    border: 1px solid transparent;
}

.cta-btn:hover {
    border: 3px solid transparent;
    background-color: #fff;
}

.icon-btn:hover i {
    right: 7px;
    visibility: visible;
}

.pricing-btn:hover {
    background-color: #fff;
}

.single-team-member:hover:before {
    top: 65%;
}

.current-bt{
    color: #FFF !important;
}

.work-filter li:hover,
.work-filter li.current {
	color: #000;
        text-transform: capitalize;
}

.single-work-item:hover:before,
.single-work-item:hover .work-desc,
.single-work-item:hover .work-link {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.work-link {
    top: -8px;
    position: relative;
}

.single-work-item:hover .work-desc {
    -webkit-transform: translateX(0) translateY(85px);
    transform: translateX(0) translateY(85px);
}

.single-work-item:hover .work-link {
    -webkit-transform: translateY(0) translateY(-32px);
    transform: translateY(0) translateY(-32px);
}

.work-link a:hover {
    color: #000;
}

.video-icon:hover {
    color: #fff;
}

.single-pricing-item:hover {
    box-shadow: 0 1px 2px 0px #222222;
}

.single-pricing-item:hover .pricing-head,
.single-pricing-item:hover .pricing-footer,
.pricing-current .pricing-head,
.pricing-current .pricing-footer {
    background-color: #999999;
}

.single-pricing-item:hover .pricing-head h2,
.single-pricing-item:hover .pricing-head h6,
.single-pricing-item:hover .pricing-price sup,
.single-pricing-item:hover .pricing-price span,
.pricing-current .pricing-head h2,
.pricing-current .pricing-head h6,
.pricing-current .pricing-price sup,
.pricing-current .pricing-price span {
    color: #fff;
}

.single-pricing-item:hover .pricing-head > h6 {
    border-bottom: 1px solid #000;
}


/*
=========----------------------------------=========
            20.Template Transition Css     
=========----------------------------------=========
*/

.logo img,
.default-btn,
.social-links li a,
.main-menu .navbar-nav li a:before,
.header-area,
.icon-btn i,
.single-team-member:before,
.member-img img,
.owl-controls .owl-nav div,
.work-filter li,
.single-work-item:before,
.work-img img,
.work-desc,
.work-img:before,
.work-link,
.work-link a,
.pagination li a,
.tags li a,
.blog-img:before,
.blog-img a i,
.slider-area .owl-controls .owl-nav div {
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}



/*==================================================================
 ========== BLOG PAGE CSS ==========================================
 ===================================================================

=========----------------------------------=========
            1.Blog Header Area Css     
=========----------------------------------=========
*/

.blog .header-area {
    position: relative;
}

.blog .sticky {
    position: fixed;
}


/*
=========----------------------------------=========
            2.BreadCrumb Area Css     
=========----------------------------------=========
*/

.breadcrumb-area {
    background-color: #F0F0F0;
    padding: 50px 0;
}

.breadcrumb-heading h4 {
    display: block;
    color: #666;
    letter-spacing: 0;
}

.breadcrumb-heading h4 a {
    color: #333;
}

.breadcrumb-heading h6 {
    margin: 0;
    color: #777;
    letter-spacing: 1px;
    font-weight: 400;
}


/*
=========----------------------------------=========
            3. Blog Content Area Css     
=========----------------------------------=========
*/

.single-blog-content {
    margin-bottom: 95px;
    padding-right: 40px;
}

.single-blog-content h3 {
    letter-spacing: 0;
    font-weight: 700;
    color: #302E2E;
}

.entry-meta {
    margin: 5px 0 25px;
    font-size: 14px;
    text-transform: uppercase;
    color: #777;
}

.blog-img {
    position: relative;
    text-align: center;
}

.blog-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(241, 196, 15, .80);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single-blog-content:hover .blog-img:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-img a i {
    position: absolute;
    top: 30%;
    left: auto;
    font-size: 60px;
    color: #fff;
    z-index: 1;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-left: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single-blog-content:hover .blog-img a i {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-blog-content p {
    margin: 35px 0;
}

.blog-quete-post p {
    margin: 0;
}

.blog-slider .owl-controls .owl-nav div {
    height: 60px;
    margin-top: -30px;
    background-color: #F8E057;
    border: 1px solid transparent;
}

.single-blog-content:hover .blog-slider .owl-controls .owl-nav div {
    left: 0px;
}

.single-blog-content:hover .blog-slider .owl-controls .owl-nav div.owl-next {
    right: 0px;
}


/*========== Pagination Css ==========
=====================================*/

.pagination {
    margin-top: 40px;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    font-size: 22px;
    border: 1px solid #222;
    padding: 10px 15px;
    margin-right: 5px;
    color: #222;
    display: block;
}

.pagination li a:hover,
.pagination li a.current {
    border: 1px solid transparent;
    background-color: #F3D13D;
    color: #222;
}

.pagination li a.current {
    cursor: inherit;
}


/*
=========----------------------------------=========
            4. Sidebar Area Css     
=========----------------------------------=========
*/

.widget {
    margin-bottom: 80px;
}

.widget h4,
.comment-area h4,
.comment-form h4 {
    margin: 25px 0 20px;
    color: #444;
    font-size: 22px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #eee;
    display: block;
}

.widget h4:before,
.comment-area h4:before,
.comment-form h4:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #F3D13D;
    z-index: 1;
    content: "";
}

.search-form {
    position: relative;
}

.search-form .search {
    height: 47px;
    font-size: 18px;
    color: #777;
    padding-right: 60px;
    border-radius: inherit;
    border: 1px solid #ddd;
}

.search-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    border: inherit;
    padding: 12px 15px;
    font-size: 20px;
    color: #777;
}

.cal-list li a {
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 0;
    display: block;
    border-bottom: 1px dotted #e7e7e7;
}

.cal-list li a:hover {
    color: #D6B222;
}

.post-thumb {
    margin-top: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.post-thumb:last-child {
    border-bottom: none;
}

.post-thumb-img {
    width: 70px;
    height: 80px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}

.post-thumb .post-meta {
    overflow: hidden;
}

.post-thumb .post-meta h6 {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.5em;
    margin: 0 0 8px;
}

.post-thumb .post-meta h6 a {
    color: #222;
}

.post-thumb .post-meta p {
    font-size: 12px;
    line-height: 19px;
}

.tags li {
    display: inline-block;
}

.tags li a {
    display: block;
    text-transform: uppercase;
    padding: 8px 15px;
    border: 1px solid #777;
    margin-top: 10px;
    margin-right: 5px;
    color: #777;
}

.tags li a:hover {
    background-color: #F3D13D;
    color: #000;
    border: 1px solid transparent;
}



/*==================================================================
 ========== BLOG SINGLE PAGE CSS ===================================
 ===================================================================

=========----------------------------------=========
            1.Blog Single Content Area Css     
=========----------------------------------=========
*/

.single-blog-content-list {
    margin-bottom: 35px;
}

.single-blog-content-list ul {
    list-style: inside;
}

.single-blog-content-list ul li {
    font-size: 16px;
    line-height: 22px;
    padding-left: 10px;
}


/*
=========----------------------------------=========
            2. Comment Area Css     
=========----------------------------------=========
*/

.single-comment {
    margin-top: 25px;
    overflow: hidden;
}

.comment-author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 15px;
}

.comment-text {
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.single-comment h6 {
    font-size: 16px;
}

.single-comment span {
    display: block;
    color: #777;
    font-size: 10px;
    margin-top: 5px;
}

.comment-reply-btn {
    text-transform: capitalize;
    font-weight: 700;
    color: #000;
    background-color: #F1C40F;
    padding: 3px 8px;
    border-radius: 2px;
}

.single-comment.reply-comment {
    margin-left: 80px;
}

.reply-comment .comment-author-img {
    margin-left: 0;
}

/*========Comment Form Css============
=====================================*/ 
.blog-single-content-area .comment-form {
    margin-top: 60px;
    overflow: hidden;
}

.comment-form h4 {
    margin-left: 15px;
}

.comment-form .form-control {
    background-color: #fff;
}

.comment-btn {
    background-color: transparent;
}



/*==================================================================
 ========== INDEX YOUTUBE PAGE CSS =================================
 ===================================================================

=========----------------------------------=========
            1.YouTube Video Area Css     
=========----------------------------------=========
*/

.youtube-video-area:before {
    z-index: 2;
}
.slide-content-wrap,
.youtube-item {
	position: relative;
	z-index: 3;
}
/*.youtube-item p {padding: 0 120px;}*/

/*==================================================================
 ========== INDEX SLIDER PAGE CSS ==================================
 ===================================================================

=========----------------------------------=========
            1. Slider Area Css     
=========----------------------------------=========
*/
.single-slide-item {
    height: 650px;
}

.slide-content-wrap {
	margin-top: 50px;
}

.slider-area .owl-controls .owl-dots {
	text-align: center;
}

.slider-area .owl-controls .owl-dots div {
	background-color: #F0CF40;
	width: 30px;
	height: 6px;
	display: inline-block;
	margin-right: 4px;
	position: relative;
	left: auto;
	bottom: 60px;
	z-index: 5;
}

.slider-area .owl-controls .owl-dots div.active {
    background-color: #242424;
}

.slider-area .owl-controls .owl-nav div {
	position: absolute;
    background-color: #F3D13D;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 30px;
	line-height: 42px;
	top: 50%;
	left: 0;
	color: #000;
    
    border: 1px solid transparent;
}

.slider-area .owl-controls .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.slider-area .owl-controls .owl-nav div:hover {
    background-color: transparent;
    border: 1px solid #F3D13D;
}


/*------dropdown menu footer registros Dian-------*/
.custom-link {
    color: white !important;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
    display: inline-block;
  }

  .custom-link::before {
    content: "›";
    position: absolute;
    left: 0;
    color: white;
  }

  .custom-link:hover {
    text-decoration: underline;
  }

  .form-select {
    background-color: #2c2c2c;
    color: white;
    border: none;
  }

  .form-select:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
  }

  label {
    margin-bottom: 10px;
    font-weight: bold;
  }