
/*=============== BASE ===============*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 3rem 0 0 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
}

h1, h2, h3 {
  color: var(--title-color);
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}

ul {
  list-style: none;
}

ul.customUL{
  margin-top: 1rem;
  list-style: circle;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #000;
}

.contact2 {
  color: white;
}

img, video {
  max-width: 100%;
  height: auto;
}

img.customImg{
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
}

button, input {
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}

button {
  cursor: pointer;
}

input {
  outline: none;
}

.main {
  overflow: hidden;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.section {
  padding: 4.5rem 0 2.5rem;
  margin: 0;
}

.containers {
  max-width: 100%;
  margin-left: 3rem;
  margin-right: 3rem;
}

.grid {
  display: grid;
  gap: 1.5rem;
}

/*=============== HEADER ===============*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: transparent;
}

/*=============== HEADER NAV ===============*/

.nav {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  /* position: relative; */
}

.nav__logo, .nav__toggle {
  color: #fff;
}

.nav__logo {
  font-size: 1.2rem;
  font-weight:600;
}

.nav__logo:hover {
  font-weight:600;
  color: rgb(145, 145, 145);
}

.nav__toggle {
  font-size: 1.2rem;
  cursor: pointer;
}


@media screen and (max-width: 767px) {
  .nav__menu {
    position: fixed;
    background-color: rgb(255, 255, 255);
    top: 0;
    right: -100%;
    width: 70%;
    height: 100%;
    box-shadow: -1px 0 4px rgba(14, 55, 63, 0.15);
    padding: 3rem;
    transition: .4s;
  }

}

.nav__list {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}

