/*-- THEME COLORS --*/

:root {

	/* Colors */

	--verde: #00A857;
	--amarillo: #FFF11A;

	--shadow:  0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
	0 2px 4px -1px rgba(0, 0, 0, 0.3);

    --shadow2:  0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);

}


/* 
@font-face {

	font-family: "EdwardianScriptITC";

	src: url("/estacion/src/fonts/EdwardianScriptITC.woff2") format("woff2"),

		url("/estacion/src/fonts/EdwardianScriptITC.woff") format("woff");

	font-style: italic;

	font-display: swap;

} */

/*-- END THEME COLORS --*/



/*-- BASE --*/

* {

	margin: 0px;

	padding: 0px;

	-webkit-box-sizing: border-box;

	box-sizing: border-box;

	font-family: "Lato-Regular";

}



body {

	background-color: #ffffff;

	margin: 0px;

}



::-webkit-scrollbar {

	width: 6px;

	height: 5px;

}



::-webkit-scrollbar-thumb {

	background-color: #d3d3d3;

}



a {

	text-decoration: none;

}



button {

	cursor: pointer;

}


.btn {

	font-size: 18px;
    font-weight: bold;

    border: none;

	padding: 8px 40px;

	color: #fff;

	background-color: var(--verde);

	border-radius: 25px;

    box-shadow: var(--shadow2);

    border: none;

}

.btn-b {

	font-size: 18px;
    font-weight: bold;

    border: none;

	padding: 8px 40px;

	color: var(--verde);

	background-color: #fff;

	border-radius: 25px;

    box-shadow: var(--shadow2);

}

.btn-a {

	font-size: 18px;
    font-weight: bold;

    border: none;

	padding: 8px 40px;

	color: var(--verde);

	background-color: var(--amarillo);

	border-radius: 25px;

    box-shadow: var(--shadow2);

}

input,

textarea,

select {

	outline: none;

}

ul {
    list-style: none;
}

header {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 11;
    background-color: #fff;
    box-shadow: var(--shadow);
    padding: 0px 30px;
}

header >a{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center; 
}

header >a img{
    height: 80px;
}

header >nav{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header >nav ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header >nav ul li {
    height: 100%;  
    display: flex;
    justify-content: center;
    align-items: center;  
}

header >nav ul li a{
    color: var(--verde);
    font-weight: bold;
    padding: 0px 20px;
    font-size: 18px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-items-header {
	display: none;
	width: 290px !important;
    height: auto;
	position: absolute;
	background-color: #fff;
	border-radius: 15px;
	top: 88%;
	z-index: 9999;
    flex-direction: column;
    box-shadow: var(--shadow);
    overflow: hidden;
    padding: 15px;
}

.sub-items-header > li > a {
    width: 100%;
	display: flex;
	justify-content: flex-start !important;
	align-items: center;
	color: #A3A3A3 !important;
	padding: 10px 8px;
	transition: ease all 0.6s;
	font-weight: normal;
}

.sub-items-header > li:not(:last-child) {
	border-bottom: 2px solid #A3A3A3;
}

.sub-items-header > li {
    width: 100%;

}

.sub-items-header > li > a:hover {
	transform: unset;
    color: #fff !important;
	background-color: var(--verde);
}

.btn-header-sub {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-header-sub svg {
    width: 25px;
    fill: var(--verde);
}

.btn-pago {
    background-color: var(--verde);
    color: #fff;
    height: auto;
    padding: 5px 15px;
    border-radius: 20px;
    margin-left: 20px;
}

#content-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}

#content-banner a{
    width: 100%;
}
#content-banner a img{
    width: 100%;
}

#s-empresa {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.md-w{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.content-info-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.content-info-section h2{
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    color: var(--verde);
}

.content-info-section.blanco h2{
    color: #fff;
}

.content-info-section p{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #898989;
}

#content-carousel-empresa {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 30px;
}
#carousel-empresa {
    width: 90%;
}


.card-empresa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    transition: ease all 1s;
}
.card-empresa div{
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #00a857a9;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    transition: ease all 1s;
}

.card-empresa:hover div{
    display: flex;
}

