
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
	color: inherit;
}

img{
	max-width: 100%;
	height: auto;
}
*{box-sizing: border-box;}


body{
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100vh;
}

main{
	flex-grow: 1;
}

strong {font-weight: 700;}
small{font-size: 80%}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

body {
	font-family: 'Raleway', sans-serif;font-weight: 300;
	font-size: 18px;
line-height: 22px;
color: #333333;
}

p{margin-bottom: 10px;}
section {padding: 50px 0 }
em{font-style: italic;}
sup {
    vertical-align: super;
    font-size: smaller;
}
.page-legal section{padding: 0 0 20px}


.wrapper{
	width: 1170px;
	max-width: 100%;
	margin:0 auto;
}
.overflow{overflow-x: auto;}


.u-celeste{	color: #0079c8; }
.u-rosa{color: #c6007e;}
.u-azul{color: #00335b;}
.u-navy {color:  #00548C}
.u-blanco{	color: #fff!important;}

.u-bold{font-weight: 600;}

.text-center{text-align: center;}
.bg-grey{background: #FAFAFA}

.bg-azul {background: #0079c8}
.bg-navy {background: #00335b}
.bg-morado {background: #6a2ca1}
.bg-violeta {background: #a4219b}
.bg-fucsia {background: #c6007e}
.bg-granate {background: #942151}
     .bg-naranja {background: #DB3907}
     .bg-turquesa {background: #008385}
     .bg-verde {background: #007a3d}
     .bg-musgo{background: #678004 }
     

     .bg-azul-a {background: rgba(0,121,200,0.6);}
     .bg-navy-a {background: rgba(0,51,91,0.6);}
     .bg-morado-a {background: rgba(106,44,161,0.6);}
     .bg-violeta-a {background: rgba(164,33,155,0.6);}
     .bg-fucsia-a {background: rgba(198,0,126,0.6);}
     .bg-granate-a {background: rgba(148,33,81,0.6);}
     .bg-naranja-a {background: rgba(219,51,7,0.6);}
     .bg-turquesa-a {background: rgba(0,131,133,0.6);}
     .bg-verde-a {background: rgba(0,122,61,0.6);}
     .bg-musgo-a{background: rgba(103,128,4,0.6);}



.text-right {text-align: right}
.italic {font-style: italic;}
.underline {text-decoration: underline;}
.slick-slider {outline: none;}
.disabled{cursor: not-allowed; color: #ddd!important }


.u-margin-bottom-sm {margin-bottom: 40px}
.u-padding-left-sm {padding-left: 40px}

@media(max-width: 767px){
    .hidden-xs{display: none}
}
@media(min-width: 768px){
    .visible-xs{display: none;}
    .partner-logo.responsive {display: none;}
}

.bullets {list-style: disc; padding: 10px 0 10px 20px}
/*HEADER*/

header {width: 100%;  position: relative;min-height: 760px}
header .item-logo {display: flex; align-items: flex-start;width: 100%;padding: 25px 0 ;position: absolute; top: 0; left: 0; width: 100%; z-index: 10}
.item-logo .wrapper{display: flex; align-items: flex-start; justify-content: space-between;}
header .logo {display: flex; align-items: flex-start; justify-content
	: flex-start;}
header .logo>img {margin-right: 15px}
header.legal{min-height: unset;}
header.legal .item-logo{position: relative;}
.img-mobile{display: none;}

.item-todos{margin-top:  14px; display: flex;
    align-items: flex-end;
    flex-direction: column;}
.item-todos p{font-weight: 600;
font-size: 25px;line-height: 42px;color: #AFBC20;padding: 5px 0 0 12px; font-family: "Montserrat";}

.item-todos .tlf-header {font-size: 28px; padding:4px 36px 0 30px; background: url(../imagenes/ico-tlf.png) left no-repeat; }


@media (min-width: 425px){
	.item-logo .wrapper .responsive {display: none;}


}

.partner-logo{margin-left: 20px; flex-shrink: 0; max-width: 400px; max-height: 90px; overflow: hidden;}


/*cabecera*/
.header {padding:0;
    background-image: url(../imagenes/bg-cabecera.jpg); background-repeat: no-repeat; background-color: white;
    position: relative;
    width: 100%;min-height: 760px;padding: 160px 0 0; background-size: cover; background-position-x:center;}

.header>.wrapper {display: flex;justify-content: space-between; align-items: flex-start;
    min-height: 600px; height: 600px}



.left-box {
    display: flex;align-items: flex-start; justify-content: flex-start; flex-direction: column;margin: 0 0 100px; max-width: 497px; align-self: flex-end;width: 100%;
}
.left-box .bg-grey {background: rgba(29, 29, 27, 0.4)
;padding: 40px;font-size: 40px;line-height: 50px;/*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)*/;color: #fff;width: 100%;}
.left-box .bg-white {background: rgba(255,255,255,0.5); font-size: 30px;color: #0079C8; line-height: 39px; text-align: center;padding: 5px;width: 100%;}
.left-box .bg-white p, .left-box .bg-blue p{margin: 0}
.certificaciones {margin-bottom: 15px; max-width: 200px; max-height: 90px; overflow: hidden;}

.left-box .bg-grey p{text-align: center;font-size: 25px;line-height: normal;}
.left-box .bg-grey p strong{font-size: 40px;}

/*FORMULARIO*/

.box-formularios{background: #383837;
    padding: 25px;color: #fff; width: 100%;
    max-width: 376px;}

form{display: flex; flex-direction: column; align-items: center; justify-content: space-between;}
form .title{font-size: 21px;text-align: center;}
form p{font-size: 12px;margin-top: 5px; font-family: 'Raleway', sans-serif; width: 100%;}
form p a{color: #fff;text-decoration: underline;}

input{width: 100%;
    padding: 5px;
    font-size: 15px;
    color: #000;
    margin: 5px 0;}




 
   /* .content-select{position: relative;width: 100%;}
.content-select i{ border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 95%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%;width: 0;}
select{width: 100%;
    padding: 7px 5px;
    font-size: 15px;
    color: grey;
    margin: 5px 0;}

.error{border: 3px solid #D9292B;}
.texto-error{font-family: 'Roboto', sans-serif; font-weight: 400; color: #D9292B; font-size: 12px; margin: 10px 0;}*/


/*MODULO ICONOS*/


.title-big{font-size:35px ; color: #AFBC20;line-height: normal; text-align: center;padding: 0 20px;font-weight: 400;max-width: 910px;margin: 0 auto;}
.inner-items-iconos {display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; margin-bottom: 10px}
.inner-items-iconos .item-icono {    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-basis: 24%;
    align-items: center;
    padding: 41px 41px 7px;}
.inner-items-iconos .item-icono p{font-weight: 400;
font-size: 16px;
line-height: 18px;
text-align: center;
color: #333333;
margin-top: 14px}
.title-icono{font-size: 18px;}
/*.inner-items-iconos .item-icono p strong{color: #D8262E}*/
.slick-dots {width: 100%; display: flex; align-items: center; justify-content: center;}
.slick-dots li button{ width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #AFBC20;
  margin: 5px;
  opacity: 0.3;
  transition: opacity 0.3s ease;color: transparent;border: none;}
  .slick-dots li.slick-active button{
    background: #AFBC20;
  opacity: 1;
}






@media (max-width: 766px) {


  .inner-items-iconos .item-icono {
    flex: 0 0 85%;
    box-sizing: border-box;
    padding: 24px;
  }
}

@media (max-width:  425px){
    .title-icono{font-size: 20px;}
    .inner-items-iconos .item-icono p{font-size: 18px;}
    .title-big{font-size: 30px;}
    
}

/*BTN*/



.btn-green {
    background-color: #AFBC20; text-align: center;
border-radius: 5px; width: 80%;font-weight: 600;
font-size: 22px; display: flex; align-items: center; justify-content: center;
line-height: 38px; color: #fff;margin: 20px auto;padding: 10px 20px; position: relative;max-width: 250px;border: none;}
.btn-pink.active:after{content: ""; position: absolute; width: 24px;height: 24px; top: calc(50% - 12px);left:-17px; background: url(../imagenes/triangle-pink.png)no-repeat; background-size: contain; }

/*MODULO UBICACION*/

.ubicacion .wrapper{display: flex; justify-content: space-between; align-items: center;flex-direction: row;}
.box-media {
    width: 599px;
    display: flex;
    margin: 20px 0;
    position: relative;
     flex-direction: column; 
  align-items: flex-start;
}

.img-centro {
    width: auto;
  max-width: 100%;
  height: auto;
  flex-shrink: 0
}

.img-kit {
  position: absolute;
  right: 9%; 
  top: 50%;
  transform: translateY(-50%);
  width: 273px;
  z-index: 1;
}
.btn-ubicacion {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: right;
  width: 58.2%; 
  background-color: #AFBC20;
  color: white;
  text-align: right;
  padding: 9px 24px;
  margin-top: 0; 
  text-decoration: none;
  cursor: pointer;
  font-size: 15px;
}
.icon-ubicacion {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.box-txt{    flex: 1; margin: 0 20px;}
.box-txt p{font-size:18px ; color: #333; font-weight: 400;}
.box-txt .title{font-size:35px ; color: #AFBC20;line-height: normal;}

@media(max-width:1024px){
  .box-media{width: 512px;}
  .img-kit{right: -20px;}
  .btn-ubicacion{width:68%;}
}

@media(max-width:768px){
    header .logo>img{max-width: 135px;}
    .ubicacion .wrapper{flex-direction: column;}
    .box-media{margin: 0 0 50px 80px;}
    .img-kit{right: -2%;}
}



/*NOTA LEGAL*/

.nota {font-weight: 300;
font-size: 12px;
line-height: 15px;
color: #333333;}



/*FOOTER*/

footer {background: #000000; padding: 15px 0; width: 100% }
footer p, footer a {color: #fff; font-size: 16px}
footer p {margin:0;}

footer .wrapper {display: flex; justify-content: space-between; align-items: center;color: #fff}

footer .legales {display: flex; align-items: center;
    justify-content: center;
    gap: 15px;}
footer .legales span {margin: 0 5px;}

.box-chatbot {
    position: fixed;bottom: 150px;right: 75px;   z-index: 1500;
    transition: height 0.5s;  display: flex;flex-direction: column; align-items: flex-end; justify-content: flex-start;display: none
}

.btn-bocadillo img{width: 65px}

.box-chatbot:hover {
    animation-name: bounce;
    animation-duration: 0.3s;
    animation-iteration-count: 8;
    animation-direction: alternate;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
}


/*modulo contenido enfrentado*/
.contenido-enfrentado ul, .contenido-enfrentado ol{list-style: unset; padding: 0 0 0 20px}

.contenido-enfrentado .wrapper{display: flex; align-items: flex-start; justify-content: space-between;}
.contenido-enfrentado .wrapper .contenido-half{flex-basis: 50%; padding: 20px}




#cookie-law-info-bar {
    font-size: 15px;
    margin: 0 auto;
    padding: 12px 10px;
    position: fixed;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    display: none;
    bottom: 0px;
    left: 0px;
    background-color: #D8262E;
    font-weight: 300;
    color: #fff;
    font-family: inherit;
    box-shadow: 0 -1px 10px 0 rgb(172 171 171 / 30%);
    min-height: 30px;
    padding: 5px;
    font-size: 14px;
    line-height: 1.2
}

#cookie-law-info-bar span{vertical-align: middle;}

#cookie-law-info-bar a {color: #fff; text-decoration: none;padding: 0 5px}

.btn-fixed-bottom{display:none;}

@media(min-width: 768px){
    #cookie-law-info-bar{font-size: 16px;
    line-height: 1.2}
}




@media (max-width: 1175px){
    header .item-logo {padding: 25px 20px}

    footer .wrapper {padding: 0 20px}
    section .wrapper {padding: 0 20px}

}


@media (max-width: 1170px){

	.title-promo{font-size: 53px;
    line-height: 58px;}

}



@media(max-width: 1024px){

    .inner-items-iconos .item-icono {flex-basis: 33%;}
    .title-promo { font-size: 48px; line-height: 53px;}


}


@media(max-width: 800px){



    .header>.wrapper{flex-wrap: wrap;}

    .inner-formulario{flex-grow: 1}
    .header .formulario{width: 100%;max-width: 100%}


    .inner-items-iconos .item-icono {flex-basis: 49%;}
    .left-box{max-width: 100%; margin: 0; }
    .header{padding: 460px 0 0; background-size: 1800px; background-position: center -100px top}
    .formulario.asesoramos {position: fixed; top: 0; left: 0; right: 0; overflow-y: auto;width: 100%; max-width:100%;}
    .inner-formulario.box-cita {width: 100%;}
    .box-formularios{width: 100%;max-width: 100%;}
 



}

@media (max-width: 767px){
   
    .btn-fixed-bottom {display: block;}
    footer .legales {display: flex;flex-direction: column;}


	header {padding: 0 }
	header .logo {display: none;}
	.item-logo .wrapper .responsive {display: block;    width: 100%;    text-align: center;   background:#fff }
	.item-logo .wrapper {flex-direction: column;}
	header .item-logo {padding: 0; position: fixed; }

	footer .wrapper {flex-direction: column;}
	footer .wrapper .legales span {display: none;}
	.legales a {display: inline-block; width: 100%; text-align: center; margin: 0 0 10px}
    footer .legales {width: 100%;}
	footer p {margin: 0 0 10px; text-align: center;}
	footer {padding: 15px 0 50px}
    .header .wrapper {flex-direction: column;min-height: unset; height: unset;}
    /*.header form .title {font-size: 21px; line-height: 1.2}*/
    .item-todos {display: none;}

    .header .formulario input[type=button]{font-size: 17px}


    /*.inner-items-iconos {flex-wrap: nowrap; overflow-x: auto;}*/
    .inner-items-iconos .item-icono {flex-shrink: 0; flex-basis: 100%}
    body{font-size: 16px; line-height: 20px}
    section{padding: 30px 0 }
    
    
    .left-box .bg-blue{font-size: 24px; line-height: 30px;}
    .left-box .bg-white{font-size: 18px;line-height: 22px;}
    
    .header.logos { padding: 110px 0 0;  min-height: unset;}
        .left-box .bg-grey{max-width: 100%;}
        


    .box-chatbot {display: none!important;}

}
@media(max-width:425px){



  .header{background:none; padding:131px 0 0 ;}
  .img-mobile{display: block; max-height: 233px; overflow: hidden;}
  .header .wrapper{flex-direction: column-reverse;}
  .left-box .bg-grey{background: rgba(29, 29, 27, 1);}
  form .title{line-height: 31px;}
  .ubicacion .wrapper{flex-direction: column;}
  .box-media img{margin: 0;}
  .box-media{margin: 25px 0; width: 280px;}
  .img-centro{width: 76%;}
  .img-kit{right: -17%;width: 203px;top: 127px;}
  .btn-ubicacion{width:76%;}
  .box-txt{margin: 0;}
  .nota{font-size: 14px; color: #333; font-weight: 400;}

    .btn-fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #1E1D1C;
    display: flex;
    padding: 10px;
    z-index: 999;}

    .btn-fixed-bottom button {
    flex: 1;
    margin: 0 9px;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    background-color: #AFBC20;
    color: white;
     font-family: 'Raleway', sans-serif;
     font-weight: 700;
  }

  .btn-fixed-bottom .btn2 {
    display: flex;
    gap:14px;
    background-color: #ffffff;
    color: #000;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    justify-content: center;
  }
  .btn-fixed-bottom .btn2 img{
    vertical-align: middle;
    margin-right: 10px;
  }


}
  @media(max-width:320px){

    .header .formulario{padding: 40px 10px;}
    .header .formulario input[type=button]{font-size: 15px;background-position: center left 12px,center right 15px;}
}

    


