
.full_img .center{
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.full_img .center .logo{	
	width: 475px;
	margin-top: 105px;
}
.full_img .center h1{
	margin-top: 30px;
	padding: 0px 30px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.full_img .center strong{
	margin-top: 5px;
  padding: 0px 30px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  display: block;
}
.full_img .center h3{
	margin-top: 50px;	
	margin-bottom: 30px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
.full_img .center h3 a{
	border-bottom: none;
	opacity: 1!important;
}
.full_img .center h3 span{
	position: relative;
	display: inline;
	padding: 8px 0px;
	background-color: #ffff00;
	-webkit-box-shadow: 0px 0 0 #ffff00, 20px 0 0 #ffff00, -20px 0 0 #ffff00;
	box-shadow: 0px 0 0 #ffff00, 20px 0 0 #ffff00, -20px 0 0 #ffff00;
	line-height: 1.6;
	color: #000;
	z-index: 10;
}
.full_img .center .btn{
	margin-top: 4px;
	text-transform: uppercase;
	background-color: #000;
	color: #ffff00;
	border: none;
	font-size: 18px;
	border-radius: 0!important;
	opacity: 1!important;
}
.caja_home {
	border: 3px solid white;
    color: white;
    width: auto;
    display: inline-block;
    font-size: 17px;
    font-style: normal;
    font-weight: 100;
    padding: 32px;
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 22px;
    margin-top: 80px;
}
.esquina {
	position: absolute;
	width: 270px;
	top: 0px;
	left: 0px;
}
.full_img .center a{
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid #fff;
}
.full_img .arrow {
    position: absolute;
    width: 140px;  
    padding-bottom: 65px;
    background-position: center bottom;    
    background-size: 30px;
    font-size: 18px;
	font-weight: 100;
	color: #fff;
	text-align: center;
}
#carousel_videos{
	margin-bottom: 40px;
}
.sections {
	margin: 0px 20px;
}
.sections .col._360{
	position: relative;
	margin-bottom: 80px;
}
.sections .col._360:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	margin-bottom: 80px;
	background: url(../images/play.svg) center center no-repeat;
	background-size: 40px;
}
.sections .col{
	margin-bottom: 40px;
	padding: 0px 20px;
}
.sections .col div{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);	
	text-align: center;
	color: #fff;
}
.sections h2{
	margin-bottom: 30px;
	line-height: 1;
	font-size: 65px;
}
.sections .link{
	padding-bottom: 4px;
	font-size: 20px;
	line-height: 1;
	border-bottom: 2px solid #fff;
	color: #fff;
}
.sections .cent{
	padding-top: 20px;
	text-align: center;
}
.sections .cent h2{
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 1px solid #000;
}
.sections a{
	border-bottom: none!important;
}
.footer_nav a{
	padding-left: 0px;
	padding-right: 40px;
}
.footer_nav a:before{
	left: auto;
	right: 0px;
	border-left: 1px solid #000;
	border-right: none;
	background: url(../images/footer_arrow_next.svg) center center no-repeat;
}
._500{
	background: #000;
	padding: 80px 40px;
	color: #fff;
}
._500 h2{
	text-align: left;
}
.fancybox-button svg path {
    fill: #fff;
    stroke-width: 6px;
}
.banner{
	position: absolute;
	width: 100%;
	top: 0px;
	padding: 8px 20px;
	background: #fff;
	text-align: center;
	/*font-size: 14px;*/
	display: none;
}
.banner a{	
	border-bottom: 1px solid #000;
}

.titulo_home_available {
	padding-bottom: 70px !important; 
	padding-top: 0px;
}

.titulo_home_available h2 {
	display: inline-block;
    padding-bottom: 2px;
    border: 2px solid #000 !important;
    font-size: 20px !important;
    padding: 15px !important;
    font-weight: bold;
    text-transform: uppercase;
}


