/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* error en generatepress no establecido las columnas*/
.separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar {
    padding: 0 20px;}
@media (min-width: 768px) {
.separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar {
    padding: 0 0;}}

@media only screen and (max-width: 600px) {  
.wp-block-cover, .wp-block-cover-image {
	padding:0 !important;
}
}



/* error en generatepress... */

html {
  scroll-behavior: smooth;
}

#conjunto{
    /*se encuentra en /pruebas01/wp-content/themes/generatepress.3.0.2/generatepress_child/footer.php*/
    /* width: calc(100% - 40px); */
    background-color: #035249;
    /* display: block; */
    font-size: 13px;
    padding: 0px 0px 20px 0px;
    color: white;
    /* margin: 0 20px; */
    height: inherit;
    }

#conjunto a{
    color: white;
    }

.conjunto_columnas{
    width: 100%;
    border-bottom: 1px dashed #ffffff4d;
    border-right: 0px dashed #ffffff4d;
    padding: 20px 10px 0px 20px;
    flex-basis: auto;
    display: flex;
    position: relative;
    flex-direction: column;

    }

.conjunto_columnas:last-child{
    border: 0;
    }

.conjunto_columnas ul{
    margin: 0 0 1.5em 0em;
    }
.conjunto_columnas li {
    position: relative;
    float: left;
    margin: 0px 9px 0 15px !important;
    list-style: circle;
}
.conjunto_columnas li::marker {}

@media only screen and (min-width: 500px) {  
    #conjunto{
        display: flex;
        font-size: 12px;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-evenly;
    }

    .conjunto_columnas{
        border-right: 1px dashed #ffffff4d;
        border-bottom: 1px dashed #ffffff4d;
        width: 50%;
    }
    .conjunto_columnas:last-child{
        /* border-right: 1px dashed #ffffff4d; */
    }
}

@media only screen and (min-width: 768px) {  
    #conjunto{
        display: flex;  
        font-size: 12px;
        flex-wrap: wrap;
        align-content: flex-start;
        margin: 0 0px;
        width: 100%;
    }

    .conjunto_columnas{
        width: 33.333%;
    }
    .conjunto_columnas:last-child{
    }
}

@media only screen and (min-width: 900px) {  
    #conjunto{
        display: flex;  
        font-size: 12px;
        height: inherit;
        flex-wrap: nowrap;
    }
    .conjunto_columnas{
        border-right: 1px dashed #ffffff4d;
        border-bottom: 0px dashed #ffffff4d;
    }
    .conjunto_columnas:last-child{
    }
}


