#logo {
    margin-left: 50px;
    margin-top: 22px;
}
header.act #logo {
    background: transparent;
    margin-top: 5px;
}
footer {
    background: #000;
}
footer a{
	color: RGB(242,131,32);
}
.copy {
    padding-top: 0px;
}
.bg {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-position: 50% 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: inherit;
    background-attachment: scroll;
}
.page-tagline .title {
    font-size: 34px;
    font-weight: 700;
}
.h2.titel-left{
	font-size: 34px;
	font-weight: 700;
}
.list-style-2 li {
    padding-left: 30px;
    line-height: 27px;
    background: url(../img/list-bg-style-2.png) 0 11px no-repeat;
}
.new-block.type-3.type-3-1 img, .new-block .little-img-text-entry img {
    margin-top: -20px;
}

img.centrado{
    margin:auto !important;
    float:none !important;
    display:block !important;
}

nav a:hover {
    background: RGB(20,33,74);
}
.button {
    background: RGB(20,33,74);
	border: 0px none;
}
header.act nav a:hover {
    background: RGB(20,33,74);
}
.bg-responsive {
    background-image:url(../img/landing-millenials.jpg);
}

.bg-nuevo{
    background-image: url(../img/ganas.jpg);    
}

.btn-small {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    background: RGB(242,131,32);
    padding: 7px 17px 7px 17px;
    text-decoration: none;
    margin-top: 15px;
    margin-left: 50px;
    display: inline-block;
}
.btn-small:hover {
    background: RGB(20,33,74);
    text-decoration: none;
}
.btn-medio {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-family: Arial;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    background: RGB(242,131,32);
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 50px;
}
.btn-medio:hover {
    background: RGB(20,33,74);
    text-decoration: none;
}
.sr-sb-left {
    left: 0px;
}




@media only screen and (max-width:1024px){
	header.act #logo {
    	background: transparent;
    	margin-top: 0px;
	}
	nav ul {
    	float: none;
	}
	.icono article.small {
	    padding-left: 0px !important;
	    text-align: center;
	    width: 100%;
	    display: block;
	}
	.icono{
		text-align: center;
		margin-bottom: 0px;
		margin-top:6px;
	}
	.icono img{
		margin-bottom: 30px;
	}
	.new-block.type-3.type-3-1 img, .new-block .little-img-text-entry img {
    	float: none;
	}
	.block.type-1 {
    	height: 100vh !important;
    	min-height: 600px !important;
	}
	header #logo img {
    	height: 60px;
    	margin-top: 4px;
	}
    #logo {
        margin-left: 20px;
        margin-top: 0px;
    }
}
@media only screen and (max-width:425px){
	#logo {
    	margin-left: 10px;
    	margin-top: 0px;
	}
	/*
    .bg-responsive{
        background-image:url(../img/banner-mobil.jpg);
    }
    */
    .btn-small{
        margin-left: 50px;
        margin-top: 15px;
        display: inline-block;
    }
}
@media only screen and (max-width:320px){
    header #logo img {
        height: 50px;
        margin-top: 10px;
    }
}



@media only screen and (max-width:720px){
    .block.type-nuevo{
        height:32vh;
        min-height:210px;
    }
}

@media only screen and (max-width:1130px){
    .block.type-nuevo{
        height:50vh;
        min-height:450px;
    }
}

@media only screen and (max-width:620px){
    .block.type-nuevo{
        height:29vh;
        min-height:246px;
    }
}

@media only screen and (max-width:1011px){
    img.act{
        margin-top:8px !important;
    }
}
