@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:wght@100;300;400;700&display=swap');




body{
	font-family: 'Sofia Sans Condensed', sans-serif !important;
	overflow-x: hidden;
	min-height: 100%;	
	font-size: 1.3em !important;
}




/* ------ SMOOTH SCROLLING ------ */
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* ------ UP ARROW ------ */
.ir-arriba {
	padding:10px;
	display:inline-block;
	background-color: rgb(59, 59, 59);
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	left:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:99999999;
}


/* ------ MISC ------ */
.img-100{
	width: 100%;
	height: auto;
}

.link-btn{
	padding: 10px 20px;
    color: #fff;
    background: #F2161D;
    border-radius: 5px;
    border: 1px solid #F2161D;
    display: inline-block;
    text-decoration: none;
}

.link-btn:hover {
    background-color: #fff;
    color: #F2161D;
	transition: 1s;
}


/* ------ NAVBAR ------ */
.navbar {
	z-index: 99999 !important;
	background-color: #ffffff ;
}

.navbar .navbar-brand{
	float: none !important;
}

.logo-size{
	width: 300px;
}

.nav-link {
    display:inline !important; 
	color: #666666 !important ;
	font-weight: 400 !important;
    
}

.nav-link:hover {
	color: #1E3E45 !important;
    
}


.navbar-toggle .icon-bar{
	border-color: #ffffff;
	background-color: #ffffff;
}

.dropdown-item {
    color: #ffffff !important ;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #124CB8 !important;
    background-color: #ffffff !important ;
}

.navbar-nav .dropdown-menu {
    background-color: #124CB8 !important;
}

.dropdown-menu .product-link{
	color: #1E3E45 !important;
	font-weight: 700 !important;
}


@media (max-width: 767px) {
	.navbar{
	 	background: rgba(33,41,99,0.8);
	}
	
	.navbar .navbar-brand img{
		width: 80px;
		height: auto;
		padding-left: 20px;
	}
	
	.scrolled.navbar .navbar-brand img{
		width: 80px;
		height: auto;
		padding-left: 20px;
	}
}

/* ------ CONTENT ------ */

.banner-inicio{
	width: 100%;
	height: auto;
	margin-top: 250px;
}


.content{
	padding: 40px 10px;
}

.content h1{
	color: #009966;
	font-weight: 700;
	text-align: center;
	font-size: 1.8em !important;
}

.content h2{
	color: #999999;
	font-weight: 700;
	text-align: center;
	font-size: 1.3em !important;
}


.content p{
	text-align: justify;
}

.logo-inicio{
	width: 400px !important;
	height: auto;	
	margin: 0 auto;
	display: block;
	padding-bottom: 40px;
}
/* ------ QUIENES SOMOS ------ */
.quienes-somos{
	padding: 40px 10px;
	background-color: #009966 ;
	color: #ffffff;
	text-align: center;
}

.column-container {
	display: flex;
	flex-wrap: wrap;
}
  

.quienes-somos .icon-size{
	width: 40% !important;
	height: auto;
	padding: 20px;
	margin: 0 auto;
	display: block;
}

.quienes-somos h3{
	font-weight: 300;
}

/* ------ MODELO SINDICAL ------ */
.modelo-sindical{
	padding: 40px 10px;
}

.modelo-sindical h2{
	color: #1E3E45;
	font-weight: 700;
	text-align: center;
	font-size: 1.8em !important;
	margin-bottom: 40px;
}


/* ------ COMPLIANCE SINDICAL ------ */
.compliance{
	padding: 40px 10px;
}



.compliance h2{
	color: #1E3E45;
	font-weight: 700;
	text-align: center;
	font-size: 1.8em !important;
	margin-bottom: 40px;
}

.compliance p{
	text-align: justify;
	color: #1E3E45;
}


.color-box{
	padding: 40px;
	background-color: #009966 ;
	color: #ffffff !important;
	text-align: center;
	font-size: 1.4em !important;
}



/* ------ AFILIATE ------ */
.afiliate{
	padding: 80px 10px;
	text-align: center;
	color:#1E3E45;
}

.afiliate h2{
	font-size: 1.8em !important;
	font-weight: 700;
}




/* ------ CONTACTO ------ */

.contacto{
	padding: 80px 10px;
}

.contacto h6{
	color: #009966;
	font-weight: 700;
	font-size: 2em !important;
	margin-bottom: 40px;
}

.contacto h5{
	color: #1E3E45;
	font-weight: 300;
	font-size: 1.3em !important;
	margin-bottom: 40px;
}


.contact-form ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.contact-form li{
	display: block;
}

.contacto .telefono{
	color: #009966;
	font-weight: 700;
	font-size: 1.8em !important;
	margin-bottom: 40px;
	text-decoration: none;
}

.contacto .mail{
	color: #009966;
	font-weight: 700;
	font-size: 1.8em !important;
	margin-bottom: 40px;
	text-decoration: none;
}

.contact-form input, textarea{
	height: 50px;
    border-radius: 25px;
    padding: 0 30px;
	display: block;
    width: 100%;
    background: #e6e6e6;
    font-size: 15px;
    color: #666;
	border: none;
}

.contact-form  .asterisk{
	color: #009966 ;
	font-size: 0.8em;
}


.contact-form .form-button{
    min-width: 193px;
    height: 50px;
    border-radius: 25px;
    background: #999999;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
	text-decoration: none;
}

.contact-form .form-button:hover{
    background: #009966;
    color: #1E3E45;
}



/* ------ FOOTER ------ */
.footer{
	padding: 40px 10px;
	background-color:#009966;
	border-top: #999999 solid 5px;
	color: #ffffff;
}

.footer a{
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover{
	color: #1E3E45;
	text-decoration: none;
}

.footer span{
	color: #ffffff;
	padding: 0px 30px;
}

.footer .copyright{
	color: #ffffff;
	font-size: 0.8em;
	text-align: center;
	font-weight: 300;
}

.footer .footer-logo{
	width: 250px;
	padding-bottom: 20px;
	margin: 0 auto;
	display: block;

}
