/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.fondo-azul {
  background: #16274C;
}


.banner-principa-margenes {
 padding: 0px; 
 background: rgba(255, 255, 255, 0);
}

.linea-azul {
  color: #1883ff;
  background-color: #1883ff;
  height: 5px;
}

.linea-margenes {
 padding: 0px; 
 background: rgba(255, 255, 255, 0);
}

.sin-fondo {
   background: rgba(255, 255, 255, 0);
}

.pleca-azul {
 padding: 0px; 
 background: #1883ff;
}

 #fondo { transition: 1s; }

svg:hover #fondo { fill: #666666; }

#textos-iconos { transition: 1s; }

svg:hover #textos-iconos { fill: #ffffff; }

.titulos-azul {
  color: #16274C;
  font-weight: 600;
}


@media (max-width: 535px) {
  .popup-section {
  margin-bottom: 100px;
  }
}
@media (max-width: 375px) {
  .popup-section {
  margin-bottom: 130px;
  }
}

