:root {
    --dark-color: rgba(0,0,0,0.9);
    --white-color: #ffffff;
    --light-grey-color: #f5f5f5;
    --gold-color: #ffb944;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {scroll-behavior: smooth;}

body {font-family: 'Titillium Web', sans-serif;  }

.bgDark { background-color: var(--dark-color); }
.bgLight { background-color: var(--white-color); }
.bgLightGrey { background-color: var(--light-grey-color); }
.bgGray{background-color: rgba(41, 40, 40, 0.9);}
.bgClaro{background: #000046; background: -webkit-linear-gradient(to right, rgba(188, 238, 255), #01010f);background: linear-gradient(to right, rgba(188, 238, 255), #01010f);};
.colorDark { color: var(--dark-color) !important; }

h1 { font-size: 66px; font-weight: 700; line-height: 80px; padding-top: 100px; }
h2 { font-size: 40px; margin-bottom: 30px; opacity: .8; }
h3 { font-size: 33px; }
h5 { margin-bottom: 0px; }
h4 {  font-size: 40px; margin-bottom: 20px; opacity: .6; }
h6{ font-size:30px;}
.tele{margin-left: 3%; color:rgba(67, 128, 199, 0.726);}

p {
    font-size: 18px;
    color: var(--dark-color);
    opacity: .5;
    line-height: 1.8;
    margin-bottom: 0px;
}

a:hover { text-decoration: none; }

.btn {
    font-size: 14px;
    padding: 15px 26px;
    min-width: 160px;
    border-radius: 15px;
    display: inline-block;
}

.btn-primary {
    background-color: var(--dark-color);
    color: var(--white-color);
    border: 2px solid var(--dark-color);
}

.btn-secondary {
   
    background-color: var(--white-color);
    color: var(--dark-color);
    border: 2px solid var(--white-color);
}

.btn-alternate {
    background-color: transparent;
    color: var(--white-color);
    border: 2px solid var(--white-color);
}

.btn-primary:hover { background-color: var(--dark-color); border: 2px solid var(--dark-color); }
.btn-secondary:hover { background-color: var(--white-color); color: var(--dark-color); border: 2px solid var(--white-color); }
.btn-secondary:focus { background-color: var(--white-color) !important; outline: none; border: 2px solid var(--white-color) !important; box-shadow: none; }

.logo-brand {
    padding-left:20%;
    padding-top: 10px;
    max-width: 240px;
    min-width: 220px;
    cursor: pointer;
}
.logo-brando{
    max-width: 140px;
    min-width: 120px;
    cursor: pointer;
}

section { padding: 120px 0; }

.divider { border-bottom: 2px solid var(--light-grey-color); }

.content-center {
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: center;
}
.pagination-center{
    max-width: 800px;
    margin: 0 auto 25% auto;
    text-align: center;
}
.full-width {
    width: 100%;
}

.form-control {
    font-size: 14px;
    border: 1px solid #cacaca;
    padding: 15px;
    border-radius: 2px;
}

.form-control:focus {
    border: 1px solid var(--dark-color);
    outline: none;
    box-shadow: none;
}
/*Todo el header*/

header{
   
    width: 100%;
    height: 0px;
    background-size: cover;
    background-position: center;
}
.nav{
    position: fixed;
    width: 100%;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.nav.active{
   
    background: rgba(0,0,0,0.9);
    
    padding: 0px;

}
.nav.active .logo-brand{

    margin-left: 10px;
    max-width: 160px;
    min-width: 140px;
    cursor: pointer;
}
.nav.active a{
  
    color:rgba(67, 128, 199, 0.726);
}

.menu{
    padding-top: 15px;
    display: flex;
    padding-right:2%;
}
.menu li{
    list-style: none;
    margin: 10px;

}
.menu li a{
    
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.5s ease;
}
.menu li a:hover{
    padding: 5px 10px;
    background: #fff;
    color: #000;
    border-radius: 15px;

}
.menu-btn{
    margin-right: 30px;
    color: white;
    font-size: 25px;
    display: none;
    cursor: pointer;
}

/* //////////////
   Hero
//////////////*/

#hero {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    padding-top: 0px;
    margin-top: 0px; 
    

   
}
.container-all{
    position: relative;  
    
    width: 100%;
   
    overflow: hidden;
}

.slide{
    display: flex;
    transform: translate3d(0, 0, 0);
    transition: all 10s;
    animation-name: autoplay;
    animation-duration: 25s;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.item-slide{
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100%;
}

.pagination{
    position: absolute;
    bottom: 40px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.pagination-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid white;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
    text-align: center;
    transition: all 300ms;
}

.pagination-item:hover{
    transform: scale(2);
}

.pagination-item img{
    display: inline-block;
    max-width: none;
    height: 100%;
    transform: scale(1);
    opacity: 0;
    transition: all 300ms;
}

.pagination-item:hover img{
    opacity: 1;
    transform: scale(1);
}


input[id="1"]:checked ~ .slide{
    animation: none;
    transform: translate3d(0, 0, 0);
}

input[id="1"]:checked ~ .pagination .pagination-item[for="1"]{
    background: #fff;
}

input[id="2"]:checked ~ .slide{
    animation: none;
    transform: translate3d(calc(-100% * 1), 0, 0);
}

input[id="2"]:checked ~ .pagination .pagination-item[for="2"]{
    background: #fff;
}


input[id="3"]:checked ~ .slide{
    animation: none;
    transform: translate3d(calc(-100% * 2), 0, 0);
}

input[id="3"]:checked ~ .pagination .pagination-item[for="3"]{
    background: #fff;
}


@keyframes autoplay{
    33%{
        transform: translate3d(calc(-100% * 0), 0, 0);
    }
    
    66%{
        transform: translate3d(calc(-100% * 1), 0, 0);
    }
    
    100%{
        transform: translate3d(calc(-100% * 2), 0, 0);
    }
}




#hero p {
    
    color: var(--white-color);
}

/* //////////////
   Portfolio
//////////////*/

.portfolio-container {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 2px;
    
   
}

.portfolio-container img {
    
    
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    filter: brightness(0.9);
}

.portfolio-container:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.portfolio-details {
    position: absolute;
    bottom: 20px;
    left: 25px;
    z-index: 9000;
    
}

.portfolio-details h2 {
    margin-bottom: 0px;
    font-size: 25px;
}
.portfolio-details p {
    
    font-size: 13px;
}

.portfolio-details a h2, .portfolio-details a p {
    color:white;
    
}

/* //////////////
   Members
//////////////*/

.member-container {
    position: relative;
    margin: 10px 0;
}

.member-details {
    position: absolute;
    color: var(--white-color);
    bottom: 0;
    left: 20px;
}

.member-details span {
    font-size: 14px;
}

.member-details i {
    padding: 0 5px;
}

/* //////////////
   Services
//////////////*/

.pricing-container {

    margin: 15px 0;
}

.plans {
    padding: 50px 80px;
    border-radius: 2px;
    min-width: 450px;
}

.plan-light {
    background-color: var(--white-color);
    border: 2px solid var(--dark-color);
}

.plan-dark {
    background-color: var(--dark-color);
    border: 2px solid var(--dark-color);
    color: var(--white-color);
}

.plans h2 {
    font-size: 70px;
    font-weight: 600;
}

.plans h2 span {
    font-size: 20px;
}

.plans ul {
    list-style-type: square;
}


/* //////////////
   Footer
//////////////*/

footer {
    padding: 20px 0;
    text-align: center;
    color: var(--white-color);
   
}

footer a {
    color: var(--white-color);
}

footer a:hover {
    color: var(--white-color);
}

footer .list-inline .list-inline-item {
    padding: 5px 5px;
   
}

footer .list-inline{
    padding-right:50%;
}
/* Styles de services*/
.ser{
    background: rgba(0,0,0,1);  
    
}
.ser h2{
    padding-top: 80px;
    padding-left: 40px;
    color: white; 
}
.ser p{
    
    padding-left: 45px;
    color: white;
    padding-right: 20%;
}

.bser {
    
    font-size: 12px;
    padding: 5px 8px;
    border-radius: 15px;
   
}


/* Galeria */
.galeria{
    display: flex;
    flex-wrap: wrap;
    padding:  10px 20px;
    background: rgba(0,0,0,1);  
   

}
.columna{
    flex: 20%;
    max-width: 20%;
    padding: 0 4px;
}
.columna img{
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    filter: grayscale(70%);
    transition: all .3s ease;
}
.columna img:hover{
    cursor: pointer;
    filter: grayscale(0%);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: scale(1.1);
}
.overlay{
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .7s ease;
    visibility: hidden;
    opacity:0;
}
.overlay .slideshow{
    width: 94%;
    height: 94%;
    background-color: rgba(0,0,0,0.7);
    color: #000;
    position: relative;
    display: flex;
    justify-content: center;
}
.slideshow img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.btn_cerrar{
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 35px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    transition: all .2s ease;
}
.btn_cerrar:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.botones{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    

}
.botones:hover>i{
    transform: scale(1.1);
    transition: all .2s ease;
}
.atras{
    left:20px;
}
.adelante{
    right: 20px;
}
.mdi{
    pointer-events: none;
}

/* //////////////
   Media queries
//////////////*/

@media  screen and (max-width: 800px) {
    .columna{
        flex: 50%;
        max-width: 50%;
    }
    .botones{
        font-size: 55px;
    }
    .atras{
        left:5px;
    }
    .adelante{
        right: 5px;
    }
    .slideshow{
        width: 98%;
    }
    footer .list-inline{
        padding-right:30%;
    }
    
}
@media  screen and (max-width: 799px) {
    .columna{
        flex:100%;
        max-width: 100%;
    }
    footer .list-inline{
        padding-right:10%;
    }
    .btn {
        font-size: 12px;
        padding: 12px 23px;
        min-width: 150px;
        border-radius: 15px;
       
    }
    .pagination-center {
        
        margin: 0 auto 23% auto;
       
    }
}

@media screen and (max-width: 1199.98px) {
    .menu-btn{

        display: inline-block;
    }
    .menu{
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        height: 100vh;
        background: #5d5757;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease;
        transform: translateX(-100%);
    }
    .menu li{
        margin: 15px 0;

    }
    .menu.active{

        background: rgba(0,0,0,0.9);
        transform: translateX(0);
    }
    
    footer .list-inline{
        padding-right:30%;
    }
    
 }
 @media (min-width: 555px)and (max-width: 1199px){
    .portfolio-details h2 {font-size: 20px;left: 2px;}
 }
 /**/

 @media (max-width: 269px){
    .pricing-container {margin: 1px 0;}
    .plans {padding: 20px 10px; border-radius: 2px; min-width: 50px;}
    .plans h2 {font-size: 15px; font-weight: 100px;}
    .plans h2 span {font-size: 5px;}
    
    .logo-brand {
        padding-left:0;
        max-width: 100px;
        min-width: 80px;
    }
    .nav.active .logo-brand{
        max-width: 90px;
        min-width: 70px;
    }
   
    .btn {
        font-size: 8px;
        padding: 1px 6px;
        min-width: 30px;
        border-radius: 8px;
       
    }
    .pagination-center {
        
        margin: 0 auto 7% auto;
       
    }
    
 }






 @media (min-width: 270px)and (max-width: 555px) {
    .pricing-container {margin: 1px 0;}
    .plans {padding: 10px 5px; border-radius: 2px; min-width: 25px;}
    .plans h2 {font-size: 6px; font-weight: 50px;}
    .plans h2 span {font-size: 5px;}
    .logo-brand { padding-left:0; max-width: 140px; min-width: 120px;}
    .nav.active .logo-brand{ max-width: 130px; min-width: 110px;} 
    
 }
 @media (min-width: 270px)and (max-width: 320px){
    .btn {
        font-size: 10px;
        padding: 2px 8px;
        min-width: 30px;
        border-radius: 10px;
       
    }
    .pagination-center {
        
        margin: 0 auto 7% auto;
       
    }  
 }
 @media (min-width: 321px)and (max-width: 400px){
    .btn {
        font-size: 12px;
        padding: 3px 9px;
        min-width: 35px;
        border-radius: 10px;
       
    }
    .pagination-center {
        
        margin: 0 auto 10% auto;
       
    }  
 }
 @media (min-width: 401px)and (max-width: 555px){
    .btn {
        font-size: 12px;
        padding: 3px 9px;
        min-width: 35px;
        border-radius: 10px;
       
    }
    .pagination-center {
        margin: 0 auto 15% auto;
       
    }  
 }
 @media (min-width: 556px)and (max-width: 995px) {
    .pricing-container {margin: 5px 0;}
    .plans {padding: 20px 60px; border-radius: 2px; min-width: 350px;}
    .plans h2 {font-size: 50px; font-weight: 400;}
    .plans h2 span {font-size: 10px;} 
    .pagination-center {margin: 0 auto 20% auto;}  
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 10;
    z-index: 5;
}

.ball1{
    position: absolute;
    left: 0; 
    right: 0;
    top: 0;
    bottom: 0; 
    margin: auto;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    background: rgb(127, 127, 131);
    animation: jump1 1s infinite linear;
    box-shadow:
    0 0 20px 10px #111;
}
.ball2{
    position: absolute;
    left: 150px; right: 0;
    top: 0; bottom: 125px; margin: auto;
    width: 33px; height: 33px;
    border-radius: 100%;
    background: rgb(192, 189, 189);
    animation: jump2 1s infinite linear;
    box-shadow:
    0 0 20px 10px #111;
}
.ball3{
    position: absolute; left: 0; right: 150px; top: 0; bottom: 125px; margin: auto;
    width: 33px; height: 33px;
    border-radius: 100%;
    background: rgb(65, 63, 63);
    animation: jump2 1s infinite linear;
    box-shadow:
    0 0 20px 10px  #111;
}

@keyframes jump1 {
  25% { bottom: 75px; }
  50% { bottom: 125px; }
  75% { bottom: 75px; }
  99% { bottom: 0; }
}
@keyframes jump2 {
  25% { bottom: 75px; }
  50% { bottom: 0; }
  75% { bottom: 75px; }
  99% { bottom: 125px; }
}