@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "playfair";
  src: url("../fonts/playfair.ttf");
}

.logozoom {
  scale: 100%;
  transition: 0.3s;
}

.logozoom:hover {
  scale: 110%;
  transition: 0.3s;

}

.verticalcard {
  background-color: white;
  transition: 0.3s;
  top: 0%;

}

.verticalcard:hover {
  background-color: rgb(216, 216, 216);
  top: 20%;
  transition: 0.3s;
  border-radius: 10px;
}

/* .navmenu{

} */

.navmenu:hover {
  color: rgb(201, 19, 19);
}

.bannerhov:hover {
  background-image: url(../img/img-hov.jpg);
}

.minicard {
  transition: 0.3s;

}

.minicard:hover {
  opacity: 0.8;
  transition: 0.7s ease;

}

.botoninfo {
  border: none;
  float: right;
  scale: 85%;
  background-color: #DD1930;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 7%;
  padding-right: 7%;
  color: #ffffff;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.5s ease;
}

.botoninfo2:hover {
  transition: 0.3s ease;
  background-color: rgb(17, 17, 17);
}

.botoninfo2 {
  border: none;
  float: right;
  scale: 100%;
  background-color: #DD1930;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 10%;
  padding-right: 10%;
  color: #ffffff;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.5s ease;
}

.botoninfo:hover {
  transition: 0.5s ease;
  background-color: rgb(68, 68, 68);
}

.homeopacity {
  margin-left: -60%;
  padding-top: 5%;
  padding-bottom: 5%;
  width: 25%;
  opacity: 1;
  transition: 0.5s ease;
}

.homeopacity:hover {
  opacity: 0.8;
  transition: 0.5s ease;
}

.botoninfo3 {
  border: none;
  float: left;
  scale: 100%;
  background-color: #E30414;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: 3%;
  color: #ffffff;
  border-radius: 30px;
}

.botoninfo3:hover {
  transition: 0.5s ease;
  background-color: rgb(68, 68, 68);
}

.botoninfo4 {
  border: none;
  scale: 150%;
  background-color: #DD1930;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 10%;
  padding-right: 10%;
  margin-left: 10%;
  color: #ffffff;
  border-radius: 30px;
}

.botoninfo4:hover {
  transition: 0.5s ease;
  background-color: rgb(68, 68, 68);
}

.wap {
  position: fixed;
  scale: 12%;
  left: 78.5vw;
  top: 55vh;
  z-index: 1000;
}


.texto-inicio {
  position: absolute;
  top: 45%;
  left: 25%;
  scale: 110%;
}

.redesfooter {
  transition: 0.3s;
}

.redesfooter:hover {
  transition: 0.3s;
  transform: translateY(-20%);
}

.unetebtn {
  transition: 0.3s;
  background-color: #82AFCE;
  scale: 70%;
  border: none;
  margin-left: -71%;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 5%;
  padding-bottom: 3%;
  border-radius: 30px;
}

.unetebtn:hover {
  transition: 0.3s;
  background-color: #ffffff00;
  border: 0.2rem solid #82AFCE;
  scale: 72%;
}

.textous {
  transition: 0.3s;
  font-weight: bold;
}

.textous:hover {
  transition: 0.3s;
  font-weight: bold;
  scale: 120%;
  color: #ffffff;
}

.imagenmigr {
  transition: 0.3s;
}

.imagenmigr:hover {
  transition: 0.3s;
  scale: 110%;
}

.card {
  transition: 0.3s;
}

/* .card:hover{
    transition: 0.3s;
    scale: 110%;
} */

.botonunir {
  transition: 0.4s;
  border: solid #82AFCE;
  scale: 85%;
  background-color: rgba(0, 0, 0, 0);
  color: #82AFCE;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 2%;
  padding-bottom: 1%;
  border-radius: 50px;
}

.botonunir:hover {
  transition: 0.4s;
  background-color: #82AFCE;
  color: #fff;
  scale: 95%;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 2%;
  padding-bottom: 1%;
  border-radius: 50px;
}

.botonunir2 {
  transition: 0.4s;
  border: solid #82AFCE;
  scale: 85%;
  background-color: #82AFCE;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 2%;
  padding-bottom: 1%;
  border-radius: 50px;
}

.botonunir2:hover {
  transition: 0.4s;
  background-color: #82b0ce00;
  transform: translateY(10%);
  scale: 95%;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 2%;
  padding-bottom: 1%;
  border-radius: 50px;
}

/* TIMELINE STYLE SETTINGS */


.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 3%;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 6px;
  height: 85%;
  background-color: #82AFCE;
  left: 50%;
  margin-left: -1.5px;
}

.timeline>li {
  margin-bottom: 20px;
  position: relative;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  width: 50%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li.timeline-inverted+li:not(.timeline-inverted),
.timeline>li:not(.timeline-inverted)+li.timeline-inverted {
  margin-top: -60px;
}

.timeline>li:not(.timeline-inverted) {
  padding-right: 90px;
}

.timeline>li.timeline-inverted {
  padding-left: 90px;
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline>li>.timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #82AFCE;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: #82AFCE;
  text-align: right;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;

}

.timeline-body>p+p {
  margin-top: 5px;

}

.btn-wsp {
  position: fixed;
  width: 60px;
  height: 60px;
  line-height: 63px;
  bottom: 25px;
  right: 25px;
  background: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
  transition: all 300ms ease;
}

.btn-wsp:hover {
  background: #ffffff;
}

@media only screen and (min-width:320px) and (max-width:768px) {
  .btn-wsp {
    width: 63px;
    height: 63px;
    line-height: 66px;
  }

  .texto-inicio {
    top: 15%;
    left: 15%;
  }

  .card{
    /* padding: 0; */
  }
}

@media only screen and (min-width:769px) and (max-width:1311px) {
  .btn-wsp {
    width: 63px;
    height: 63px;
    line-height: 66px;
  }

  .texto-inicio {
    top: 30%;
    left: 15%;
  }
}

@media only screen and (min-width:1312px) {
  .texto-inicio {
    top: 30%;
    left: 25%;
  }
}