/*
 * %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 *
 * Template Name:  Multipurpose Business HTML Template   
 * Template URI: 
 * Description: Business is a multipurpose business HTML template which comes with the unique and clean design. It helps you to create a beautiful multipurpose business HTML website. It has also e-commerce support. E-commerce pages are included on this template.
 * Author: Thememarch
 * Author URI: 
 * Version: 3.5
 *
 * %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 */
 .enlaceNoticias a span {
 	background: #3DBFE8;
 	border-radius: 8px;
 	color: #FFF;
 	padding: 10px;
 }

 .enlaceNoticias a span:hover {
 	background: #b8e9f9;
 }

 .noticiasMovil {
 	position: absolute;
 	right: 0;
 	top: 30px;
 }

 .noticiasMovil ul li {
 	list-style: none;
 }

.widget-info-logo img {
    max-width: 90px;
}

.mascara {
	background: rgba(255,255,255, 0.7);
	border-radius: 8px;
	padding: 15px;
}

.heroslider-content h1 {
	font-size: 40px;
}

.heroslider-content p {
	font-size: 22px;
}


/* Funfact */
.funfact-text {
	font-size: 36px;
	color: #FFF;
	
}

/* Boton flotante */
.btn-flotante {
	width: 50px;
	position: fixed;
	bottom: 77px;
	right: 25px;
}

/* Redes sociales */
blockquote.tiktok-embed {
	border: none;
	padding: 0;
	margin: 0;
}



/* Utilerias */
.clear {
	padding: 0;
	margin: 0;
	border: 0;
}

.c-pointer {
	cursor: pointer;
}

.u-oculto {
	display: none;
}

/* Timeline */
.main-timeline{
    position: relative;
}

.main-timeline:before{
    content: '';
    background-color: #3DBFE8;
    width: 1px;
    height: calc(100% - 70px);
    position: absolute;
    left: 50%;
    bottom: 0;
}

.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline{
    float: left;
    width: 50%;
    padding: 0 42px 0 0;
    margin: 65px 10px 25px 0;
    position: relative;
    text-align: right;
}

.main-timeline .timeline.year:before {
	content: none;
}

.main-timeline .timeline:nth-child(even){
    float: right;
    margin: 65px 0 25px 10px;
    text-align: left;
    padding: 0 0 0 41px;
}

.main-timeline .timeline:nth-child(even):before{
    right: auto;
    left: 0;
}

.main-timeline .timeline.year {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.main-timeline .timeline.year  p {
	background: #3DBFE8;
	color: #FFF;
	font-size: 32px;
	font-weight: 900;
	line-height: 72px;
	margin: 0 auto;
	width: 128px;
}

.timeline-description {
	font-size: 18px;
}

/* Servicios */
.logo-infra img {
	max-height: 100px;
}

/* timeline personalizados */
.timeline-fecha {
	color: #000;
	font-weight: 800;
	font-style: 16px;
	line-height: 19px;
	margin-bottom: 5px;
	opacity: 0.5;
}

.main-timeline .timeline:before{
    content: '';
    background-color: #3DBFE8;
    height: 5px;
    width: 35px;
    position: absolute;
    top: 7px;
    right: 0;
}



@media (max-width: 992px) {
/* Timeline */
	.main-timeline:before{
	    left: 15px;
	    transform: translateX(0);
	}
	.main-timeline .timeline,
	.main-timeline .timeline:nth-child(even){
	    width: 100%;
	    padding: 0 0 0 30px;
	    margin: 65px 0 0 0;
	}
	.main-timeline .timeline:before,
	.main-timeline .timeline:nth-child(even):before{
	    height: 5px;
	    left: 15px;
	    right: auto;
	}
	
	.main-timeline .timeline:nth-child(even) .timeline-icon,
	.main-timeline .timeline-icon{
	    transform: translateX(-50%);
	    left: 50%;
	    top: -54px;
	}
	.main-timeline .timeline-content{ 
		padding: 0 30px 20px; 
	}

	.main-timeline .timeline.year p {
		margin: 0;
		margin-left: -50px;
	}

	.main-timeline .timeline {
		text-align: left;
	}

	.main-timeline .timeline.year:nth-child(even) p{
	    float: none;
	    margin: 65px 0 25px -82px;
	    text-align: center;
	    padding: 0;
	}
}

.title-icon {
	width: 80px;
	display: inline;
	margin-top: -22px;
}


/* Modales */
.modal-xl {
	max-width: 1140px;
}