/**
* Template Name: MyResume - v4.9.0
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Archivo", sans-serif;
  color: #272829;
  background-color: #8DE2D6;
}

a {
  color: #FFCC00;
  text-decoration: none;
}

a:hover {
  color: #8DE2D6;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo", sans-serif;
}

.section-title h2,
#hero h1 { 
  font-family: "Archivo", sans-serif;
  }
.btn {
  font-weight: bold;
  padding: .75rem 2rem;
}

.btn-outline-info, .btn-outline-warning, .dark {
  border-width: 2px;
}

a.ejemplo-link img {
  transform: scale(1.0);
  box-shadow: none;
  transition: all 0.2s ease-in;
}


a.ejemplo-link:hover img {
  transform: scale(1.03);
  box-shadow: 0 0 0 6px #F2CF26;
  border-radius: 5px;
}





/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 27px;
  bottom: 25px;
  z-index: 9999;
  width: 54px;
  height: 54px;
  background: #FFCC00;
  border: 2px solid #153244;
  border-radius: 54px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 40px;
  color: #153244;
  line-height: 0;
}

.back-to-top:hover {
  background: #153244;
  color: #FFCC00;
}

.back-to-top:hover i{

  color: #FFCC00;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #8DE2D6;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2cf31;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0;
  overflow-y: auto;
  background-color: #FFCC00;
}

@media (max-width: 992px) {
  #header {
    width: 300px;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}

@media (min-width: 992px) {
  #main {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-menu {
  padding: 0;
  display: block;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  text-align: center;
    

}

.nav-menu a,
.nav-menu a:focus {
  /*display: flex;
  align-items: center;*/
  text-align: center;
  color: #134245;
  padding: 8px 28px 6px 31px;
  margin-bottom:1px;
  transition: 0.3s;
  font-size: 1.4em;
  font-weight: 300;
  /*border: 2px solid #45505b;
  background: #f2f3f5;*/
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
  border-top-right-radius: 0px;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 20px;
}

.nav-menu a span,
.nav-menu a:focus span {
  padding: 0 5px 0 0;
  color: #153244;
}

a.disabled, a.disabled:hover {
  background: none !important;
  opacity: .35;
}



@media (min-width: 992px) {

  .nav-menu a,
  .nav-menu a:focus {
   /* width: 44px;*/
  }

  .nav-menu a span,
  .nav-menu a:focus span {
    display: none;
    color: #fff;
  }
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
  color:#FFF ;
  background: rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.nav-menu a:hover span,
.nav-menu .active span,
.nav-menu .active:focus span,
.nav-menu li:hover>a span {
  color: #FFF;
}

.nav-menu a:hover,
.nav-menu li:hover>a {
  width: 100%;
  color: #FFF;
  font-weight: 700;
}

.nav-menu a:hover span,
.nav-menu li:hover>a span {
  display: block;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
}

.mobile-nav-toggle i {
  color: #45505b;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
  background-color: #f2cf31;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-left: -45px;
}

#video-background {
  min-width: 100%; 
  min-height: 50%;
  z-index: -1;
  background-color: #8DE2D6;
}

@media (min-width: 992px) {
  #hero {
    padding-left: 0;
  }
}

/*#hero:before {
  content: "";
  background: rgba(255, 203, 0, 1);
  background-blend-mode: overlay;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;

}*/

#hero h1 {
  margin: 0;
  font-size: 4.5rem;
  font-weight: 100;
  color: #153244;
  letter-spacing: -0.175rem;
}

/* #hero h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 190px;
  background: #153244;
  left: 0;
  top:25px;
} */

#hero p {
  color: #153244;
  margin: 33px 0 0 0;
  font-size: 25px;
 
}

#hero mark {
  background: #153244;
  color: #8DE2D6;

}

#hero p span {
  color: #FFCC00;
  letter-spacing: 1px;
}

#hero .social-links {
  margin-top: 30px;
}

#hero .social-links a {
  font-size: 24px;
  display: inline-block;
  color: #45505b;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#hero .social-links a:hover {
  color: #f2cf31;
}

