@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --color1: #261e48;
    --color2: #fff;
    --color3: #fff;
    --color4: #ebebeb;
    --color5: #606060;
    --color6: #f2f2f2;
    --fuente1:'Montserrat', sans-serif;
}

body{
	font-family:var(--fuente1);
	background-color: var(--color6);
}

.bg03 {
	background-color: var(--color3);
}

.bg04 {
	background-color: var(--color4);
}

.bg06 {
	background-color: var(--color6);
}

.negro {
	color: var(--color5);
}

.azul {
color: var(--color1);	
}

.azul2 {
color: var(--color2);	
}

.white {
	color:white;
}

.max-1920 {
	max-width:1920px;
}

.max-1320 {
	max-width:1320px;
}

.max-1140 {
	max-width:1140px;
}

.max-960 {
	max-width:960px;
}

.max-756 {
	max-width:756px;
}

.mt-6 {
}

.bl03 {
	    background-image: url(/sites/default/files/2023-10/bg06.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.max-1920, .max-1320, .max-1140, .max-960, .max-756 {
		margin-left:auto;
	margin-right:auto;
}

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

.aspect-1 {
	aspect-ratio: 125 / 52
}

.aspect-2 {
	aspect-ratio: 15 / 4
}

.region-content{
	padding:0;
}

h2 span {
	font-size: 1.3rem;
    font-weight: 500;
}

h2 {
	font-weight: 700;
    font-size: 1.8rem;
        line-height: 1.1;
}

.btn {
    border-radius: 0;
    font-size: .8rem;
    padding: 0.1rem 0.5rem;
}

.btn-negro {
	border: 1px solid var(--color5);
    color: var(--color5);
}

.btn-blanco {
	border: 1px solid white;
    color: white;
}

#block-views-block-hombres-al-cuidado-masterclass-home-block-1 > div:nth-child(2),
#block-views-block-hombres-al-cuidado-masterclass-home-block-1 > div{
	    display: flex;
    align-items: center;
    height: 100%;
}


.sl-title h3 {
	font-size: 1.5rem;
    font-weight: 500;
}

.sl-info p {
	
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
  
}

/******************** FOOTER MICROSITIOS ********************************/

footer {
	    background-color: var(--color13);
	        padding: 2rem 0 0;
}

.icono-redes{
    width: 28px;
    height: 28px;
}
.logobog01 img{
}

.ftbog h2 {
	    color: var(--color2);
    font-size: 1.5rem;
}

.ftbog a {
	        color: var(--color2) !important;
	    text-decoration:none;
}

.gov-co-footer-auto {
	    display: flex;
    justify-content: space-between;
    opacity: .7;

}

.ftbog a:hover {
	        color: var(--color2);
}

.ftbog ul {
    list-style: none;
    padding-left: 0;
        color: var(--color2);
}
.ftbog .redes-sociales a {
font-size:.75rem
}



.ftbog li{
	margin-bottom:.4rem;
	font-size: .9rem;
	
}

.bread-bog a {
	    font-family: var(--texto4);
    text-decoration: unset;
    color: var(--color10);
}

.bread-bog li {
	    color: var(--color9);
    font-family: var(--texto4);
}

 .bg-secondary {
 	background-color: #261e48 !important;
 }

/******************** FIN FOOTER MICROSITIOS ********************************/


.block-page-title-block, .field--name-node-title {
	display:none;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center !important;
}

.navbar-nav {
	    gap: 2rem;
    text-transform: uppercase;
}

.navbar-nav .nav-item .nav-link {
	color:white;
	    font-weight: 500;
}

.navbar-nav .nav-item .nav-link:hover {
	opacity:.6;
}

.logobog01 img {
}

.header-int .bl-int{
	padding-bottom: 7rem;
    padding-left: 10%;

}