/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

    .pink {
      color: #ea6c9d !important;
    }

    .pink-bg {
      background-color: #ea6c9d !important;
    }
    .btn-pink {
    	background-color: #ea6c9d !important;
    	border-color: #ea6c9d !important;
    }
    .btn-pink:hover {
    	
    }

  /* Espacio para la barra admin solo cuando está activa */
  body.admin-bar .navbar.fixed-top {
    /*top: 32px;  Altura estándar barra admin en escritorio */
  }

  /* En móviles la barra admin es más alta, ajustar */
  @media screen and (max-width: 782px) {
    body.admin-bar .navbar.fixed-top {
      /* top: 46px; Altura estándar barra admin en móvil */
    }
  }
  /*#wpadminbar {
    position: fixed !important;
    top: 0 !important;
    transform: none !important;
  }

  html.wp-toolbar {
    padding-top: 32px !important;
  }

  @media (max-width: 782px) {
    html.wp-toolbar {
      padding-top: 46px !important;
    }
  }*/


  .profile-content {
    padding-top: 0;
    position: relative;
    z-index: 2;
  }
