@charset "utf-8";
body {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}
.linea-verde {
    border-top: 1px solid #52A3B3;
}

.linea-verde-sel {
    border-bottom: 3px solid #52A3B3;
}
.posicion-z {
    position: relative;
    z-index: 1;
}
.btn-success {
    border-color: #6FB2C0;
    background-color: #6FB2C0;
}
.btn-success:hover {
    border-color: #3E818F;
    background-color: #3E818F;
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #3E818F;
    border-color: #2B5963;
    box-shadow: 0 0 0 0.2rem rgba(31,100,82,0.52); }
.bg-success {
    background-color: #52A3B3;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #3E818F !important;
}
.carousel-caption {
    bottom: auto;
    top: 20px;
    color: #2C4486;
}
.color-morado {
    color: #5802AC;
}
.color-azul {
    color: #143794;
}
.fondo-gris {
    background-color: #F3F3F3;
}
.fondo-gris-oscuro {
    background-color: #6B6B6B;
}


.linea-titulo {
    border-bottom: 2px solid #52A3B3;
    width: 200px;
}
.linea-titulo-izq {
    border-bottom: 2px solid #52A3B3;
    width: 200px;
}
.texto-centrado {
    text-align: center !important;
}
.texto-chico {
    font-size: small;
}
.texto-semi-chico {
    font-size: 14px;
}

.texto-grande {
    font-size: 22px;
}

.texto-ejecutivos {
    font-weight: 400;
    font-size: 20px;
}
.texto-servicios {
    font-size: 16px;
}
.img-chica {
    width: 70%;
	border-radius: 0.9rem !important; }
.img-chica-sin {
    width: 76%;
}

.mb-n6 {
    margin-bottom: -100px !important;
}
.mb-n-menu {
    margin-bottom: -13px;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1.6rem;
}
  .navbar .container,
  .navbar .container-fluid,
  .navbar .container-sm,
  .navbar .container-md,
  .navbar .container-lg,
  .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
.link-menu-verde:link {
    color: #52A3B3 !important;
    /*font-weight: bold;*/
}
.link-menu-verde:visited {
    color: #52A3B3 !important;
    /*font-weight: bold;*/
}
.link-menu-verde:hover {
    color: #397682 !important;
    font-weight: bold;
}
.img-opacidad {
  /* For Safari 3.1 to 6.0 */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 1s;
  /* Standard syntax */
  transition-property: opacity;
  transition-duration: 1s;
}

.img-opacidad:hover {
    opacity: 0.6;
}

@media screen and (max-width:991.98px){
.mb-n-menu .linea-verde-sel {
    display: none;
}
.img-chica {
    width: 100%;
    border-radius: 0.9rem !important;
}
h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px !important;
    line-height: 130%;
}
.carousel-caption {
    bottom: auto;
    top: -6px;
    color: #2C4486;
}




}
.servicios {
}
.text-black-80 {
}
.display-5 {
}
.link-blanco:link {
    color: #E8E8E8;
}
.link-blanco:visited {
    color: #E8E8E8;
}
.link-blanco:hover {
    color: #AFAFAF;
    text-decoration: none;
}

@media screen and (max-width:575.98px){
.carousel-caption {
    /* [disabled]bottom: auto; */
    /* [disabled]top: 3%; */
    color: #2C4486;
}
}
