:root {
  --bs-primary: #a1df68;
  --bs-primary-link-hover-color-rgb: #c6fa96;
  --bs-secondary: #12295f;
  --bs-secondary-link-hover-color-rgb: #0d3880;
}

/*----------------------------------------------------------------------------*
  Base Styles - Default Values
*----------------------------------------------------------------------------*/

html {
  font-size: 62.5%;
  /* Truco para que 1rem sea igual a 16px */
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Lato", sans-serif;
  color: #363636;
}

::-moz-selection {
  color: #12295f;
  background: var(--bs-primary);
  text-shadow: none;
}

::selection {
  color: #12295f;
  background: var(--bs-primary);
  text-shadow: none;
}

/* Header styles */
h1,
h2,
h3,
.h3,
h4,
h5,
h6 {
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  color: var(--bs-primary);
}

/* Remove the gap between audio, canvas, iframes, images, videos and the bottom of their containers */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* Browser Upgrade Prompt */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*----------------------------------------------------------------------------*
  Author's custom styles
*----------------------------------------------------------------------------*/

p {
  font-size: 1.5rem;
  line-height: 1.3;
}

/**
  *
  * btn
  *
  */

.btn-primary {
  color: var(--bs-secondary);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary-link-hover-color-rgb);
}

.btn-primary:hover {
  border-color: var(--bs-primary);
  color: var(--bs-secondary);
  background-color: var(--bs-primary-link-hover-color-rgb);
}

.btn-primary:focus {
  color: white !important;
  outline: 0;
  background-color: var(--bs-secondary);
  box-shadow: 0 0 0 0.2rem rgba(161, 223, 104, 0.25);
}

.btn-primary:focus h3 {
  color: white !important;
}

.btn-primary:active,
.btn-primary.active,
.btn-primary:first-child:active,
:not(.btn-primary-check) + .btn-primary:active {
  color: white;
  background-color: var(--bs-secondary);
  border-color: var(--bs-primary);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/**
  *
  * btn secondary
  *
  */

.btn-secondary {
  color: var(--bs-primary-link-hover-color-rgb);
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary-link-hover-color-rgb);
}

.btn-secondary:hover {
  border-color: var(--bs-secondary);
  color: var(--bs-primary-link-hover-color-rgb);
  background-color: var(--bs-secondary-link-hover-color-rgb);
}

.btn-secondary:focus {
  color: var(--bs-primary-link-hover-color-rgb);
  outline: 0;
  background-color: var(--bs-secondary);
  box-shadow: 0 0 0 0.2rem rgba(71, 129, 255, 0.25);
}

.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:first-child:active,
:not(.btn-secondary-check) + .btn-secondary:active {
  color: var(--bs-primary-link-hover-color-rgb);
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/**
  *
  * Color Text
  *
  */

.text-primary {
  color: var(--bs-primary) !important;
}

.text-secondary {
  color: var(--bs-secondary) !important;
}

/**
  *
  * Font Awesome
  *
  */
a i.fa-brands {
  color: var(--bs-secondary);
}

/**
  *
  * Links
  *
  */

.link-underline-primary {
  color: var(--bs-primary);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  text-decoration-color: var(--bs-primary-link-hover-color-rgb) !important;
}
.link-underline-primary:hover {
  color: var(--bs-primary-hover);
  text-decoration: underline;
  text-decoration-color: var(--bs-primary-link-hover-color-rgb) !important;
}

/* ==========================================================================
   1.   HEADER
========================================================================== */

/* ==========================================================================
   2.   CONTENT
========================================================================== */
#content-site-construction {
  height: 50vh;
  padding: 10%;
  box-sizing: border-box;
}
#content-site-construction .row {
  flex: 1;
  min-height: 0;
}
a#brand img {
  width: 180px;
}

/* ^Content Contact
-----------------------------------------------------------------------------*/
.content-contact {
  background: url("../css/images/background-contact.jpg") center center / cover
    no-repeat;
}

#content-form,
.content-contact {
  padding: 15% 10%;
}

/* ^Fin - Content Contact
-----------------------------------------------------------------------------*/

/* ^Social media icons
-----------------------------------------------------------------------------*/

.content-social-media a {
  color: var(--bs-primary);
}
.content-social-media a {
  transition: all 0.3s ease-in-out;
}

.content-social-media a:hover {
  color: var(--bs-secondary);
  transform: scale(1.1);
}

/* ^Fin - Social media icons
-----------------------------------------------------------------------------*/

/**
  *
  * Email
  *
  */
a.email-corporative:after {
  content: "direccioncomercial@beestic.com";
}

/* ^Formulario
-----------------------------------------------------------------------------*/

#content-form {
  background: url("../css/images/background-form.jpg") center center / cover
    no-repeat;
}

/**
  *
  * Bottom close
  *
  */

.alert-dismissible .btn-close {
  top: 50%;
  transform: translateY(-50%);
}

/* ^Fin - Formulario
-----------------------------------------------------------------------------*/

/* ==========================================================================
   3.   FOOTER
========================================================================== */

