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

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i');

body{
	width: auto;
	height: 828px;
	background-color: #ffffff!important;
}

img{
	border-radius: 10px;
}



h1{
	font-family: 'Roboto', sans-serif!important;
	font-weight: 300!important;
	text-align: center;
}
h2{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

figure{
	margin: 0!important;
}


.m-b-60{margin-bottom: 60px;}
.m-t-60{margin-top: 60px;}


.spotlight{
	position: relative;
    float: left;
    width: 100%;
    margin-bottom: 30px;
	
}

.spotlight-box{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	border-radius: 10px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(138,223,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
    opacity: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.spotlight-box:hover{
	opacity: 0;
}


.spotlight-box-primary{
	position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    opacity: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .3s all ease;
}

.spotlight-box-primary h2{
	font-size: 38px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-align: left;
}
.spotlight-box-primary i{
	 font-size: 22px;
    margin-left: 20px;
}

.spotlight-box-secundary{
	
	position: absolute;
    z-index: 99;
    left: 160px;
    bottom: -23px;
    opacity: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .3s all ease;
    text-align: left;
}

.spotlight-box-secundary h3{
	color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    background: #fff;
    padding: 5px 25px;
    border-radius: 100px;
	text-align: center;
}

.spotlight-box-secundary p{
	color: #fff;
    font-family: Roboto;
}


.spotlight-box-other{
	position: absolute;
    z-index: 99;
    left: 116px;
    bottom: 0;
    opacity: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .3s all ease;
    text-align: left;
}

.spotlight-box-other h3{
	color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    background: #fff;
    padding: 5px 25px;
    border-radius: 100px;
	text-align: center;
}

@media(max-width:768px){
	.spotlight-box-primary h2{
		font-size: 22px;
	}
	
	.spotlight-box-secundary{
		    left: 100px;
	}
	
	.spotlight-box-secundary h3{
		font-size: 13px;
	}
	.spotlight-box-other{
		    left: 80px;
	}
	.spotlight-box-other h3{
		font-size: 13px;
	}
}

@media(max-width:576px){
	img{width: 120%;}
	.spotlight-box{
		padding: 10px;
	}
	.spotlight-box-primary h2{
		font-size: 29px;
	}
	
	.spotlight-box-secundary{
		left: 126px;
	}
	
	.p-r-mobile-40{padding-right: 122px !important;}
	.spotlight-box-other{left: 80px;}
	
}