@media (max-width: 992px) {
  #hero {
    text-align: center;
  }

  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }

  #hero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0 120px 0;
  overflow: hidden;
  /*min-height: 100vh;*/
  border-top-right-radius: 65px;
  margin-top: -65px;
}

section#hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@media (min-width: 992px) {
  section, #footer {
   margin-right: 110px;
  }
}


.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 3.5rem;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 2px;
  background: #FFCC00;
  bottom: 1px;
  left: calc(50% - 60px);
}

/*.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 5px;
  background: #fff;
  bottom: 0;
  left: calc(50% - 20px);
}*/

.section-title p {
  margin-bottom: 0;
}


section#enero {
  background: #153244;
  margin-top: 0;
}

section#febrero, section#abril, section#junio, section#agosto, section#octubre, section#diciembre {
  background: #8DE2D6;
}

section#marzo, section#mayo, section#julio, section#septiembre, section#noviembre {
  background: #153244;
}



section#enero h2, section#marzo h2, section#mayo h2, section#julio h2, section#septiembre h2, section#noviembre h2 {
  color: #8DE2D6;
}

section#febrero h2, section#abril h2, section#junio h2, section#agosto h2, section#octubre h2, section#diciembre h2 {
  color: #153244;
}


.card {
  font-size: 1rem;
  line-height: 100%;
  background: none;
  border-color: #8DE2D6;
}

.card h5 {
  font-size: 1.5rem;
}

.campboxe, .campboxo {
  text-align: center;
  font-size: 1.25rem;
}

.campboxe span, .campboxo span {
  font-size: 2.25rem;
  line-height: 80%;
  font-weight: 100;
  display: block;
}

.campboxe {
  color: #8DE2D6;
}

.campboxo {
  text-align: center;
  color: #FFFFFF;
}



/*--------------------------------------------------------------
# Acordion
--------------------------------------------------------------*/
.accordion-body {
  background-color: #fff;
}

.accordion-button {
 color: #8DE2D6;
 font-size: 1.85rem;
 font-weight: 400;
 font-family: "Archivo", sans-serif;
}

.accordion-button {
  background: none;
}

.accordion-button:not(.collapsed) {
  color: #153244;
  background-color: #8DE2D6;
}


.accordion-button::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238DE2D6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.accordion-button:not(.collapsed)::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23153244'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }


.accordion-item {
  border-color: #8DE2D6;
  background: none;
}

.accordion-button:focus {
   z-index: 3;
   outline: 0!important;
   /* I changed the color on this line */
   /* If you do not want any color, just delete */
   box-shadow: none;
}

.accordionB-button {
 color: #153244;
}

.accordionB-button {
  background: none;
}

.accordionB-button:not(.collapsed) {
  color: #8DE2D6;
  background-color: #153244;
}


.accordionB-button::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23153244'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.accordionB-button:not(.collapsed)::after {background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238DE2D6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }


.accordionB-item {
  border-color: #153244;
  background: none;
}

.accordionB-button:focus {
   z-index: 3;
   outline: 0!important;
   /* I changed the color on this line */
   /* If you do not want any color, just delete */
   box-shadow: none;
}

.accordionB-body {
  color: #153244;
  background-color: #FFF;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.carousel-inner {
  padding: 2rem;
  margin: auto;
}

.carousel-indicators {
  margin-bottom: 0;
}

.carousel-control-next, .carousel-control-prev {
  width: 2rem;
}

.border-none {
  border-color: rgba(255, 255, 255, 0) !important ;
}

.carousel-indicators {
  top: 0;
  bottom: inherit;
}

.carousel-indicators .active {

    background-color: #FFCC00 !important;
    height: 8px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #153244;
  color: #8DE2D6;
  padding: 26px 0 18px;
  font-size: 14PX;
 /* border-top-right-radius: 65px;*/
  margin-top: -65px;
}

#footer h4 {
  font-size: 1.65REM;
  font-weight: 7100;
  font-family: "Archivo", sans-serif;

}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f2cf31;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #0678e3;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}
