.app-layout {
    display: table;
    justify-content: center;
    align-items: center;
}

.spacer {
    padding-top: 10px;
}

#ytlivecontainer{
	display: none;
}

#turnkey-credit {
    display: none !important;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 50;
}

.footerInfo #gatech{
    display: inline-flex;
    text-decoration:none;    
    font-size: 2rem;
}

.accordion {
    background-color: #111111;
    color: #11bf0a;
    cursor: pointer;
    padding: 25px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 25px;
    transition: 0.4s;
    border-radius: 20px;
    box-shadow: 1px 5px 5px black;
}

.active,
.accordion:hover {
    background-color: #202020;
}

.panel {
    padding: 0 18px;
    color: white;
    display: none;
    overflow: hidden;
    border-radius: 20px;
    background-color: rgb(32, 32, 32);
    opacity: 0.75;
    box-shadow: 1px 5px 5px black;
}

/* Peticiones - Forms Configuration */

#petic-frame {
    min-width: 100%;
}

/*New Accordion */

.accordion {
    border: 1px solid #bf710a;
}

.accordion-item {
    border-bottom: 1px solid #ccc;
}

.accordion-header {
    background-color: #f4f4f4;
    border: none;
    padding: 10px;
    text-align: left;
    width: 100%;
    cursor: pointer;
}

.accordion-content {
    display: none;
    padding: 10px;
}

.active {
    display: block;
}

.show-img {
    width: 100%;
}

/* Show Slide*/
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: 0px;
    margin: 0;
}

.mySlides {
    display: block;
}

#show-img {
    border-radius: 15px;
}

img {
    width: 100%;
    height: auto;
}

/* Estilos para los botones */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.5%;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    border: none;
    font-size: 40px;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

/* -------- Pop Up Card - START -------*/
/*
* {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    transition: all .2s linear;
    text-transform: capitalize;
}
*/
html {
    overflow-x: hidden;
}

.popup-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: .25rem 0.25rem;
    z-index: 100;
}

.popup-container .title {
    font-size: 3.5rem;
    color: #444;
    margin-bottom: 3rem;
    text-transform: uppercase;
    text-align: center;
}

.popup-container .products-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 3rem;
}

r .popup-container .products-container .product {
    text-align: center;
    /*padding: 3rem 2rem;*/
    /*background: #fff;*/
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    /*outline: .1rem solid #ccc;
    outline-offset: -1.5rem;*/
    cursor: pointer;
}

.popup-container .products-container .product:hover {
    outline: .2rem solid #222;
    outline-offset: 0;
}

.popup-container .products-container .product img {
    height: auto;
}


.popup-container .products-container .product h3 {
    padding: .5rem 0;
    font-size: 2rem;
    color: #444;
}

.popup-container .products-container .product:hover h3 {
    color: #27ae60;
}

.popup-container .products-container .product .price {
    font-size: 2rem;
    color: #444;
}

.products-preview {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100vh;
    min-width: 100%;
    background: rgba(0, 0, 0, .8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
    overflow: auto;
}

.products-preview .preview {
    display: none;
    padding: 1rem;
    /* 2rem; */
    text-align: center;
    background: rgba(2, 8, 0, 0.8);
    position: relative;
    margin: 2rem;
    width: 90%;
    height: 100vh;
    border-radius: 1.75rem;
    z-index: 100;
    overflow: auto;
}

.products-preview .preview .myIframe {
    overflow: auto;
}

.products-preview .preview.active {
    display: inline-block;
}

.products-preview .preview img {
    min-width: auto;
}

/* Video podcast images */

.products-preview .preview .vidcast {
    display: inline-block;
    /*min-width: 90%;*/
    background-color: rgba(0, 0, 0, .8);

}

.products-preview .preview .chat-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 3rem;
}

.products-preview .preview .hisTitle {
     color: #11bf0a;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-style: bold;
    font-size: 2rem;
    
/*    position: relative;*/
/*    top:-3px;	*/
	
}
.products-preview .preview #historyIframe {
    /*display: inline-block;
    /*min-width: 90%;*/
/*    background-color: rgba(0, 0, 0, .8);*/
    min-width: 100%;    
    min-height: 750px;
}

.products-preview .preview .his-spacer {
	padding: 10px;
}

