/*:root{
    --main-color: #004E63;
    --sgdary-color: #20c6ce;
    --text-color: #000000;
    --white--bg: #ffffff;
    --sg-bg-color: #f5f5f5;
	--newbgpr: #0258b0;

    --primary-font: "Open Sans";
    --sg-font: "Dosis";
}*/


/*Copyright*/
.copyright-footer{
	text-align: center;
	color: #ffffff;
	font-family: 'Outfit';
	font-weight: 600;
    text-transform: Normal;
	font-size: 14px !important;
	margin-bottom: 0px !important;
}

.copyright-footer a{	
	color: #ffa301;
	font-weight: 800;
}

.copylinks{
	text-align: center;
}

.copylinks a{
	color: #ffa301;
	font-size: 16px;
}  

.copylinks a:hover{
	color: #ffa301;
}


/*Read more text*/
/*.expandable-text {
    margin: 15px 0;
}*/

.expand-content {
    overflow: hidden;
    max-height: 0; /* Inicialmente colapsado */
    transition: max-height 0.3s ease; /* Transición para la expansión */
}

.expand-toggle {
    display: inline-block;
    margin-top: 10px;
    color: #636363; /* Color inicial */
    text-decoration: none;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    transition: color 0.3s ease; /* Suavizado en el cambio de color */
}

.expand-toggle:hover {
    color: #FFA301; /* Cambio de color al pasar el mouse */
}

/*Tab properties*/

button#e-n-tab-title-968091551 {
    border: solid 1px #01293A;
    border-radius: 20px 0px 0px 20px;
}

button#e-n-tab-title-968091552,
button#e-n-tab-title-968091553 {
    border: 1px solid #01293A;
}

button#e-n-tab-title-968091554{
	border: 1px solid #01293A;
	border-radius: 0px 20px 20px 0px;
}

/*Border Form Input*/
/*#field_qh4icy2 */
.borders-form{
	border-bottom: 1px solid #433F36 !important;
}


/******************************
******** Media Queries ***********
*********************************/
@media only screen and (max-width: 600px){
    button#e-n-tab-title-968091551,
    button#e-n-tab-title-968091552,
    button#e-n-tab-title-968091553,
    button#e-n-tab-title-968091554{
        border: 0px !important;
        border-radius: 0px !important;
    }

}