.nav__list .nav__link {
  font-size: 1.25rem;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.nav__close {
  position: absolute;
  top: .75rem;
  right: 1rem;
  font-size: 1.5rem;
  color: rgb(95, 93, 93);
  cursor: pointer;
}

/* Active link */
.active-link {
  position: relative;
  color: var(--title-color);
}

.active-link::before {
  content: '';
  position: absolute;
  background-color: rgb(99, 7, 7);
  width: 100%;
  height: 2px;
  bottom: -.75rem;
  left: 0;
}


/* show menu */
.show-menu {
  right: 0;
}

/*============= Change background header ==============*/
.scroll-header {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(14, 55, 63, 0.15);
}

.scroll-header .nav__logo, .scroll-header .nav__toggle {
  color: #000000;
}

/*=============== HOME VIDEO ===============*/

.home__v {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.v-bg::after {
  min-height: 100vh;
  width: 100%;
  position: absolute;
  content: '';
  top:0;
  background-color: rgba(0,0,0,0.6);
}

/*=============== HOME INFO ===============*/
.home__container {
  position: relative;
  height: calc(100vh - 3rem);
  align-content: center;
  row-gap: 3rem;
}

.home-data {
  border-left: 4px solid #fff;
  color: #fff;
  padding-left: 1.5rem;
  z-index: 10;
}

.home__greeting, .home__profession {
  font-size: 1rem;
}

.home__name {
  font-size: 2rem;
}


/*=================== ABOUT ====================*/

.about {
  position: relative;
  background-color: rgb(0, 0, 0);
}

.about-mi h2{
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}


.about-mi .intro{
  padding-top: 2rem;
  font-size: 2.5rem;
  font-weight: 600;
}

.about-mi p{
  color: #fff;
  font-size: .9rem;
}

/*=================== ABOUT SOCIAL ====================*/

.home__social-link{
  color: #fff;
  font-size: 1.5rem;
  padding-right: 1rem;
}

.home__social-link:hover{
  color: #dd9365;
}

/*=================== ABOUT CARRUSEL ====================*/

.carousel-inner {
  max-height: 90vh;
  width: 100%;
  margin: 0;
  padding: 0 2rem 0 2rem;
}

.carousel-control-next, .carousel-control-prev {
  top: unset;
  bottom: 50%;
  height: 50px;
  width: 50px;
  background-color: #1e1f24;
  border-radius: 50%;
}

.carousel-control-next {
  right: 3rem;
}

.carousel-control-prev {
  left: 3rem;
}
.img-1{
  background: url("/assets/img/sobre-mi/1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 600px;
  height: 700px;
}
.img-2{
  background: url("/assets/img/sobre-mi/2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 600px;
  height: 700px;
}
.img-3{
  background: url("/assets/img/sobre-mi/AnyConv.com__about2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 600px;
  height: 700px;
}
.img-4{
  background: url("/assets/img/sobre-mi/4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 600px;
  height: 700px;

}
.img-5{
  background: url("/assets/img/sobre-mi/5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 600px;
  height: 700px;

}
.img-6{
  background: url("/assets/img/sobre-mi/6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 700px;
  height: 700px;

}
.img-7{
  background: url("/assets/img/sobre-mi/7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 600px;
  height: 700px;

}
.img-8{
  background: url("/assets/img/sobre-mi/3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 600px;
  height: 700px;
}

img.imgAboutMe{
  width: 100%;
  /*max-height: 700px;*/
}

/*=============== ABOUT VIDEO ===============*/

.video-about{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  background: rgba(0,0,0,.95);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  background-size: cover;
}

/* .video-about.active{
    visibility: visible;
    opacity: 1;
} */

.video-about video{
  position: relative;
  max-width: 900px;
  outline: none;
}

/* .close{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 2rem;  
  } */

.video__button {
  /*margin: auto;*/
  position: absolute;
  /*top: 15rem; left: 10rem; bottom: 0; right: 0;*/
  top: 5%;
  left: 5%;
  height: 80px;
  width: 80px;
  font-size: 35px;
  padding: 0px 3px;
  border-radius: 50%;
  background-color: #1e1f24;
  border: 8px solid rgba(256, 256, 256, .3);
  background-clip: padding-box;
  z-index: 10;
  -webkit-appearance: none;
  transition: all .5s;
}

.video__button:hover {
  transform: scale(1.1);
  transition: all .5s;
}

@media screen and (max-width: 991px) {
  .video video{
    max-width: 90%;
  }
}

.video__button-icon {
  color: #dd9365;
}

/*=============== service ===============*/


.titulo-s{
  text-align: center;
  padding: 1.6rem;
}
.card:hover{
  transform: translateY(-15px);
  box-shadow: 0 12px 16px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: .4s;
}
.card-title{
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
}
.swiper-button-next, .swiper-button-prev{
  color: #030303;
  font-weight: 900;
}


/*=============== TESTIMONIALS ===============*/
.test{
  text-align: center;
  color: rgb(7, 7, 7);
  padding: 1rem 0 0 0;
  text-transform: uppercase;
}

.contentent2{
  padding: 1rem;
}

.testimonial{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  min-width: 100%;
  background-color: #000;
  position: relative;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 350px;
  min-height: 350px;
  margin: 0 20px;
  background: #fff;
}

.swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right
{
  background-image: none;
}

.testimonial .cards{
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #333;
  padding: 60px 40px;
  text-align: center;
  overflow: hidden;
}

.testimonial .cards:hover .layer{
  top: 0;
}

.testimonial .cards .contents{
  position: relative;
  z-index: 2;
}

.testimonial .cards .contents p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  color: #fff;
}

.testimonial .cards .contents .imgBx{
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.testimonial .cards .contents h2 {
  font-size: 18px;
  color: #fff;
}
.testimonial .cards .contents h2 span{
  color: #03a9f4;
  font-size: 14px;
  transition: 0.5s;
}

.testimonial .cards:hover .contents h2 span{
  color: #fff;
}


/*========== SCROLL UP ==========*/
.scrollup {
  position: fixed;
  right: 1rem;
  bottom: -10%;
  background-color: #000000;
  padding: .5rem;
  display: flex;
  opacity: .9;
  z-index: 10;
  transition: .4s;
}

.scrollup:hover {
  background-color: #ffffff;
  opacity: 1;
}

.scrollup__icon {
  color: #fff;
  font-size: 1.2rem;
}
.scrollup__icon:hover{
  color: #000;
  font-weight: 600;
}
/* Show scroll */
.show-scroll {
  bottom: 5rem;
}

/*=============== GALERIA ===============*/
.main-gallery {
  overflow: hidden;
}

.gallery, .opasity{
  background-color: #000;
}

.gallery .controls{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /*padding: 20px 0;*/
  list-style: none;
}

.gallery{
  margin-top: 64px;
}

.gallery .controls .buttons{
  height:auto;
  width: 190px;
  background:#fff;
  color:#666;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  cursor: pointer;
  /*margin: 20px 20px 20px;*/
  box-shadow: 0 3px 5px rgba(0,0,0,.3);
  text-align: center;
  border-radius: .5rem;
  text-transform: capitalize;
  border:.5px solid rgb(0, 0, 0, .1);
}
.gallery .controls .buttons.active{
  background:#c7845a;
  color: var(--white-color);
  font-weight: var(--font-semi-bold);
}


.buttons:hover{
  transform: scale(1.2);
  transition: .5s;
}

.gallery .image-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/*.gallery .image-container .image{
  height:200px;
  width: 250px;
  border-radius: .4rem;
  margin: 8px;
}*/

/*.gallery .image-container .image img{
  height: 100%;
  width:100%;
  object-fit: cover;
}*/

.gallery .image-container .image:hover{
  cursor: pointer;
  transform: scale(1.2);
  transition: .4s;
}

/*.gallery .image-container{
  padding-bottom: 5rem;
}*/

.gallery{
  position: relative;
}

.header2 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #000;
}


.image > .video__button2{
  position: absolute;
  /*top: 50%;*/
  transform: translate(75%, 100%);
  /*left: 30%;*/
  padding-left: 10px;
}

.video__button2 {
  /*margin: auto;*/
/*  margin-top: 5%;
  margin-left: 3.1%;*/
  /*position: absolute;*/
  /*top: -49%;*/
  /*left: 38%;*/
  /*bottom: 0;*/
  /*right: 0;*/
  height: 80px;
  width: 80px;
  font-size: 35px;
  padding: 0px 3px;
  border-radius: 50%;
  background-color: #1e1f24;
  border: 8px solid rgba(256, 256, 256, .3);
  background-clip: padding-box;
  z-index: 10;
  -webkit-appearance: none;
  transition: all .5s;
}

.video__button2:hover {
  transform: scale(1.1);
  transform: translate(75%, 100%);
  transition: all .5s;
  position: absolute;
}

/*=============== BLOG ===============*/
.header-nav{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgb(20, 20, 20);
}

.contenedor {
  width: 90%;
}
.section h1 {
  font-size: 2.5rem;
  text-align: center;
}

.section h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin: 1.5rem 0;
  color: #c7845a;
}

.section p{
  font-size: 1rem;
  font-weight: 400;
  text-align:justify;
  margin: 2rem 0 0 0;
}

.texto-entrada h4::after {
  content: "";
  display: block;
  width: 15rem;
  height: .4rem;
  background-color: #c7845a;
  margin-top: 1rem;
}

/*=============== BLOG IMG ===============*/


/*=============== FOOTER ===============*/

.footer{
  background-color: #5c5c5c;
  min-height: 500px;
  max-height: 100%;
}

.footer__data{
  text-align: center;
}
.footer__container {
  row-gap: 5rem;
}

.footer__content {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  row-gap: 1rem;
}

.footer__title,
.footer__subtitle {
  font-size: 1.3rem;
  color: #fff;
}

.footer__title {
  margin-bottom: .5rem;
}

.footer__description {
  margin-bottom: 2rem;
  color: #fff;
}

.footer__social {
  font-size: 2rem;
  color: rgb(255, 255, 255);
  margin-right:1.25rem;
}

.footer__social:hover{
  color: #333;
}

.footer__subtitle {
  margin-bottom: 1rem;
}

.footer__item {
  margin-bottom: .75rem;
  padding-right: 1.5rem;
}

.footer__link {
  color: #ffffff;
}

.footer__link:hover {
  color: #333;
}

.footer__rights {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  text-align: center;
}

.footer__copy, .footer__terms-link {
  font-size: 1rem;
  color: #ffffff;
}

.footer__terms {
  display: flex;
  column-gap: 1.5rem;
  justify-content: center;
}

.footer__terms-link:hover {
  color: #b3b3b3;
}


/*=============== MEDIA QUERIES ===============*/

/* For small devices */
@media screen and (max-width: 700px) {
  .video__button {
    top: 3%;
    left: 2%;
/*    bottom: 0;
    right: 0;*/
  }
}
@media screen and (min-width: 340px) {
/*  .video__button {
    top: 48rem;
    left: 10rem;
    bottom: 0;
    right: 0;
  }*/
  .about-mi p{
    font-size: .9rem;
  }
  .about-mi .intro{
    font-size: 1.2rem;
  }

  .entrada-blog .imagen .img1{
    padding: 3rem;
    width: 30rem;
    height: 25rem;
  }
}

@media screen and (min-width: 370px) {
/*  .video__button {
    top: 35rem;
    left: 13rem;
    bottom: 0;
    right: 0;
  }*/
}
/* For medium devices */
@media screen and (min-width: 400px) {
/*  .video__button {
    top: 25rem;
    left: 13rem;
    bottom: 0;
    right: 0;
  }*/
}

@media screen and (min-width: 500px) {
/*  .video__button {
    top: 10rem;
    left: 15rem;
    bottom: 0;
    right: 0;
    height: 110px;
    width: 110px;
    font-size: 60px;
    padding: 0px 11px;
    border-radius: 50%;
  }*/

}

@media screen and (min-width: 768px) {

  body {
    margin: 0;
  }

  .nav__list .nav__link {
    font-size: 1.1rem;
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-transform: uppercase;
  }

  .nav__link:hover {
    color: rgb(167, 165, 165);
  }

  .nav__list {
    flex-direction: row;
    column-gap: 3rem;
  }


  .nav__toggle, .nav__close {
    display: none;
  }


  .scroll-header .nav__link {
    color: #000;
  }

  .home__container {
    height: 100vh;
    left: 2rem;
  }

  .home__greeting, .home__profession {
    font-size: 1.5rem;
  }

  .home__name {
    font-size: 3.7rem;
  }

/*  .video__button {
    top: -31rem;
    left: 25rem;
    bottom: 0;
    right: 0;
    height: 110px;
    width: 110px;
    font-size: 60px;
    padding: 0px 10px;
    border-radius: 50%;
  }*/

  .active-link::before {
    background-color: #ffffff;
  }

  .scroll-header .active-link {
    color: #dd9365;
  }
  .scroll-header .active-link::before {
    background-color: #000000;
  }
  .footer__rights {
    flex-direction: row;
    justify-content: space-between;
  }

/*  .video__button {
    top: 0;
    left: 19rem;
    bottom: 0;
    right: 0;
  }*/

}

/* For large devices */
@media screen and (min-width: 991px) {
/*  .video__button {
    top: 0rem;
    left: 5rem;
    bottom: 0;
    right: 0;
  }*/

  .entrada-blog .imagen .img1{
    padding: 3rem 0 0 1rem;
    margin-top: 3.1rem;
  }

}

/* ================================================================== */


#contact {
  /*min-height: 100vh;*/
  width: 100vw;
  background: url(/assets/img/formulario/contactanos.jpeg) no-repeat;
  background-size: cover;
  background-position: center;
}

#contact .heading h1 {
  font-size: 3rem;
  color: #000;
  padding-top: 7rem;
  margin-bottom: 2rem;
}

#contact .heading h1 {
  color: #000;
  text-transform: capitalize;
}

#contact form {
  background: rgba(0,0,0,.7);
  padding-top: 2rem;
  margin: 1rem 2rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 2rem #333;
  box-shadow: 0 0 2rem #333;
}

#contact form .inputBox {
  position: relative;
  text-align: center;
  color: #fff;
}

#contact form .inputBox input, #contact form .inputBox textarea {
  outline: none;
  border: .2rem solid rgb(253, 245, 245);
  border-radius: .2rem;
  margin: 2rem 0;
  padding: 0 1rem;
  background: none;
  height: 4rem;
  width: 90%;
  font-size: 2rem;
}

#contact form .inputBox input:focus ~ h3,
#contact form .inputBox input:valid ~ h3, #contact form .inputBox textarea:focus ~ h3,
#contact form .inputBox textarea:valid ~ h3 {
  font-size: 1.6rem;
  left: 6%;
  top: -.5rem;
  color: #9e2507;
}

#contact form .inputBox textarea {
  padding: 1rem;
  resize: none;
  height: 20rem;
  color: rgb(253, 253, 253);
}

#contact form .inputBox h3 {
  position: absolute;
  top: 3rem;
  left: 7%;
}

#contact form input{
  color: #fff;
}


#contact form label{
  color: #fff;
}

#contact form input[type="submit"] {
  outline: none;
  border: none;
  border-radius: 5rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: capitalize;
  letter-spacing: .2rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 4rem;
  width: 12rem;
  margin-bottom: 2rem;
  /*margin-left: 4%;*/
  background: #333;
  color: #fff;
}

#contact form input[type="submit"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #7e7e7d;
  height: 100%;
  width: 0%;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: -1;
}

#contact form input[type="submit"]:hover::before {
  width: 100%;
}

#contact form input[type="submit"]:hover {
  color: #333;
  background: #ffffff;
}

#enviado {
  opacity: 0;
}

.v-modal iframe{
  max-width: 100%;
  height: 85vh;
}

.logo{
  width: 5rem;
  height: 3rem;
}

div.image:hover{
  cursor: pointer;
  transform: scale(1.2);
  transition: .4s;
  z-index: 500;
}

.galleryText{
  font-weight: bold;
  font-size: 0.9rem;
}

.myHR{
  width: 500px;
}