.card-empresa div span{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.card-empresa div p{
    width: 100%;
    text-align: center;
    font-weight: bold;
    background-color: var(--amarillo);
    color: var(--verde);
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#s-servicio {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(0,168,87);
    background: -moz-linear-gradient(180deg, rgba(0,168,87,1) 50%, rgba(255,255,255,1) 50%);
    background: -webkit-linear-gradient(180deg, rgba(0,168,87,1) 50%, rgba(255,255,255,1) 50%);
    background: linear-gradient(180deg, rgba(0,168,87,1) 50%, rgba(255,255,255,1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a857",endColorstr="#ffffff",GradientType=1);
}

#content-cards-servicios {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
    padding: 40px 0px;
}

.card-serv {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 30px;
    box-shadow: var(--shadow2);
    overflow: hidden;
}

.img-serv {
    width: 100%;
    padding: 20px;
    background-color: #00753A;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-serv img{
    width: 40%;
}

.info-card-serv {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    gap: 20px;
}

.info-card-serv h3{
    font-size: 22px;
    color: var(--verde);
    font-weight: bold;
    
}
.info-card-serv p{
    font-size: 16px;
    color: #898989;
    text-align: justify;
}


.line-separator {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 0px;
}

.line-separator span {
	width: 80%;
	height: 2px;
	background-color: #bdbdcd;
}


#s-parque {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#content-info-parque {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
}

.card-parque {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: ease all 1s;
    position: relative;
}
.card-parque div{
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #00a857a9;
    position: absolute;
    transition: ease all 1s;
    gap: 20px;
}

.card-parque:hover div{
    display: flex;
}

.card-parque div span{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}


footer {

	width: 100%;

	display: grid;

	grid-template-columns: 1fr 1fr 1fr;

	background-color: var(--verde);

	padding: 50px;

	gap: 20px;

	justify-content: center;

	align-items: flex-start;

}



#f-1 {

	width: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

}



#f-1 a{

	width: 40%;

	display: flex;

	justify-content: center;

	align-items: center;

}



#f-1 a img{

	width: 100%;
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: var(--shadow2);

}



#f-2 {

	width: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: flex-start;

	gap: 20px;

}

#f-2 h3{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}



.link-footer {

	width: 100%;

	display: flex;

	justify-content: center;

	align-items: center;

	gap: 5px;

}



.link-footer svg {

	width: 20px;

	fill: #fff;

}



.link-footer span {

	width: calc(100% - 25px);

	font-size: 16px;

	color: #fff;

}



#f-3 {

	width: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

	gap: 20px;

}
#f-3>h2 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
#f-3>a {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 40px;
    color: #fff;
    background-color: var(--verde);
    border-radius: 20px;
    border: 2px solid #fff;
    border: 1px solid ;
    box-shadow: var(--shadow2);
}



#content-btn-terminos {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}


#content-btn-terminos a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}


#content-btn-terminos a svg{
	width: 25px;
	fill: var();
}

#conent-redes-footer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

#conent-redes-footer a svg{
	width: 35px;
	fill: #fff;
}

#s-migas {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#principal-content-migas {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}

#content-migas {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#content-migas a{
    padding: 0px 10px;
    color: #898989;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

#content-migas a:not(:last-child){
    border-right: 1px solid #898989;
}

#content-migas a:hover,
#content-migas a.active{
    color: var(--verde);
}

#btn-go-back {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

#btn-go-back svg{
    width: 25px;
    fill: var(--verde);
}

#s-trabaje {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#content-form-trabaje {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    background-color: #F4F4F4;
    box-shadow: var(--shadow2);
    margin-top: 30px;
}

#content-form-trabaje img{
    width: 40%;
}

#content-form-trabaje form{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
    gap: 15px;
}

.content-input {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.content-input label{
    font-size: 16px;
    color: #898989;
}
.content-input select,
.content-input textarea,
.content-input input{
    width: 100%;
    border-radius: 20px;
    padding: 4px 15px;
    background-color: #fff;
    border: 1px solid #898989;
}


.content-input textarea{
    height: 150px;
    resize: none;
}

#s-interna {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#s-interna .line-separator span{
    width: 100%;
}

.md-w>p {
    font-size: 16px;
    color: #898989;
    text-align: justify;
}


#content-clientes {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px;
    padding: 30px 0px;
}

#content-clientes a{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#content-clientes img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

#content-quienes-somos {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    
}

