/*
 Theme Name: ETHOS child
 Theme URI: https://ethos-media.com/
 Description: ethos child theme
 Author: ETHOS Media
 Author URI: https://www.ethos-media.com/
 Template: ethos
 Version: v1.0(0.1)
 _______ .___________. __    __    ______        _______.   .___  ___.  _______  _______   __       ___      
|   ____||           ||  |  |  |  /  __  \      /       |   |   \/   | |   ____||       \ |  |     /   \     
|  |__   `---|  |----`|  |__|  | |  |  |  |    |   (----`   |  \  /  | |  |__   |  .--.  ||  |    /  ^  \    
|   __|      |  |     |   __   | |  |  |  |     \   \       |  |\/|  | |   __|  |  |  |  ||  |   /  /_\  \   
|  |____     |  |     |  |  |  | |  `--'  | .----)   |      |  |  |  | |  |____ |  '--'  ||  |  /  _____  \  
|_______|    |__|     |__|  |__|  \______/  |_______/       |__|  |__| |_______||_______/ |__| /__/     \__\ 

/*---INDICE---
    1-Titulos
    2-Textos
    3-Botones
    4-Header
    5-Footer
    6-Blog
    7-Secciones
*/

/*1-TITULOS*/

.ethos-titulos h1,h2,h3,h4,h5,h6{
    font-family: 'Poppins', sans-serif !important;
}

.ethos-titulos h1 {
    font-size: 60px !important;
    font-weight: 800 !important;
    color: #fff !important;
}
.ethos-titulos h2 {
    font-size: 40px !important;
    font-weight: 900 !important;
    color: #fff !important;
}
.ethos-titulos h3 {
    
}
.ethos-titulos h4 {
    
}
.ethos-titulos h5 {
    
}
.ethos-titulos h6 {
    
}

/*2-TEXTOS*/

.ethos-textos p {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    color: #fff !important;
}
.ethos-textos  p strong {
    color: #FA456E !important;
}


/*3-BOTONES*/
.blob-btn {
  font-family: 'Montserrat', sans-serif;
  z-index: 1;
  position: relative;
  padding: 20px 46px;
  text-transform: uppercase;
  color: #FA456E;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  outline: none;
  border: none;
  transition: color 0.5s;
  cursor: pointer;
  border-radius: 30px;
}
.blob-btn:before {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.blob-btn:after {
  content: "";
  z-index: -2;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.2s;
  border-radius: 30px;
}
.blob-btn:hover {
  color: #fff;
  border-radius: 30px;
}
.blob-btn:hover:after {
  transition: all 0.3s;
  left: 0;
  top: 0;
  border-radius: 30px;
}
.blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #fff;
}
.blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
  filter: url('#goo');
}
.blob-btn__blob {
  position: absolute;
  top: 2px;
  width: 25%;
  height: 100%;
  background: #FA456E;
  border-radius: 100%;
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: transform 0.45s;
}
@supports (filter: url('#goo')) {
  transform: translate3d(0, 150%, 0) scale(1.4);
}
.blob-btn__blob:nth-child(1) {
  left: 0%;
  transition-delay: 0s;
}
.blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
.blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
.blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
.blob-btn:hover .blob-btn__blob {
  transform: translateZ(0) scale(1.7) !important; 
}
@supports (filter: url('#goo')) {
  transform: translateZ(0) scale(1.4) !important;
}


/*7-SECCIONES*/
