@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;700&display=swap');

/*

If you don't have an internet connecton you can use local fonts.
@font-face {
    font-family: "Sora";
    src: url("../fonts/Sora-Regular.ttf");
}

@font-face {
    font-family: "Sora";
    src: url("../fonts/Sora-Bold.ttf");
}*/

:root {
    --primary: #c0c0c0;
    --dark: #21252f;
    --body: #888;
    --white: #ffffff;
    --box-shadow: 0 8px 22px rgba(0,0,0,0.1);
    --blue: #ffffff;
}

body {
    font-family: "Sora", sans-serif;
    line-height: 1.7;
    color: var(--body);
}

h1,h2,h3,h4,h5,h6,
.display-4 {
    color: var(--dark);
    font-weight: 700;
}

a {
    color: var(--dark);
    text-decoration: none;
}

img {
    width: 100%;
}

.navbar {
    /*box-shadow: var(--box-shadow);*/
    background-color: #f3f3f3;
    
}

.logo {
    width: 240px;   
    display:inline-block;
    margin-top: 10px;
    margin-left: 5px;
}
.imgconstruccion{
    align-content: center;
    height: 50%;
}

.navbar .nav-link {
    font-size: 14px;
    font-weight: 700;
}


.btn {
    padding: 14px 18px;
    border-width: 2px;
    border-radius: 0;
}

.hero {
    background-image: url(../img/cover.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 2;
}

.hero-Servicios {
    background-image: url(../img/cover1.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 3;
}

.hero::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(21, 20, 51, 0.479);
    z-index: -1;
}
.iniciar{
    border-radius: 5px;
}
.hero-Servicios::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(21, 20, 51, 0.541);
    z-index: -1;
}

section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.card-effect {
    box-shadow: var(--box-shadow);
    background-color: var(--white);
    padding: 25px;
    transition: all 0.35s ease;
}

.card-effect:hover {
    box-shadow: none;
    transform: translateY(5px);
}

.iconbox {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    color: var(--white);
    font-size: 32px;
    border-radius: 100px;
    flex: none;
}
.bg-img-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
.video {
    overflow: hidden;
  }
  .video .video-link {
    position: relative;
    display: flex;
    width: 100%;
    padding: 10rem 1rem;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.2s ease-in-out;
  }
  .video .video-link svg {
    height: 3rem;
    width: 3rem;
  }
  .video .video-link:hover {
    color: #fff;
  }
.svg-border-rounded svg {
    position:absolute;
    bottom: 0;
    left: 0;
    height: 1rem;
    width: 100%;
    z-index: 0;
  }
  @media (min-width: 576px) {
    .svg-border-rounded svg {
      height: 1.5rem;
    }
  }

  @media(max-width: 750px){
      .type{
          display: none;
      }
      span{
          display: none;
      }

      .typing{
        display: none;
      }
  }

  @media (min-width: 768px) {
    .svg-border-rounded svg {
      height: 2rem;
    }
  }
  @media (min-width: 992px) {
    .svg-border-rounded svg {
      height: 2.5rem;
    }
  }
  @media (min-width: 1200px) {
    .svg-border-rounded svg {
      height: 3rem;
    }
  }


.service {
    position: relative;
    z-index: 2;
    overflow: hidden;
    display: flex;
    align-items: center;
    height:350px;
    width: 420px;
    justify-content: center;
    margin-top: 40px;
    border-radius: 10px;
}

.service::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    background-color: var(--primary);
    z-index: -1;
    opacity: 1;
    transition: all 0.4s ease;
}
.btnCotización
{
    color:#fff;
    background-color:rgb(79, 126, 165);
    border-radius: 5px;
    border-color: rgb(169, 169, 169);
}


.service:hover .iconbox {
    background-color: var(--white);
    color: var(--primary);
}
.service p{
    padding-top: 20px;
}

.service:hover h5,
.service:hover p {
    color: var(--white);;
}

.service:hover::after {
    opacity: 1;
    top: 0;
}

.col-img {
    background-image: url(../img/elijenos2.jpeg);
    background-position: left;
    background-size: cover;
    min-height: 500px;
}

.project {
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 300px;
    padding: 0%;
}

.project .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 20, 51, 0.8);
    padding: 30px;
    display: flex;
    align-items: flex-end;
    transition: all 0.4s ease;
    opacity: 0;
}

.project img {
    transition: all 0.4s ease;   
}

.project:hover .overlay{
    opacity: 1;
}

.project:hover img {
    transform: scale(1.1);
}
.nosotros{
    height: 350px;
}

.valores{
    height: 405px;
}

.nosotros i {
    font-size: 20px;
    color: var(--primary);
}

.nosotros ul li {
    margin-top: 8px;
}

.team-member img {
    width: 125px;
    height: 125px;
    border-radius: 100px;
}


.social-icons {
    display: flex;
    justify-content: center;
}
.social-icons a {
    width: 34px;
    height: 34px;
    background-color: var(--blue);
    border-radius: 2px solid var(--blue);
    color: var(--dark);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-left: 5px;
    transition: all 0.4s ease;
    border: 2px solid var(--blue);
}

.social-icons a:hover {
    color: var(--primary);
    background-color: transparent;
    border-color: var(--primarys);
}


form input.form-control {
    height: 56px;
}

form .form-control {
    border: transparent;
    border-radius: 0;
    background-color: rgba(0,0,0,0.02);
}


.footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--dark);
}

.footer-top a {
    color: var(--body);
}

.footer-top a:hover {
    color: var(--white);
}

.footer-bottom {
    background-color: #242933;
}
 
.typing{
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: "Sora", sans-serif;
    font-size: 8vh;
    line-height: 1.7;
    color: #b7c2df;
    white-space: pre;
}

.typingService{
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: "Sora", sans-serif;
    font-size: 4vh;
    line-height: 1.7;
    color: #49536e;
    white-space: pre;
    
}
.imgcard{
    width :420px;
    height: 350px;
    
}

.BTD-lema{
    color: black;
    font-size: 12px;
    text-align: end;
}

.container-food{
    font-size: 1vw;
    width: 400;
    height: 50px;
}

.container-carousel{
    width: 90%;
    height: 35%;
}

.valores-images{
    width: 630PX;
    height: 630px;
}
.hero-lema{
    color: whitesmoke;
    font-family: Arial;
    font-size: 50px;
}

.video-responsive {
    overflow:hidden;
    padding-bottom:25%; /* este valor para controlar la altura del video */
    position:relative;
    z-index: 1000;   
    
}

.video-temporada-responsive {
    position:fixed;
    top: 40%;
    left: 80%; 

}
.video-temporada-responsive iframe{
    height: 250px;
    width: 300px;
    z-index: 1000;
    position: static;
 
    
}

.carousel-caption{
    background: rgb(0,0,0);
    background: linear-gradient(357deg, rgba(0,0,0,1) 0%, rgba(233,233,233,0) 72%);   
    right: 0;
    bottom: 0;
    left: 0;
}

.text-carousel{
    font-size: 2.2rem;
}

.carousel-item{
    max-height: 560px;

}

.carousel-item img{
    max-height: 560px;
    height: 70%;
    width: auto;
 

    /* min-width: 100%;
    min-height: 100%; */
    /* max-width: 400px;  */
    /* object-fit: cover; */
}

.vh-50{
height:70vh;
}

.mapcentroamerica{
    display:flex;
    justify-content: center;
    align-items: center;
}

.contadorvisitas{
    width: 100px;
    height: 100px;
    padding: 10px;
    font-size: 15px;
}