.card-qs {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.content-info-card-qs {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-info-card-qs-fw {
    width: 100% !important;
    flex-direction: row;
    gap: 20px;
}

.content-info-card-qs img{
    width: 10%;
}

.content-info-card-qs div{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
}

.content-info-card-qs div h3{
    font-size: 22px;
    color: var(--verde);
    font-weight: bold;
}
.content-info-card-qs div p{
    font-size: 16px;
    color: #898989;
    text-align: justify;
}

#content-quienes-somos .line-separator span {
    width: 100%;
}

#content-card-prev-img {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-prev-img {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.card-prev-img h3{
    font-size: 22px;
    color: var(--verde);
    font-weight: bold;
}

.card-prev-img img{
    width: 100%;
}

.card-prev-img a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: var(--verde);
    border-radius: 20px;
    padding: 4px 20px;
}

.card-prev-img a span{
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.card-prev-img a svg{
    fill: #fff;
    width: 25px;
}

#content-certificados {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 0px;
}

.card-certificados {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.card-certificados span{
    font-size: 16px;
}

.card-certificados div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.card-certificados div img{
    width: 40%;
    border-radius: 20px;
    box-shadow: var(--shadow2);
}

#content-personal {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

#content-personal h3{
    width: 100%;
    text-align: start;
    font-size: 20px;
    color: var(--verde);
    font-weight: bold;
}

#content-personal p{
    text-align: justify;
    font-size: 18px;
    color: #898989;
}

#content-personal ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    list-style: none;
    color: #898989;
    font-size: 18px;
}

#carousel-administrativo ,
#carousel-conductores {
    width: 80%;
    padding-top: 30px ;
}

#content-personal .line-separator span {
    width: 100%;
}

.card-tablas {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.card-tablas h3{
    font-size: 20px;
    color: var(--verde);
    font-weight: bold;
}

#table-cap {
    border-radius: 20px;
    border: none;
    margin: 0px;
    border-collapse: collapse;
    width: 40%;
    box-shadow: var(--shadow);
}

#table-cap tr td{
    padding: 5px 10px;
    width: 50%;
    font-size: 18px;
}

#table-cap tr:nth-child(1) td:nth-child(1){
    background-color: var(--verde);
    color: #fff;
    border-top-left-radius: 20px;
}

#table-cap tr:nth-child(2) td:nth-child(1){
    background-color: #00753A;
    color: #fff;
    border-bottom-left-radius: 20px;
}

#table-cap tr:nth-child(1) td:nth-child(2){
    background-color: #F7F7F7;
    color: var(--verde);
    border-top-right-radius: 20px;
}

#table-cap tr:nth-child(2) td:nth-child(2){
    background-color: #E5E5E5;
    color: var(--verde);
    border-bottom-right-radius: 20px;
}

#table-clases {
    border-collapse: collapse;
    width: 100%;
    box-shadow: var(--shadow);
    border-radius: 20px;
    margin-top: 30px;
}

#table-clases thead tr th{
    padding: 8px 0px;
    color:#fff;
}

#table-clases thead tr th:nth-child(odd){
    background-color: var(--verde);
}

#table-clases thead tr th:nth-child(even){
    background-color: #00753A;
}

#table-clases thead tr th:nth-child(1){
    border-top-left-radius: 20px;
}

#table-clases thead tr th:nth-child(8){
    border-top-right-radius: 20px;
}

#table-clases tbody tr td{
    padding: 8px 0px;
    color:var(--verde);
    text-align: center;

}

#table-clases tbody tr:nth-child(2) td:nth-child(1){
    border-bottom-left-radius: 20px;
}

#table-clases tbody tr:nth-child(2) td:nth-child(8){
    border-bottom-right-radius: 20px;
}

#table-clases tbody tr td:nth-child(odd){
    background-color: #F7F7F7;
}

#table-clases tbody tr td:nth-child(even){
    background-color: #E5E5E5;
}


#menu-btn {
	display: none;
}

#btn-wp {
    position: fixed;
    right: 5px;
    bottom: 30%;
    z-index: 11;
}

#btn-wp a{
    display: flex;
    justify-content: center;
    align-items: center;
}

#btn-wp a p {
    padding: 5px;
    border-radius: 50%;
    background-color: green;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: -15px;
}

#btn-wp a p svg{
    width: 50px;
    fill: #fff;
    right: 10px;
}

#btn-wp a span{
    background-color: var(--amarillo);
    color: var(--verde);
    padding: 2px 8px;
    font-size: 20px;
    border-radius: 0px 10px 10px 0px;
    padding-left: 20px;
    font-weight: bold;
}


.popup.showing {
	display: flex;
}

