.full {
  height: 100vh;
}

.container-maxfull {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.videoprincipal {
  left: 0;
  top: 0;
  height: 100vh;
  margin: 0;
  padding: 0;
  object-fit: cover;
}

.logo {
  height: 117px;
  width: 88px;
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0);
}

.bg-opaco {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-amarillo {
  background-color: #e2bd55;
}

.bg-azul-cielo {
  background-color: #a0c0fa;
}

.bg-crema {
  background-color: #ffffc5;
}

.bg-screen {
  background-color: #e8d4b6;
}

.bg-overlay {
  background-color: #d2a861;
}

.bg-linghten {
  background-color: #e2bd91;
}

.bg-saturation {
  background-color: #d4bd7a;
}


.bg-azul {
  background-color: #375791;
}

.bg-azul-v1 {
  background: #153d77;
}

.color-azul {
  color: #375791 !important;
}

.color-amarillo {
  color: #e2bd55 !important;
}

.bg-portada {
  background: url("img/img_portada_conocenos/portada4.png") no-repeat fixed;
}

.vh-35 {
  height: 35vh;
}

#loader-wrapper {
  background-color: #52658d;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1031;
}

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

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

@font-face {
  font-family: llavefont1;
  src: url("fuentes/AvenirNextLTPro-Regular.otf");
}

@font-face {
  font-family: llavefont2;
  src: url("fuentes/Heavitas_2.ttf");
}

.fontparrafo {
  font-family: llavefont2;
}

.fonttitle {
  font-family: llavefont1;
}

.img-valor {
  height: 47vh;
}

.sinpadding {
  padding-right: 0;
  padding-left: 0;
}

.abajo {
  background: #fff !important;
}

.btnconocenoslink {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  border-radius: 5px;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: none;
  width: 200px;
}

.btnconocenoslink span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 18px 25px;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.3em;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.btn-retrocede {
  cursor: pointer;
  background: transparent;
  border: none;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 3rem;
}

.btn-adelanta {
  cursor: pointer;
  background: transparent;
  border: none;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 3rem;

}




.card_v1 {
  position: relative;
  width: 100%;
  height: 58vh;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}

.card__img {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  height: 100%;
  width: 100%;
  transition: 0.3s;
  z-index: 2;
}

.card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  transform: opacity 0.3s;
}



.card:hover .card__img {
  transform: translateY(-100px);
}

.card:hover .card__img img {
  opacity: 0.5;
}

.card__info {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.btnconocenoslink:after {
  content: "";
  width: 0%;
  height: 100%;
  background: #e2bd55;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.btnconocenoslink:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.imgicono {

  width: 100px;
}

.imglogo {
  width: 75;
  height: 75;
}

.imgicono:hover {
  width: 125px;

}

/* css para parafos y titulos */
.h1-1 {
  font-size: 3.0rem;
}

.h2-2 {
  font-size: 3.5rem;
}

.h3-3 {
  font-size: 4.0rem;
}

.h4-4 {
  font-size: 4.5rem;
}

.h5-5 {
  font-size: 5.0rem;
}

.h6-6 {
  font-size: 5.5rem;
}

.badgesinz {
  display: inline-block;
  padding: 0em .2em;
  /* font-weight: 700; */
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.badgesinzp {
  display: inline-block;
  /* padding: 0em .2em; */
  /* font-weight: 700; */
  line-height: 1;
  text-align: center;
  white-space: pre-line;
  vertical-align: baseline;
  border-radius: 1rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.border {
  border-radius: 1rem;
}

.card-img-top-v1 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 110%
}

.card-img-top-v2 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 57%
}

.card-img-top-v3 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 86%
}


.card-img-top-v4 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30%
}

.card-img-top-v5 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 309px;
}

.card-img-top-v6 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60%
}

.card-img-top-v7 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20%
}

.bg-d7dbed {
  background-color: #d7dbed;
}

.sinborde {
  border: 0;
}

.redessociales {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 57%
}

.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Con esto logramos que se despliegue el menu al pasar el mouse sobre los dropdown */
.dropdown:hover .dropdown-menu {
    display: block;
}
