/******************************************************************** General ********************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

.w100{
    width: 100%;
}
.h1,h2,h3,h4{
 color: #5a5a5a !important;
}
.withoutpadding .col-md-6{
 padding: 0px;
}
.blightgrey {
    background: #edede7;
    padding: 2.4rem 2.4rem;
}
.backgrounddark{
    background: #212626;
    padding: 20px;
}
.backgrounddark *{
    color: white;
}
.mh369{
    min-height: 100%;
}
.textcenter{
    text-align: center;
}

.skh3{
    font-weight: lighter;
}
.Sk_addtoany{
    text-align: center;   
}
.mt0{
    margin-top: 0px;
}
.mt12{
    margin-top: 12px;
}
.mt16{
    margin-top: 16px;

}
.mt32{
    margin-top: 32px;
}
.mt64{
    margin-top: 64px;
}

.mb8{
    margin-bottom: 8px;
}

.mb12{
    margin-bottom: 12px;
}
.mb16{
    margin-bottom: 16px;
}
.mb32{
    margin-bottom: 32px;
}
.mb64{
    margin-bottom: 64px;
}

.mtb32{
    margin-top: 32px;
    margin-bottom: 32px;
}
.m15 {
    margin: 15px;
}
.p15 {
    padding: 15px;
}
.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}
.text_left{
    text-align: left;
}
.text_jutify{
    text-align: justify;
}
.overlay:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #292929;
    opacity: 0.3;
    z-index: 2;
}
.headeracolapse{
    font-size: 20px;
    border-bottom: 1px solid #229ba9;
    margin-bottom: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #229ba9;
}
.rayabot {
    border-bottom: 1px solid #4444;
}

.box_hover:hover{
    background: #e8e9e9;
}
.skfootfifth{
    justify-content: center;
}
blockquote {

    position: relative;
    margin: 1.5rem 0;
    padding-left: 1rem;
    /*font-family: Georgia,Times,"Times New Roman",serif;*/
    font-weight: 400;
    font-style: italic;
    font-size: 1.4rem;
    
}
blockquote:before {
       position: absolute;
    top: 2px;
    left: 0;
    width: 0.25rem;
    height: 100%;
    background-color: #161616;
    content: "";

}
/*blockquote:after {
    content: '\201C';
    position: absolute;
    bottom: -60px;
    right: 0;
    font-family: Arial, sans-serif;
    font-size: 82px;
    font-style: normal;
}*/
}
#minimaxButton svg{
    margin-right: 0px;
}
/******************************************************************** Home ********************************************************************/
.vHidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

/******************************************************************** Menú principal ********************************************************************/
#block-bootstrap-barrio-subtheme-main-menu *{
    text-transform: uppercase;
}
#navbar-main{
    border-bottom: 1px solid #d6d6d6;
}

/******** logo loguin *************/

body.gin-login .user-form-page__user-form img {
    width:100%;
    max-height:120px !important;
}

/******************************************************************** cabecera ********************************************************************/
.colcab{
    height: 340px;
}
.rowvwcab {
    width: 100%;
    position: absolute;
    bottom: 0px;
}
.contvwcab{
    height: 340px;
}
.fondoblanco{
    background: white;
    padding: 20px;
    text-align: center;
}
/******************************************************************** Breadcrumb ********************************************************************/
#placebread{
    width: 100%;
    display: flex;
    justify-content: center;
}
.breadcrumb {
    background-color: #fff;
}

/******************************************************************** btn ********************************************************************/
.btn{
    border-radius: 0;
    /* padding: .7rem .75rem; */
}
.btn{
    /* border: none; */
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: white;
    background-color: #000;
    border-color: initial;
}

.btn-block {
    font-size: 1.4rem;
}
.tag {
    font-size: 0.9rem;
    line-height: 1.25;
    display: inline-block;
    margin-bottom: 0.375rem;
    padding: 0.375rem 0.75rem;
    background-color: #e8e9e9;
    transition: all 0.2s ease-in-out;
    color: #222;
}