.popup {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.popup .popup-container {
	width: 40%;
	max-height: 80%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.popup .popup-container .btn-close-popup {
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-color: #ffffff;
	border: none;
	border-radius: 50%;
	position: absolute;
	right: -50px;
	top: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content {
	width: 100%;
	max-height: 80vh;
	color: #4d4d4d;
	border-radius: 20px;
	/* box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
		0 2px 4px -1px rgba(0, 0, 0, 0.3); */
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	z-index: 2;
	background-color: transparent;
	border-radius: 20px;
	/* padding: 30px; */
	overflow: auto;
	gap: 30px;
}

.popup-content video {
    width: 100%;
}

.content-m-gale {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-slide-qs {
    width: 100%;
}

.content-slide-qs img {
    width: 100%;
    border-radius: 10px;
    box-shadow: var(--shadow);
}

.lista-formacion {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
}

.lista-formacion li{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 2px 10px;
    background-color: var(--verde);
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    box-shadow: var(--shadow2);
}

.lista-formacion li span{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.lista-formacion li svg{
    width: 50px;
    fill: #fff;
}

#content-btn-portafilo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

#content-btn-portafilo a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

#content-btn-portafilo a svg{
    width: 30px;
    fill: #fff;
}

#carousel-buses img {
    height: 300px;
    object-fit: cover;
    border-radius: 6px;
}

@media screen and (min-width: 1024px) {
	.content-sub-items-header:hover ul {
		display: block;
	}
}

@media screen and (max-width: 1024px) {
    header >nav {
        display: none;
    }

    header >nav.active {
        display: flex;
        position: absolute;
        top: 90px;
        width: 100%;
        background-color: var(--verde);
        height: auto;
        left: 0px;
        border-radius: 0px 0px 20px 20px;
        box-shadow: var(--shadow2);
    }

    header >nav ul {
        flex-direction: column;
    }

    header >nav ul li{
        width: 100%;
        flex-direction: column;
    }

    header >nav ul li a{
        width: 100%;
        padding: 15px;
        color: #fff;
    }

    .btn-header-sub svg {
        fill: #fff;
    }

    .sub-items-header {
        width: 90% !important;
        position: unset;
    }

    #menu-btn {
		display: flex;
		width: 40px; height: 40px
	}

    header >a {
        width: auto;
    }

    header {
        justify-content: space-between;
        padding: 0px 20px;
    }

    .md-w {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }

    .content-info-section p {
        text-align: justify;
    }

    .card-empresa div{
        display: flex !important;
    }

    #content-cards-servicios {
        grid-template-columns:  1fr;
        padding: 20px 0px;
    }

    #s-parque {
        padding: 20px;
    }

    #content-info-parque {
        grid-template-columns:  1fr;
        padding: 20px 0px;
        gap: 20px;
    }

    .card-parque img {
        width: 100%;
    }

    .card-parque div {
        display: flex !important;
    }

    footer {
        grid-template-columns:  1fr;
        padding: 20px;
        gap: 20px;
        align-items: center;
    }

    #f-2 {
        align-items: center;
    }
    #content-btn-terminos a span {
        text-align: center;
    }

    .btn-a {
        font-size: 18px;
        padding: 2px 25px;
    }

    #principal-content-migas {
        gap: 15px;
    }

    #content-form-trabaje {
        width: 100%;
        flex-direction: column;
    }

    #content-form-trabaje img {
        width: 50%;
    }

    #content-form-trabaje form {
        width: 100%;
        padding: 20px ;
    }

    #content-clientes {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .card-qs {
        align-items: center;
        flex-direction: column;
    }

    .content-info-card-qs img {
        width: 30%;
    }

    .card-prev-img {
        width: 100%;
    }

    #content-card-prev-img {
        flex-direction: column;
        gap: 30px;
    }

    .card-prev-img h3 {
        text-align: center;
    }

    .card-certificados div {
        flex-direction: column;
    }

    .card-certificados div img {
        width: 100%;
    }

    .card-certificados span {
        text-align: center;
    }

    #table-cap {
        width: 100%;
    }

    .card-tablas {
        overflow: auto;
    }

    #table-clases thead tr th {
        padding: 8px;
    }

    .content-info-section h2 {
        font-size: 30px;
        text-align: center;
    }

    .line-separator {
        padding: 30px 0px;
    }

    .content-sub-items-header.active ul {
        display: flex;
    }

    .popup .popup-container {
        width: 85%;
    }

    .popup .popup-container .btn-close-popup {
        right: 0px;
    }
}