/* extractorpublicidad estilos de botonera de identidad en la parte superior que estan anclados 
en elements de generatepress */
.extractorpublicidad_identidad_logos {
    align-self: flex-end;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    background: linear-gradient( 0deg, #007bff59, transparent);
} 

.extractorpublicidad_identidad_logos a {
    padding: 3px 0;
}
.extractorpublicidad_identidad_logos a img{
    position:relative;
    height: 50px;
}
.extractorpublicidad_identidad_logos a img:before{
    position:absolute;
    content:"hjgjhg ";
    height:20px;
    width:10px;
    background: #dc1919;
    z-index: 2;
}

.imagen_movil {
    display: block;
}
.imagen_desktop {
    display: none;
}
@media (min-width: 768px) {
.imagen_movil {
    display: none;
}
.imagen_desktop {
    display: block;
}
}
/* FIN */

/* extractorpublicidad header*/

.site-header {
    color: #225b85;
    border-top: 10px solid #31ae76;
    border-bottom: 10px solid #0a6a70;
    background-image: url(/wp-content/uploads/2021/04/landingpage-03-cabezote.jpg);
    height: calc(100vh - 0px);
    display: flex;
    background-size: cover;
    background-position: center center;
    flex-direction: column;
    scroll-snap-align: start;
} 

@media (min-width: 768px){
.site-header {
    color: #225b85;
    border-top: 10px solid #31ae76;
    border-bottom: 10px solid #0a6a70;
    background-image: url(/wp-content/uploads/2021/04/landingpage-02-cabezote.jpg);
    height: calc(100vh - 0px);
    display: flex;
    background-size: cover;
    background-position: center center;
    flex-direction: column;
    scroll-snap-align: start;
    
}
}

  
@keyframes opacity1 {
  0% {opacity:.2}
  50% {opacity:.8}
  100% {opacity:.2}
}

.inside-header.grid-container {
    max-width: 1020px;
    align-self: flex-start;
    /* background: linear-gradient(180deg, #878721b8, transparent); */
    padding: 14px 15px;
    z-index: 1;
} 

/* fin */

.main-navigation .inside-navigation {
   border-top: black !important;
   scroll-snap-align: start;
   scroll-snap-type: y proximity;
   scroll-padding-top: 100px;
   scroll-behavior: smooth;
   scroll-padding-block-start: 100px;
} 

/* slider */
.extractorpublicidad-slider01 section{
    display: flex;  
}
.extractorpublicidad-slider01 article{
    width: 100px;
    margin: 0 20px 0 0;
}
.extractorpublicidad-slider01 .wp-show-posts-image a img{
    width: 300px !important;
    background: #3e6161;
}

/* fin */

/* slider */
.extractorpublicidad-slider02 {
    width:100%;
    position:relative;
    background: #D4AD19;
    padding:.5em;
    margin-bottom: 1.5em;
}
.extractorpublicidad-slider02 section{
    overflow-x: scroll;
}
.extractorpublicidad-slider02 section::-webkit-scrollbar {
  width: 10px;
}
.extractorpublicidad-slider02 section::-webkit-scrollbar-track {
  box-shadow: inset 10px 5px 10px #80808047; 
  border-radius: 5px;
}
.extractorpublicidad-slider02 section::-webkit-scrollbar-thumb {
  background: #225b85; 
  border-radius: 10px;
}
.extractorpublicidad-slider02 section::-webkit-scrollbar-thumb:hover {
  background: #143750; 
}



.extractorpublicidad-slider02 .wp-show-posts-entry-header{
    margin:0;
}

.extractorpublicidad-slider02 .wp-show-posts-entry-header h2{
    font-size:1.2em;
    text-align: center;
    line-height: 2.5ex;
    height: 5ex;
    overflow: hidden;
    text-overflow: ellipsis;
}

.extractorpublicidad-slider02 section{
    display: flex; 
}
.extractorpublicidad-slider02 article{
    width: 100px;
    margin: 0 10px 11px 0 !important;
    border-right: 1px dashed #225B85;
    padding: 0 5px 0 0;
}
.extractorpublicidad-slider02 article:last-child{
    margin: 0 0px 0 0;
    border-right: 0px dashed #00000059;
    padding: 0 0px 0 0;
}
.extractorpublicidad-slider02 .wp-show-posts-image img{
    width: 50px !important;
    height: 50px !important;
}

/* fin */


/* titulos del home */
.extractorpublicidad-titulohome {
  background:#878721;
  color:white;
  padding:.4em 0 .2em 0;
  position:relative;
  margin: 0;
}
.extractorpublicidad-titulohome a{
  color:white;
}
.extractorpublicidad-titulohome a:after{
  content: " ";
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-size:cover;
  color:white;
  margin: 0 0 0 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='325.3 0 30 30'%3E%3Cpath d='M350.1 3.5h-5c-0.6 0-1.2-0.5-1.2-1.2s0.5-1.2 1.2-1.2h7.8c0.6 0 1.2 0.5 1.2 1.2v7.8c0 0.6-0.5 1.2-1.2 1.2s-1.2-0.5-1.2-1.2V5.1L338.2 18.8c-0.5 0.5-1.2 0.5-1.7 0 -0.5-0.5-0.5-1.2 0-1.7L350.1 3.5zM338.9 3.9L338.9 3.9c0.4 0 0.8 0.2 1 0.6 0.2 0.4 0.2 0.8 0 1.1 -0.2 0.4-0.6 0.6-1 0.6 -2.8 0-4.9 0-6.4 0.2s-2.3 0.5-2.7 0.9c-0.4 0.4-0.8 1.2-0.9 2.7 -0.2 1.5-0.2 3.6-0.2 6.4 0 2.8 0 4.9 0.2 6.4 0.2 1.5 0.5 2.3 0.9 2.7 0.4 0.4 1.2 0.8 2.7 0.9 1.5 0.2 3.6 0.2 6.4 0.2 2.8 0 4.9 0 6.4-0.2 1.5-0.2 2.3-0.5 2.7-0.9 0.4-0.4 0.8-1.2 0.9-2.7 0.2-1.5 0.2-3.6 0.2-6.4 0-0.4 0.2-0.8 0.6-1 0.4-0.2 0.8-0.2 1.1 0 0.4 0.2 0.6 0.6 0.6 1 0 2.8 0 5-0.2 6.7 -0.2 1.7-0.6 3.1-1.6 4s-2.3 1.4-4 1.6c-1.7 0.2-3.8 0.2-6.7 0.2 -2.8 0-5 0-6.7-0.2 -1.7-0.2-3.1-0.6-4-1.6 -1-1-1.4-2.3-1.6-4 -0.2-1.7-0.2-3.8-0.2-6.7 0-2.8 0-5 0.2-6.7 0.2-1.7 0.6-3.1 1.6-4s2.3-1.4 4.1-1.6C333.9 3.9 336 3.9 338.9 3.9z' fill='%23fff'/%3E%3C/svg%3E");
}
.extractorpublicidad-titulohome a:hover:after{
  opacity: 0.5;
  transition: 0.3s;
}

.extractorpublicidad-titulohome:after {
  content:" ";
  position:absolute;
  top:0;
  left: 0;
  border-right: 1.6em solid #00000000;
  border-top: 1.6em solid #225B85;
}
/* fin */

/* extractorpublicidad slider con background */

.extractorpublicidad-frases-un-solo-backgroung {
  background-image: url(/wp-content/uploads/2020/11/fondo-guitarra-2.jpg);
  background-color: #014a74;
  background-attachment: fixed;
  height: 250px;
  display: block;
  width: 100%;
  border: 0;
  margin-bottom: 1.5em;
  position: relative;
}

.extractorpublicidad-frases-un-solo-backgroung::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: inherit;
    opacity: 0.5;
}
.centrar_texto {
    max-width: 300px;
    height: 100%;
    padding: 15px 34px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: unset;
    background: linear-gradient(0deg, #d4ad1959, transparent);
    color: white;
    margin: 0 auto;
}
.centrar_texto li{
    max-width: 492px;
    color: white;
    font-size: 1.1rem;
    text-align: left;
    align-self: flex-end;
    margin: 0 0 16px 0;
}
.extractorpublicidad-frases-un-solo-backgroung li {
  height: 250px;
  align-items: center;
  justify-content: center;
}
/* fin */

/* modulo de noticias*/
.extractorpublicidad-noticias article{
  height: 190px;
  margin: 5px 6px 5px 6px !important;
}

.extractorpublicidad-noticias .wp-show-posts-inner{
  position: relative;
  height: 100%;
  border-right:1px dashed white;
  color:white;
}
.extractorpublicidad-noticias .wp-show-posts-inner{
}
.extractorpublicidad-noticias .wp-show-posts-image a img {
   height: 190px;
}
.extractorpublicidad-noticias .wpsp-content-wrap {
  position: absolute;
  background: #1b3a3f85;
  width: 100%;
  padding: 5px 0 0px 5px;
  bottom: 0;
}
.extractorpublicidad-noticias .wp-show-posts-entry-title{
 margin: 0 !important;
 height: auto !important;
 font-size: 1.4em;
 color:white;
}
.extractorpublicidad-noticias a, 
.extractorpublicidad-noticias .wp-show-posts-meta a, 
.extractorpublicidad-noticias .wp-show-posts-meta a:visited{
 color:white;
}
.extractorpublicidad-noticias .wp-show-posts-entry-header {
  height:auto !important;
  margin-bottom: 0;
}
@media (min-width: 768px){
  .wpsp-col-3 {
    width: 23.4%;
  }
}


/* fin */

/*extractorpublicidad fondo 2*/
.extractorpublicidad-frases-un-solo-backgroung-2 {
  background-image: url(/wp-content/uploads/2020/11/fondo-guitarra-2.jpg);
  background-color: #014a74 !important;
  background-attachment: fixed;
  margin-bottom: 1.5em;
  position: relative;
  background-blend-mode: luminosity;
}
.extractorpublicidad-frases-un-solo-backgroung-3 {
  background-color: #014a74 !important;
  position: relative;
  background-blend-mode: luminosity;
}

.extractorpublicidad-frases-un-solo-backgroung-2::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: inherit;
    opacity: 0.5;
}
/* fin */

/* boton central */
.extractorpublicidad-boton-central {
  width: 100%;
  z-index: 1;
  bottom: 108px;
  flex: 1;
  display: flex;
  justify-content: center;
}
.extractorpublicidad-boton-central a{
  align-self: flex-end;
  width: 2em;
  height: 2em;
  border-radius:50%;
  margin-bottom: 1em;
  background: #fdf8ea;
}
.extractorpublicidad-boton-central span{
  display: block;
  height: 1em;
  width: 1em;
  margin: auto;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg) translate3d(10px, 10px, 10px);
  border-color: #059483;
  animation: movimiento01 1.5s infinite;
  animation-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
}   
@keyframes movimiento01 {
  0% {
    transform: rotate(45deg) translate3d(0px, 0px, 0px);
    opacity:0}
  50%   {
    opacity:1;
    transform: rotate(45deg) translate3d(.5em, .5em, .5em);
    }
  100%   {
    opacity:0;
    transform: rotate(45deg) translate3d(1em, 1em, 1em);
    }

}


/* fin */