@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 100%;
  height: 100%;
  background-color: rgb(34, 52, 145);
}
html {
  width: 100%;
  height: 100%;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #F2F2F2;
}
h1, h2, h3, h4, h5 {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
  margin-bottom: 2%;
}
h1 {
  font-size: 220%;
}
h2 {
  font-size: 150%;
}
p {
  margin-bottom: 2%;
  line-height: 160%;
}
section {
  width: 100%;
  box-sizing: border-box;
  clear: both;
  min-width: 100%;
  display: table;
}
@-moz-document url-prefix() {
  section {
    display: inline-block;
    float: left;
  }
}
button {
  letter-spacing: 3px;
  cursor: pointer;
}
img, video, audio {
  max-width: 100%;
  height: auto;
}
label {
  font-weight: 400;
}
input, textarea {
  clear: both;
  width: 100%;
  height: 36px;
  padding: 6px;
  color: #483C32 !important;
  font-size: 18px !important;
  border: 1px solid #BEAEA1 !important;
}
textarea {
  min-height: 160px;
  color: #483C32 !important;
}
form {
  width: 90%;
  margin-left: 5%;
  padding: 4%;
  background-color: rgba(34, 52, 145, 0.10);
  border-radius: 1%;
  margin-top: 24px;
}
form a {
  color: rgb(34, 52, 145) !important;
  font-size: 10px !important;
}
form hr {
  margin: 0 !important;
  border: none;
  margin-top: 0 !important;
  margin-bottom: 48px;
  border-bottom: dotted 1px #EE2463;
  width: 80%;
  display: inline-block;
}
.fRow {
  line-height: 36px;
  margin-bottom: 4%;
  font-weight: 600;
}
.disclaimer {
  font-size: 10px !important;
}
sup {
  color: #EE2463;
}
button {
  clear: both;
  display: block;
  border-radius: 0;
  margin-bottom: 2%;
  font-size: 16px;
  width: 120px;
  background-color: rgb(34, 52, 145);
  border: solid 1px rgb(34, 52, 145);
  color: #FFFFFF !important;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2%;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: auto;
  margin-top: 48px;
}
.normal button {
  width: 240px !important;
  padding: 1%;
  margin: auto;
}
.normal a:hover {
  text-decoration: none;
}
button:hover {
  background-color: #FFEA00;
  border: solid 1px #FFEA00;
  color: #000000 !important;
}
a {
  color: #FFEA00;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  text-decoration: underline;
}
footer {
  clear: both;
  font-size: 80%;
  margin-top: 2%;
  text-align: center;
  top: 92%;
}
input::placeholder, textarea::placeholder {
  color: rgba(190, 174, 161, 0.33) !important;
  font-family: 'PT Sans', sans-serif !important;
}
/******** MOBILE MENU ********/
header {
  padding: 2%;
  margin-bottom: 60px;
  z-index: 99;
}
header a {
  color: #FFFFFF;
  letter-spacing: 1.5px;
  text-decoration: none;
  padding: 0.5%;
  display: block;
  font-weight: 400;
}
header a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.5%;
}
.menu {
  font-size: 80%;
  text-align: center;
  padding-top: 45px;
}
.active {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.hamburguer {
  display: none;
  width: calc(100%*0.1);
  box-sizing: border-box;
  float: left;
  text-align: right;
  padding-right: 4%;
}
.mobile {
  position: absolute;
  z-index: 99;
  background-color: rgb(34, 52, 145);
  width: 100%;
  height: 100%;
  padding: 2%;
  box-sizing: border-box;
  text-align: left;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  display: none;
}
.mobileMenu {
  clear: both;
  margin-top: 48px;
  top: 40px;
  display: block;
  position: relative;
}
.mobile a {
  color: rgba(255, 255, 255, 0.90);
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  font-size: 120%;
}
.mobile a:hover {
  color: rgba(255, 255, 255, 1.0);
  font-weight: 700;
  text-decoration: none;
}
.mobile p {
  margin-bottom: 6% !important;
  padding-left: 0;
  margin: auto;
  padding-bottom: 0.5%;
  width: 86%;
  text-align: center;
}
.mobileLogo {
  text-align: center;
  margin-bottom: 5%;
  padding-top: 60px;
}
.mobileLogo img {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  max-width: 60px;
  display: inline;
}
.lMobile {
  text-align: center;
}
.lMobile img {
  padding-left: 0 !important;
  top: 24px;
  position: relative;
}
.botmenu {
  display: none;
  z-index: 999;
}
.close {
  margin-top: 36px;
  text-align: right;
  margin-bottom: 6%;
}
/******** SECTIONS *********/
.carrusel {
  margin-top: 90px;
  width: 100%;
  z-index: 9;
}
.carruselText {
  position: absolute;
  top: 58%;
  width: 40%;
  margin-left: 30%;
  margin-right: 30%;
  display: block;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.cpText {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
  text-align: center!important;
}

#slider3, #slider4, #slider5, #slider6, #slider7, #slider8, #slider9{
  filter:drop-shadow(2px 2px 6px rgba(0,0,0,0.25));
}
.carrusel a, #slider3 a, #slider4 a, #slider5 a, #slider6 a, #slider7 a, #slider8 a, #slider9 a{
  transition: transform .15s ease-out;
}