.products-preview .preview .vidcast .ttl-pd-img {
    max-width: 90%;
    margin: auto;
    border-radius: 1rem 1rem;
/*	border: solid 1px;*/
    border-color: #11bf0a;
	
}

.products-preview .preview .vidcast .pd-img {
    max-width: 90%;
    margin: auto;
    border-radius: 1rem 1rem;
	border: solid 1px;
    border-color: #11bf0a;
	
}


/* The hero image */
.products-preview .preview .about-image {
  height: 40vh;
  width: 90vw;
  border-radius: 3rem 3rem;	
  border-color: #11bf0a;
  border-style: solid 3px;	
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.products-preview .preview .about-image .about-text {
	width: 90%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: Poppins, sans-serif;
	font-style: bold;
	font-weight: 500;
	font-size: 1.5rem;
}
.products-preview .preview .about-image .about-text h1{
	color: white;
    font-family: Poppins, sans-serif;
	font-style: bold;
	font-weight: 600;
	font-size: 2.5rem;
}
.products-preview .preview .about-image .about-text p{
	font-style: bold;
	font-weight: 500;
	font-size: 1.85rem;
	color: white;
}

.products-preview .preview .about-image .about-text #phone{
	font-style: bold;
	font-weight: 600;
	font-size: 2.5rem;
	color: #11bf0a;    
    text-decoration: none;
}

.products-preview .preview .about-image .about-text #emailtxt{
	font-style: bold;
	font-weight: 600;
	font-size: 2.5rem;
	color: #11bf0a;
    text-decoration: none;    
}

.products-preview .preview .fa-times {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    cursor: pointer;
    color: #11bf0a;
    font-size: 4rem;
    z-index: 125;
}

.products-preview .preview .fa-times:hover {
    transform: rotate(90deg);
}

.products-preview .preview h3 {
    color: #444;
    padding: .5rem 0;
    font-size: 2.5rem;
}

.products-preview .preview .stars {
    padding: 1rem 0;
    font-size: 1.7rem;
}

.products-preview .preview .stars i {
    color: #27ae60;
}

.products-preview .preview .stars span {
    color: #999;
}

.products-preview .preview p {
    line-height: 1.5;
    padding: 1rem 0;
    font-size: 1.6rem;
    color: #777;
}

.products-preview .preview .price {
    padding: 1rem 0;
    font-size: 2.5rem;
    color: #27ae60;
}

.products-preview .preview .buttons {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.products-preview .preview .buttons a {
    flex: 1 1 16rem;
    padding: 1rem;
    font-size: 1.8rem;
    color: #444;
    border: .1rem solid #444;
}

.products-preview .preview .buttons a.cart {
    background: #444;
    color: #fff;
}

.products-preview .preview .buttons a.cart:hover {
    background: #111;
}

.products-preview .preview .buttons a.buy:hover {
    background: #444;
    color: #fff;
}

.footerInfo {
	margin: auto;
	display: inline-block;
    align-items: center;
    justify-content: center;
	padding-bottom: 2rem;
}

.footerInfo a{	
	color: #11BF0A;
	font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-style: bold;
	font-size: 2rem;
}

.footerInfo #gatech{	
	color: #8E6100;
	font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-style: bold normal;
	font-size: 2.5rem;
	
}

.about-text h1{
 font-size: x-large;
}

.about-text p{
    font-size: medium;
   }

   #phone, #emailtxt {
    text-decoration: none;
    color: #11BF0A;
   }

@media (max-width:991px) {

    html {
        font-size: 55%;
    }

}

@media (max-width:768px) {

      .products-preview .preview img {
        height: auto;
    }

    .products-preview .preview #historyIframe {
        display: inline-block;
        /*min-width: 90%;*/
        background-color: rgba(0, 0, 0, .8);
        min-width: 100%;    
        max-height: 600px;
    }

}



@media (max-width:450px) {

    html {
        font-size: 50%;
    }

}

.modal-btn5-1{
    background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('img/about/img03.jpg');
}

.modal-btn5-2{
    background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('img/about/img01.jpg');
}

.modal-btn5-3{
    background-image:linear-gradient(rgba(0, 0, 0, 075), rgba(0, 0, 0, 0.15)), url('img/about/img02.jpg');
}

.modal-btn5-4{
    background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)), url('img/about/img04.jpg');
}