/*Importamos Fuentes, Mixins y Variables*/
@font-face { font-family: 'AncizarSans-LightItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.svg#AncizarSans-LightItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'AncizarSans-Light'; src: url("../fonts/Ancizar-Sans/AncizarSans-Light.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Light.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Light.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Light.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Light.svg#AncizarSans-Light") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Light.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'AncizarSans-Regular'; src: url("../fonts/Ancizar-Sans/AncizarSans-Regular.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Regular.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.svg#AncizarSans-Regular") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'AncizarSans-Bold'; src: url("../fonts/Ancizar-Sans/AncizarSans-Bold.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Bold.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.svg#AncizarSans-Bold") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'AncizarSans-BoldItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.svg#AncizarSans-BoldItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
/* Animations */
@-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
/*Scale animation*/
@-webkit-keyframes scale { 25% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  75% { -webkit-transform: scale(1.05); transform: scale(1.05); } }
@keyframes scale { 25% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  75% { -webkit-transform: scale(1.05); transform: scale(1.05); } }
/* Fonts */
/* Fonts sizes */
body { background: transparent !important; overflow-x: hidden; }

.master_mosaic { margin: 0; padding: 60px 120px; position: relative; }
.master_mosaic .title { color: #0a526a; font-family: "AncizarSans-BoldItalic", Tahoma, Geneva, sans-serif; font-size: 45px; line-height: 1; margin-bottom: 30px; margin-top: 10px; }
.master_mosaic .master_info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-line-pack: stretch; align-content: stretch; margin: 0; position: relative; width: 100%; }
.master_mosaic .master_info .item { border-bottom: 2px solid #0a526a; display: inline-block; padding: 15px 30px 15px 0; }
.master_mosaic .master_info .item .content { position: relative; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.master_mosaic .master_info .item .content .content_item { display: block; position: relative; width: 100%; }
.master_mosaic .master_info .item .content .content_item:active, .master_mosaic .master_info .item .content .content_item:focus, .master_mosaic .master_info .item .content .content_item:hover { outline: none; text-decoration: none; }
.master_mosaic .master_info .item .content .detail_info { display: block; padding: 20px 15px; position: relative; }
.master_mosaic .master_info .item .content .detail_info .item_title { color: #0a526a; font-family: "AncizarSans-Bold", Tahoma, Geneva, sans-serif !important; font-size: 22px; line-height: 1.2; margin: 0; margin-bottom: 10px; min-height: 53px; padding: 0; text-transform: uppercase !important; }
.master_mosaic .master_info .item .content .detail_info .info { color: #58595b !important; font-family: "AncizarSans-Light", Tahoma, Geneva, sans-serif; font-size: 16px; line-height: 1.3; margin: 0; }
.master_mosaic .master_info .item .content .detail_info .master_department { display: inline-block; margin-top: 14px; padding: 0; position: relative; }
.master_mosaic .master_info .item .content .detail_info .master_department:active, .master_mosaic .master_info .item .content .detail_info .master_department:focus, .master_mosaic .master_info .item .content .detail_info .master_department:hover { outline: none; text-decoration: none; }
.master_mosaic .master_info .item .content .detail_info .master_department .name { background-color: #039b9a; color: #fff; display: inline-block; font-family: "AncizarSans-LightItalic", Tahoma, Geneva, sans-serif !important; font-size: 16px !important; line-height: 1; margin: 0; padding: 6px 13px; text-transform: inherit; }
.master_mosaic .master_info .item .content:active, .master_mosaic .master_info .item .content:hover, .master_mosaic .master_info .item .content:focus { -webkit-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.3); box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.3); }
.master_mosaic .master_images { display: inline-block; float: right; margin-top: 30px; padding: 0; width: 20%; }
.master_mosaic .master_images .image { padding-bottom: 30px; }

@media screen and (max-width: 1500em) { .master_mosaic .master_info .item .content_item .item_title { font-size: 21px; letter-spacing: 0.5px; padding: 15px; } }
@media screen and (max-width: 40em) { .master_mosaic { padding: 25px 25px 40px; }
  .master_mosaic .title { font-size: 35px; margin-bottom: 10px; }
  .master_mosaic .master_info { width: 100%; }
  .master_mosaic .master_info .item { padding: 0; margin: 15px 0; -webkit-box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.4); }
  .master_mosaic .master_info .item .content_item .item_title { padding: 0 0 5px; }
  .master_mosaic .master_images { display: none; } }