.carrusel a, #slider3 a:hover, #slider4 a:hover, #slider5 a:hover, #slider6 a:hover, #slider7 a:hover, #slider8 a:hover, #slider9 a:hover{
  transform:none!important;
}
.cpText p{
  font-size: 80%;
  font-weight: 100;
}
.cpText h2{
  font-size: 100%;
}
.proLine{
  border: none;
  border-bottom:dotted 1px rgb(34, 52, 145);
  width:50%; margin-left: 25%;
}
.sectores {
  width: 100%;
  background-color: #FFFFFF;
  clear: both;
  color: rgb(34, 52, 145);
}
.sectores a {
  color: #FFFFFF;
  font-size: 175%;
  transition: transform .15s ease-out;
  display: block;
}
.sectores a:hover {
  transform: translate(0, -10px);
}
.sectores h3 {
  position: relative;
  top: 35%;
}
.contact {
  width: 100%;
  background-color: #FFFFFF;
  clear: both;
  color: rgb(34, 52, 145);
}
.mItem {
  border-right: solid 1px #FFFFFF;
  margin-top: 12px;
}
.mItem:last-child {
  border-right: none;
}
.sector01 {
  height: 33% !important;
  background-image: linear-gradient(rgba(34, 52, 145, 0.75), rgba(34, 52, 145, 0.75)), url("../img/solistica02.jpg") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0.5%;
  width: 24%;
  float: left;
}
.sector02 {
  height: 33% !important;
  background-image: linear-gradient(rgba(34, 52, 145, 0.75), rgba(34, 52, 145, 0.75)), url("../img/belatrix04.jpg") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0.5%;
  width: 24%;
  float: left;
}
.sector03 {
  height: 33% !important;
  background-image: linear-gradient(rgba(34, 52, 145, 0.75), rgba(34, 52, 145, 0.75)), url("../img/home07.jpg") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0.5%;
  width: 24%;
  float: left;
}
.sector04 {
  height: 33% !important;
  background-image: linear-gradient(rgba(34, 52, 145, 0.75), rgba(34, 52, 145, 0.75)), url("../img/unal04.jpg") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0.5%;
  width: 24%;
  float: left;
}
.sector01, .sector02, .sector03, .sector04 {
  min-height: 300px;
  position: relative;
}
.sector01 h3, .sector02 h3, .sector03 h3, .sector04 h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sDouble {
  width: 48%;
}
.breadcrumbs{
  width:100%;
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.breadcrumbs a{
  color:rgb(185, 185, 185)!important;
  font-size: 80%!important;
  float:left;
  padding-left: .25%;
  padding-right:.25%;
  margin: auto;
  text-align: center!important;
  width: calc(100% / 7);
}
.breadcrumbs a::after{
  content: "•";
  color: rgb(34, 52, 145)!important;
  position: relative;
  left:calc(100% / 5);
}
.breadcrumbs a:last-child:after{
  content: "";
}
.breadcrumbs a:hover{
  transform: none;
  color: rgb(34, 52, 145)!important;
  text-decoration:none;
}
/******** LAYOUT DIV DIMENSIONS *******/
.w100 {
  width: calc(100%*1.0);
  box-sizing: border-box;
}
.w98 {
  width: calc(100%*0.98);
  box-sizing: border-box;
  float: left;
}
.w90 {
  width: calc(100%*0.9);
  box-sizing: border-box;
  float: left;
}
.w80 {
  width: calc(100%*0.8);
  box-sizing: border-box;
  float: left;
}
.w75 {
  width: calc(100%*0.75);
  box-sizing: border-box;
  float: left;
}
.w72 {
  width: calc(100%*0.72);
  box-sizing: border-box;
  float: left;
}
.w70 {
  width: calc(100%*0.7);
  box-sizing: border-box;
  float: left;
}
.w65 {
  width: calc(100%*0.65);
  box-sizing: border-box;
  float: left;
}
.w60 {
  width: calc(100%*0.6);
  box-sizing: border-box;
  float: left;
}
.w50, .wHalf {
  width: calc(100%*0.5);
  box-sizing: border-box;
  float: left;
}
.wHalf {
  text-align: center !important;
}
.w40 {
  width: calc(100%*0.4);
  box-sizing: border-box;
  float: left;
}
.w35 {
  width: calc(100%*0.35);
  box-sizing: border-box;
  float: left;
}
.w33 {
  width: calc(100%*0.33333);
  box-sizing: border-box;
  float: left;
}
.w30 {
  width: calc(100%*0.3);
  box-sizing: border-box;
  float: left;
}
.w28 {
  width: calc(100%*0.3065);
  box-sizing: border-box;
  float: left;
}
.w25 {
  width: calc(100%*0.25);
  box-sizing: border-box;
  float: left;
}
.w20 {
  width: calc(100%*0.20);
  box-sizing: border-box;
  float: left;
}
.w15 {
  width: calc(100%*0.15);
  box-sizing: border-box;
  float: left;
}
.w16 {
  width: calc(100%/6);
  box-sizing: border-box;
  float: left;
}
.w10 {
  width: calc(100%*0.1);
  box-sizing: border-box;
  float: left;
}
.w02 {
  width: calc(100%*0.02);
  box-sizing: border-box;
  float: left;
}
.clear {
  clear: both;
}
.w1920 {
  max-width: 1920px;
  margin: auto;
}
.w1366 {
  max-width: 1366px;
  margin: auto;
}
.w1280 {
  max-width: 1280px;
  margin: auto;
}
.w1024 {
  max-width: 1024px;
  margin: auto;
}
.w960 {
  max-width: 960px;
  margin: auto;
}
.hAuto {
  height: auto;
  min-height: 10%;
}
.h50 {
  height: 50%;
}
.h25 {
  height: 25%;
}
.p4 {
  padding: 4%;
  display: block;
}
.p3 {
  padding: 3%;
}
.p2 {
  padding: 2%;
}
.pB0 {
  padding-bottom: 0;
}
.pL0 {
  padding-left: 0;
}
.pT0 {
  padding-top: 0;
}
.pS2 {
  padding-left: 1%;
  padding-right: 1%;
}
.m16 {
  margin-left: calc(33%/2);
}
.m33 {
  margin-left: calc(33%/1);
}
.mL5 {
  margin-left: 3.35%;
}
.mB0 {
  margin-bottom: 0 !important;
}
.tLeft {
  text-align: left !important;
}
.tCenter {
  text-align: center !important;
}
.tRight {
  text-align: right !important;
}
.tJustify {
  text-align: justify !important;
}
.sBreak {
  height: 60px;
  clear: both;
}
.sBreakHalf {
  height: 30px;
  clear: both;
}
.noDisplay {
  display: block;
}
.fRow {
  line-height: 36px;
  margin-bottom: 4%;
  font-weight: 600;
}.top0{
  margin-top: 0;
}
/*SOCIAL*/
.social {
  width: 25%;
  margin-right: auto;
  margin-left: 0 !important;
  display: block;
  clear: both;
  text-align: left !important;
  margin-top: 6%;
  margin-bottom: 4%;
}
.ig, .fb, .li, .tt {
  float: left;
  width: calc(100%/2);
  text-align: center;
}
.ig a {
  background-image: url("../img/ig_up.svg");
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-size: 24px;
  text-decoration: none !important;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: block;
  margin: 0;
}
.fb a {
  background-image: url("../img/fb_up.svg");
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-size: 24px;
  text-decoration: none !important;
  background-repeat: no-repeat;
  padding: 0 !important;
  display: block;
  margin: 0;
}
.ig a:hover {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-size: 24px;
  background-image: url("../img/ig.svg");
  text-decoration: none !important;
}
.fb a:hover {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-size: 24px;
  background-image: url("../img/fb.svg");
  text-decoration: none !important;
}
/******** LAYOUT DIV DIMENSIONS *******/
/* WHATSAPP */
.float2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 9999999;
}
.my-float {
  margin-top: 16px;
}
/* WHATSAPP */