/* CSS Document */
/*lightbox global styles*/
.s-lightbox-container {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s-lightbox-container, .s-lightbox-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.s-lightbox-hidden-scroll {
  overflow: hidden;
}

.s-lightbox-overlay,
.s-lightbox-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.s-lightbox-overlay {
  background-color: rgba(30, 30, 30, 0.8);
}

/*lightbox navigation styles*/
.s-lightbox-navigation-prev {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.s-lightbox-navigation-next {
  right: 0;
}

.s-lightbox-navigation-prev,
.s-lightbox-navigation-next {
  position: absolute;
  width: 56px;
  height: 100px;
  top: 50%;
  background-color: transparent;
  margin-top: -50px;
  border: 0;
  cursor: pointer;
  outline: none;
}

.s-lightbox-navigation-prev:after {
  content: "";
  position: absolute;
  top: 27px;
  width: 46px;
  height: 46px;
  left: 0;
  background-color: rgba(30, 30, 30, 0.6);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.s-lightbox-navigation-next:after {
  content: "";
  position: absolute;
  top: 27px;
  width: 46px;
  height: 46px;
  left: 0;
  background-color: rgba(30, 30, 30, 0.6);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

/*lightbox viewer and items styles*/
.s-lightbox-viewer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.s-lightbox-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.s-lightbox-item {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  transition-duration: 0s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.s-lightbox-item-first {
  transform: translate(-100%, 0);
}

.s-lightbox-item-active {
  transform: translate(0, 0);
}

.s-lightbox-item-last {
  transform: translate(100%, 0);
}

.s-lightbox-close-overlay .s-lightbox-item-active {
  cursor: pointer;
}

.s-lightbox-item-container {
  left: 60px;
  top: 60px;
  right: 60px;
  bottom: 60px;
  position: absolute;
  display: block;
  /*overflow: hidden;*/
}

.s-lightbox-item-box {
  position: absolute;
  cursor: default;
  opacity: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transform: scale(0.8);
  transition-duration: 0.2s;
  transition-property: transform opacity;
  transition-timing-function: ease-in-out;
}

.s-lightbox-draggable-content {
  cursor: grab;
  -khtml-user-drag: element;
  -webkit-user-drag: element;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.s-lightbox-zoomable {
  cursor: zoom-in;
}

.s-zoom-active {
  cursor: grab;
}

.s-lightbox-content-box {
  opacity: 0;
  position: absolute;
  cursor: default;
  overflow-y: auto;
  text-align: left;
}

.s-lightbox-view-html {
  padding: 30px;
  background-color: #FFF;
  text-align: left;
}

.s-lightbox-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  left: 0;
  top: 0;
  max-width: none;
  max-height: none;
}

.s-lightbox-viewer-border .s-lightbox-item-box {
  border: solid 7px #FFF;
  border-radius: 2px;
}

.s-lightbox-youtube-iframe,
.s-lightbox-vimeo-iframe,
.s-lightbox-content-iframe,
.s-lightbox-dailymotion-iframe,
.s-lightbox-googlemap-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.s-lightbox-content-iframe {
  background-color: #FFF;
}

.s-lightbox-caption {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 30px 20px 20px 20px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}

/*close buton styles*/
.s-lightbox-closer {
  position: absolute;
  width: 46px;
  height: 46px;
  border: 0;
  background-color: rgba(30, 30, 30, 0.6);
  right: 10px;
  top: 10px;
  cursor: pointer;
  outline: none;
}

.s-lightbox-closer:before, .s-lightbox-closer:after {
  position: absolute;
  left: 22px;
  top: 10px;
  content: "";
  height: 26px;
  width: 2px;
  background-color: #FFF;
}

.s-lightbox-closer:before {
  transform: rotate(45deg);
}

.s-lightbox-closer:after {
  transform: rotate(-45deg);
}

.s-lightbox-closer:hover,
.s-lightbox-navigation-prev:hover:after,
.s-lightbox-navigation-next:hover:after,
.s-lightbox-fullscreen:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/*fullscreen buttons styles*/
.s-lightbox-fullscreen {
  position: absolute;
  width: 46px;
  height: 46px;
  border: 0;
  background-color: rgba(30, 30, 30, 0.4);
  right: 10px;
  top: 66px;
  cursor: pointer;
  outline: none;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container {
  position: absolute;
  width: 24px;
  height: 20px;
  top: 13px;
  left: 11px;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span {
  position: absolute;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:before,
.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:after {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(1) {
  left: 0;
  top: 0;
  width: 6px;
  height: 6px;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(1):before {
  width: 6px;
  height: 2px;
  left: 0;
  top: 0;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(1):after {
  width: 2px;
  height: 4px;
  left: 0;
  top: 2px;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(2) {
  top: 0;
  right: 0;
  width: 6px;
  height: 6px;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(2):before {
  width: 6px;
  height: 2px;
  right: 0;
  top: 0;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(2):after {
  width: 2px;
  height: 4px;
  right: 0;
  top: 2px;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(3):before {
  width: 6px;
  height: 2px;
  bottom: 0;
  left: 0;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(3):after {
  width: 2px;
  height: 4px;
  bottom: 2px;
  left: 0;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(4) {
  bottom: 0;
  right: 0;
  width: 6px;
  height: 6px;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(4):before {
  width: 6px;
  height: 2px;
  bottom: 0;
  right: 0;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(4):after {
  width: 2px;
  height: 4px;
  bottom: 2px;
  right: 0;
}

.s-lightbox-fullscreen .s-lightbox-fullscreen-container span:nth-child(5) {
  left: 6px;
  top: 6px;
  width: 12px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.4);
}

/*pager info style*/
.s-lightbox-page-info {
  position: absolute;
  width: 70px;
  height: 30px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: default;
  outline: none;
  left: 50%;
  margin-left: -35px;
  bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
  text-align: center;
  font-size: 12px;
}

.s-lightbox-page-info > span {
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
}

/*mobile size styles*/
@media only screen and (max-width: 768px) {
  .s-lightbox-item-container {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
  }

  .s-lightbox-closer,
.s-lightbox-navigation-prev:after,
.s-lightbox-navigation-next:after {
    background-color: rgba(30, 30, 30, 0.8);
  }

  .s-lightbox-fullscreen {
    right: 66px;
    top: 10px;
  }
}
/*loader types*/
/*type 1*/
.s-lightbox-loader-type1 {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  -webkit-animation: loader-type1 1.2s infinite ease-in-out;
  animation: loader-type1 1.2s infinite ease-in-out;
}

@-webkit-keyframes loader-type1 {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes loader-type1 {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/*loader type 2*/
.s-lightbox-loader-type2,
.s-lightbox-loader-type2:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.s-lightbox-loader-type2 {
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  text-indent: -9999em;
  border-top: 5px solid rgba(255, 255, 255, 0.4);
  border-right: 5px solid rgba(255, 255, 255, 0.4);
  border-bottom: 5px solid rgba(255, 255, 255, 0.4);
  border-left: 5px solid rgba(255, 255, 255, 0.9);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loader-type2 1.1s infinite linear;
  animation: loader-type2 1.1s infinite linear;
}

@-webkit-keyframes loader-type2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-type2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lb-closeDownEffect {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 400px, 0);
    transform: translate3d(0, 400px, 0);
  }
}
@keyframes lb-closeDownEffect {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 400px, 0);
    transform: translate3d(0, 400px, 0);
  }
}
@-webkit-keyframes lb-fadeOutEffect {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes lb-fadeOutEffect {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*lightbox close effect styles*/
.s-lightbox-closeEffect .s-lightbox-item-active .s-lightbox-item-container {
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: lb-closeDownEffect;
  animation-name: lb-closeDownEffect;
}

.s-lightbox-closeEffect .s-lightbox-overlay {
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: lb-fadeOutEffect;
  animation-name: lb-fadeOutEffect;
}

.s-lightbox-closeEffect .s-lightbox-navigation,
.s-lightbox-closeEffect .s-lightbox-closer,
.s-lightbox-closeEffect .s-lightbox-fullscreen,
.s-lightbox-closeEffect .s-lightbox-page-info {
  display: none;
}

.circuito {
  padding-top: 35px;
  padding-bottom: 35px;
  color: #ffffff;
}

.circuito p {
  font-weight: 300;
}

.circuito img {
  width: 50px;
  margin-right: 20px;
}

.circuito-1 {
  background-color: #ee7904;
}

.circuito-2 {
  background-color: #334294;
}

.circuito h5 {
  padding-top: 3px;
}

.home-statistics {
  background-image: url("../img/home-statistics-bg.jpg");
  min-height: 100px;
  background-size: cover;
  color: #ee7904;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.home-statistics .col {
  padding: 0px 55px;
  padding-top: 15px;
  border-left: 2px solid #ee7904;
}

.home-statistics .col:first-child {
  border-left: 0px solid #ee7904;
}

.home-statistics p {
  color: #ffffff;
}

footer {
  background-color: #1d1d1b;
  color: #ffffff;
  padding: 35px 0px;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

footer a:hover {
  color: #f5f5f5;
}

.matrix-contenido {
  margin-top: 70px;
  margin-bottom: 70px;
}

.matrix-contenido .h5 {
  font-weight: 200;
  letter-spacing: 1px;
  margin-top: 44px;
  font-size: 22px;
}

.matrix-contenido .subtitulo {
  border-bottom: 1px solid #1d1d1b;
  margin-bottom: 15px;
}

.matrix-contenido .contenido {
  line-height: 32px;
}

.matrix-contenido .h3 {
  padding-bottom: 10px;
}

.matrix-double-column .container {
  background-color: #f5f5f5;
}

.matrix-double-img {
  min-height: 500px;
  background-size: cover;
  background-position: center center;
}

.matrix-double-column-contenido {
  padding: 70px;
}

.matrix-double-column-contenido img {
  width: 70%;
}

.matrix-double-column-contenido p {
  line-height: 30px;
}

body,
html {
  font-family: "Roboto", sans-serif;
}

.extra {
  padding: 40px;
  background-color: #f5f5f5;
  margin-top: 50px;
}

.btn-leer-linea {
  background-color: #ee7904;
  padding: 5px 10px;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.prenav {
  background-color: #334294;
  color: #ffffff;
}

.espacio-cierre {
  margin-bottom: 45px;
}

.espacio-cierre-2 {
  margin-bottom: 90px;
}

.h3 {
  padding: 35px 0px;
  font-size: 35px;
  font-family: "Passion One", cursive;
  letter-spacing: 1px;
}

.more-details {
  margin-top: 35px;
  border-left: 15px #ee7904 solid;
  padding-left: 20px;
}

.more-details-top {
  font-weight: 300;
  margin-bottom: 5px;
}

.columnas-3-type-b .logo {
  width: 65%;
  margin-top: 35px;
}

.columnas-3-type-b .more-details {
  border: 0px;
  padding-left: 0px;
}

.columnas-3-type-b .h5 {
  margin-top: 15px;
}

.gray-bg {
  background-color: #f5f5f5;
}

.noticias .more-details {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.btn-blue {
  background-color: #334294;
  color: #ffffff;
  border-radius: 30px;
  min-width: 140px;
}

.noticias .gray-bg {
  margin-bottom: 30px;
}

.btn-blue:hover {
  background-color: #334294;
  color: #ffffff;
  border-radius: 30px;
  min-width: 140px;
}

.noticias .h5 {
  min-height: 73px;
}

.noticias .more-details-top {
  min-height: 188px;
}

.portada_conoce .h5 {
  margin-top: 6px;
  font-weight: bold;
  font-size: 18px;
}

.bg-blue {
  background-color: #334294;
}

.bg-orange {
  background-color: #ee7904;
}

.leer-linea {
  color: #ffffff;
  transition: 1s all;
  text-decoration: none;
  padding-left: 10px;
  font-size: 13px;
}

.leer-linea span {
  padding-top: 3px;
}

.leer-linea:hover {
  color: #ffffff;
  text-decoration: none;
}

.leer-linea svg {
  transition: 1s all;
  margin-left: 0px;
}

.leer-linea:hover svg {
  margin-left: 10px;
}

.more-details-bottom a {
  color: #000000;
  text-decoration: none;
}

.btns-portada {
  display: flex;
  justify-content: flex-end;
}

.btns-portada img {
  height: 100px;
  width: inherit !important;
  padding-left: 50px;
}

@media only screen and (max-width: 992px) {
  .btns-portada {
    flex-wrap: wrap;
  }

  .btns-portada div {
    width: 100%;
    text-align: center;
  }

  .btns-portada img {
    height: 120px;
  }
}
.mapa-bg {
  width: 100%;
}

.mapa-container {
  width: 100%;
  position: relative;
}

.mapa-mask {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 0%;
  transition: 3s all;
  background-position: center right;
}

.mapa-mask-active {
  width: 100%;
  left: 0%;
}

.matrix-double-text-columns {
  background-color: #878787;
  color: #ffffff;
}

.matrix-double-text-columns .row {
  padding-top: 60px;
  padding-bottom: 60px;
}

.matrix-double-text-columns .row p {
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
}

.matrix_empleos_stats {
  background-color: #ee7904;
  color: #ffffff;
}

.matrix_empleos_stats .col {
  margin-top: 40px;
  margin-bottom: 40px;
}

.matrix_empleos_stats_a {
  text-align: right;
  border-right: 2px solid #ffffff;
  padding-right: 50px;
}

.matrix_empleos_stats_b {
  text-align: left;
  padding-left: 50px;
}

.matrix_empleos_stats_h1 {
  font-size: 70px;
  font-weight: bold;
}

.matrix_empleos_stats_h2 {
  font-size: 22px;
}

@media only screen and (max-width: 576px) {
  .matrix_empleos_stats_a {
    border-right: 0px solid #ffffff;
    padding-bottom: 20px;
    border-bottom: 2px solid #ffffff;
  }

  .matrix_empleos_stats .col {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .matrix_empleos_stats_a {
    margin-top: 40px;
    text-align: center;
    padding-right: 0px;
  }

  .matrix_empleos_stats_b {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 0px;
  }
}
.matrix_empleos_aplicar_h1 {
  text-align: center;
  font-size: 60px;
}

.matrix_empleos_aplicar {
  padding-top: 90px;
  padding-bottom: 90px;
}

.matrix_empleos_aplicar_btn {
  text-align: center;
}

.matrix_empleos_aplicar_btn .btn {
  background-color: #ee7904;
  border: 0px;
  font-size: 20px;
  border-radius: 30px;
  padding: 10px 40px;
  margin-top: 40px;
}

.matrix_descarga_estudio_impacto {
  background-color: #334294;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.matrix_descarga_estudio_impacto_h1 {
  font-size: 40px;
  text-align: center;
}

.matrix_descarga_plan_manejo {
  background-color: #495BC1;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.video-frame {
  width: 100vw;
  position: relative;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}

.video-frame iframe {
  /* width: 80vw;
   height: 80vh;*/
}

.video-options {
  width: 100vw;
  display: flex;
  justify-content: center;
  position: fixed;
  left: 0px;
}

.video-option-separador {
  color: #ffffff;
  font-size: 16px;
  width: 50px;
  text-align: center;
}

.video-option-label {
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  transition: 1s all;
}

.video-option-label:hover {
  font-size: 16px;
}

.search-field-inline {
  display: flex;
}

.search-form {
  display: flex;
  flex-wrap: wrap;
}

#search-btn svg {
  margin-top: 10px;
}

.search-field {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: -150vh;
  left: 0;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  transition: 1s all;
}

.search-form {
  display: none;
}

.btn-search {
  background-color: #ee7904;
  color: #ffffff;
  padding: 1px 8px;
  font-size: 12px;
}

.btn-search:hover {
  background-color: #ee7904;
  color: #ffffff;
}

.search-field-active {
  top: 0vh;
}

.search-field-sub {
  width: 100vw;
  text-align: center;
}

.search-field-input {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
  border: 0;
  outline: none;
}

.bi-search {
  cursor: pointer;
}

.search-field-close {
  position: absolute;
  right: 5vw;
  top: 5vw;
  cursor: pointer;
  transform: rotate(0deg);
  transition: 0.4s all;
}

.search-field-close:hover {
  transform: rotate(-90deg);
}

.search-field-close svg {
  width: 100px;
}

@media only screen and (max-width: 750px) {
  .search-field-input {
    font-size: 20px;
  }

  .search-field {
    padding-top: 0vh;
  }
}

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