/*
Theme Name:   Travelor Child
Theme URL:    https://wowtheme7.com/travelor-child/
Description:  IT Solution, Sass and Multipurpose WordPress Theme
Author:       wowtheme7
Author URL:   https://wowtheme7.com/
Template:     travelor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URL:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  travelorchildtheme
*/

/*
    Please Add your custom styles here
*/

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    margin-bottom: 8px;
}

.phone-link, .email-link {
    display: block;
    color: #113A74;
    text-decoration: none;
    padding: 5px 0;
}

.phone-link:hover, .email-link:hover {
    color: #113A74;
}

.phone-link i, .email-link i {
    margin-right: 8px;
}


.call-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  background-color: #003366; /* Azul marino similar */
  border-radius: 50%;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 51, 102, 0.3);
}

.call-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 51, 102, 0.4);
}

.call-button i {
  font-size: 32px;
  margin-bottom: 8px;
}

/* Punto decorativo amarillo (opcional) */
.call-button-position {
    position: absolute;
    top: -100px;
}

/* Tablet hacia arriba */
@media (min-width: 768px) {
  .call-button-position {
    position: absolute;
    top: -100px !important;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .call-button-position {
    position: absolute;
    top: -100px !important;
  }
}
