/*

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%;

  }


  .fusion-layout-column > .fusion-column-wrapper > #TheHeatIsOn{
    color: #c70026;
    font-family: 'Fira Sans';
    font-weight: 700 !important;
    display: flex;
    justify-content: center;
    font-size: 5rem !important;
  }


  /* Sección contenedorBannerMasInformacion */
#contenedorBannerMasInformacion {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  /*margin: 0 -30px !important;*/
  padding: 32px 30px !important;
  text-align: center;
  width: calc(100% + 60px);
}
#contenedorBannerMasInformacion > div > #tituloMasInformacion > div > .masInformacion > h2{
  color: #fff;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  line-height: 125% !important;
}
#contenedorBannerMasInformacion > div > #contenedorBtnContactaConNosotros{
  margin: 24px 0 0 0 !important;
}
#contenedorBannerMasInformacion > div > #contenedorBtnContactaConNosotros > div > div > .btnMasInformacion {
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  margin: 0 auto;
  max-width: 450px;
  padding: 20px;
  text-decoration: none;
  font-size: 2rem !important;
  font-weight: 400 !important;
  line-height: 100% !important;
}

/* Tabla politica de privacidad*/
#informacionBasica{border-collapse:collapse}
#informacionBasica thead th{color:#c00027;font-size:1.6rem;text-align:center}
#informacionBasica td,
#informacionBasica th{border:1px solid #ccc;font-size:1.4rem;padding:5px;vertical-align:top}
#informacionBasica a{color:#c00027;text-decoration:none}
#informacionBasica a:hover{text-decoration:underline}

@media only screen and (min-width: 480px) {
  #contenedorBannerMasInformacion {
    padding: 48px 30px;
  }
}
@media only screen and (min-width: 640px) {
  #contenedorBannerMasInformacion > div > #tituloMasInformacion > div > .masInformacion > h2 {
    font-size: 3rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
  #contenedorBannerMasInformacion > div > #contenedorBtnContactaConNosotros > div > div > .btnMasInformacion {
    background-color: rgba(0, 0, 0, 0);
    font-size: 2.2rem !important;
    font-weight: 400 !important;
    line-height: 100% !important;
  }
}
@media only screen and (min-width: 767px) {
  #contenedorBannerMasInformacion {
    padding: 64px 30px;
  }
  #contenedorBannerMasInformacion > div > #tituloMasInformacion > div > .masInformacion > h2 {
    font-size: 4rem !important;
    font-weight: 600 !important;
    line-height: 125% !important;
  }
  #contenedorBannerMasInformacion > div > #contenedorBtnContactaConNosotros > div > div > .btnMasInformacion {
    background-color: rgba(0, 0, 0, 0);
    font-size: 2.4rem !important;
    font-weight: 400 !important;
    line-height: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
  #contenedorBannerMasInformacion {
    padding: 92px 30px !important;
  }
}
/* Fin */