
h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
    font-family: 'MuseoSans',sans-serif;
    font-weight: 100;
    background:#fff; 
    margin: 0;
}
a {
  text-decoration: none;
}
a:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    text-decoration:none;
}
p {
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    color: #42546e;
}
/*--banner start here--*/
.banner {
    background: url("../images/universidad/back.jpg")no-repeat center;
    min-height: 850px;
    background-size: cover;
}
.banner-main {
    padding-top:17.5em;
    text-align: center;
}
.logo-uni {
    width: 700px;
}
span.mover {
    background: url(../images/universidad/arrows.png)no-repeat;
    width: 45px;
    height: 45px;
    display: inline-block;
    margin: 8em auto 0em;
    cursor: pointer;
    background-size: 37px;
}
/*-banner end here--*/
/*--header start here--*/
.fixed{
	position: fixed;
	top: 0;
	width: 100%;
	margin: 0 auto;
	left:0;
	z-index: 999;
	background:#fff;
}
.logo a {
    display: block;
}
.navbar-wrapper {
    padding: 1em 0em 2em 0em;
    margin-top: 0px !important;
    line-height: 50px;
    /*border-bottom: 1px solid #1dafec;*/
}
.navbar-inverse {
    background: none; 
    border:none;    
}
.navbar-nav {
    float: right !important;
	margin-top: 0.6em;
    width: 90%;
}
.navbar {
    margin-bottom: 0px !important;   
    min-height: 0px !important;   
}
.navbar-brand {
    float: left;
    height:0px !important;  
    padding:0px !important;  
}
.navbar-brand img {
    display: none;
    width: 160px;
}

