/*
Theme Name: OBSER EN CONSTRUCION
Theme URI: http://obserdiscriminacion.gob.ar
Description: Theme Desarrollado por DIGESI ENACOM en base a diseño de Institucionales
Author: ENACOM
Author URI: http://enacom.gob.ar/
Tags:  microformats, rtl-language-support, editor-style, custom-menu
Version: 1.0
License: GPL
License URI: http://enacom.gob.ar/
 */

 @font-face {
    font-family: "Encode Sans Extra Bold";
    src: url("fonts/EncodeSans-ExtraBold.ttf");
  }


 * {
     font-family: 'Encode Sans', sans-serif;
    }
body {
    background-color: #541b5f;
}
.principal {
    position:relative;
    width: 100%;
    text-align: center;
    background-image: url('images/bg_index.jpg');
    background-size:cover;
}
.principal h1 {
    color:#fff;
    opacity: .75;
    font-weight:900;    
    font-family:"Encode Sans Extra Bold";
    font-size:45px
}
/* 8M */
.dia8m {
    color:#fff;
    margin: 0 auto;
    background-image: url('images/bg_dia8m.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding-left:40px;

}
.dia8m .dia8mCard {
    text-align: left;

}
.dia8m .dia8mCard span, .dia8m .dia8mCard h2 {
    display: inline-block;
    vertical-align: middle;
} 
.dia8m .dia8mCard span {
    font-size:50px;
    font-weight:800;
}

.dia8m .dia8mCard h2 {
    font-size:20px;
    margin-left:10px;
    margin-bottom: 0;
    
}
.dia8m p {
    font-size: 20px;
    margin: 0 auto;
}
@media (max-width:760px) {
    .principal {background-position-x: center;}
    .principal h1 {font-size:35px; }
    .dia8m .dia8mCard {
        text-align: center;
    
    }
    .dia8m .dia8mCard span, .dia8m .dia8mCard h2 {
        display: block;
       
    } 
    .dia8m p {
        display: block;
    }
    .dia8m {
        color:#fff;
        margin: 0 auto;
        background-image: none;

        padding-left:0;
    
    }
    
}
