/*

Theme Name: Avada Child

Description: Child theme for Avada theme

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/



/* Estilos estructurales y reset */



html {

  box-sizing: border-box;

  font-size: 10px !important;

}

*,

*::before,

*::after {

  box-sizing: inherit;

}

img {

  height: auto;

  max-width: 100%;

}

.altOcultar {

  clip: rect(0 , 0 , 0 , 0);

  position: absolute;

}

header,

		hgroup

	nav,

	section,

		article,

			figure,

			time,

	main,

	footer {

		display: block;	

	}

	.altOcultar {

		clip: rect(0 , 0 , 0 , 0);

		position: absolute;

	}

	.upper {

		text-transform: uppercase;

	}



/* codigo para ocultar el espacio dejado por el iframe de remarketing */

iframe[name='google_conversion_frame'] { 

    height: 0 !important;

    width: 0 !important; 

    line-height: 0 !important; 

    font-size: 0 !important;

    margin-top: -13px;

    float: left;

}



/* Estilos para la función propia que envuelve los vídeos de youtube en un div y los hace responsivos */

div.flex-video {

    position: relative;

    padding-bottom: 56.25%;

    padding-top: 30px;

    height: 0;

    overflow: hidden;

    margin: 20px 0; /* esto es opcional */

    clear: both;

  }

   

  div.flex-video iframe {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

  }





  /* Pie */

  #wrapper > div.fusion-footer{

    max-height: 550px;

  }





  /* cabecera */



  #wrapper > .fusion-header-wrapper > .fusion-header-v3 > .fusion-header{

    background-color: #ffecd8;

  }

  #wrapper p > a:hover{

    text-decoration: underline;

  }





  /* Barra de contacto */

  #contenedorContacto > div > div > div{

    margin: 0px;

    max-height: 475px;

  }

        

/* cabecera*/



#contenedorCabeceraEscritorio > .fusion-builder-row >

#bloqueMenuEscritorio > .fusion-column-wrapper > 

.fusion-social-links > .fusion-social-networks > 

.fusion-social-networks-wrapper > a{

  color: #32b08d !important;

}



#bloqueCabeceraMovil > .fusion-column-wrapper > .fusion-social-links > .fusion-social-networks > 

.fusion-social-networks-wrapper > a{

  color: #32b08d !important;

}







/* migas de pan*/



.avada-page-titlebar-wrapper {

  display: unset !important;

}



/* redes sociales pie  de pagina*/



#contenedorPie > .fusion-builder-row > #contenedorRedesSociales > 

.fusion-column-wrapper > .fusion-social-links > .fusion-social-networks > 

.fusion-social-networks-wrapper > a{

  color: white !important;

}



/* cabecera movil */



#cabeceraMovil > .fusion-builder-row > .fusion-layout-column > .fusion-column-wrapper > 

.fusion-builder-row > #bloqueCabeceraMovil{

  position: absolute;

}

#cabeceraMovil > .fusion-builder-row > .fusion-layout-column > .fusion-column-wrapper > 

.fusion-builder-row > #bloqueCabeceraMovil > .fusion-column-wrapper > nav{



  display: flex;

  justify-content: right;

  padding-top: 5px;

}



#cabeceraMovil > .fusion-builder-row > .fusion-layout-column > .fusion-column-wrapper >

.fusion-builder-row > #bloqueCabeceraMovil > .fusion-column-wrapper > nav{

  display: flex;

    justify-content: right;

    padding-top: 28px;

}



#cabeceraMovil > .fusion-builder-row > .fusion-layout-column  {

  height: 110px !important;

}



/* footer*/



@media only screen and (max-width: 1024px){



  #bloqueCamaraMadrid > .fusion-column-wrapper > .fusion-builder-row > 

  .fusion-layout-column > .fusion-column-wrapper{

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 2%;



  }





}

/* articulos */

section#content > article{
  margin-top: 10% !important;
}

#wrapper > .fusion-tb-header > #contenedorCabeceraEscritorio{
  background-color: #FED0AE !important;
}