@charset "utf-8";
a{cursor:pointer;-webkit-tap-highlight-color: rgba(0,0,0,0); text-decoration: none}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;margin:0 auto	}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
*, *:before, *:after { box-sizing: inherit;}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
.clear {clear:both}
strong{ font-weight:700;}
em{ font-style:italic;}
a:focus {outline:none !important;} 

::-webkit-scrollbar 		{ -webkit-appearance: none; width: 12px; _background-color: #f0f0f0; }
::-webkit-scrollbar-thumb 	{ border-radius: 12px; border: 4px solid rgba(255,255,255,0); background-clip: content-box; _background-color: #bfbfbf; background-color: #A0A0A0; }
::-webkit-scrollbar-corner 	{ background-color: #e6e6e6; }

html {
    background: #fff;
    color: #333;
    height: 100%;
    position: relative;
    text-align: center;
    -webkit-transition: top .05s linear, margin .05s linear;
    -moz-transition: top .05s linear, margin .05s linear;
    transition: top .05s linear, margin .05s linear;
    -webkit-box-sizing : border-box; 
    -moz-box-sizing    : border-box; 
    box-sizing         : border-box;
}
body {
    overflow-y: scroll;
    text-align: center;
    background-color: #fff;
    -webkit-transition: top .05s linear, margin .05s linear;
    -moz-transition: top .05s linear, margin .05s linear;
    transition: top .05s linear, margin .05s linear;
}



header {
    position: relative;
    background-color: #fff;
    height: 136px;
    width: 100%;
    z-index: 1000;
}
header::before,
header .st-top::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    display: block;
    width: 100%;
    height: 136px;
    background-color: #fff;
    z-index: 1;
}
header .st-top {
    position: relative;
    width: 100%;
    max-width: 960px;
    min-height: 136px;
    z-index: 2;
}




.header-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 142px;
    width: 100%;
    max-width: 280px;
    z-index: 11;
}
.header-logo img {
    width: 100%;
}

/* TOP NAV */
header .st-nav ul {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: auto;
    border-bottom: dotted 1px #333;
    z-index: 12;
}
.st-nav-show-bot {
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    font-weight: 900;
    width: 48px;
    height: 48px;
    background-image: url(../grp/ic_menu_24px.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}
header .st-nav li {
    float: left;
    margin-left: 10px;
}
header .st-nav li:first-child {
    margin-left: 0px;
}
header .st-nav li a:hover {
  
}
header .st-nav li a {
    position: relative;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 40px;
    color: #333;
    letter-spacing: 0px;
}
header .st-nav li a:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 10px;
    background-color: #95fffe;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .15s linear, bottom .05s linear;
    -moz-transition: opacity .15s linear, bottom .05s linear;
    transition: opacity .15s linear, bottom .05s linear;
}
header .st-nav li a:hover:after,
header .st-nav li a.sel:after {
    bottom: -5px;
    opacity: 1;
}



.header-social {
    position: absolute;
    top: 12px;
    right: 2px;
    z-index: 13;
}
.header-social a {
    float: left;
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    -webkit-transition: background-color .05s linear;
    -moz-transition: background-color .05s linear;
    transition: background-color .05s linear;
}
.header-social .icon {
    display: block;
    background-color: #95fffe;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    overflow: hidden;
    margin-top: 8px;
    background-size: 32px;
    -webkit-transition: background-color .05s linear;
    -moz-transition: background-color .05s linear;
    transition: background-color .05s linear;
}
.header-social a .shape {
    display: block;
    width: 38px;
    height: 38px;
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
}
.header-social .fb-shape {
    background-image: url(../grp/facebook.png);
}
.header-social .tw-shape {
    background-image: url(../grp/twitter.png);
}
.header-social .in-shape {
    background-image: url(../grp/instagram.png);
}
.header-social .pn-shape {
    background-image: url(../grp/pinterest.png);
}
.header-social .wa-shape {
    background-image: url(../grp/whatsapp.svg);
}
.header-social .tel-shape {
    background-image: url(../grp/tel.svg);
}
.header-social .email-shape {
    background-image: url(../grp/email.svg);
}
.header-social a:hover .icon {
    background-color: #333;
}

.wa {
    display: none;
}
.tel-top {
    display: none;
}
.email-top {
    display: none;
}

.footer {
    position: relative;
    width: 100%;
    margin-top: -23px;
}
.footer:before {
    content: '';
    position: absolute;
    top: 23px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index: 1;
}
.footer-bd {
    position: relative;
    width: 100%;
    max-width: 960px;    
    height: auto;
    overflow: hidden;
    padding-top: 23px;
    z-index: 2;
}
.footer-bloke-1 {
    width: 25%;
    float: left;
}
.footer-bloke-2 {
    width: 16.666%;
    height: 20px;
    float: left;
    display: block;
}
.footer-bloke-3 {
    position: relative;
    width: 33.333%;
    min-height: 240px;
    float: left;
    background-color: #868686;
    background: -webkit-linear-gradient(#868686, #333);
    background: -o-linear-gradient(#868686, #333);
    background: linear-gradient(#868686, #333);
    display: block;
    margin-top: -23px;
}
.footer-bloke-3:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -14px;
    width: 0;
    height: 0;
    border-bottom: 23px solid #000;
    border-left: 14px solid transparent;
}
.footer-bloke-3-bd {
    width: 100%;
    min-height: 240px;
    padding: 20px;
    background-color: #0c0c0c;
    background: -webkit-linear-gradient(#0c0c0c, #333);
    background: -o-linear-gradient(#0c0c0c, #333);
    background: linear-gradient(#0c0c0c, #333);
    display: block;
    overflow: hidden;
}
.footer-bloke-3-bd .titulo {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    text-align: left;
    letter-spacing: -1px;
    color: #fff;
}
.footer-bloke-3-bd .direccion {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #d1d1d1;
    margin-top: 10px;
}
.footer-bloke-3-bd .tel {
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
    letter-spacing: -1px;
    color: #fff;
    margin-top: 20px;
}
.footer-bloke-3-bd .email {
    width: 100%;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
    line-height: 18px;
    text-align: left;
    color: #d1d1d1;
    margin-top: 20px;
}
.footer-bloke-3-bd .email a {
    color: #d1d1d1;
}
.footer-lista {
    width: auto;
    display: block;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}
.footer-lista li {
    float: left;
    text-align: left;
    margin-top: 10px;
    clear: both;
}
.footer-lista li a {
    color: #d1d1d1;
}
.footer-lista li a:hover {
    color: #fff;
}
/* 

HOME 

*/
/* SLIDE */

.slide {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f2f2f2;
}
.slide-bd {
    height: inherit;
    width: 100%;    
    max-width: 960px;
    position: relative;
    height: 466px;
}
@media (max-width: 960px){
    .slide-bd {
        height: calc( ( 100vw * 466 / 960 ));
    }
}
.slide-bd ul {
    height: inherit;
    width: inherit;
    max-width: 960px;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-bd li {
    height: inherit;
    width: inherit;
    background-color: #f2f2f2;
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    opacity: .1;
}
.slide-bd li.animable {
    -webkit-transition: -webkit-transform .4s ease, opacity .4s linear;
    -moz-transition: -moz-transform .4s ease, opacity .4s linear;
    transition: transform .4s ease, opacity .4s linear;
}
.slide-bd li a {
    height: inherit;
    width: inherit;
}
.slide-bd img {
    height: inherit;
    width: inherit;
    position: relative;
    -webkit-transition: opacity .25s linear .9s;
    -moz-transition: opacity .25s linear .9s;
    transition: opacity .25s linear .9s;
}
.slide-bd .control {
    position: absolute;
    top: 50%;
    display: block;
    overflow: hidden;
    margin-top: -32px;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background-color: #111;
    -webkit-transition: background-color .05s linear;
    -moz-transition: background-color .05s linear;
    transition: background-color .05s linear;
}
.slide-bd .control:hover {
    background-color: #95fffe;
    cursor: pointer;
}
.slide-bd .disabled {
    pointer-events: none;
    opacity: .1;
}
.slide-bd li.show {
    pointer-events: auto;
    opacity: 1;
}
.slide-bd .hide {
    display: none;
}
.slide-bd .prev {
    left: -32px;
}
.slide-bd .next {
    right: -32px;
}
.slide-bd .shape {
    width: 64px;
    height: 64px;
    display: block;
    background-repeat: no-repeat;
    background-size: 28px 26px;
    background-position: center;
}
.slide-bd .prev-shape {
    background-image: url(../grp/prev.png);
}
.slide-bd .next-shape {
    background-image: url(../grp/next.png);
}
/* CARRERAS DESTACADO HOME */

.carreras-destacado-home {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.carreras-destacado-home-bd {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    overflow: hidden;
    display: block;
    padding: 60px 0;
}
.carreras-destacado-home-bd h2 {
    font-size: 32px;
     font-family: 'Roboto';
      font-weight: 900;
      margin-bottom: 30px;
     padding: 0 10px;
}
.carreras-destacado-home-bd h2 span {
 background-color: #fff;
 padding:0 5px;
}
.carreras-destacado-home-bd h2:after {
    content: "";
    border-top: solid 1px #333;
    display: block;
    margin-top: -20px;
}
.carreras-destacado-home-bd a {
    position: relative;
    width: 25%;
    padding:5px;
    height: auto;
    float: left;
    display:block;
}
.carreras-destacado-home-bd .titulo {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding:0 10px;
    display: none;
}
.carreras-destacado-home-bd .title {
    padding:5px;
    display: -webkit-flex; 
    display: flex;
    -webkit-flex-direction: row; 
    flex-direction: row;
    -webkit-align-items: flex-end; 
    align-items:         flex-end;
    -webkit-justify-content: space-between; 
    justify-content:         space-between;

    font-size: 12px;
    font-family: 'Roboto';
    line-height: 13px;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.carreras-destacado-home-bd .title .iniciales {
    font-size:54px;
    line-height: 42px;
    margin:0;
    padding: 0 5px 0 0;
    letter-spacing: -2px;
}
.carreras-destacado-home-bd .title span {
    font-size: 12px;
    display: block;
    width: 100%;
}

.carreras-destacado-home-bd .titulo img {
    position: relative;
    width: 100%;
    display: none;
}
.carreras-destacado-home-bd .titulo img:first-child {
    display: block;
}
.carreras-destacado-home-bd a:hover .titulo img {
    display: block;
}
.carreras-destacado-home-bd a:hover .titulo img:first-child {
    display: none;
}
.carreras-destacado-home-bd a:hover .thumb img {
    border: solid 6px #000;
}
.carreras-destacado-home-bd .thumb {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
}
.carreras-destacado-home-bd .thumb img {
    position: relative;
    top: 0px;
    left: 0px;
    -webkit-transition: border .2s ease;
    -moz-transition: border .2s ease;
    transition: border .2s ease;
    border: solid 6px #fff;
    width: 100%;
    height: auto;
}
.carreras-destacado-home-bd .bot {
    position: relative;
    float: left;
    width: 64px;
    height: 64px;
    margin: 5px 0 10px 5px;
    background-color: #000;
    border-radius: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 64px;
    color: #fff;
}
.carreras-destacado-home-bd .bot:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 22px;
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-right: 10px solid transparent;
}
.carreras-destacado-home-bd .bot:hover {
    background-color: #95fffe;
}
.carreras-destacado-home-bd .bot:hover:after {
    border-top: 10px solid #95fffe;
}
.carreras-destacado-home-bd .new {
    position: relative;
    float: right;
    width: auto;
    height: auto;
    margin: 20px 5px 0px 5px;
    padding: 4px 8px;
    border-radius: 6px;
    background-color: #ff068e;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
}
/* BLOQUE DETACADO HOME */

.bloque-destacado-home {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #d8ecea;
}
.bloque-destacado-home-bd {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    padding: 60px 20px;
}
.bloque-destacado-home-bd .titulo {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -2px;
    margin-bottom: 10px;
}

.bloque-destacado-home-bd .titulo-2 {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
}

.bloque-destacado-home-bd .texto {
    position: relative;
    width: 100%;
    max-width: 720px;
    height: auto;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #000;
}
.bloque-destacado-home-bd .texto p {
    margin-bottom: 20px;

}
/* NOVEDADES DETACADO HOME */

.novedades-destacado-home {
    height: auto;
    width: 100%;
    max-width: 960px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.novedades-destacado-home-bd {
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 0;
    overflow: hidden;
}
.novedades-destacado-home-bd h2.titulo {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    border-bottom: dotted 1px #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 53px;
    letter-spacing: -2px;
}
.novedades-destacado-home-bd h2.titulo a {
    color: #000;
}
.novedades-destacado-home-bd li {
    float: left;
    width: 50%;
    padding:10px;
    margin-top: 50px;
}
.novedades-destacado-home-bd li:nth-of-type(2n+1) {
    clear: both;
}
.novedades-destacado-home-bd li a {
    width: 100%;
}
.novedades-destacado-home-bd .img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: solid 1px #ddd;
    -webkit-transition: border .2s ease;
    -moz-transition: border .2s ease;
    transition: border .2s ease;
}
.novedades-destacado-home-bd .img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: transform .25s ease;
    -moz-transition: transform .25s ease;
    transition: transform .25s ease;
}
.novedades-destacado-home-bd a:hover .img img {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: transform 2s ease;
    -moz-transition: transform 2s ease;
    transition: transform 2s ease;
}
.novedades-destacado-home-bd li .titulo {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 38px;
    color: #000;
    display: inline-block;
    width: 190px;
    background: url('../grp/linea-dot.png') 0 38px repeat-x;
    height: 76px;
    margin-top: 10px;
}
.novedades-destacado-home-bd li .texto {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #000;
}
.novedades-destacado-home-bd .bot {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 20px auto 5px;
    background-color: #000;
    border-radius: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 64px;
    color: #fff;
}
.novedades-destacado-home-bd .bot:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 22px;
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-right: 10px solid transparent;
}
.novedades-destacado-home-bd .bot:hover {
    background-color: #95fffe;
}
.novedades-destacado-home-bd .bot:hover:after {
    border-top: 10px solid #95fffe;
}
/* 

INSTITUCIONAL 

*/
/* SLIDE */

.top-institucional {
    background-color: #fff;
    position: relative;
    width: auto;
    height: auto;
}
.top-institucional-bd {
    position: relative;
    width:100%;
    max-width:  960px;
    height: auto;
    display: block;

}
.nav-institucional {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 10px 20px;
}
.nav-institucional h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 42px;
    color: #333;
    margin-bottom: 20px;
}
.nav-institucional h2 span { 
    background-color: #fff;
    padding: 0 5px;
}
.nav-institucional h2:after {
    content: "";
    border-top: solid 1px #333;
    display: block;
    margin-top: -20px;
}
.nav-institucional ul {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
  
}
.nav-institucional li {
    margin: 5px;
}
.nav-institucional li a {
    display: block;
    height: 36px;
    line-height: 36px;
    background-color: #fff;
    padding: 0 5px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.nav-institucional li a:hover {
    color: #fff;
    background-color: #333;
}

/* BLOQUE INSTITUCIONAL */
.bloque-institucional {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.bloque-institucional-bd {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    padding: 60px 0;
}
.bloque-institucional-bd .titulo,
.bloque-1-carrera-bd .titulo {
    padding: 10px;
    width: 100%;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 36px;
}
.bloque-1-carrera-bd .titulo-2 {
    padding: 10px;
    width: 100%;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 23px;
}
.bloque-institucional-bd h2.titulo {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    border-bottom: dotted 1px #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    letter-spacing: -2px;
    color: #333;
}
.bloque-institucional-bd .texto {
    position: relative;
    width: 100%;
    max-width: 720px;
    height: auto;
    padding: 0 10px;
    margin-top: 20px;

    font-size: 18px;

    line-height: 30px;
    text-align: left;
    color: #333;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-lines: 2;
    hyphenate-limit-lines: 2;
}
.bloque-institucional-bd .texto p {
    margin-bottom: 20px;
}
.bloque-institucional-bd .bot {
    position: relative;
    width: 52px;
    height: 54px;
    margin: 40px auto 20px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.bloque-institucional-bd .bot:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 16px;
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-right: 10px solid transparent;
}
.bloque-institucional-bd .subir {
    position: relative;
    display: inline-block;
    font-family: 'Times New Roman', Times;
    font-size: 18px;
    font-style: italic;
    color: #000;
    margin-top: 20px;
}
/* BLOQUE 1 INSTITUCIONAL */
.bloque-1-institucional {
    max-width: 960px;
    background-color: #fff;
}
.bloque-1-institucional-bd .texto {
    font-family: 'Times New Roman', Times;
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
    text-align: left;
    color: #333;
}
.bloque-1-institucional-bd .bot {
    background-image: url('../grp/i_icon.png');
}
/* BLOQUE 2 INSTITUCIONAL */
.bloque-2-institucional {
    background-color: #d8ecea;
}
.bloque-2-institucional-bd .texto {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
}
.bloque-2-institucional-bd .bot {
    background-image: url('../grp/mision_icon.png');
}
/* BLOQUE 3 INSTITUCIONAL */
.bloque-3-institucional {
    background-color: #f6f6f6;
}

.bloque-3-institucional-bd .texto {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
}
.bloque-3-institucional-bd .bot {
    background-image: url('../grp/heart_icon.png');
}
/* BLOQUE 4 INSTITUCIONAL */
.bloque-4-institucional {
    background-color: #f6f6f6;
}
.bloque-4-institucional .list {
    margin-top: 100px;
    display: -webkit-flex; 
    display: flex;
    -webkit-flex-wrap: wrap; 
    flex-wrap:         wrap;
}
.bloque-4-institucional .list li {
    position: relative;
    width: 32.333%;
    margin: 0 .5%;
    padding: 20px 5px;
    border-radius: 4px 4px 12px 12px;
    background-color: rgba(0,0,0,.08);
    margin-bottom: 120px;
}
.bloque-4-institucional .list li:nth-child(even) {
    background-color: rgba(0,0,0,.03);
}

.bloque-4-institucional .list .avatar {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
  
    box-shadow:0 2px 5px rgba(0,0,0,.3), 0 12px 32px rgba(0,0,0,.2);
    z-index: 1;
    margin-top: -60px;
}

.bloque-4-institucional .list h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.bloque-4-institucional .list h3 {
    font-family: 'Times New Roman', Times;
    font-size: 16px;
    font-style: italic;
    color: #000;
    min-height: 60px;
}
.bloque-4-institucional-bd .texto {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    max-height: 400px;
    overflow: auto;
}
.bloque-4-institucional-bd .bot {
    background-image: url('../grp/heart_icon.png');
}
@media (max-width: 768px){
    .bloque-4-institucional .list li {
        width: 48%;
    }
}
@media (max-width: 580px){
    .bloque-4-institucional .list li {
        width: 98%;
        padding: 20px;
    }
    .bloque-4-institucional-bd .texto {
        max-height: none;
        font-size: 16px;
        line-height: 28px;
    }
}
@media (max-width: 380px){
    .bloque-4-institucional .list li {
        padding: 10px;
    }
}

.staff {
    background: #d8ecea;
}
.bloque-4-institucional .list-h {
    margin-top: 100px;
    display: -webkit-flex; 
    display: flex;
    -webkit-flex-wrap: wrap; 
    flex-wrap: wrap;
    flex-direction: column;
}

.bloque-4-institucional .list-h li {
    position: relative;
    width: 100%;
  
    margin: 0 .5%;
    padding: 20px 5px;
    border-radius: 12px;

    text-align: left;
    display: -webkit-flex; 
    display: flex;
    -webkit-flex-wrap: nowrap; 
    flex-wrap: nowrap;
    -webkit-justify-content: center; 
    justify-content:         center;
    -webkit-align-items: center; 
    align-items:         center;
     margin-bottom: 10px;
}
/*
.bloque-4-institucional .list-h li:nth-child(even) {
    text-align: right;
    -webkit-align-self: flex-end; 
    align-self: flex-end;
    -webkit-flex-direction: row-reverse; 
    flex-direction:         row-reverse;
}
*/

.bloque-4-institucional .list-h .avatar {
    position: relative;
    width: 100%;
    max-width: 110px;
    border-radius: 4px;  
    box-shadow:0 2px 5px rgba(0,0,0,.3), 0 12px 32px rgba(0,0,0,.2);
    z-index: 1;
    margin:0px;
}
.bloque-4-institucional .list-h .staff-info {
    width: 60%;
    margin: 10px;
    padding-left: 10px;
}
.bloque-4-institucional .list-h h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.bloque-4-institucional .list-h h3 {
    font-family: 'Times New Roman', Times;
    font-size: 16px;
    font-style: italic;
    color: #000;;
}
.bloque-4-institucional .list-h p {
    word-break: break-all;
}
.bloque-4-institucional .list-h p a {
    color: #222;
    border-bottom: dotted 1px #444;
}
@media (max-width: 520px){
    .bloque-4-institucional .list-h .staff-info {
        width: 66.666%;
    }
}



/* 

CARRERAS Y CURSOS 

*/
/* CARRERAS */
/* TOP */

.egresados-top,
.carreras-top,
.cursos-top,
.novedades-top,
.beneficios-top,
.contacto-top {
    position: relative;
    height: auto;
    width: 100%;
}
.egresados-top:before,
.carreras-top:before,
.cursos-top:before,
.novedades-top:before,
.beneficios-top:before,
.contacto-top:before  {
    content: '';
    position: absolute;
    top: 0px;
    left: 0%;
    margin-left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #95fffe;
}
.egresados-top-bd,
.carreras-top-bd,
.cursos-top-bd,
.novedades-top-bd,
.beneficios-top-bd,
.contacto-top-bd {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    display: block;
    min-height: 186px;
    background-color: #95fffe;
    z-index: 10;
}
.egresados-top-bd .titulo,
.carreras-top-bd .titulo,
.cursos-top-bd .titulo,
.novedades-top-bd .titulo,
.beneficios-top-bd .titulo,
.contacto-top-bd .titulo {
    position: absolute;
    bottom: 34px;
    right: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
    color: #f4f4f4;
    letter-spacing: -5px;
}
.egresados-top-bd .subtitulo,
.carreras-top-bd .subtitulo,
.cursos-top-bd .subtitulo,
.novedades-top-bd .subtitulo,
.contacto-top-bd .subtitulo {
    position: absolute;
    bottom: 23px;
    right: 20px;
    font-family: Times;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    line-height: 22px;
    color: #333;
}
.carreras-top-bd:after,
.cursos-top-bd:after,
.novedades-top-bd:after,
.beneficios-top-bd:after,
.contacto-top-bd:after {
    content: "";
    position: absolute;
    bottom: -64px;
    right: -64px;
    width: 0;
    height: 0;
    border-top: 64px solid #000;
    border-right: 64px solid transparent;
}
/* CARRERAS DESTACADO HOME */

.carreras-nav {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.carreras-nav-bd {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    overflow: hidden;
    display: block;
    padding: 60px 0;
}
.carreras-nav-bd a {
    position: relative;
    width: 25%;
    height: auto;
    float: left;
}
.carreras-nav-bd .titulo {
    position: relative;
    width: 230px;
    height: 76px;
    overflow: hidden;
}
.carreras-nav-bd .titulo img {
    position: absolute;
    top: 0px;
    left: 0px;
}
.carreras-nav-bd a:hover .titulo img {
    top: -76px;
}
.carreras-nav-bd a:hover .thumb img {
    border: solid 6px #000;
}
.carreras-nav-bd .thumb {
    position: relative;
    width: 230px;
    height: 210px;
    overflow: hidden;
    margin-top: 15px;
}
.carreras-nav-bd .thumb img {
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: border .2s ease;
    -moz-transition: border .2s ease;
    transition: border .2s ease;
    border: solid 1px #fff;
}
.carreras-nav-bd .bajada {
    position: relative;
    width: 230px;
    height: 80px;
    overflow: hidden;
    margin: 15px auto;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-align: left;
    background-color: #f9f9f9;
    color: #555;
}
.carreras-nav-bd .bot {
    position: relative;
    float: left;
    width: 64px;
    height: 64px;
    margin: 5px 0 10px 5px;
    background-color: #000;
    border-radius: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 64px;
    color: #fff;
}
.carreras-nav-bd .bot:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 22px;
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-right: 10px solid transparent;
}
.carreras-nav-bd .bot:hover {
    background-color: #95fffe;
}
.carreras-nav-bd .bot:hover:after {
    border-top: 10px solid #95fffe;
}
/* CURSOS */
/* TOP2 */

.cursos-top2 {
    background-color: #95fffe;
    position: relative;
    width: auto;
    height: auto;
    min-width: 960px;
}
.cursos-top2-bd {
    position: relative;
    width: 960px;
    height: auto;
    display: block;
    z-index: 10;
}
/* CURSOS NAV */

.cursos-nav {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.cursos-nav-bd {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0;
}
.cursos-nav-bd fieldset {
    border-top: solid 1px #ccc;
    width: 100%;
    margin: 40px auto 10px;
    display: block;
    text-align: left;
    float: left;
    border-radius: 12px;
}
.cursos-nav-bd legend {
    background-color: #fff;
    padding: 4px 22px;
    font-size: 28px;
    font-style: italic;
    color: #555;
}
.cursos-nav-bd a {
    position: relative;
    width: 25%;
    height: auto;
    float: left;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 30px;
    padding: 5px;
}
.cursos-nav-bd a:hover .bg {
    background-color: #ccc;
}
.cursos-nav-bd a .destacado {
    position: relative;
    width: 100%;
    height: auto;
    font-family: Times;
    font-size: 22px;
    line-height: 34px;
    font-style: italic;
    color: #000;
}
.cursos-nav-bd a .destacado:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #000;
}
.cursos-nav-bd a .duracion {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: Times;
    font-size: 16px;
    font-style: italic;
    color: #000;
}
.cursos-nav-bd a .bg {
    position: relative;
    background-color: #e5e5e5;
    width: 100%;
    min-height: 170px;
    margin: 0px;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    transition: background .5s ease;
}
.cursos-nav-bd a .titulo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #222;
    padding: 15px 10px;
    background-color: rgba(229, 229, 229, .9);
    border-bottom: dotted 1px #000;
    z-index: 2;
    -webkit-transition: height .3s cubic-bezier(1, .1, 0, 1);
    -moz-transition: height .3s cubic-bezier(1, .1, 0, 1);
    transition: height .3s cubic-bezier(1, .1, 0, 1);
}
.cursos-nav-bd a:hover .titulo {
    height: 130px;
}
.cursos-nav-bd a .inicio {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: Times;
    font-size: 16px;
    font-style: italic;
    color: #000;
    padding: 10px;
}
.cursos-nav-bd a .dias {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000;
    padding: 10px;
}
.cursos-nav-bd a .horario {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    padding: 10px;
}
.cursos-nav-bd a .bajada {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 17px;
    margin-top: 10px;
    color: #333;
}
/* BOT */

.cursos-nav-bd .bot {
    position: relative;
    float: left;
    width: 46px;
    height: 46px;
    margin: 5px 0 10px 5px;
    background-color: #000;
    border-radius: 50%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 46px;
    text-align: center;
    color: #fff;
}
.cursos-nav-bd .bot:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 16px;
    width: 0;
    height: 0;
    border-top: 7px solid #000;
    border-right: 7px solid transparent;
}
.cursos-nav-bd .bot:hover {
    background-color: #95fffe;
}
.cursos-nav-bd .bot:hover:after {
    border-top: 10px solid #95fffe;
}
/* BLOQUE 1 CARRERA */

.bloque-1-carrera {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.interiores .bloque-1-carrera {
    background-color: #c3f2f8;
}
.grafico .bloque-1-carrera {
    background-color: #ffd7b3;
}
.audiovisual .bloque-1-carrera {
    background-color: #fdc9e3;
}
.paisaje .bloque-1-carrera {
    background-color: #d9eacd;
}
.especializacion .bloque-1-carrera {
    background-color: #f5d233;
}
.bloque-1-carrera-bd {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    padding: 60px 20px;
}
.bloque-1-carrera-bd .texto {
    position: relative;
    width: 100%;
    max-width: 720px;
    height: auto;
    margin-top: 20px;
   
    color: #000;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-lines: 2;
    hyphenate-limit-lines: 2;

    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}
.bloque-1-carrera-bd .texto p {
    margin-bottom: 20px;
}
.bloque-1-carrera-bd .bot {
    position: relative;
    width: 52px;
    height: 54px;
    margin: 40px auto 0;
    background-color: #000;
    background-image: url('../grp/i_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.bloque-1-carrera-bd .bot:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 16px;
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-right: 10px solid transparent;
}
.bloque-1-carrera-bd .subir {
    position: relative;
    display: block;
    font-family: 'Times New Roman', Times;
    font-size: 18px;
    font-style: italic;
    color: #000;
    margin-top: 20px;
}
/* BLOQUE 2 CARRERA */

.bloque-2-carrera {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.bloque-2-carrera-bd {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    padding: 60px 0;
}
.bloque-2-carrera-bd h2.titulo {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    border-bottom: dotted 1px #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 53px;
    letter-spacing: -2px;
    color: #333;
}
.bloque-2-carrera-bd .bajada {
    margin-top: 10px;
    font-family: 'Times';
    font-style: italic;
    font-size: 16px;
}
.bloque-2-carrera-bd .texto {
    margin-top: 20px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4em;
    text-align: left;

}
.bloque-2-carrera-bd .texto a {
    color: #444;
    border-bottom: dotted 1px #666;
}
.bloque-2-carrera-bd .texto div {
    margin-bottom: 20px;
    max-width: 748px;
    padding: 10px;
}
.bloque-2-carrera-bd .texto div h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.bloque-2-carrera-bd .texto ul {
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px;
    max-width: 768px;
}
.bloque-2-carrera-bd .texto li {
    list-style: disc;
    margin-left: 30px;
    margin-bottom: 5px;
}
.bloque-2-carrera-bd .texto ol {
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px;
    max-width: 768px;
}
.bloque-2-carrera-bd .texto ol li {
    list-style: decimal;
}

.bloque-2-carrera-bd .sello {
    position: relative;
    width: 68px;
    height: 68px;
    font-family: 'Times';
    font-style: italic;
    letter-spacing: -3px;
    line-height: 68px;
    font-size: 42px;
    color: #111;
    margin: 10px auto 0;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    display: block;
}
.bloque-2-carrera-bd .sello:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 26px;
    width: 0;
    height: 0;
    border-top: 12px solid #000;
    border-right: 12px solid transparent;
}
.interiores .bloque-2-carrera-bd .sello {
    background-color: #69d5e2;
}
.grafico .bloque-2-carrera-bd .sello {
    background-color: #f59547;
}
.audiovisual .bloque-2-carrera-bd .sello {
    background-color: #f83797;
   
}
.paisaje .bloque-2-carrera-bd .sello {
    background-color: #61a630;
}

.especializacion .bloque-2-carrera-bd .sello {
    background-color: #f5d233;
}

.interiores .bloque-2-carrera-bd .sello:after {
    border-top: 12px solid #69d5e2;
}
.grafico .bloque-2-carrera-bd .sello:after {
    border-top: 12px solid #f59547;
}
.audiovisual .bloque-2-carrera-bd .sello:after {
    border-top: 12px solid #f83797;
}
.paisaje .bloque-2-carrera-bd .sello:after {
    border-top: 12px solid #61a630;
}
.especializacion .bloque-2-carrera-bd .sello:after {
    border-top: 12px solid #f5d233;
}

.bloque-2-carrera-bd .cuatrimestres {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    clear: both;
}
.bloque-2-carrera-bd .cuatrimestre {
    float: left;
    position: relative;
    width: 50%;
    height: auto;
    margin: 10px 0;
    padding: 0 10px;
}
.bloque-2-carrera-bd .cuatrimestre:nth-of-type(2n+3) {
    clear: both;
}
.bloque-2-carrera-bd .cuatrimestre-top {
    border-top: dotted 1px #000;
    background: #fff;
    overflow: hidden;
}
.bloque-2-carrera-bd .numero {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 110px;
    height: 80px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 75px;
    line-height: 80px;
    letter-spacing: -2px;
    color: #222;
}
.bloque-2-carrera-bd .nombre {
    float: left;
    width: 100%;
    height: 80px;
    padding-left: 110px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 80px;
    letter-spacing: -1px;
    text-align: left;
    color: #222;
}
.bloque-2-carrera-bd .materias {
    position: relative;
    margin: 0;
    padding: 10% 20%;
    text-align: left;
    display: block;
    background-color: #f0f1f2;
    height: auto;
    overflow: hidden;
    min-height: 150px;
}
.bloque-2-carrera-bd .materias:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 12px solid #fff;
    border-right: 12px solid transparent;
}
.bloque-2-carrera-bd .materias li {
    position: relative;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin-top: 5px;
    padding-left: 16px;
    clear: both;
}
.bloque-2-carrera-bd .materias li:before {
    content: "— ";
    position: absolute;
    top: 0px;
    left: 0px;
}
.bloque-2-carrera-bd .cuatrimestre:nth-child(even) .cuatrimestre-top {
    background: #111;
    overflow: hidden;
}
.bloque-2-carrera-bd .cuatrimestre:nth-child(even) .numero {
    color: #fff;
}
.bloque-2-carrera-bd .cuatrimestre:nth-child(even) .nombre {
    color: #fff;
}
.bloque-2-carrera-bd .cuatrimestre:nth-child(even) .materias {
    background-color: #fff;
}
.bloque-2-carrera-bd .cuatrimestre:nth-child(even) .materias:before {
    border-top: 12px solid #222;
}
.bloque-2-carrera-bd .bot {
    position: relative;
    width: 54px;
    height: 54px;
    margin: 40px auto 0;
    background-color: #000;
    background-image: url('../grp/mision_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.bloque-2-carrera-bd .bot:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 16px;
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-right: 10px solid transparent;
}
.bloque-2-carrera-bd .subir {
    position: relative;
    display: block;
    font-family: 'Times New Roman', Times;
    font-size: 18px;
    font-style: italic;
    color: #000;
    margin-top: 20px;
}
/* BLOQUE 1 CURSO */
.inscribite {
    width: 100%;
    background-color: #f5f5f5;
    overflow: hidden;
}
.inscribite-bd {
    width: 100%;
    max-width: 960px;
    padding: 5px 0;
}
@media (max-width: 960px){
    .inscribite-bd {        
        padding: 5px 10px;
    }
}


.inscribite-bd .bot {
    display: block;
    float: right;
    background-color: #0070c9;
    background: -webkit-linear-gradient(#42a1ec,#0070c9);
    background: linear-gradient(#42a1ec,#0070c9);
    border: solid 1px #07c;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 400;
    padding:10px 20px;
    font: 300 16px/22px 'Roboto', sans-serif;
    margin: 5px 0;
    transition: box-shadow 100ms linear;
}
.inscribite-bd .bot:focus,
.inscribite-bd .bot:hover{
    box-shadow:0 0 22px rgba(0,0,0,.25), 0 1px 5px rgba(0,0,0,.8);
}

.bloque-1-curso {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
}
.bloque-1-curso-bd {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    padding: 60px 20px;
}
.bloque-1-curso-bd .titulo {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 38px;
    line-height: 40px;
    text-align: left;
    color: #222;
}
.bloque-1-curso-bd .titulo .bajada {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 40px;
    text-align: left;
    color: #000;
}
.bloque-1-curso-bd .subtitulo {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #222;
}
.bloque-1-curso-bd .texto p {
    margin-bottom: 20px;
}
.bloque-1-curso-bd .texto {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #222;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-lines: 2;
    hyphenate-limit-lines: 2;
}
.bloque-1-curso-bd .texto ul {
    margin-bottom: 20px;
}
.bloque-1-curso-bd .texto li {
    list-style: square;
    margin-left: 30px;
}
.bloque-1-curso-bd .texto2 {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #444;
}
.bloque-1-curso-bd .duracion {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    color: #000;
}
.bloque-1-curso-bd .inicio {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 14px;
    font-style: italic;
    text-align: left;
    color: #000;
}
.bloque-1-curso-bd .dias {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 14px;
    font-style: italic;
    text-align: left;
    color: #000;
}
.bloque-1-curso-bd .horario {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 14px;
    font-style: italic;
    text-align: left;
    color: #000;
}
/* NOVEDADES */
/* TOP2 */
.novedades-top2 {
    background-color: #95fffe;
    position: relative;
    width: auto;
    height: auto;
    min-width: 960px;
}
.novedades-top2-bd {
    position: relative;
    width: 960px;
    height: auto;
    display: block;
    z-index: 10;
}



/* NOVEDADES LISTADO */

.novedades-lista {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f2f2f2;
    border-top: solid 1px #ccc;
    z-index: 1;
    clear: both;
}
.novedades-lista-bd {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    padding: 0; 
}

.novedades-lista-nav {
    display: none;
}


.novedades-lista-bd h3 {
    text-align: left;
    padding:0 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.novedades-lista-bd .short {
    position: relative;
    float: right;
    width: 52%;
    z-index: -1;
}
.novedades-lista-bd .short ul {
    width: 95%;
    float: left;
}
.novedades-lista-bd .aside{
    float: right;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 50px;
    background-color: #f2f2f2;
}

.novedades-lista-bd .aside:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 99%;
    width: 90%;
    border-left: solid 1px #ccc;
    box-shadow: 0 1px 1px rgba(0,0,0,.3),0 2px 22px rgba(0,0,0,.14);
    z-index: -1;
}
.novedades-lista-bd .short ul .bot {
    font-family: 'Times';
    font-style: italic;
    text-transform: lowercase;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    background: none;
    width: auto;
    height: auto;
    margin:auto;
}
.novedades-lista-bd .short ul .bot:after {
   display: none;
}


.novedades-lista-bd li {
    position: relative;
    float: left;
    width: 50%;
    padding:0 5px;
    margin: 25px 0;
}
.novedades-lista-bd .aside ul li {
    width: 50%;
    margin: 25px 0 0;
    padding:0 25px;
}
.novedades-lista-bd li:nth-of-type(2n+3) {
    clear: both;
}
.novedades-lista-bd hr {
    margin: 5px;
    height: 1px;
    background-color: #999;
    border: none;
    clear: both;
}
.novedades-lista-bd fieldset{
	border-top: solid 1px #ccc;
	width: 100%;
	margin: 43px auto 10px;
	display: block;
	text-align: left;
	float: left;
}
.novedades-lista-bd legend {
	
	padding: 4px 22px;
	font-size: 28px;
	font-style: italic;
	color: #555;
}
.novedades-lista-bd .short legend,
.novedades-lista-bd .aside legend {
    margin-left: 0px;
    padding: 4px 22px;
}

.novedades-lista-bd li a {
    width: 100%;
}
.novedades-lista-bd .img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: solid 1px transparent;
    -webkit-transition: border .2s ease;
    -moz-transition: border .2s ease;
    transition: border .2s ease;
}
.novedades-lista-bd .img {
   
}
.novedades-lista-bd .img img {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    -webkit-transition: transform .25s ease;
    -moz-transition: transform .25s ease;
    transition: transform .25s ease;
}
.novedades-lista-bd a:hover .img img {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: transform 2s ease;
    -moz-transition: transform 2s ease;
    transition: transform 2s ease;
}
.novedades-lista-bd li .titulo {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 0 0px;
    text-align: left;
    overflow: hidden;
}
.novedades-lista-bd li .texto {
    width: 100%;
    height: auto;
    padding: 0 0px;
    font-family: Times;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    color: #000;
    overflow: hidden;
}
.novedades-lista-bd .bot {
    position: relative;
    width: 38px;
    height: 38px;
    margin: 15px auto;
    float: left;
    background-color: #000;
    border-radius: 50%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 38px;
    color: #fff;
}
.novedades-lista-bd .bot:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 14px;
    width: 0;
    height: 0;
    border-top: 8px solid #000;
    border-right: 8px solid transparent;
}
.novedades-lista-bd .bot:hover {
    background-color: #95fffe;
}
.novedades-lista-bd .bot:hover:after {
    border-top: 10px solid #95fffe;
}
/* BLOQUE 1 NOVEDAD */

.bloque-1-novedad {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f2f2f2;
}
.interiores .bloque-1-novedad {
    background-color: #03cae2;
}
.grafico .bloque-1-novedad {
    background-color: #f59547;
}
.audiovisual .bloque-1-novedad {
    background-color: #f83797;
}
.paisaje .bloque-1-novedad {
    background-color: #61a630;
}
.bloque-1-novedad-bd {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    padding: 60px 20px;
}
.bloque-1-novedad img {
    width: 100%;
    max-width: 960px;
}
.bloque-1-novedad-bd .titulo {
    position: relative;
    width: 100%;
    height: auto;
    margin: 40px auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 38px;
    line-height: 40px;
    text-align: left;
    color: #222;
}
.bloque-1-novedad-bd .titulo .bajada {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    color: #222;
}
.bloque-1-novedad-bd .subtitulo {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 28px;
    text-align: left;
    color: #222;
}
.bloque-1-novedad-bd .texto {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    color: #222;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-lines: 2;
    hyphenate-limit-lines: 2;
}
.bloque-1-novedad-bd .texto ul {
    margin-bottom: 20px;
}
.bloque-1-novedad-bd .texto li {
    list-style: square;
    margin-left: 30px;
}
.bloque-1-novedad-bd .texto li li {
    list-style: circle;
}
.bloque-1-novedad-bd .texto p {
    margin-bottom: 20px;
}
.bloque-1-novedad-bd .texto p a {
    color: inherit;
    border-bottom: solid 1px currentColor;
}
.bloque-1-novedad-bd .texto img {
    display: inline;
    float: left;
    margin: -20px 30px 20px 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .7), 0 5px 25px rgba(0, 0, 0, .3);
}
.bloque-1-novedad-bd .texto img.right {
    display: inline;
    float: right;
    margin: 0 -110px 20px 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .7), 0 5px 25px rgba(0, 0, 0, .3);
}
.bloque-1-novedad-bd .texto .quote {
    display: inline;
    float: left;
    margin: 0 20px 20px -80px;
    padding: 20px;
    max-width: 250px;
    font-size: 20px;
}
.bloque-1-novedad-bd .dest p {
    font-size: 17px;
    color: #000;
}
.bloque-1-novedad-bd .img {
    margin: 80px auto 80px;
}
.bloque-1-novedad-bd .img img {} 
.bloque-1-novedad-bd .bot {
    position: relative;
    width: 52px;
    height: 54px;
    margin: 40px auto 0;
    background-color: #000;
    background-image: url('../grp/i_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.bloque-1-novedad-bd .bot:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 16px;
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-right: 10px solid transparent;
}
.bloque-1-novedad-bd .subir {
    position: relative;
    display: block;
    font-family: 'Times New Roman', Times;
    font-size: 18px;
    font-style: italic;
    color: #000;
    margin-top: 20px;
}
.bloque-1-novedad-bd iframe {
    width: 100%;
    max-width: 960px;
    height: 540px;
}


/* BENEFICIOS LISTADO */
.beneficios-lista {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f2f2f2;
    border-top: solid 1px #ccc;
    z-index: 1;
    clear: both;
padding-bottom: 50px;
}
.beneficios-lista-bd {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    padding: 0; 

}
.beneficios-lista-bd hr {
    margin: 5px;
    height: 1px;
    background-color: #999;
    border: none;
    clear: both;
}
.beneficios-lista-bd fieldset{
    border-top: solid 1px #ccc;
    width: 100%;
    margin: 43px auto 10px;
    display: block;
    text-align: left;
    float: left;
}
.beneficios-lista-bd legend {
    background-color: #f2f2f2;
    padding: 4px 22px;
    font-size: 28px;
    font-style: italic;
    color: #555;
}
.beneficios-lista-bd li {
    position: relative;
    float: left;
    width: 33.333%;
    padding:0 25px;
    margin: 25px 0;
}
.beneficios-lista-bd li:nth-child(4) {
    clear: both;
}
.beneficios-lista-bd .img {
    position: relative;
    width: 100%;
    max-width: 320px;
    height: auto;
    overflow: hidden;
    float: left;
}
.beneficios-lista-bd .img img {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    -webkit-transition: transform .25s ease;
    -moz-transition: transform .25s ease;
    transition: transform .25s ease;
}
.beneficios-lista-bd li .titulo {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 0 0px;
    text-align: left;
    overflow: hidden;
}
.beneficios-lista-bd li .texto {
    width: 100%;
    height: auto;
    padding: 0 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    color: #000;
    overflow: hidden;
}


/* EGRESADOS */
.egresados {
    background-color: #f2f2f2;
}
.egresado-logo {
    position: relative;
    width: 100%;
    height: auto; 
    margin-top: -100px;
}
.egresado-logo-bd {
    position: relative;
    width: 100%;
    max-width: 966px;
    text-align: right;
    padding: 0px 20px 10px;
}
.egresado-logo img {
    width: 200px;
    height: 200px;
    box-shadow:  0 4px 12px rgba(0,0,0,.15);
   
}
.egresados .bloque-1-novedad-bd {
    padding-top: 0;
}

.egresados-lista {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f2f2f2;
    border-top: solid 1px #ccc;
    z-index: 1;
    clear: both;
}
.egresados-lista-bd {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    padding: 0; 
}

.egresados-lista-bd .aside{
    float: right;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 50px;
    background-color: #f2f2f2;
}

.egresados-lista-bd .short ul .bot {
    font-family: 'Times';
    font-style: italic;
    text-transform: lowercase;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    background: none;
    width: auto;
    height: auto;
    margin:auto;
}
.egresados-lista-bd .short ul .bot:after {
   display: none;
}
.egresados-lista-bd ul {
    display: flex;
    flex-wrap: wrap;
}
.egresados-lista-bd .aside ul li {
    width: 25%;
    margin: 25px 0 0;
    padding:0 25px;
}
.egresados-lista-bd li a {
    width: 100%;
}
.egresados-lista-bd .img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: solid 1px transparent;
    -webkit-transition: border .2s ease;
    -moz-transition: border .2s ease;
    transition: border .2s ease;
}
.egresados-lista-bd .img img {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
}
.egresados-lista-bd li .titulo {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding: 0 0px;
    text-align: left;
    overflow: hidden;
}
.egresados-lista-bd li .texto {
    width: 100%;
    height: auto;
    padding: 0 0px;
    font-family: Times;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    color: #000;
    overflow: hidden;
}
.egresados-lista-bd .bot {
    position: relative;
    width: 38px;
    height: 38px;
    margin: 15px auto;
    float: left;
    background-color: #000;
    border-radius: 50%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 38px;
    color: #fff;
}
.egresados-lista-bd .bot:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 14px;
    width: 0;
    height: 0;
    border-top: 8px solid #000;
    border-right: 8px solid transparent;
}
.egresados-lista-bd .bot:hover {
    background-color: #95fffe;
    color: #000;
}
.egresados-lista-bd .bot:hover:after {
    border-top: 10px solid #95fffe;
}

/* REDES SOCIALES */
/* SN */

.sn-bd {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f2f2f2;
    padding-bottom: 80px;
}
.sn {
    border-top: solid 1px #ccc;
    padding-top: 40px;

    display: inline-block;
    clear: both;
    margin: 80px auto;
}
.sn li {
    
    float: left;
    width: 32px;
    height: 32px;
    margin: 5px;
    display: block;
}
.sn a {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 16px;
    background-size: 100%;
    -webkit-transition: box-shadow .25s ease-in-out;
    -moz-transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out;
}
.sn a span {
    display: none;
}
.sn .tw a {
    background-image: url(../grp/tw.png);
}
.sn .fb a {
    background-image: url(../grp/fb.png);
}
.sn .lk a {
    background-image: url(../grp/lk.png);
}
.sn .pt a {
    background-image: url(../grp/pt.png);
}
.sn .gg a {
    background-image: url(../grp/gg.png);
}
.sn a:hover {
    box-shadow: 0 5px 12px rgba(0, 0, 0, .5);
}
/* CONTACTO */
/* TOP */
.bloque-1-contacto {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f2f2f2;
}
.bloque-1-contacto:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -50%;
    margin-left: 480px;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #f2f2f2;
    display: none;
}
.bloque-1-contacto-bd {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    padding: 60px 10px;
    overflow: hidden;
}
.bloque-2-contacto {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ccc;
}
.bloque-2-contacto-bd {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    padding: 60px 0;
}
.bloque-1-contacto-bd .titulo,
.bloque-1-contacto-bd .subtitulo {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0px auto 0px;
    padding:0 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 38px;
    line-height: 40px;
    text-align: left;
    color: #777;
}
.bloque-1-contacto-bd .subtitulo {
    font-size: 24px;
    line-height: 26px;
    margin: 0px auto;
    padding: 0 10px;
    margin-bottom: 0px;
    font-weight: 700;
}



.curso-horario {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    color: #333;
    margin-top: 20px;
    float: left;
}
.curso-horario legend {
    float: left;
    margin: 10px 0;
    padding: 0 10px;
    font-weight: 700;
    color: #555;
}
.datos-curso {
    display: -webkit-flex; 
    display: flex;
    -webkit-flex-wrap: nowrap; 
    flex-wrap:         nowrap;
}
.datos-curso input {
    min-width: 20px;
}

.datos-curso-bd {
    display: -webkit-flex; 
    display: flex;
    -webkit-flex-wrap: wrap; 
    flex-wrap:         wrap;
    width: 100%;
    text-align: left;
    border: solid 1px #ddd;
    padding: 8px;
    border-radius: 4px;
    margin:0 0 0 10px;
    transition: border 100ms linear;
}
.datos-curso input:checked ~ .datos-curso-bd {
    border-color: #444;
    background-color: #f8f8f8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2), 0 5px 25px rgba(0, 0, 0, .1);
}
.datos-curso input[disabled] ~ .datos-curso-bd {
    opacity: .5;
}
.bloque-1-contacto-bd .datos-curso-title {
    font-size: 18px;
    width: 100%;
    margin-bottom: 5px;
}
.bloque-1-contacto-bd .datos-curso-texto {
    width: auto;
    margin:0 20px 10px 2px;
    position: relative;
}
.bloque-1-contacto-bd .datos-curso .texto strong {
    position: relative;
    z-index: 2;
}

.area {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: left;
    margin-bottom: 10px;
}
.area fieldset {
    width: 100%;
    overflow: auto;
    margin: 10px 0;

    padding-bottom: 10px;
}
.area label:nth-of-type(2n+3) {
    clear: both;
}
.area legend {
    float: left;
    margin: 10px 0;
    padding: 0 10px;
    color: #333;
}
.area .check {
    float: left;
    margin: 0px;
    width: 50%;
    height: auto;
}
.area .check span {
    font-size: 14px;
    margin: 0px 0px;
    padding-left: 24px;
}
.horario {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #444;
}
.map_canvas {
    width: 100%;
    height: 400px
}
/* FORMS */

form {
    width: 100%;
    max-width: 940px;
    padding: 0 0 50px 0;
    margin: 0 auto;
    overflow: hidden;
}
fieldset {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
label {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}
.half {
    width: 50%;
}
label span {
    position: relative;
    display: block;
    padding: 10px 0px 0;
    text-align: left;
    font: 300 16px/22px 'Roboto', sans-serif;
    color: #333;
}
label input,
label select {
    display: block;
    width: 100%;
    height: 56px;
    margin: 5px 0 10px;
    background: #fff;
    border: solid 1px #d0d1d1;
    border-color: rgb(238, 238, 238) rgb(221, 221, 221) rgb(187, 187, 187);
    border-radius: 0px;
    padding: 16px 16px;
    font: 300 16px/22px 'Roboto', sans-serif;
    color: #333;
    -webkit-transition: background-color .15s ease-in-out, opacity .65s ease-in-out;
    -moz-transition: background-color .15s ease-in-out, opacity .65s ease-in-out;
    transition: background-color .15s ease-in-out, opacity .65s ease-in-out;
}
label input:disabled {
    opacity: .5;
}
label input[type=submit] {
    background-color: #0070c9;
    background: -webkit-linear-gradient(#42a1ec,#0070c9);
    background: linear-gradient(#42a1ec,#0070c9);
    border-color: #07c;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 400;
    transition: box-shadow 100ms linear;
}
label input[type=submit]:focus,
label input[type=submit]:hover{
    box-shadow:0 0 22px rgba(0,0,0,.25), 0 1px 5px rgba(0,0,0,.8);
}
label input[disabled=true] {
    pointer-events: none !important;
}
.full input,
.full select  {
    width: 100%;
}
label textarea {
    display: block;
    width: 100%;
    height: 185px;
    margin: 10px 0;
    background: #fff;
    border: solid 1px #d0d1d1;
    border-color: rgb(238, 238, 238) rgb(221, 221, 221) rgb(187, 187, 187);
    border-radius: 0px;
    padding: 16px 16px;
    font: 300 16px/22px 'Roboto', sans-serif;
    color: #333;
    -webkit-transition: background-color .15s ease-in-out, opacity .65s ease-in-out;
    -moz-transition: background-color .15s ease-in-out, opacity .65s ease-in-out;
    transition: background-color .15s ease-in-out, opacity .65s ease-in-out;
}
label input[type='checkbox'],
label input[type='radio'] {
    width: 20px;
    height: 20px;
    float: left;
}
label.check {
    margin: 0 0 20px 0;
}
label.check span {
    line-height: 18px;
    margin: 0px 0px;
    padding-left: 24px;
}
label.bot {
    float: right;
}
label.bot input:hover,
label.bot input:focus {
    background-color: #ff0000;
    color: #fff;
}

.selects {
    margin-top: 80px;
    overflow: visible;
}

.selects legend {
    position: relative;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    margin: 10px 0;
    padding: 0 10px;
    color: #333;
    text-align: left;
}
.selects legend span {
    font-size: 14px;
}
.selects legend div {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selects-list label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px;
    background-color: #f8f8f8;
    margin: 2px 0;
    border-radius: 6px;
}



.selects-list label span {
    width: 100%;
    text-align: right;
    padding:0 10px 0 0;
    font-weight: 600;
}
.selects-list label select {
    max-width: 300px;
    margin: 0;
}


@media (max-width: 600px){
    .selects legend {
        display: block;
    }
    .selects-list label {
        display: block;
        background: none;
    }
    .selects-list label span {
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        text-align: left;
        padding:4px;
    }
    .selects-list label select {

        max-width: none;
    }

    .selects legend div {
        display: block;
    }
    .selects legend div span {
        display: block;
    }
}



.bloque-1-contacto-bd .texto {
    width: 100%;
    font: 300 16px/22px 'Roboto', sans-serif;
    color: #333;
    padding:10px;
    float: left;
    text-align: left;
}
.status {
    width: 100%;
    font: 300 22px/22px 'Roboto', sans-serif;
    color: #333;
    padding: 20px;
    border-radius: 6px;
    border: solid 1px transparent;
    float: left;
    text-align: center;
}
.succes {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
/* GALERIA */

.galeria {
    height: auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.interiores .galeria {
    background-color: #c3f2f8;
}
.grafico .galeria {
    background-color: #f0ccab;
}
.audiovisual .galeria {
    background-color: #fdc9e3;
}
.paisaje .galeria {
    background-color: #d9eacd;
}
.interiores .galeria-slide {
    background-color: #c3f2f8;
}
.grafico .galeria-slide {
    background-color: #f0ccab;
}
.audiovisual .galeria-slide {
    background-color: #fdc9e3;
}
.paisaje .galeria-slide {
    background-color: #d9eacd;
}
.interiores .galeria-nav {
    background-color: #c3f2f8;
}
.grafico .galeria-nav {
    background-color: #f0ccab;
}
.audiovisual .galeria-nav {
    background-color: #fdc9e3;
}
.paisaje .galeria-nav {
    background-color: #d9eacd;
}
.galeria-bd {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: auto;
    margin-bottom: 120px;
}
.galeria-bd .titulo {
    margin-top: 100px;
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    display: inline-block;
    border-bottom: dotted 1px #333;
}
.galeria-bd .bajada {
    margin-top: 10px;
    font-family: 'Times';
    font-style: italic;
    font-size: 16px;
}
.galeria-bd .bot {
    position: relative;
    width: 58px;
    height: 58px;
    margin: 10px auto 0;
    background-color: #000;
    background-image: url('../grp/galeria_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.galeria-bd .bot:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid #000;
    border-right: 10px solid transparent;
}
.galeria-bd .subir {
    position: relative;
    display: block;
    font-family: 'Times New Roman', Times;
    font-size: 18px;
    font-style: italic;
    color: #000;
    margin-top: 20px;
}
.flip {
    position: relative;
    width: 100%;
    max-width: 960px;
    height: 100%;
    z-index: 100;
}
.flip.show .galeria-content {
    /*-webkit-transform 	: rotateY(-180deg);
	transform 			: rotateY(-180deg);

	-webkit-backface-visibility : visible;	
	backface-visibility 		: visible;*/
}
.flip.show .galeria-content .galeria-slide {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
}
.flip.show .galeria-content .galeria-nav {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.galeria-content {
    position: relative;
    width: inherit;
    height: inherit;
    margin-top: 50px;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 5;
}
.galeria-nav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: inherit;
    height: inherit;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: 1.0s cubic-bezier(1, .1, 0, 1);
    transition: 1.0s cubic-bezier(1, .1, 0, 1);
    z-index: 2;
}
.galeria-nav ul {
    width: inherit;
    height: inherit;
    overflow: hidden;
    z-index: 1;
}
.galeria-nav.hide {
    display: none;
}
.galeria-thumb {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 33.333%;
    height: auto;
    display: block;
    padding:5px;
    -ms-transform: translate(-320px, 0px) scale(0.1);
    -webkit-transform: translate(-320px, 0px) scale(0.1);
    -moz-transform: translate(-320px, 0px) scale(0.1);
    -o-transform: translate(-320px, 0px) scale(0.1);
    transform: translate(-320px, 0px) scale(0.1);
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
}
.galeria-nav.animable .galeria-thumb {
    -webkit-transition: transform .55s cubic-bezier(0.94, 0.04, 0.64, 1.000), opacity .3s ease .2s;
    -moz-transition: transform .55s cubic-bezier(0.94, 0.04, 0.64, 1.000), opacity .3s ease .2s;
    transition: transform .55s cubic-bezier(0.94, 0.04, 0.64, 1.000), opacity .3s ease .2s;
}
.galeria-thumb a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.galeria-thumb a svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.galeria-thumb img {
    -webkit-transition: transform .25s ease;
    -moz-transition: transform .25s ease;
    transition: transform .25s ease;
    /*image-rendering: pixelated;*/
    width: 100%;
    height: 100%;
}
.galeria-thumb a:hover img {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: transform 2s ease;
    -moz-transition: transform 2s ease;
    transition: transform 2s ease;
}

/* REVERSA */

.galeria-nav.animable .galeria-thumb.pos0 {
    transition-duration: .38s;
    z-index: 8;
    opacity: 1;
}
.galeria-nav.animable .galeria-thumb.pos1 {
    transition-duration: .41s;
    z-index: 9;
    opacity: 1;
}
.galeria-nav.animable .galeria-thumb.pos2 {
    transition-duration: .44s;
    z-index: 8;
    opacity: 1;
}
.galeria-nav.animable .galeria-thumb.pos3 {
    transition-duration: .47s;
    z-index: 7;
    opacity: 1;
}
.galeria-nav.animable .galeria-thumb.pos4 {
    transition-duration: .50s;
    z-index: 6;
    opacity: 1;
}
.galeria-nav.animable .galeria-thumb.pos5 {
    transition-duration: .53s;
    z-index: 5;
    opacity: 1;
}
.galeria-nav.animable .galeria-thumb.pos6 {
    transition-duration: .56s;
    z-index: 4;
    opacity: 1;
}
.galeria-nav.animable .galeria-thumb.pos7 {
    transition-duration: .59s;
    z-index: 3;
    opacity: 1;
}
.galeria-nav.animable .galeria-thumb.pos8 {
    transition-duration: .62s;
    z-index: 2;
    opacity: 1;
}
.galeria-nav.animable .galeria-thumb.pos9 {
    transition-duration: .65s;
    z-index: 1;
    opacity: 0;
}
.galeria-thumb.pos0.prev {
    transition-duration: .65s;
    z-index: 8;
}
.galeria-thumb.pos1.prev {
    transition-duration: .62s;
    z-index: 9;
}
.galeria-thumb.pos2.prev {
    transition-duration: .59s;
    z-index: 8;
}
.galeria-thumb.pos3.prev {
    transition-duration: .56s;
    z-index: 7;
}
.galeria-thumb.pos4.prev {
    transition-duration: .53s;
    z-index: 6;
}
.galeria-thumb.pos5.prev {
    transition-duration: .50s;
    z-index: 5;
}
.galeria-thumb.pos6.prev {
    transition-duration: .47s;
    z-index: 4;
}
.galeria-thumb.pos7.prev {
    transition-duration: .44s;
    z-index: 3;
}
.galeria-thumb.pos8.prev {
    transition-duration: .41s;
    z-index: 2;
}
.galeria-thumb.pos9.prev {
    transition-duration: .38s;
    z-index: 1;
}
.galeria-nav-prev {
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -44px;
    display: block;
    width: 44px;
    height: 88px;
    z-index: 100;
}
.galeria-nav-next {
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -44px;
    display: block;
    width: 44px;
    height: 88px;
    z-index: 100;
}
.galeria-nav-prev .prev-shape {
    width: 44px;
    height: 88px;
    display: block;
    background-repeat: no-repeat;
    background-size: 36px 69px;
    background-position: center;
    background-image: url(../grp/prev_2.png);
    background-color: rgba(255, 255, 255, .5);
}
.galeria-nav-next .next-shape {
    width: 44px;
    height: 88px;
    display: block;
    background-repeat: no-repeat;
    background-size: 36px 69px;
    background-position: center;
    background-image: url(../grp/next_2.png);
    background-color: rgba(255, 255, 255, .5);
}
.galeria-nav-prev.disabled {
    opacity: .2;
}
.galeria-nav-next.disabled {
    opacity: .2;
}
.galeria-nav-prev.hide {
    display: none;
}
.galeria-nav-next.hide {
    display: none;
}
/*

	SLIDE

*/

.galeria-slide {
    position: absolute;
    top: 0px;
    left: 0px;
    width: inherit;
    height: inherit;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);

    z-index: 1;
}
.galeria-slide.animable {
    -webkit-transition: 1.0s cubic-bezier(1, .1, 0, 1);
    transition: 1.0s cubic-bezier(1, .1, 0, 1);
}
.galeria-slide ul {
    position: relative;
    width: inherit;
    height: inherit;
    display: block;
    overflow: hidden;
}
.galeria-slide .cerrar {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 64px;
    height: 64px;
    background-color: rgba(255, 255, 255, .5);
    background-image: url('../grp/cerrar.png');
    background-repeat: no-repeat;
    background-position: center;
}
.galeria-frame {
    position: absolute;
    top: 0px;
    left: 0px;
    height: inherit;
    width: inherit;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.galeria-frame .epi {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 5px;
    background-color: rgba(255, 255, 255, .7);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    text-align: left;
}
.galeria-slide.animable .galeria-frame {
    -webkit-transition: -webkit-transform .7s ease;
    -moz-transition: -moz-transform .7s ease;
    transition: transform .7s ease;
}
.galeria-frame img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    opacity: 1;
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
}
.galeria-frame img.animable {
    -webkit-transition: -webkit-transform .4s cubic-bezier(1, .1, 0, 1) .95s;
    -moz-transition: -moz-transform .4s cubic-bezier(1, .1, 0, 1) .95s;
    transition: transform .4s cubic-bezier(1, .1, 0, 1) .95s;
}
.galeria-frame img.show {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.galeria-slide .control {
    position: absolute;
    top: 50%;
    display: block;
    overflow: hidden;
    margin-top: -44px;
    width: 44px;
    height: 88px;
    background-color: rgba(255, 255, 255, .2);
    -webkit-transition: background-color .05s linear;
    -moz-transition: background-color .05s linear;
    transition: background-color .05s linear;
}
.galeria-slide .control:hover {
    background-color: rgba(255, 255, 255, .5);
    cursor: pointer;
}
.galeria-slide .disabled {
    pointer-events: none;
}
.galeria-slide .hide {
    display: none;
}
.galeria-slide .galeria-slide-prev {
    left: 0px;
}
.galeria-slide .galeria-slide-next {
    right: 0px;
}
.galeria-slide .shape {
    width: 44px;
    height: 88px;
    display: block;
    background-repeat: no-repeat;
    background-size: 36px 69px;
    background-position: center;
}
.galeria-slide .prev-shape {
    background-image: url(../grp/prev_2.png);
}
.galeria-slide .next-shape {
    background-image: url(../grp/next_2.png);
}
.loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 0;
    opacity: 0;
}
.loader-container.show {
    opacity: 1
}
.loader {
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-animation: rotate 2s linear infinite;
    -moz-animation: rotate 2s linear infinite;
    -ms-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}
.loader .path {
    position: absolute;
    top: 3px;
    left: 3px;
    stroke: #95fffe;
    fill: none;
    stroke-width: 4;
}
.path {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
    stroke: rgba(27, 154, 89, .7);
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    -moz-animation: dash 1.5s ease-in-out infinite;
    -ms-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
	100% { 	-webkit-transform:rotate(360deg) }
}

@-moz-keyframes rotate {
	100% { 	-moz-transform:rotate(360deg) }
}

@-ms-keyframes rotate {
	100% { 	-moz-transform:rotate(360deg) }
}

@keyframes rotate { 
	100% {	-webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); transform:rotate(360deg) }
} 

@-webkit-keyframes dash {
	0%  		{ stroke-dasharray:1,150; stroke-dashoffset:0 }
	50% 		{ stroke-dashoffset:-35 }
	50%,100% 	{ stroke-dasharray:90,150 }
	100% 		{ stroke-dashoffset:-124}
} 

@-moz-keyframes dash {
	0%  		{ stroke-dasharray:1,150; stroke-dashoffset:0 }
	50% 		{ stroke-dashoffset:-35 }
	50%,100% 	{ stroke-dasharray:90,150 }
	100% 		{ stroke-dashoffset:-124}
} 

@-ms-keyframes dash {
	0%  		{ stroke-dasharray:1,150; stroke-dashoffset:0 }
	50% 		{ stroke-dashoffset:-35 }
	50%,100% 	{ stroke-dasharray:90,150 }
	100% 		{ stroke-dashoffset:-124}
} 


@keyframes dash {
	0%  		{ stroke-dasharray:1,150; stroke-dashoffset:0 }
	50% 		{ stroke-dashoffset:-35 }
	50%,100% 	{ stroke-dasharray:90,150 }
	100% 		{ stroke-dashoffset:-124}
}
