/*
VARIABLES - UVIGO:
Azul primary: #395c75
Azul claro: #6789a4

Azul oscuro: #073349

*/
/*Menu Horizontal*/
/*Sub Menu*/
/*Menu Vertical*/
/* Colores */
@font-face {
  font-family: "Roboto", sans-serif;
  font-weight: "normal";
  font-style: "normal"; }
.owl-carousel.owl-loaded {
  display: block;
  height: 450px; }

.slider {
  display: -webkit-box;
  width: 100%;
  margin: 0px;
  height: 450px;
  color: black;
  text-align: left; }
  .slider h1 {
    color: white; }

.panelSuperiorDerecha {
  float: right;
  width: 450px;
  margin-top: 100px;
  margin-right: 20px;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  border-style: groove;
  border-width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 255, 0.2); }

.botonesCaptionSlider {
  display: initial; }

.botonesPieSlider {
  display: none; }

.owl-theme .owl-dots {
  position: relative;
  bottom: 40px; }

@media (max-width: 640px) {
  .owl-carousel.owl-loaded {
    display: block;
    height: 330px; }

  .slider {
    display: -webkit-box;
    height: 330px;
    color: black;
    text-align: left; }
    .slider h1 {
      color: white; }

  .panelSuperiorDerecha {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    padding: 5px;
    text-align: center;
    border-radius: 0px;
    border-style: groove;
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(0, 0, 255, 0.2); }

  .botonesCaptionSlider {
    display: none; }

  .botonesPieSlider {
    display: initial; } }
