/* 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); } }
@font-face { font-family: 'Ancizar-Sans-BlackItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.svg#AncizarSans-BlackItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-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: 'Ancizar-Sans-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; }
@font-face { font-family: 'Ancizar-Sans-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: 'Ancizar-Sans-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; }
.directives_administrative { display: inline-block; margin: -50px 0 0; width: 80%; }
.directives_administrative .section_name { color: #0a526a !important; font-family: 'AncizarSans-BoldItalic', sans-serif !important; font-size: 40px !important; line-height: 1 !important; margin-bottom: 30px; margin-top: 10px; padding-left: 40px; }
.directives_administrative .person { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 50px; }
.directives_administrative .person .info { position: relative; width: 55vw; padding: 0 50px 0 40px; }
.directives_administrative .person .info .name { color: #09516a; font-family: 'Ancizar-Sans-LightItalic', sans-serif; font-size: 35px; line-height: 1; margin: 0; }
.directives_administrative .person .info .position { color: #09516a; font-family: 'Ancizar-Sans-Regular', sans-serif; font-size: 21px; margin: 0; text-transform: inherit; }
.directives_administrative .person .info .description { margin: 20px 0; }
.directives_administrative .person .info .description h4 { color: #0a526a !important; font-family: 'AncizarSans-Bold', sans-serif !important; font-size: 22px; font-weight: inherit; margin: 0; text-transform: inherit; }
.directives_administrative .person .info .description p { font-family: 'Ancizar-Sans-Light', sans-serif; font-size: 19px; margin: 0; }
.directives_administrative .person .info .description s { color: #039b9a !important; font-family: 'AncizarSans-Bold', sans-serif !important; text-decoration: none; }
.directives_administrative .person .info .description a { color: #039b9a !important; font-family: 'AncizarSans-RegularItalic', sans-serif !important; text-decoration: none; }
.directives_administrative .person .image { width: 25vw; padding: 0 80px 10px 5px; }
.directives_administrative .person .image .name_image { display: block; font-family: 'AncizarSans-BoldItalic', sans-serif; font-size: 16px; line-height: 1; margin: 5px 0 0; text-align: right; }
.directives_administrative .person::before { content: ''; background-color: #d9d9db; width: calc(100% - 30px); left: 0; right: 0; margin: 0 auto; position: absolute; height: 1px; bottom: 0; }
.directives_administrative .person:last-of-type::before { display: none; }

@media screen and (max-width: 100em) { .directives_administrative .person .info { width: 50vw; }
  .directives_administrative .person .image { width: 30vw; } }
@media screen and (max-width: 40em) { .directives_administrative { margin-top: -15px; width: 100%; padding: 0 25px; }
  .directives_administrative .person .info { margin-bottom: 20px; }
  .directives_administrative .person .info .name { font-size: 25px; }
  .directives_administrative .person .info .position, .directives_administrative .person .info .description p { font-size: 18px; }
  .directives_administrative .person .info .description { margin: 15px 0; }
  .directives_administrative .person .image { padding: 0 15px; } }
