/* ===================== Estilos propios de la plantilla desarollada por el dios de dioses luis :v ========================= */

/* Globales */
img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 15px;
  color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #3ec1d5;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
}

li {
  list-style: none;
}

/* Navbar */
.navbar-nav .nav-link {
  color: #000 !important;
}

/* Ventajas */
.img-ventajas {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
}

/* Seccion nosotros */
.backgroundNosotros {
  background-color: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}

.section-headline h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.imgNosotros {
  border-radius: 30px;
}

.logoSepycom {
  width: 150px;
}

.single-well > a {
  display: block;
}

.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}

.single-well ul li i {
  color: #3ec1d5;
  padding-right: 10px;
  font-size: 12px;
}

.single-well p {
  color: #444;
}

/* Seccion de servicios */
.section-headline.services-head > h2 {
  margin-bottom: 25px;
}

.cardsp {
  width: 280px;
  height: 360px;
  border-radius: 15px;
  padding: 1.5rem;
  background: white;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}
.cardsp:hover {
  transform: translateY(20px);
}
.cardsp:hover:before {
  opacity: 1;
}
.cardsp:hover .info {
  opacity: 1;
  transform: translateY(0px);
}
.cardsp:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}
.cardsp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
}
.cardsp .info {
  position: relative;
  z-index: 3;
  color: white;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
}

.cardsp .info p {
  letter-spacing: 1px;
  font-size: 12px;
  margin-top: 8px;
  color: #fff;
}

.tituloCardsp {
  position: absolute !important;
  font-weight: 700 !important;
}

.tWhite {
  color: #fff;
}

.tBlack {
  color: #000;
}

.tBlue {
  color: #007dc2;
}

/* Seccion de dronage */
.ctn-drones {
  margin-top: 80px;
  margin-bottom: 50px;
  width: 100%;
  height: 400px;
  background: url(../image/dronage/source.gif) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #000;
}

.infoDrones {
  margin-bottom: 80px;
}

.infoDrones p {
  margin-top: 20px;
  text-align: justify;
}

.checkSucceess {
  color: #198754;
}

/* Seccion nuestros Proyectos */
.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img > a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img > a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.awesome-img > a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
  border-radius: 20px;
}

.add-actions {
  background: #007dc2 none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
  border-radius: 20px;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

/* Area de contacto */
.contact-area {
  height: auto;
  width: 100%;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 20px;
  color: #444;
  height: 40px;
  margin-bottom: 16px;
  padding-left: 20px;
  width: 100%;
}

.contact-form textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 20px;
  color: #444;
  height: 140px;
  padding: 20px;
  width: 100%;
}

.contact-form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

.contact-form button[type="submit"]:hover {
  color: #fff;
  border: 1px solid #007dc2;
  background: #007dc2;
}

.contact-form #sendmessage {
  color: #3ec1d5;
  border: 1px solid #3ec1d5;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #sendmessage.show,
.contact-form #errormessage.show,
.contact-form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #444;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.single-icon p {
  font-size: 16px;
  line-height: 30px;
}

.contact-icon {
  margin-bottom: 40px;
}

.ctn-formulario {
  margin-bottom: 80px;
}

.iconServicionColor {
  color: #db214d;
}

/* Area footer */
.footer-area {
  padding: 40px 0;
  background: #f9f9f9;
}

.footer-head p {
  color: #444;
}

.footer-head h4 {
  color: #444;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.footer-logo {
  padding-bottom: 20px;
}

.footer-logo h2 {
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}

.footer-logo h2 span {
  color: #3ec1d5;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  border: 1px solid #444;
  color: #444;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}

.flicker-img > a {
  float: left;
  padding: 1px;
  width: 33.33%;
}

.footer-icons {
  margin-top: 30px;
}

.footer-contacts p span {
  color: #3ec1d5;
  font-weight: 700;
}

.popular-tag ul li {
  display: inline-block;
}

.footer-content {
  display: block;
  overflow: hidden;
}

.popular-tag ul li a:hover,
.footer-icons ul li a:hover {
  background: #3ec1d5;
  border: 1px solid #3ec1d5;
  color: #fff;
}

.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 3px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
  text-align: center;
}

.footer-area-bottom {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 15px 0;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #3ec1d5;
}

.copyright-text a {
  color: #444;
}

.copyright > p {
  margin-bottom: 0;
  color: #444;
}

.copyright a,
.credits a {
  color: #3ec1d5;
}

.credits {
  padding-top: 5px;
  text-align: center;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.btnWhats {
  width: 65px;
  height: 65px;
  background-color: #00bb2d;
  border-radius: 50px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.btnWhats:hover,
.btnWhats:focus,
.btnWhats:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.btnWhats::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f232";
  font-weight: 900;
  font-size: 1.8rem;
  color: #fff;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-left: 16px; */
}

@media (max-width: 992px) {
  .videoInicio {
    margin-top: 20px;
    width: 100%;
    height: 600px;
  }
}

@media (max-width: 767px) {
  .videoInicio {
    margin-top: 20px;
    width: 100%;
    height: 500px;
  }

  .logoSepycom {
    margin-top: 20px;
  }

  .cardspResponsive {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .videoInicio {
    margin-top: 20px;
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 400px) {
  .videoInicio {
    margin-top: 20px;
    width: 100%;
    height: 200px;
  }
}


