body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
}

.navbar-inverse {
    background-color: #ffffff;
    border-bottom: 2.5px solid #1e73be;
}

.navbar-inverse .navbar-toggle {
    border-color: #1e73be;
    background: #1e73be;
}

.navbar-inverse .navbar-brand {
    color: #1e73be;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #1e73be;
}

.navbar-brand {
    float: left;
    font-size: 20px;
    height: 80px;
    line-height:5px;
    padding: 5px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #fff;
    color: #1e73be;
    border-top: 3px solid #1e73be;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #fff;
    color: #1e73be;
}

.navbar-inverse .navbar-nav > li > a {
    color: #555555;
    border-top: 3px solid #fff;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #1e73be;
    border-top: 3px solid #1e73be;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #1e73be;
}

.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 40px;
    font-size: 15px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #fff;
    color: #1e73be;
    outline: 0 none;
    text-decoration: none;
}

.dropdown-item {
    width: 220px; /* Ancho automático */
    white-space: nowrap; /* Evita que el texto se divida en varias líneas */
}


header.carousel {
    height: 90%;
}

header .top {
    margin-top: 25px;
    /*background: #1e73be;*/
    background: #31E3F2;
    height: 120px;
    text-align: center;
}

header a {
    font-size: 32px;
    color: #fff;
    padding-top: 500px;
}

header a:hover {
    font-size: 35px;
    color: #fff;
    padding-top: 500px;
    text-decoration: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.profesional i {
    font-size: 70px;
    color: #1e73be;
    border: 1px solid #1e73be;
    border-radius: 50%;
    padding: 25px 25px 25px 25px;
}

.friendly i {
    font-size: 70px;
    color: #1e73be;
    border: 1px solid #1e73be;
    border-radius: 50%;
    padding: 25px 33px 25px 33px;
}

.suitable i {
    font-size: 70px;
    color: #1e73be;
    border: 1px solid #1e73be;
    border-radius: 50%;
    padding: 25px 31px 25px 31px;
}

footer {
    background: #34495e none repeat scroll 0 0;
    padding: 25px 0 15px 0;
    width: 100%;
    position: absolute;
    text-align: center;
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #1e73be;
	text-decoration: none;
}

a {
    color: #1e73be;
    text-decoration: none;
}

a:hover {
    color: #1e73be;
    text-decoration: none;
}

a:focus {
    color: #1e73be;
    text-decoration: none;
}

.btn-info {
    color: #fff;
    /*background-color: #1e73be;*/
    background-color: #31E3F2;
    border-color: #1e73be;
}
.video-container {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 350px;
}

/* aqui va los estilos del menu principal*/


  
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
  
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }
 
  .enlaces {
    margin-top: 40px;
    /*background-color: #1e73be;*/
    background-color: #31E3F2;
    width: 100%;
    color: #fff;
    
  }
  .enlace-color {
    color: #fff
    
  }
  .enlace-color:hover {
    color: #ffab1f;
  }

  .red-social {
    color: white;
  }

  .red-social:hover {
    color: white;
    color: #ffab1f;
  }

  .div-con-margen {
    margin-right: 0px;
  }
  footer {
    margin-top: 0;
  }
  .centrado {
    margin-left: 10px;
  }
  .responsive-image {
    max-width: 100%;
    height: auto;
  }

  .circular-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
  }
  
  .circular-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  