body{
    font-family: 'Titillium Web', sans-serif;
}

h1{
    font-size: 66px;
    font-weight: 600;
    line-height: 80px;
}
h2{
    font-size: 40px;
    margin-bottom: 30px;   
}

h5{
    margin-bottom: 0px;
}

p{
    font-size: 18px;
    color: #999999;
    line-height: 1.8;
    margin-bottom: 0;
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

a i{
    font-size: 22px;
   color: rgb(253, 251, 251);
}

section{
    padding: 120px 0;
}

.bg-light-grey{
    background-color: #d8f8fa83;
}

.bg-dark{
    background-color: #1a1a1a !important;
}

.topmargin-xs{margin-top: 15px !important;}
.topmargin-sm{margin-top: 30px !important;}
.topmargin-lg{margin-top: 60px !important;}

.btn{
    font-size: 14px;
    padding: 15px 26px;
    min-width: 160px;
    border-radius: 2px;
    display: inline-block;
}

.btn-light{
    background-color: #fff;
    color: #1a1a1a;
    border: 2px solid #ffffff;
}

.btn-dark{
    background-color: #1a1a1a;
    color: #ffffff;
    border: 2px solid #1a1a1a;
}

.btn-transparent{
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-transparent:hover{
    color: #ffffff;
}

.btn i{
    font-size: 14px;
    margin-left: 5px;
}

.full-width{
    width: 100%;
}

.text-dark{
    color: #1a1a1a;
}

.divider{
    border-bottom: 2px solid #f5f5f5;
}

.form-control{
    font-size: 14px;
    border: 1px solid #cacaca;
    padding: 15px;
    border-radius: 2px;
    height: auto;
}

.form-control:focus{
    border: 1px solid #1a1a1a;
    outline: none;
    box-shadow: none;
}

.navbar{
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05);
    min-height: 100px;
   
}
.navbar-nav{
    margin-left: auto;
}

.nav-link{
    color: #1a1a1a;
}


.nav-link:hover{
    color: rgb(13, 9, 253);
}

.logo{
  
    max-width: 110px;
    max-height: 250px;
    margin-top: 5px;
}
.logo-fatun{
    max-width: 75px;
    max-height: 100px;
}
.logo-cgt{
    max-width: 75px;
    max-height: 100px;
}
.navbar-toggler{
    font-size: 40px;
}

.navbar-toggler:focus{
    outline: none;
}

#hero{
    background-image: url('images/fondo.jpg');
    background-size: cover;
    padding-top: 90px;
    min-height: 600px;
    color: #ffffff;
}
#hero p{
    color: #ffffff;
}

.content-center{
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.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;
}

.portfolio-container:hover img{
    -moz-tranform: scale(1.2);
    -webkit-tranform: scale(1.2);
    transform: scale(1.2);
}

.portfolio-details{
    position: absolute;
    bottom: 25px;
    left: 25px;

}

.portfolio-details h2{
    margin-bottom: 0px;
}

.portfolio-details a h2, .portfolio-details a p{
    color: red;
    z-index: 1000;
}

.member-container{
    position: relative;
    margin: 10px 0;
}

.member-container img{
    width: 80%;
    height: 40%;
}

.member-details{
    position: absolute;
    color: #131829;
    bottom: 0px;
    left: 20px; 
}

.member-details span{
    font-size: 14px;
}

.member-details i{
    padding: 0 5px;
    color: rgb(56, 67, 231);
}

.pricing-container{
    margin: 15px 0;
   
}

.lightbox img{
    width: 98%;
    max-height: 500px;
    margin: 20px;
}


.plans{
    padding: 50px 80px;
    border-radius: 2px;
    min-width: 450px; 

}


.plans-light{
   background-color: #ffffff;
    border: 2px solid #1a1a1a;
}


.plans-dark{
    background-color: #1a1a1a;
    border: 2ps solid #1a1a1a;
    color: #ffffff;
}

.plans h2{
    font-size: 70px;
    font-weight: 600;
}

.plans span{
    font-size: 20px;
}

.plans ul{
    list-style-type: square;
}


.carousel{
    min-height: 240px;
    padding: 40px;
    border-radius: 2px;
    text-align: center;
}

.carousel p{
    font-size: 26px;
    font-weight: 400;
    color: #1a1a1a;
}

.carousel-indicators li{
    background-color: #1a1a1a;
    width: 15px;
    height: 5px;
    border-radius: 2px;
    margin: 0 8px;
}


.carousel-control-next, .carousel-control-prev{
    color: #fcf8f8;
    opacity: 1;
    width: 5%;
}

.carousel-container{
    max-width: 800px;
    margin: 0 auto;
}

.control-button{
    background-color: #1a1a1a;
    opacity: 1;
    width: 50px;
    height: 50px;
    padding: 10px;
    border: 1px solid rgb(3, 3, 3);
    border-radius: 50px;
    font-size: 20px;
}

.rating i{
    color: #ffb944;
    font-size: 26px;
}

.testimonial-user{
    max-width: 240px;
    margin: 0 auto;
    text-align: left;
}

.testimonial-user h6{
    margin-bottom: 0px;
}

.testimonial-user span{
    font-size: 12px;
}

.testimonial-user img{
    border-radius: 50%;
    max-width: 50px;
    text-align: center;
}

#footer{
    padding: 80px 0;
    text-align: center;
    color: #ffffff;
}
#footer img{
    max-width: 100px;
    max-height: 200px;
    margin-bottom: 10px;
}

#footer a{
    color: #ffffff;
}

#footer a:hover{
    color: #ffffff;
}

#footer .list-inline .list-inline-item i{
    padding: 10px 15px;
    color: #ffffff;
}

.noticia img{
    width: 98%;
    max-height: 500px;
    margin: 20px; 
}
.noticia p{
    margin: 30px 10px;
}

#contact h1{
    margin-top: 20px;
}

#contact p{
    padding-top: 5px;
    color: #1a1a1a;
}

#contact iframe{
  margin-top: 20px;
  max-width: 540px;
}
.nosotros p{
    padding: 20px;
    color: #1a1a1a;
}


@media (max-width: 575.98px) { 
    h1{font-size: 40px;line-height: normal;}
    .portfolio-details h2{font-size: 32px;}
    .plans{min-width: unset; padding: 40px;}
    .carousel-item p{ font-size: 20px;}
    
    .footer-menu{
        display: block !important;
        padding: 20px 0 !important;
        font-size: 20px;
    }
  .member-container img{
      margin-left: 20px;
  }
  #contact iframe{
      max-width: 330px; padding: 0px;
  }
  .content-center h2{
    margin-top: 80px;
  }
  
  .nosotros p{
      margin-top: 40px;
      color: #1a1a1a;
  }
  
  
 }

@media (min-width: 576px) and (max-width: 767.98px) { }

@media (min-width: 768px) and (max-width: 991.98px) {
    .portfolio-details h2{font-size: 30px;}
    .plans{min-width: unset; padding: 40px 20px;}
}

@media (min-width: 992px) and (max-width: 1199.98px) { }

@media (min-width: 1200px) { }