.nav > li > a {
    padding: 10px 10px !important;
}
.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background: none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #1dafec;
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 100;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #4fa753;
    background-color: transparent;
}
nav a {
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1em;
}
nav a:hover,
nav a:focus {
	outline: none;
}

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
/*--header end here--*/
/*--footer start here--*/
.footer {
    padding: 5em 0em;
}
.ftr-grid h3 {
    font-size: 2em;
    color: #000;
    font-family: 'Oswald', sans-serif;
}
.ftr-grid p{
    font-size:1em;
    color:#7B7B7B;
        line-height: 1.7em;
}
span.ftr-line {
    background: #807D7D;
    width: 60px;
    height: 1px;
    display: block;
    margin: 1.5em 0em;
}
span.flm {
    text-align: center;
   margin: 1.5em auto;
}
span.flr {
    text-align: right;
    margin: 1.5em 0em 1.5em 18em;
}
.ftr-mid {
    text-align: center;
}
.ftr-rit {
    text-align: right;
}
.ftr-grid ul {
    padding: 0px;
    list-style: none;
}
.ftr-grid ul li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
}
.ftr-grid ul li a span {
    background: url(./img/universidad/ftr-icons.png)no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.ftr-grid ul li a span.fa {
    background-position: 0px 0px;
}
.ftr-grid ul li a span.tw {
    background-position: -42px 0px;
}
.ftr-grid ul li a span.gmail {
    background-position: -84px 0px;
}

.ftr-grid ul li a span.fa:hover {
    background-position: 0px 0px;
    opacity: 0.8;
}
.ftr-grid ul li a span.tw:hover{
    background-position: -42px 0px;
    opacity: 0.8;
}
.ftr-grid ul li a span.gmail:hover {
    background-position: -84px 0px;
    opacity: 0.8;
}
/*--footer end here--*/
.copy-right {
    background:#EA548E;
    padding: 1.5em 0em;
    text-align: center;
}
.copy-rights-main p{
	font-size:1em;
	color:#fff;
}
.copy-rights-main p a{
	color:#fff;
}
.copy-rights-main p a:hover{
	color:#000;
}
/*--about start here--*/
.about {
    padding: 2em 0em;
}
.about-top {
    padding-bottom: 2em;
}
.about-top h2 {
    font-size: 4em;
    color: #2a6496;
    text-align: center;
}
.about-top p {
    font-size: 1em;
    color:#929292;
    text-align: center;
}
.about-left h4 {
    font-size: 1.7em;
    color:#006e96;
    margin-bottom: 0.4em;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.8px;
}
span.heading-line {
    background: #1dafec;
    width: 60px;
    height: 3px;
    display: block;
    margin: 0.7em auto 0.7em;
}
.about-left .intro {
    font-size: 20px;
    text-align: center;
    color: #4A546e;
    line-height: 1.7;
    font-style: italic;
}
.about-left p {
    font-size: 20px;
    color: #4A546e;
    line-height: 1.5em;
    text-align: center;
}
.martin {
    position: relative;
    height: 650px;
}
.section-title {
    width: 100%;
    height: 220px;
    background: url("../images/universidad/back-blue.jpg") no-repeat center;
    background-size: cover;
}
.section-title .title {
    font-size: 4em;
    color: #fff;
    font-weight: 100;
    text-align: center;
    padding-top: 60px; 
}
.tortuga {
    width: 230px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 30px;
}
.text {
    font-size: 17px;
    color: #42546e;
    text-align: justify; 
    padding: 120px 50px 50px 160px;

}
.cursos {
    width: 100%;
    position: relative;
}
.cursos .section-title {
    width: 100%;
    height: 220px;
    background: url("../images/universidad/back-cursos.jpg") no-repeat center;
    background-size: cover;
    margin-bottom: 30px;
}
.horario-cap table {
    border: 1.5px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }
  table tr {
    border: 1px solid #1dafec;
    padding: 5px;
  }

  table th, table td {
    padding: 10px;
    text-align: center;
    border: solid 0.2px #2a6496;
    font-size: 14px;
    color: #42546e
  }

  table th {
    font-size: 16px;
    letter-spacing: 1px;
    color: #2a6496;
    font-weight: 100;
  }

  @media screen and (max-width: 600px) {

    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
  }
.text-uni p {
    font-size: 19px;
    text-align: center;
    padding: 0 180px 0 180px;
    color: #42546e;
    padding-top: 25px;
    font-weight: 100;
}
.dia {
    font-size: 22px;
    color: #2a6496;
    font-weight: 700;
    text-align: center;
    padding-top: 50px;
}
.table {
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 40px;
    padding-bottom: 20px;
}
.table p {
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    color: #42546e;
}
.induccion {
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 60px;
}
.induccion .frase-induccion {
    width: 90%;
    height: 70px;
    left: 0;
    right: 0;
    margin: auto;
    border-top: solid 2px #1BAFEC;
    padding-top: 40px;
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    color: #2a6496;
    font-weight: 500;
}
.induccion-title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #2a6496;
}
.sub-title {
    color: #2a6496;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
}
ul {
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 30px;
    padding-left: 0;
}
ul li {
    font-size: 17px;
    color: #42546e;
    line-height: 1.8;
    list-style: none;
    text-align: left;
}
/*.induccion ul  {
    padding-bottom: 30px;
    padding-left: 0;
}
.induccion ul li {
    font-size: 17px;
    color: #42546e;
    line-height: 1.8;
    list-style: none;
    text-align: left;
}*/
.flex-container {
    width: 80%;
    height: 80px;   
    left: 0;
    right: 0;
    padding-top: 30px;
    margin: auto;
    position: relative;
    
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}
.flex-container a .flex-item {
    color: #fff;
}
.flex-item {
    background: #4fa753;
    padding: 12px 10px 10px 10px;
    width: 200px;
    height: 45px;
    font-size: 15px;
    text-align: center;
    border-radius: 10px;
}
.herramientas {
    width: 100%;
    position: relative;
}
.herramientas .section-title {
    width: 100%;
    height: 220px;
    background: url("../images/universidad/back-herramientas.jpg") no-repeat center;
    background-size: cover;
    margin-bottom: 30px;
}
.herramientas .inmobiliarios {
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
}
.herramientas ul {
    width: 450px;
}
.herramientas li {
    font-size: 17px;
    color: #42546e;
    line-height: 1.8;
    list-style: none;
    text-align: left; 
}
.crm {
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 50px;
}
.reclutamiento {
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 50px;
}
.reclutamiento .section-title {
    width: 100%;
    height: 220px;
    background: url("../images/universidad/reclutamiento.jpg") no-repeat center;
    background-size: cover;
}
.reclutamiento .cont-reclu {
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 50px;
}
.leyenda {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 50px;
    font-style: italic;
}
.reclutamiento .flex-container-paquete {
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    list-style: none;
  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    padding-bottom: 30px;
}
.reclutamiento .flex-container-paquete .flex-item-paquete {
    width: 400px;
    height: 260px;
    padding-top: 20px;
}
.name-paquete {
    background: #42546e;
    color: #fff;
    padding: 2px 0px 2px 0px;
    font-size: 18px;
    font-weight: 100;
}
.coaching {
    padding-bottom: 30px;
}
.coaching .section-title {
    background: url("../images/universidad/back-coaching.jpg") no-repeat center;
    background-size: cover;
}
.coaching p {
    text-align: justify;
}
.coaching .cont-coach {
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 50px;
    text-align: justify;
}
.contacto {
    width: 100%;
    padding-bottom: 50px;
}
.contacto .section-title {
    width: 100%;
    background: url("../images/universidad/back-contacto.jpg" ) no-repeat center;
    background-size: cover;
}   
.contacto .con-form {
    width: 70%;
    height: 700px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 65px
}
.label {
    font-weight: none;
}
.input {
    position: relative;
    z-index: 1;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 60%;
    width: calc(100% - 2em);
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #42546e;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}
.input__field--isao {
    z-index: 10;
    padding: 5px;
    width: 100%;
    background: transparent;
    color: #2a6496;
    font-weight: 100;
    font-size: 18px;
}

.input__label--isao {
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 100%;
    color: #42546e;
    text-align: left;
    font-weight: 100;
    font-size: 16
}

.input__label--isao::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 7px;
    background: #42546e;
    -webkit-transform: scale3d(1, 0.4, 1);
    transform: scale3d(1, 0.4, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__label--isao::after {
    content: attr(data-content);
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.75em 0.15em;
    color: #da7071;
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    pointer-events: none;
}

.input__field--isao:focus + .input__label--isao::before {
    background-color: #da7071;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.input__field--isao:focus + .input__label--isao {
    pointer-events: none;
}

.input__field--isao:focus + .input__label--isao::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__label-content--isao {
    padding: 0.75em 0.15em;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__field--isao:focus + .input__label--isao .input__label-content--isao {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.enviar {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto; 
    background: #42546e;
    padding: 12px 10px 10px 10px;
    width: 200px;
    height: 45px;
    font-size: 15px;
    text-align: center;
    border-radius: 10px;    
    color: #fff;
}
.enviar:hover {
    background: #fff;
    border: solid 1px green;
    color: green;
    font-weight: 500;
}
.datos {
    width: 700px;
    height: 40px;
    position: fixed;
    bottom: 0;
    background: #4fa753;
    left: 0;
    right: 0;
    margin: auto;
    border-top-right-radius: 1.5em;
    border-top-left-radius: 1.5em;
    z-index: 200000;
}
.datos p {
    text-align: center;
    padding: 10px 10px 10px 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
}


/*  ////////////// mensaje enviado //////////////// */

.mail-enviado {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../images/universidad/back.jpg")no-repeat center;
    background-size: cover;
}
.mail-enviado-content {
    width: 60%;
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}
.close {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
}
.mail-enviado-content p {
    font-size: 2em;
    text-align: center;
    padding: 5px 5px 5px 5px;
    color: #fff;
    font-weight: 100;
    line-height: 1.5;

}



























/*--media quiries start here--*/
@media (max-width:1440px){
.banner{
    min-height: 756px;
}   
.martin {
    height: 640px;
}

}
@media (max-width:1366px){
.banner {
    min-height: 680px;	
}
span.mover {
    margin: 6em auto 0em;
}
.banner-main {
    padding-top: 10em;
}
.about-grid {
    margin-top: 1.2em;
}

}
@media (max-width:1280px){
.martin {
    height: 640px;
}

}
@media (max-width:1024px){
.banner{
    min-height: 640px;
}
.navbar-nav{
    width: 100%;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
}
.about-text {
    width: 80%;
}	
.about-icon {
    width: 18%;
}
.text {
    padding: 100px 0px 0px 100px;
}
.serv-text p {
    font-size: 0.85em;
}
.serv-text h4 {
    font-size: 0.95em;
}
.link-top {
    padding: 3em 0 0;
}
span.flr {
    margin: 1.5em 0em 1.5em 14em;
}
.nav > li > a {
    padding: 10px 10px !important;
}
.banner-main p {
    width: 63%;
}
.blog-title h4 {
    margin-top: 0em;
}
.hi-icon:after {
    top: 1px;
    left: -1px;   
}
}
@media (max-width:991px){
.about-right {
    padding-top: 3em;
}
.about-right img {
    margin: 0 auto;
    width: 80%;
}	
.team-grids {
    float: left;
    width: 50%;
    margin-bottom: 2em;
}
.team-grids {
    width: 50%;
    float: left;
    margin-bottom: 2em;
}
.ih-item.circle {
    margin: 0 auto;
}
.serv-img {
    float: left;
    width: 44%;
}
.serv-text {
    float: right;
    width: 52%;
}
.serv-text p {
    font-size: 1em;
}
.serice-layer {
    margin-top: 0em;
}
.services-grid {
    margin-top: 3em;
}
.img-top {
    float: left;
    width: 25%;
    padding: 0em 1em 0em 0em;
}
.tab_img {
    padding: 0.5em 0em;
}
.link-top {
    width: 91%;
    left: 0%;
}
.link-top {
    padding: 2.2em 0 0;
}
.advantage-left {
    padding-bottom: 3em;
}
.contact-left {
    float: left;
    width: 60%;
}
.contact-right {
    float: right;
    width: 40%;
}
.ftr-grid {
    float: left;
    width: 33%;
    padding: 0px;
}
span.flr {
    margin: 1.5em 0em 1.5em 11em;
}
.ftr-grid p {
    font-size: 0.95em;
}
.blog-title h4 {
    margin-top: 0.8em;
}
}
@media (max-width:768px){
.banner {
    min-height: 534px;
}
.logo-uni {
    width: 600px;
}
.banner-main h1 {
    font-size: 80px;
}
.banner-main {
    padding-top: 7em;
}
.navbar-nav{
    width: 744px;
}
.about-left .intro {
    font-size: 18px;
}
.martin {
    height: auto;
}
.text {
    padding: 30px 70px 0px 70px;
}
.tortuga {
    padding-bottom: 15px;
}
.about {
    padding: 3em 0em;
}
.reclutamiento .section-title .title {
    font-size: 52px;
    padding-top: 30px;
}
.service {
    padding: 3em 0em;
}
.ser-strip {
    min-height: 300px;
}
.ser-strip-main {
    margin-top: 0em;
}
.portfolio {
    padding: 3em 0em;
}
.advantages {
    padding-bottom: 3em;
}
.map iframe {
    height: 300px;
}
.contact {
    padding: 3em 0em;
}
.footer {
    padding: 3em 0em;
}
}
@media (max-width:767px){
.navbar-inverse .navbar-toggle {
    background: #EA548E;
    border:none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #006e96;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
    background: #F1F1F1;
}
.navbar-nav {
    float: none !important;
    text-align: center;
}
}
@media (max-width:667px){
span.flr {
    margin: 1.5em 0em 1.5em 8em;
}
}
@media (max-width:640px){
span.flr {
    margin: 1.5em 0em 1.5em 8em;
}	
.banner-main {
    padding-top: 3em;
}
span.mover {
    margin: 4em auto 0em;
}
.banner {
    min-height:430px;
}
.about-top h2 {
    font-size: 2.5em;
}
.about-top {
    padding-bottom: 2em;
}
.team-top h3 {
    font-size: 2.5em;
}
.team-top {
    margin-bottom: 2em;
}
.service-top h3 {
    font-size: 2.5em;
}
.services-grid {
    margin-top: 2em;
}
.ser-strip {
    min-height: 255px;
    padding: 4em 0em;
}
.ser-strip-main h3 {
    font-size: 2.5em;
}
.portfolio-top h3 {
    font-size: 2.5em;
}
.link-top {
    padding: 1.6em 0 0;
}
.contact-top h3 {
    font-size: 2.5em;
}
.contact-top {
    padding-bottom: 3em;
}
.contact-right ul li {
    font-size: 0.85em;
}
.ftr-grid h3 {
    font-size: 1.5em;
}
.footer {
    padding: 3em 0em;
}
.portfolio-top {
    padding-bottom: 1em;
}
.blog-title h4 {
    margin-top: 0.2em;
}
.advantages-main h4 {
    font-size: 1.8em;
}
.contact-right h4 {
    font-size: 1.7em;
}
.map iframe {
    height: 250px;
}
.ftr-grid p {
    font-size: 0.8em;
}
.banner-main p {
    width: 88%;
}
.navbar-toggle {
    margin-top: 15px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}
}
@media (max-width:480px){
p {
    font-size: 15px;
    text-align: justify;
}
.banner {
    min-height:325px;
}
.banner-main {
    padding-top: 6em;
}
.banner-main h1 {
    font-size:1.8em;
}	
.banner-main p {
    width: 100%;
}
.text-uni p {
    padding: 0px 30px 0 30px;
}   
.navbar-nav {
    padding: 0;
    margin: 10px;
    width: 95%;
}
.nav > li {
    width: 160px;
    left: 0;
    right: 0;
    margin: auto;
}
.section-title .title {
    font-size: 3em;
    padding-top: 70px;
}
.leyenda {
    font-size: 18px;
    font-weight: 100;
    padding: 0 25px 0 25px;
    text-align: center;
}
.flex-container {
    height: 100px;
}
.flex-item {
    margin-bottom: 12px;
}
ul {
    padding: 0;
}
.centrar {
    text-align: center;
}
.reclutamiento .flex-container-paquete .flex-item-paquete p {
    text-align: center;
}
.reclutamiento .section-title .title {
    font-size: 30px;
    padding-top: 70px;
}
.name-paquete {
    text-align: center;
}
.reclutamiento .cont-reclu {
    width: 85%;
}
.coaching .cont-coach {
    width: 85%;
}
span.bann-line {
    margin: 1em auto 1em;
}
span.mover {
    margin: 2em auto 0em;
}
.team-grids {
    width: 55%;
    float: none;
    margin: 2em auto 0em;
}
.resp-tab-item {
    padding: 6px 10px;
}
.img-top {
    float: left;
    width: 50%;
    padding: 0em 1em 0em 0em;
    margin-bottom:1em;
}
.link-top {
    width: 93%;
}
.link-top {
    padding: 2.6em 0 0;
}
.about {
    padding: 2em 0em;
}
.about-right img {
    width: 100%;
}
.about-right {
    padding-top: 2em;
}
.team {
    padding: 0em 0em;
}
.about-left h4 {
    font-size: 1.3em;
    letter-spacing: 0.5px;
}
.serv-img {
    float: none;
    width: 77%;
    margin: 1.5em auto;
}
.serv-text {
    float: none;
    width: 100%;
}
.service {
    padding: 2em 0em;
}
.ser-strip {
    min-height: 200px;
    padding: 3em 0em;
}
.ser-strip-main h3 {
    font-size: 2em;
}
.portfolio {
    padding: 2em 0em;
}
.resp-tabs-list {
    padding: 1em 0px 1em;
}
.advantage-left p {
    width: 100%;
}
.adv-layer1-text {
    width:47%;
}
.advater-img {
    width: 52%;
}
.contact-left {
    float: none;
    width: 100%;
}
.contact-right {
    float: none;
    width: 100%;
    margin-top: 2em;
}
.contact {
    padding: 2em 0em;
}
.ftr-grid {
    float: none;
    width: 100%;
}
.ftr-mid {
    text-align: left;
}
.ftr-rit {
    text-align: left;
}
span.flm {
    text-align: left;
    margin: 1em 0em;
}
span.flr {
    margin: 1em 0em 1em 0em;
}
span.ftr-line {
    margin: 1em 0em;
}
.ftr-mid {
    text-align: left;
    margin: 1.5em 0em;
}
.footer {
    padding: 2em 0em;
}
.copy-rights-main p {
    font-size: 0.95em;
}
.about-icon {
    width: 22%;
}
.blog-title h4 {
    margin-top: 0.8em;
}
.about-text {
    width: 78%;
}
span.learn {
    background: url(../images/a3.png)no-repeat 3px 3px;
    background-size: 90%;
    width: 63px;
    height: 63px;
}
span.degr {
    background: url(../images/a2.png)no-repeat 3px 3px;
    background-size: 90%;
	 width: 63px;
    height: 63px;
}
span.ab-badge {
    background: url(../images/a1.png)no-repeat 3px 3px;
    background-size: 90%;
	 width: 63px;
    height: 63px;
}
.hi-icon:after {
    top: 1px;
    left: -1px;
    width: 60px;
    height: 60px;
}
.sap_tabs {
    padding: 0em 0 0em;
}
.adv-layer2-text {
    width: 48%;
}
.adv-layer2-text p {
    font-size: 0.85em;
}
.datos {
    width: 346px;
    height: 50px;
}
.datos p {
    font-size: 11px;
}
.contacto .con-form {
    width: 100%;
    padding-top: 90px;
}
.input {
    max-width: 70%;
}
.mail-enviado-content {
    width: 90%;
    height: 200px;
}
.mail-enviado-content p {
    font-size: 1.5em;
    font-weight: 100;
}
}
@media (max-width:414px){
.logo-uni {
    width: 270px;
}
p {
    font-size: 15px;
}
.about-left .intro{
    font-size: 16px;
}
.text-uni p {
    padding: 30px 30px 0 30px;
}
.leyenda {
    padding-bottom: 30px;
}
.herramientas ul {
  width: 300px;
}
}
@media (max-width:375px){
p {
    font-size: 15px;
    text-align: justify;
}
.banner {
    min-height: 470px;
}
.banner-main {
    padding-top: 14em;
}
.banner-main h1 {
    font-size: 50px;
    margin-top: 2.6em;
}
.navbar-brand img {
    width: 135px;
    padding-top: 0;
}
.about-left .intro {
    font-size: 15px;
}
.about-left p {
    font-size: 15px;
}
.text {
    padding: 20px 20px 0px 20px;
    font-size: 15px;
}
.tortuga {
    width: 170px;
}
.leyenda {
    font-size: 20px;
    font-weight: 300;
    padding: 0px 0px 0 0px;
    padding-bottom: 30px;
}
.text-uni p {
    font-size: 15px;
    text-align: justify;
    padding: 0px 25px 0px 25px;
    color: #42546e;
    padding-top: 25px;
}
.span.bann-line {
    height: 4px;
    width: 270px;
}   
.resp-tab-item {
    padding: 6px 5px;
    font-size: 0.75em;
}
.datos {
    width: 300px;
    height: 45px;
    z-index: 200000;
}
.mail-enviado-content {
    width: 90%;
    height: 200px;
}
.mail-enviado-content p {
    font-size: 1.6em;
}
}

@media (max-width:320px){
p {
    font-size: 15px;
}
.banner {
    min-height: 440px;
}
.banner-main h1 {
    font-size: 40px;
    margin-top: 2.6em;
}	
.banner-main p {
    font-size: 0.8em;
}
.banner {
    min-height:260px;
}
.section-title .title {
    font-size: 2.5em;
}
span.mover {
    margin: 1em auto 0em;
    background-size: 100%;
    width: 15px;
}
.logo img {
    width: 130px;
    padding-top: 6px;
}
.navbar-wrapper {
    padding: 0.5em 0em;
}
nav a {
    font-size: 0.9em;
}
.nav > li > a {
    padding: 8px 0px !important;
}
.about {
    padding: 1.5em 0em;
}
.team-grids {
    width: 100%;
}
.about-top h2 {
    font-size: 2em;
}
.about-left p {
    font-size: 15px;
}
.about-icon img {
    width: 100%;
}
.about-left {
    padding: 0px;
}
.about-icon {
    width: 20%;
}
.about-text {
    width: 75%;
}
.about-right {
    padding: 1em 0em 0em 0em;
}
.team-top h3 {
    font-size: 2em;
}
.service-top h3 {
    font-size: 2em;
}
.serv-img {
    float: none;
    width: 100%;
}
.team-grids {
    margin: 1em auto 0em;
}
.services-grid {
    margin-top: 0em;
    padding: 0px;
}
.serv-text p {
    font-size: 0.92em;
}
.serv-text h4 {
    font-size: 1em;
}
.service {
    padding: 1.5em 0em;
}
.ser-strip-main h3 {
    font-size: 1.2em;
}
.ser-strip-main a {
    font-size: 0.8em;
}
.ser-strip {
    min-height: 130px;
    padding: 1.5em 0em;
}
.portfolio-top h3 {
    font-size: 2em;
}
.portfolio {
    padding: 1.5em 0em;
}
.resp-tab-item {
    margin: 0 0.2em 0;
    font-size: 0.7em;
    padding: 6px 4px;
}
.link-top {
    padding: 1.6em 0 0;
}
.link-top {
    width: 93%;
}
.sap_tabs {
    padding: 0em 0 0em;
}
.advantage-left p {
    font-size: 0.9em;
}
.advantage-left {
    padding-bottom: 1.5em;
}
.adv-layer1-text {
    width: 41%;
}
.adv-layer2-text {
    width: 48%;
}
.adv-layer2-text p {
    font-size: 0.8em;
}
.advantages {
    padding-bottom: 1.5em;
}
.contact {
    padding: 1.5em 0em;
}
.contact-top h3 {
    font-size: 2em;
}
.contact-top {
    padding-bottom: 1.5em;
}
.contact-left input[type="text"] {
    font-size: 0.9em;
    color: #F1F1F1;
    padding: 0.5em 0.7em;
}
.advantage-rit {
    padding: 0px;
}
.serv-text {
    padding: 0px;
}
.img-top {
    padding: 0em 0.6em 0em 0em;
    margin-bottom: 0.6em;
}
.contact-left textarea {
    height: 7em;
    font-size: 0.8em;
}
.contact-left input[type="submit"] {
    font-size: 0.85em;
    padding: 0.5em 1em;
}
.contact-left {
    padding: 0px;
}
.contact-right {
    margin-top: 1em;
    padding: 0px;
}
.leyenda {
    padding-bottom: 30px;
}
.mail-enviado-content {
    width: 90%;
    height: 200px;
}
}
@media (max-height: 730px){
    .banner {
        min-height: 565px;
    }
}
/*--media quries end here--*/