/* change the background color */
.navbar-custom {
  background: rgba(255, 255, 255, 0.9); }

/* change the brand and text color */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text {
  color: #2f3e5d;
  font-family: Arial; }

/* change the link color and add padding for height */
.navbar-custom .navbar-nav .nav-link {
  color: #2f3e5d;
  font-family: Arial;
  font-size: 16px; }

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  color: #f6ab12;
  font-family: Arial; }

h3 {
  font-family: Arial; }

body {
  color: #2f3e5d;
  font-family: Arial; }

.fuente-extrabol {
  font-family: "Raleway ExtraBold"; }

.footer-page {
  background-color: #ffffff; }

#main .carousel-inner img {
  max-height: 80vh;
  object-fit: cover; }

#estudiophp-carousel .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff; }

#estudiophp-carousel {
  position: relative; }

#estudiophp-carousel .overlay .container-fluid, #estudiophp-carousel .overlay .row {
  height: 100%; }

.navbar-toggler-icon {
  background-color: #f6ab12; }

.btn-primary {
  background-color: #f6ab12;
  border-color: #f6ab12; }

.btn-primary:hover {
  background-color: #f6ab12;
  border-color: #f6ab12; }

.titulos-webpage {
  color: #f6ab12; }

.titulos-webpage-blue {
  color: #2f3e5d; }

.size-30 {
  font-size: 30px; }

.fa-whatsapp, .fa-instagram, .fa-facebook-f {
  color: #2f3e5d; }

.fa-mobile-alt, .fa-envelope-square, .fa-map-marker-alt {
  color: #f6ab12; }

.color-texto-web01 {
  color: #f6ab12; }

.color-texto-web02 {
  color: #2f3e5d; }

.fondo-opacidad-02 {
  background-color: rgba(47, 62, 93, 0.7);
  color: white;
  padding: 20px; }

.fondo-sin-opacidad-01 {
  background-color: #2f3e5d;
  padding: 20px;
  color: white; }

.fondo-galeria-opacidad {
  background-color: rgba(246, 171, 18, 0.7);
  padding: 10px;
  color: white; }

.fondo-color2 {
  background-color: #f6ab12;
  padding: 20px; }

.fondo-color1-pading20-colowhite {
  background-color: #2f3e5d;
  padding: 20px;
  color: white; }

.border-color-pie-pagina {
  border-right: #f6ab12;
  border-left: #f6ab12;
  border-top: white;
  border-bottom: white;
  border-style: solid;
  border-width: 4px; }

a, a:hover, a:active, a:link, a:visited {
  color: #2f3e5d;
  text-decoration: none; }

#cgratis {
  color: #f6ab12; }

#cgratis:hover {
  color: #2f3e5d; }

.btn-warning {
  background-color: #f6ab12;
  color: white;
  font-family: "Raleway SemiBold";
  font-size: 20px; }

.btn-warning:hover {
  color: #2f3e5d;
  border-color: #2f3e5d;
  background-color: white;
  font-family: "Raleway SemiBold";
  font-size: 20px; }

.fuente-semibold {
  font-family: "Raleway SemiBold"; }

.formularios-controles {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-bottom-style: solid;
  border-color: #2f3e5d;
  width: 100%;
  margin-top: 20px; }

.boton-save {
  margin-top: 40px;
  color: #2f3e5d;
  border-color: #2f3e5d;
  background-color: white;
  font-family: "Raleway SemiBold";
  font-size: 20px;
  width: 150px; }

::placeholder {
  color: #2f3e5d; }

.imagen-galeria:hover {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0px 0px 15px 15px #f6ab12;
  -webkit-box-shadow: 0px 0px 15px 15px #f6ab12;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg); }

.contenedor:hover .imagen-galery {
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }

.contenedor {
  overflow: hidden; }

/*# sourceMappingURL=estilios.css.map */
