body {
    background: url(../img/fondo-mar.png) no-repeat;
    /*background-size: cover;*/
    background-position: center -120px;
    /*background-position: 25% 75%;*/
}
h1 {
    color: #0681EA;
    font: 92px/56px 'Morganite-Medium';
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 640px;
    text-align: center;
    margin-top: 174px;
}
img.logo-maradona {
    display: inline-block;
    margin: 0px auto;
    max-width: 350px;
    width: 100%;
    vertical-align: middle;
}
@font-face {
	font-family: "robotoregular";
	src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/Roboto-Regular.woff') format('woff'),
    url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/Roboto-Regular.woff') format('woff2');
}
@font-face {
    font-family: "robotomedium";
	src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/Roboto-Medium.woff') format('woff'),
    url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_general/depor/prod/elementos-comunes/fonts/Roboto-Medium.woff') format('woff2');
}
@font-face {
    font-family: "Morganite-Medium";
    src: url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/Morganite-Medium.woff') format('woff'),
    url('https://d1ts5g4ys243sh.cloudfront.net/proyectos_especiales_prod/especiales/elementos-comunes-2/fonts/Morganite-Medium.woff') format('woff2');
}
.contenedor-videos {
    max-width: 760px;
    margin: 50px auto;
}
    h3{
        font: 17px/1.3 'robotomedium';
        margin: 0px auto;
        text-align: center;
        margin-bottom: 20px;
    }
    h2{
        font: 30px/1.3 'robotomedium';
        margin: 0px auto 15px auto;      
        text-align: center;
    }
.pb-video {
    padding-bottom: 80px;
}
.box-main-distritos ul li {
    display: table;
    margin: 11px auto 45px auto;
    vertical-align: top;
}

img.cabecera {
    margin: 0 auto;
    max-width: 555px;
    width: 100%;
    display: block;
}

.padding{
    margin: 60px 0px 20px 0px;
    display: block;
}

h1 span {
    color: #0681EA;
    font-size: 53px;
    line-height: 46px;
}
p {
    color: #000;
    font: 20px/22px 'robotomedium';
    /*width: 430px;*/
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}
.bloque-skyblue{
    background-color: #87D7F5;
    width: 320px;
}	
.contenedor-foto {
    height: 190px;
    /* background-color: blueviolet; */
    vertical-align: middle;
    display: table-cell;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    width: 280px;
    transition: transform .2s;
}

/*Fin banners de publicidad*/
@media only screen and (max-width: 768px){
    body{
        background-position: center -126px;
    }
    h1{
        margin-top: 116px;
        font-size: 70px;
        line-height: 41px;
    }
    h1 span {
    font-size: 44px;
    }
    h2{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 24px;
    }
    .contenedor-videos{
        margin: 20px auto;
    }
}

@media only screen and (max-width: 640px){
    .main{
    margin: 46px auto 46px auto;
    padding-bottom: 100px;
    display: inline-block;
    }
}
    
@media only screen and (max-width: 640px) {
}
@media screen and (max-width: 768px) {
}