/*
 * Custom code goes here.
 */
@import '../fonts/museo-sans/museo-sans.css';
@import '../fonts/circular/circular.css';
@import '../fonts/fontawesome/css/all.min.css';
:root {
	/* Colors: */
	--primary-color: #006D4E;
	--ligth-primary-color: #4ED176;
	--secundary-color: #079DEF;
	--ligth-secundary-color: #52DEFF;
	--third-color: #FF7150;
	--ligth-third-color: #FF9C9C;
	--fourth-color: #FF9FCF;
	--ligth-fourth-color: #FFBDDE;

	--skyblue-color: #2AB5DF;
	--wet-asphalt-color: #40516F;
	--light-color: #F0F6FD;
	--white-smoke-color: #F1F2F7;
}
body{
	font-family: 'Circular', 'Arial', sans-serif; }

.text-primary{
	color: var(--primary-color); }
.bg-primary{
	background-color: var(--primary-color); }
	.bg-primary-alter
	{
		background-color: #228cca; 
	}
	.bg-primary-alter-second
	{
		background-color:#f3c4d6; 
	}
.border-primary{
	border-color: var(--primary-color); }

.text-ligth-primary{
	color: var(--ligth-primary-color); }
.bg-ligth-primary{
	background-color: var(--ligth-primary-color); }
.border-ligth-primary{
	border-color: var(--ligth-primary-color); }

.text-secundary{
	color: var(--secundary-color); }
.bg-secundary{
	background-color: var(--secundary-color); }
.border-secundary{
	border-color: var(--secundary-color); }

.text-ligth-secundary{
	color: var(--ligth-secundary-color); }
.bg-ligth-secundary{
	background-color: var(--ligth-secundary-color); }
.border-ligth-secundary{
	border-color: var(--ligth-secundary-color); }

.text-third{
	color: var(--third-color); }
.bg-third{
	background-color: var(--third-color); }
.border-third{
	border-color: var(--third-color); }

.text-ligth-third{
	color: var(--ligth-third-color); }
.bg-ligth-third{
	background-color: var(--ligth-third-color); }
.border-ligth-third{
	border-color: var(--ligth-third-color); }

.text-fourth{
	color: var(--fourth-color); }
.bg-fourth{
	background-color: var(--fourth-color); }
.border-fourth{
	border-color: var(--fourth-color); }

.text-ligth-fourth{
	color: var(--ligth-fourth-color); }
.bg-ligth-fourth{
	background-color: var(--ligth-fourth-color); }
.border-ligth-fourth{
	border-color: var(--ligth-fourth-color); }

.text-skyblue{
	color: var(--skyblue-color); }
.bg-skyblue{
	background-color: var(--skyblue-color); }
.border-skyblue{
	border-color: var(--skyblue-color); }

.text-wet-asphalt{
	color: var(--wet-asphalt-color); }
.bg-wet-asphalt{
	background-color: var(--wet-asphalt-color); }
.border-wet-asphalt{
	border-color: var(--wet-asphalt-color); }

.text-light{
	color: var(--light-color); }
.bg-light{
	background-color: var(--light-color); }
.border-light{
	border-color: var(--light-color); }

.text-white-smoke{
	color: var(--white-smoke-color); }
.bg-white-smoke{
	background-color: var(--white-smoke-color); }
.border-white-smoke{
	border-color: var(--white-smoke-color); }

input[type="radio"],
input[type="checkbox"]{
    visibility: hidden;
    position: absolute;
    width: 0.1em;
    height: 0.1em;
    opacity: 0;
}
input[type="radio"] + span,
input[type="checkbox"] + span{
    transition: all ease-in-out .3s;
}

input:checked + span{
    background: var(--secundary-color);
}

.error{
	top: -.25rem;
	right: 1rem;
	position: absolute;
	padding: 3px 5px;
	display: inline-block;
	color: white;
    background-color: #FF7150;
    font-size: 0.75em;
    border-radius: 5px;
}
.error:before{
    content: '';
    position: absolute;
    top: 100%;
    right: 15px;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #FF7150 transparent transparent transparent;
}
.error:after{
    content: ' es requerido.';
}
.error.no-valid:after{
	content: ' no es válido.';
}


.background-div1{
	background-image: url('../img/2025/SOC_KO_FONDO.jpg');
	background-size:100% 100%;
	background-repeat:no-repeat;
	display: flex; 
	justify-content: center; 
	
}


.background-div_movil{
	background-image: url('../img/2025/KickOff_2025_4532_5012_movil.jpg');
	background-size:100% 100%;
	display: flex; 
	
}

.background-div2{
	background-image: url('../img/2025/SOC_KO_FONDO.jpg');	
}
.margin-text{
	padding: 20% 10% 10% 39%;
	margin: 100px;
}
.bg-movil{
	background-image: url('../img/2025/fondo_movil_v2.jpg');	
	justify-content: center;
	background-size:contain;
	background-repeat:no-repeat;
}

.bg-movil-2{
	background-image: url('../img/2025/fondo_movil_v2.jpg');	
	background-repeat:no-repeat;
	background-size:contain;
}

.bg-movil-3
{
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../img/2025/SOC_KO_FONDO-Movil.jpg');	
	background-attachment: fixed;
	background-size: cover;
}

.bg-movil-4
{
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('../img/2025/fondo_movil_v2.jpg');	
	background-attachment: fixed;
	background-size: cover;
}

.bg-white-escritorio
{
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: auto;
}
