/******** Custom Properties ********/
:root{
    --first-color: #58ACFA;
    --first-alpha-color: rgba(88, 172, 250, 0.75);
    --second-color: #848484;
    --second-alpha-color: 0px 4px 4px rgba(0, 0, 0, 0.25);
    --white-color: #E6E6E6; 
    --gray-light-color: #E6E6E6;
    --gray-dark-color: #666666;
    --white-alpha-color: rgba(255,255,255,0.5);
    --black-alpha-color: rgba(0,0,0,0.5);
    --text-color: #222;
    --link-color: #81DAF5;
    --font: "Raleway", sans-serif;   
    --max-width: 1200px;
    --header-heigth: 4rem;
}
html {
    box-sizing: border-box;
    font-family: var(--font);
    font-size: 16px;
    scroll-behavior: smooth;
}
 /* section{
    height: 80vh;
    width: 100%;    
} */
.section{
    padding: 1rem 2rem;
}
.section-tittle{    
    margin: .5rem auto;
    padding: .5rem 1rem;    
    width: auto;
    text-align: center;
    color: var(--text-color);
}
@media screen and(min-width: 1024px){
    .full-lg-screen{
        width: 100%;
        min-height: 100vh;
    }
}
body {
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
    color: #333;
    font-size: 1.3rem;
    line-height: 1.3em;
    margin: 0;
}
h1{
    margin: 0;
    font-size: 2rem;
}

h2{
    margin: 0;
    font-size: 1.5rem;
}


h3{
    margin: 0;
    font-size: 1.25rem;
}

h4{
    margin: 0;
    font-size: 1rem;
}

h5{
    margin: 0;
    font-size: 0.85rem;
}

h6{
    margin: 0;
    font-size: 0.7rem;
}

p {
    margin-bottom: 1.6em;
}

.container {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: justify;
}
.container-sm{
    margin-left: auto;
    margin-right: auto;
    max-width: var(--max-width);
    padding: 2rem 1rem;
}
/*--------------Hero Image--------------*/
.hero-image{
    background-image: var(--hero-image);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: var(--hero-attachment);
}
.hero-image-content > h3{
    font: var(--font);
    font-size: 2rem;
    color: var(--white-color);
    width: 100%;
}
.hero-image-opacity{
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--hero-opacity-color);
}
.hero-image-title{
    font-size: 4vw;
    color: var(--hero-text-color);
}

.header {
    background-color: #022960;
    color: white;
    padding: .6rem 0;
    position:fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.Logo {
    max-width: 500px;
    max-height: 200px;
}

.header a {
    color: white;
    text-decoration: none;
}

.logo-nav-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.service-card{
    margin: 1rem auto;
    padding: 1rem;
    text-align: center;
}
.service-card svg{
    margin-bottom: 1.25rem;
    fill: var(--first-color);
}

/*
Reviews
*/
.checked {
    color: orange;
  }
/*Elementos del menu*/
.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation ul li {
    display: inline-block;
}

.navigation ul li a {
    display: block;
    padding: 0.5rem 2.5rem;
    transition: all 0.18s linear;
    border-radius: 5px;
}

.navigation ul li a:hover {
    background-color: #76B0E2;
    color: #333;
    }

#Contacto {
    padding-top: 4rem;
}

.footer {
    background-color: #f2f2f2;
    padding: 3rem 0;
    text-align: center;
}
.menu-btn{
    display: none;
}
/*clase display none*/
.none{
    display: none;
}
.nav-btn{
    z-index: 1;
}