/* ^Footer
-----------------------------------------------------------------------------*/

footer {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a1df68+70,effff4+100 */
  background: linear-gradient(to bottom, #a1df68 70%, #effff4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/**
  *
  * Juan Hoyos
  *
  */

a.juan-hoyos {
  position: relative;
  /*Important for color logotype animation*/
  /* background-color: red; */
  width: 18.97px;
  height: 30px;
  display: block;
  transition: all 0.3s ease-in-out;
  color: #0050a0 !important;
}

a.juan-hoyos:hover {
  color: #0050a0 !important;
  text-decoration: none;
}

/*animación isotipo juanhoyos*/
a.juan-hoyos img {
  position: absolute;
  height: 30px;
  right: 0;
  transition: opacity 0.3s ease-in-out;
  /* background-color: aqua; */
}

img#isotipo,
a.juan-hoyos:hover img:last-child {
  opacity: 0;
}

/*la sda class permite hover de img con el hover del a*/
a.juan-hoyos img:last-child:hover {
  opacity: 0;
}

a.juan-hoyos:hover img#isotipo {
  opacity: 1;
  z-index: 1;
}

/*animación logotipo juanhoyos*/
a.juan-hoyos > img#juanhoyos-logotipo {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  width: 64.8px;
  transform: translateX(63px);
  /* background-color: aqua; */
}

a.juan-hoyos:hover > img#juanhoyos-logotipo {
  transform: translateX(70px);
  opacity: 1;
}

/*animación span juanhoyos*/
a.juan-hoyos span {
  width: 72px;
  top: 8px;
  position: absolute;
  opacity: 0;
  font-size: 9px;
  padding-right: 10px;
  transition: all 0.3s ease-in-out;
  transform: translateX(-34px);
  font-weight: 400;
  /*background-color: pink;*/
  -webkit-transform: translateX(-34px);
  -moz-transform: translateX(-34px);
  -ms-transform: translateX(-34px);
  -o-transform: translateX(-34px);
}

a.juan-hoyos:hover span {
  transform: translateX(-69px);
  opacity: 1;
}

/* ^Fin - Footer
-----------------------------------------------------------------------------*/

/* ==========================================================================
   4.   PLUGINS
========================================================================== */

/* ^Carousel Bootstrap
-----------------------------------------------------------------------------*/
.carousel {
  z-index: 1;
  position: relative;
}
.carousel-inner {
  height: 100vh;
}

/* Altura de cada item del carousel */
.carousel-item {
  min-height: 100vh;
  overflow: hidden;
  z-index: 15;
}

/* Filtro para el banner - fotos a color */
.carousel-item:before {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

/* Centrar imágenes desde el html */
.carousel-item > img {
  position: absolute;
  min-width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.esquina {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 11.5%;
  height: min-content;
}

.carousel-caption {
  height: min-content;
  z-index: 2;
  bottom: 10%;
}

.carousel-indicators {
  left: -1;
}
/* ^Fin - Carousel Bootstrap
-----------------------------------------------------------------------------*/

/* ==========================================================================
   Helper classes
========================================================================== */

/**
  *
  * Recaptcha
  *
  */

.recaptcha-wrapper {
  width: 304px;
  height: 62px; /* 78 × 0.8 */
  transform: scale(0.8);
  transform-origin: left top;
}
/*----------------------------------------------------------------------------*
  Mobile First Method
*----------------------------------------------------------------------------*/

/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* ==========================================================================
  2.   CONTENT
  ========================================================================== */

  #content-site-construction {
    height: 55vh;
  }

  /**
  *
  * Content contact
  *
  */

  #content-form,
  .content-contact {
    height: 45vh;
    padding: 4.9%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  
  /* ==========================================================================
   2.   CONTENT
========================================================================== */

  main {
    width: 65%;
    height: auto;
  }

  #content-site-construction {
    padding: 7%;
  }

  #slider {
    width: 30%;
  }


  /* ==========================================================================
   3.   FOOTER
========================================================================== */

  /**
  *
  * Footer
  *
  */

  footer {
    width: 5%;
    min-width: 60px;
    height: 100vh;
  }

  footer p {
    transform: rotate(-90deg) translateX(-90px);
    width: 195px;
  }

  /* ==========================================================================
   4.   PLUGINS
========================================================================== */

  /* ^Carousel Bootstrap
-----------------------------------------------------------------------------*/
  .carousel-caption * {
    text-align: left;
  }
  .carousel-indicators {
    justify-content: start;
  }

  /* ^Fin - Carousel Bootstrap
-----------------------------------------------------------------------------*/
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* ==========================================================================
   2.   CONTENT
========================================================================== */

  main {
    width: 60%;
    height: 100vh;
  }
  #slider {
    width: 35%;
  }

  /**
  *
  * Content contact
  *
  */
    #content-form,
  .content-contact {
    padding: 3.6%;
  }

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  /**
  *
  * Content contact
  *
  */

  #content-form,
  .content-contact {
    padding: 6.7%;
  }
}