@media (max-width: 992px){

	.titulo_home_available {
		padding-bottom: 35px !important; 
		padding-top: 0px;
	}

	
	.esquina {
		position: absolute;
		width: 230px;
		top: 0px;
		left: 0px;
	}

	.caja_home {
		border: 2px solid white;
		color: white;
		width: auto;
		display: inline-block;
		font-size: 16px;
		font-style: normal;
		font-weight: 100;
		padding: 30px;
		padding-top: 7px;
		padding-bottom: 7px;
		line-height: 23px;
		margin-top: 150px;
	}
	/*.navbar .toggler {
	    top: 58px;
	}
	.navbar.active .toggler {
	    top: 38px;
	}*/
	.full_img .center h1 {
		font-size: 19px;
		width: 297px;
		margin-left: auto;
		margin-right: auto;
	}
	.full_img .center .logo {
		margin-top: 120px;
	    width: 350px;
	}
	.full_img .center h3 {
	    margin-top: 20px;	    
        font-size: 16px;
	    line-height: 22px;
	}
	.full_img .center strong {
		margin-top: 7px;
		font-size: 14px;
		line-height: 22px;
	}
	.full_img .arrow {
	    font-size: 16px;
	}
	#carousel_videos {
		margin-bottom: 0;
	}
	.sections {
	    margin: 0px 10px;
	}
	.sections .col {
	    margin-bottom: 20px;
	    padding: 0px 10px;
	}
	.sections .col._360 {
	    margin-bottom: 40px;
	}
	.sections h2 {
	    margin-bottom: 20px;
	    font-size: 35px;
	}
	.sections a {
	    font-size: 14px;
	}
	.footer_nav a {
	    padding-right: 30px;
	}
	.footer_nav a:before {
	    background-size: 10px;
	}
	._500{
		padding: 40px 20px;		
	}

}


@media (max-width: 576px){

	.esquina {
		position: absolute;
		width: 180px;
		top: 0px;
		left: 0px;
	}
	/*.navbar .toggler {
	    top: 48px;
	}
	.navbar.active .toggler {
	    top: 15px;
	}*/


	.titulo_home_available h2 {
		display: inline-block;
		padding-bottom: 2px;
		border: 2px solid #000 !important;
		font-size: 16px !important;
		padding: 15px !important;
		font-weight: bold;
		text-transform: uppercase;
	}
	.full_img .center h1 {
		font-size: 19px;
		width: 297px;
		margin-left: auto;
		margin-right: auto;
	}
	.full_img .center .logo {
		margin-top: 0px;
	    width: 250px;
	}
	.full_img .center h3 {
	    margin-top: 20px;	    
        font-size: 16px;
	    line-height: 22px;
	}
	.full_img .center strong {
		margin-top: 7px;
		font-size: 14px;
		line-height: 22px;
	}
	.caja_home {
		border: 2px solid white;
		color: white;
		width: auto;
		display: inline-block;
		font-size: 14px;
		font-style: normal;
		font-weight: 100;
		padding: 26px;
		padding-top: 9px;
		padding-bottom: 9px;
		line-height: 16px;
		margin-top: 80px;
		position: absolute;
		left: 30px;
		right: 30px;
	}
	.full_img .arrow { 
	    padding-bottom: 45px;
	    font-size: 14px;
	}
	.sections {
		margin: 0px 5px;
	}
	.sections .col._360{
		margin-bottom: 20px;
	}
	.sections .col{
		margin-bottom: 10px;
		padding: 0px 5px;
	}
	.sections h2 {
	    margin-bottom: 5px;
        font-size: 18px;
	}
	.sections a {
	    padding-bottom: 2px;
	    font-size: 11px;
	    border-bottom: 1px solid #fff;
	}
	.sections .link {
	    padding-bottom: 2px;
	    font-size: 12px;
	    border-bottom: 1px solid #fff;
	}
	.footer_nav a {
	    padding-right: 25px;
	}
	.full_img .center h3 {
		padding: 0 20px;
		margin-top: 30px;
		margin-bottom: 20px;
		font-size: 14px;
	}
	.full_img .center h3  a{
		margin-top: 0;
	}
	.full_img .center h3 span {
		/* padding: 6px 10px; */
		font-size: 14px;
		line-height: 1.4;
		-webkit-box-shadow: 10px 0 0 #ffff00, -10px 0 0 #ffff00;
		box-shadow: 10px 0 0 #ffff00, -10px 0 0 #ffff00;
		/* -webkit-box-shadow: none;
		box-shadow: none; */
		display: inline-block;
		margin-bottom: 20px;
	}
	.full_img .center .btn {
		margin-top: 0;
		font-size: 14px;
		font-size: 14px;
	}
	#carousel_videos .text {
		padding-top: 40px;
		background-size: 20px;
	}

}