a.tag:hover, a.tag:focus, a.tag:active {
    color: #fff;
    background-color: #222;
}
/******************************************************************** Archivos ********************************************************************/
.SKfile{
    margin-bottom: 16px;
    font-weight: 400;

}
.SKfile a{
    text-decoration: underline;
    color:#333;
    
}
/******************************************************************** Baner ********************************************************************/
#mvVideo{
    display: none;
}
.overlaybaner{
    background: rgba(0, 0, 0, 0.300);
    padding: 20px;
}
.overlaybaner *{
    color: white;
}
.iconoplay i{
    font-size: 50px;
    margin-top: 12px;
    cursor: pointer;
}
.btn_baner{
    margin-top: 32px;
    padding: .375rem .75rem;
    border:1px solid white;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn_baner:hover{
    color: #292929;
    background: white;
    text-decoration: none;
    font-weight: 700;
}
.banerpunta{
  margin-left: -32px;
  margin-right: -15px;
}

/******************************************************************** Testimonios ********************************************************************/
.flexslider .box_testi_credenciales img{
    width: initial;
    border-radius: 50px;
}
.breutesti{
    width: 80%;
    margin: auto;
}
.box_testi_credenciales{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tit_testi{
    font-weight: 600;
}
/******************************************************************** vistas ********************************************************************/
.box_cont *{
    color: initial;
}
.link_box:hover{
    text-decoration: none;
}
.box_cont{
  
    margin-bottom: 30px;
    color: #5a5a5a;
}
.box_antetit{
    
    margin-bottom: 8px;
    color: #5a5a5a;
}
.box_tit{
    
    font-weight: bold;
    margin-bottom: 8px;
    color: #5a5a5a;
}
.box_subtit{
    
    font-weight: 300;
    margin-bottom: 8px;
}
.box_txt{
    margin-bottom: 8px;
}
.box_cont_icons>span{
    margin-right: 12px;
}
.box_cont_icons i{
    margin-right: 5px;
}
.box_cont_icons{
    margin-bottom: 8px;    
}
.box_img{
    margin-bottom: 8px;    

}
.pieimg{
   
    display: inline-block;
    max-width: 50%;
    font-size: .8rem;
    padding: 0.75rem;
    background-color: #f1f1f1;
    line-height: .875rem;
    letter-spacing: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 15px;
    border-left: .25rem solid #2ea7b4;

}
.flex-caption{
   
    display: inline-block;
    max-width: 50%;
    font-size: .8rem;
    padding: 0.75rem;
    line-height: .875rem;
    letter-spacing: 0;
    float: right;
}
.box_img_vw{
    margin-bottom: 16px;
}

.titsld3{
    font-size: 2.25rem;
    font-weight: 600;
}
.conttxtsld{
    padding: 4.125rem;
}
.card_icons{

    font-size: 1.90rem;
}
.card_icons a{

    color:#222;
}
.mtopvwbotonesuperior{
    margin-top: 0.3rem;
}
.SKinfinity {
    padding-left: 0px;
    text-align: center;
}
.SKinfinity li{
    list-style: none;
}
.btnfloat{
    z-index: 9;
    position: fixed;
    right: 15px;
    bottom: 10%;
}
.btnfloat li{
    list-style: none;
    margin-bottom: 12px;
}
#minimaxButton{
    z-index: 1;
    position: fixed;
    width: 100%;
    text-align: center;
}
.box_border{
    padding: 1rem;
}
/******************************************************************** ficha ********************************************************************/
.fit_lbl{
    font-weight: bold;
}

.fit_icomargin {
    margin-right: 0.400rem !important;
}

.fit_icosize {
    font-size: 1.7em;
}
.box_icon_fitxa {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 16px;
    margin-top: 16px;
}
.fit-subtit{
    font-weight: 300;
    
    
}
.addtoanyalign .Sk_addtoany{
    text-align: left;
}
.fit_cita{
    border: 2px solid #ccc;
    padding: 64px;
    text-align: center;
}
.cont_cita{    
    font-weight: bold;
    font-size: 2.5rem;
}
.pagebreve{
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.3;
    margin-bottom: 3rem;
    max-width: 875px;
    margin-left: auto;
    margin-right: auto;
}
.fit_listado a {
    color:#222;
}
.fit_antetit a{
   font-weight: 300;
   font-family: roboto Condensed;
}
.fit_antetit1{
    font-weight: 600;
}
.fit_subtit2{
    font-weight: 300;
}
.fit_lbl{
    font-weight: 600;
    
}
.field__label{
    font-weight: 600 !important;
}
.field-label-above{
   font-weight: 600;
}
.etiqueta-blog {
    /*font-size: 1.4rem;*/
    line-height: 1.25;
    display: inline-block;
    margin-bottom: 0.375rem;
    padding: 0.375rem 0.75rem;
    background-color: #229ba921;
    transition: all 0.2s ease-in-out;
    color: #222;
}
.paragraph-margin{
    margin: auto !important;
}   
/******************************************/

@media (max-width: 767px) {
.contsld{
    flex-direction: column-reverse;
 }
#navbar-top {
    display: none !important;

      }
}




.iconRRSS{
    width: 1.5rem;
    height: 1.5rem;
    padding-left: 0.3rem;
    display: inline-table;
    color: #555;
}


/********* User Loguin ************/

}

/*#user-login-form {
    text-align: center;
    margin: auto;
    

}
#user-login-form, #user-pass {
   margin: auto !important;
   text-align: center !important;
   margin-top: 64px !important;
   margin-bottom: 64px !important;
   border-radius: .75rem;
   border: 1px solid rgba(0, 0, 0, .08);
   box-shadow: 0 1px 2px rgb(20 45 82 / 2%), 0 3px 4px rgb(20 45 82 / 3%), 0 5px 8px rgb(20 45 82 / 4%);
}
p.login-title {

   background: #e2f0f0;

}


/************ Botons ********************/
.btn-outline-primary {
  color: #0e716c;
  border-color: #0e716c;
  border-radius: 0.8rem;
  border: 1px solid rgba(0, 0, 0, .08);
    
}
.btn-outline-primary:hover {
  background-color: #0e716c;
  border-color: #0e716c;

}


/******** logo loguin *************/


body.gin-login .user-form-page__user-form img {
    width: 100%;
    max-height: 87px;
}

/******** Media Youtube **********/
 
 .youtube-video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.youtube-video-container::after {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.youtube-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/***************************** Linea Fons negre ****************************************/
.fons-negre{
    background-color: black;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 1px;

}

.fons-gris{
    background-color: #f4f4f4;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 1px;

}
/******************************************************************** Slider******************************************************/
.mask-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0);
    height: 60vh !important;
    /* min-height: 450px !important; */
}
.tit_slider {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 77px;
    font-family: open-sans, sans-serif;
    font-weight: 400;
    -pie-background: rgb max-width: 630px;
    /*background-color: rgba(237,237,237,0.5);*/
    padding: 1rem;
    text-transform: uppercase;
}
/**************************************************************************************************************************/


.container-fluid !important{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}