/*pantallas medium Tablets meduim*/
@media only screen and (max-width: 767px) {
    .menu-btn{
        display: block;
        cursor: pointer;
        padding: 0.5rem 1rem;
        border-radius: 5px;
        background-color: #ddd;
    }
    .navigation{
        width: 100%;
        margin-top: 1rem;
    }
    .navigation ul{
        display: none;
    }
    .navigation ul.show{
        display: block;
        
    }
    .navigation ul li {
        display: block;
    }

    .navigation ul li a {
        display: block;
        padding: 0.5rem 0;
    }

    .navigation ul li a:hover {
        background-color: #76B0E2;
        transition: all 0.4s linear;
        border-radius: 5px;
    }
    .logo-nav-cont, .header{
        display: flex;
        align-items: flex-end;
        
    }
    .custom{
        width: 75%;
    }
    #Contacto > div{
        width: 100% !important; 
    }
}
/*CSS para boton flotante de contactos*/
#btn-mas{
display: none;
}
.app{
    position: fixed;
    bottom: 20px;
    right:  20px;
    padding-left: 10px;
}
.redes a{
    display: block;
    text-decoration: none;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 500ms ease;
    font-size: 25px;
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}
#btn-mas:checked~.redes a{
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}
#btn-mas:checked~.btn-mas .fa-plus{
    transform: rotate(137deg);
    font-size: 23px;
}
.fa-plus{
    padding-top: 15px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    background-color: #022960;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 500ms ease;
    font-size: 20px;
}
/*hover icono de whats*/
.btn-wsp:hover{
    background:#25d366;
    color: #fff;
    transition: all 500ms ease;
}
/*hover icono de call*/
.btn-call:hover{
    background:#76B0E2;
    color: #fff;
    transition: all 500ms ease;
}
/* dispositivos telefonos o landscape ssmall*/
@media only screen and (max-width: 576px){
    .custom{
        width: 100%;
    }
}
@media only screen and (max-width: 991px){
    .navigation ul li a {        
        padding: 0.3rem 1rem;       
    }
    
}

@media only screen and ( max-width:1200px) and (min-width: 993px){
    .custom{
        width: 50%;
    }
}
/* ********** Utilities ********** */
.avatar {
    border-radius: 50%;
    width: 150px;
    height: 150px;
  }
  
  .bg-gray-light {
    background-color: var(--gray-light-color);
  }

/* testimonial CSS*/
.containerT {
    height: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--gray-light-color);
  }
  .testimonial {
    position: relative;
    max-width: 900px;
    width: 100%;
    padding: 50px 0;
    overflow: hidden;
  }
  .testimonial .image {
    height: 25px;
    width: 170px;
    object-fit: cover;
    border-radius: 50%;
  }
  .testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* row-gap: 30px; */
    height: 100%;
    width: 100%;
  }
  .slide p {
    text-align: center;
    padding: 0 160px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
  }
  .slide .quote-icon {
    font-size: 30px;
    color: #4070f4;
  }
  .slide .details {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .details .name {
    font-size: 20px;
    font-weight: 600;
    color: #333;
  }
  .details .job {
    font-size: 18px;
    font-weight: 400;
    color: #333;
  }
  /* swiper button css */
  .nav-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(30px);
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.2s;
  }
  .nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .nav-btn::after,
  .nav-btn::before {
    font-size: 20px;
    color: #fff;
  }
  .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .swiper-pagination-bullet-active {
    background-color: #4070f4;
  }
 
  @media screen and (max-width: 768px) {
    .slide p {
      padding: 0 20px;
    }
    #next, #prev {
        display: none;
    }
    .nav-btn {
      display: none;
    }
  }
  .reviewTitulo{
    font-size: 60px;
    margin-bottom: 15px;
  }
  @media (max-width: 992px) {
    .reviewTitulo{
        font-size: 50px;
    } 
    .custom{
        width: 50%;
    }
 }
 @media screen and (min-width: 768px){      
    .services > .container{
        display: grid;
        grid-template-columns: repeat(2,45%);
        justify-content: space-between;
        align-content: center;        
    }
    .services .section-tittle{        
        grid-column: span 2;

    }
    
}
@media screen and (min-width: 1024px){
    .about {
        display: grid;
        grid-template-columns: repeat(3, 30%);
        justify-content: space-between;
        align-content: center;
      }  
    .service>.container{
        grid-template-columns: repeat(4,25%);
        align-content: center;
    }
    .service .section-tittle{
        grid-column: span 4;
        width: 464px;
        margin-bottom: 5rem;
    }
    .portfolio >.container-sm{
        display: grid;
        grid-template-columns: repeat(3,30%);
        justify-content: space-between;
        align-content: center; 
    }
    .portfolio .section-tittle{
        grid-column: span 3;
    }
    .services .section-title {
        grid-column: span 3;
      }
}