:root{
    --fuentePrincipal:'Open Sans', sans-serif;
    --fuenteHeadings: 'Raleway', sans-serif;
    /**  Colores  **/
      /**  Colores  **/
      --azul: #0E3262;
      --azulmedio: #005693;
      --azulclaro: #009FE3;
      --naranja: #E94E1B;
      --naranjaclaro: #DF7021;
      --bgazul: #486591;
      --bgazulmedio: #96C4DE;
      --bgazulclaro: #D6E6F3;
      --bgprincipal: #F4F7F9;
    --contenedor: 1200px;
}
.has-azul-color{
    color: var(--azulclaro);
}
.wp-block-yourczm-heading-principal, .wp-block-yourczm-quote, .wp-block-yourczm-heading-secundario, .wp-block-yourczm-heading-texto, .wp-block-yourczm-heading-enlace{
    color: var(--azul);
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.wp-block-yourczm-heading-principal h2,.wp-block-yourczm-heading-secundario h1, .wp-block-yourczm-heading-secundario p{
    text-transform: uppercase;
}.wp-block-yourczm-heading-principal p{
    color: var(--bgazul);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
}
.alignfull {
    margin: 0 calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}
.alignwide, .wp-block-columns.alignwide{
    max-width: 1320px;
    margin: 0 auto!important;
}
.has-verde-color{
    color: var(--verde);
}
.has-azulmedio-color{
    color: var(--bgazul);
}
.galeria-rental{
    position: relative;
}
.listado-imagenes{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    list-style: none;
}
.listado-imagenes  li{
    list-style: none;
}
.listado-imagenes li:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}
.listado-imagenes  li a img{
    width: 100%;
}
 .openGallery{
    height: 64px;
    width: 251px;
    opacity: 0.9;
    background: var(--azul);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.openGallery p{
    background: url('/wp-content/themes/yourcozumeltheme/img/view-all-images_icon.png') left center no-repeat;
}
a.btnEffect .icon-arrow.after {
    margin-left: 10px;
    opacity: 0;
    position: absolute;
    right: 26px;
    transform: translateX(75%) scaleX(0.1);
    transform-origin: right center;
}
.service-block{
    background: #ffffff;
    
    padding: 50px 70px;
    margin-bottom: 18px;
}
.service-block:hover{
    box-shadow: 0 30px 24px 0 rgba(72,101,145,0.16);
}
.service-block .encabezado{
    display: flex;
    align-items: baseline;
}
.service-block .encabezado h3{
    padding-bottom: 20px;
    text-transform: uppercase;
    padding-left: 16px;
}
.service-block  p{
    font-size: 17px;
    letter-spacing: 0;
    line-height: 32px;
}
.service-block .encabezado img{
    margin-bottom: 20px;
}
.service-block a, .service-block a:hover{
    color: var(--azul);
}