/* Avatar */
.avatar 
    {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    object-fit: cover;
    }

/* ReCaptcha */
.grecaptcha-badge
	{
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 30px !important;
	bottom: 30px !important;
	}

.grecaptcha-badge:hover
	{
	width: 256px !important;
	}

@media (max-width:767.98px) 
	{
	.grecaptcha-badge
		{
		visibility: hidden;
		}
	}

/* Video */
 .videof, .videot 
	{
    width: 100%    !important;
    height: 100%   !important;
	mask-size: 80%;
 	}

.video-mask-1
	{
	/*mask:url('#vmask'); /*Firefox */ 
	mask:url('/ima/inic-video-mask-01.svg'); /*Firefox */ 
	-webkit-mask-box-image:url('/ima/inic-video-mask-01.svg'); /*Chrome, Safari */ 
	margin:0px; 
	}

.video-mask-2
	{
	mask:url('/ima/inic-video-mask-02.svg'); /*Firefox */ 
	-webkit-mask-box-image:url('/ima/inic-video-mask-02.svg'); /*Chrome, Safari */ 
	margin:0px; 
	}

.video-mask-3
	{
	mask:url('/ima/inic-video-mask-03.svg'); /*Firefox */ 
	-webkit-mask-box-image:url('/ima/inic-video-mask-03.svg'); /*Chrome, Safari */ 
	margin:0px; 
	}

.video-mask-4
	{
	mask:url('/ima/inic-video-mask-04.svg'); /*Firefox */ 
	-webkit-mask-box-image:url('/ima/inic-video-mask-04.svg'); /*Chrome, Safari */ 
	margin:0px; 
	}

/* Mapas */
.map-container {
  position: relative;
  overflow: hidden;
}
.map-container iframe,
.map-container 
	{
	position: relative;
	width: 100%;
	height: 100vh;
	top: 0;
	}

.box
	{
    margin:0;
    height: auto;
    overflow: hidden;
    padding: 20px 60px 20px 60px;
	}

.box ul
	{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.5s linear;
    top:0
	}

.box ul:last-of-type
	{
	top:0px
	}

.box ul:before
	{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border:1px dashed #efefef;
    position: absolute;
    top:0;
    left:30px
	}

.box ul li
	{
    margin: 20px 60px 60px;
    position: relative;
    padding: 10px 20px;
    background:rgba(230, 230, 230, 0.3);
    color:#8191b4;
    border-radius: 10px;
    line-height: 20px;
    width: 100%;
	}

.bg-dark .box ul li
	{
    margin: 20px 60px 60px;
    position: relative;
    padding: 10px 20px;
    background:rgba(250, 250, 250, 0.1);
    color:#8191b4;
    border-radius: 10px;
    line-height: 20px;
    width: 100%;
	}


.box ul li > span
	{
    content: "";
    display: block;
    width: 0;
    height: 100%;
    border:1px solid #ccc;
    position: absolute;
    top:0;
    left:-30px
	}

.box ul li > span:before,.box ul li > span:after
	{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#ccc;
    border:2px solid #fff;
    position: absolute;
    left:-7.5px
	}

.box ul li > span:before{top:-10px}
.box ul li > span:after{top:95%}

.box .title
	{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
	color:#1d1e32;
	}

.bg-dark .box .title
	{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
	color:rgba(250, 250, 250, 0.8);
	}

.box .info:first-letter{text-transform: capitalize;line-height: 1.7}

.box .name
	{
    margin-top: 10px;
    text-transform: capitalize;
    font-style: italic;
    text-align: right;
    margin-right: 20px
	}


.box .time span
	{
    position: absolute;
    left: -110px;
    color:#1d1e32;
    font-size:100%;
    font-weight: bold;
	}

.bg-dark .box .time span
	{
    position: absolute;
    left: -110px;
    color:#fff;
    font-size:100%;
    font-weight: bold;
	}

.box .time span:first-child{top:-16px}
.box .time span:last-child{top:94%}