
.about-page__img {
    position: relative;
    display: block;
  
    background-color: white;
    overflow: hidden;
}

.about-page__img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
}

.about-page__img:hover:before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
}

.about-page__img img {
    width: 100%;

    /* mix-blend-mode: luminosity */
    border-radius: var(--qutiiz-bdr-radius);
}


.img-hover-zoom {
  
    overflow: hidden!important;
    display: block;
   
    }

    .img-hover-zoom--empty {
      background-color: rgba(255, 255, 255, .1);
      border-width: 0;
    }

 
    .img-hover-zoom-title {
      text-align: center;
    }

    .img-hover-zoom--basic img {
      transition: transform .9s ease;
    }

    .img-hover-zoom--basic:hover img {
      transform: scale(1.2);
    }

    .img-hover-zoom--quick-zoom img {
      transform-origin: 0 0;
      transition: transform .25s, visibility .25s ease-in;
    }

    .img-hover-zoom--quick-zoom:hover img {
      transform: scale(2);
    }

    .img-hover-zoom--point-zoom img {
      transform-origin: 65% 75%;
      transition: transform 1s, filter .5s ease-out;
    }

    .img-hover-zoom--point-zoom:hover img {
      transform: scale(5);
    }

    .img-hover-zoom--zoom-n-rotate img {
      transition: transform .5s ease-in-out;
    }

    .img-hover-zoom--zoom-n-rotate:hover img {
      transform: scale(2) rotate(25deg);
    }

    .img-hover-zoom--slowmo img {
      transform-origin: 50% 65%;
      transition: transform 5s, filter 3s ease-in-out;
      filter: brightness(150%);
    }

    .img-hover-zoom--slowmo:hover img {
      filter: brightness(100%);
      transform: scale(3);
    }

    .img-hover-zoom--brightness img {
      transition: transform 2s, filter 1.5s ease-in-out;
      transform-origin: center center;
      filter: brightness(50%);
    }

    .img-hover-zoom--brightness:hover img {
      filter: brightness(100%);
      transform: scale(1.3);
    }

    .img-hover-zoom--zoom-n-pan-h img {
      transition: transform .5s ease-in-out;
      transform: scale(1.4);
      transform-origin: 100% 0;
    }

    .img-hover-zoom--zoom-n-pan-h:hover img {
      transform: scale(1.5) translateX(30%);
    }

    .img-hover-zoom--zoom-n-pan-v img {
      transition: transform .5s ease-in-out;
      transform: scale(1.4);
      transform-origin: 0 0;
    }

    .img-hover-zoom--zoom-n-pan-v:hover img {
      transform: scale(1.25) translateY(-30%);
    }

    .img-hover-zoom--blur img {
      transition: transform 1s, filter 2s ease-in-out;
      filter: blur(2px);
      transform: scale(1.2);
    }

    .img-hover-zoom--blur:hover img {
      filter: blur(0);
      transform: scale(1);
    }

    .img-hover-zoom--colorize img {
      transition: transform .5s, filter 1.5s ease-in-out;
      filter: grayscale(100%);
    }

    .img-hover-zoom--colorize:hover img {
      filter: grayscale(0);
      transform: scale(1.1);
    }

.boton {
    background-color: #11A8E1;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    color: #fdfdfd;
    font-size: 16px;
    font-weight: 300;
    border-style: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    width: auto;
    text-align: center;
    font-family: muli;
    font-style: normal;
    border-radius: 7px;
}
.boton :hover {
    background-color: #689BCD;
  
}
.boton-mini {
    background-color: #11A8E1;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    color: #fdfdfd;
    font-size: 14px;
    font-weight: 300;
    border-style: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    width: auto;
    text-align: center;
    font-family: muli;
    font-style: normal;
    border-radius: 7px;
    line-height: 14px;
}
.efecto-ampliar:hover {
    transform: scale(1.05);
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
}

.margen-10-total {
	
	margin:10px;
}
.margen-20-total {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.margen-40-total {
    margin-top: 40px;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 40px;
}

.margen-10-id {
	
	margin-left:10px;
	margin-right:10px;
}
.margen-10-aa {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margen-10-drc {
	margin-right: 10px;
}

.margen-10-izq {
	margin-left: 10px;
}

.linea-gris-x25 {
	height: 25px;
	margin-top: 15px;
	margin-bottom: 25px;
	clear: both;
	background-color: #DDDDDD;
}

.linea-gris {
	height: 1px;
	clear: both;
	background-color: #DDDDDD;
}

.mayus {
	text-transform: uppercase;
}

.cuadro-gris-claro {
	background-color: #F3F3F3;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.aviso {
	color: hsla(332,71%,29%,1.00);
	border: 1px solid hsla(332,71%,29%,1.00);
	text-align: left;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-size: 13px;
}
.aviso-error {
	color: hsla(0,100%,50%,1.00);
	border: 1px solid hsla(0,100%,50%,1.00);
	text-align: left;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-size: 13px;
}
.aviso-ok {
	color: hsla(129,93%,34%,1.00);
	border: 1px solid hsla(129,93%,34%,1.00);
	text-align: left;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	font-size: 13px;
	background-color: #EFEFEF;
	font-weight: bold;
}
blockquote {
	padding-left: 15px;
	border-left: 5px solid #ccc;
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	font-style: italic;
	color: #666;

}

.sep-20 {
	height: 20px;
	clear: both;
}
.sep-10 {
    height: 10px;
    clear: both;
}
.sep-5 {
	height: 5px;
	clear: both;
}
.sep-40 {
	height: 40px;
	clear: both;
}
.sep-50 {
	height: 50px;
	clear: both;
}
.sep-30 {
	height: 30px;
	clear: both;
}

.salto {
	clear: both;
}

.banda-gris-clara {
    background-color: #F8FAFB;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.banda-blanca {
    background-color: #FFFFFF;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.banda-azul-clara {
    background-color: #E9EEF2;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.banda-azul-medio {
    background-color: #DCDCDC;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.banda-trans {
	margin-top: 15px;
    margin-bottom: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.banda-gris-oscura {
	background-color: #2F373C;
		margin-top: 15px;
    margin-bottom: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #E1E1E1;
}
.form-input-1l-cla {
	background-color: #F3F3F3;
	padding: 5px;
	height: 20px;
	width: 100%;
	border: 1px solid #CCC;
	display: block;
	margin-bottom: 5px;
	color: #666;
	font-size: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-input-vl-cla {
	background-color: #F3F3F3;
	padding: 5px;
	height: 115px;
	width: 100%;
	border: 1px solid #CCC;
	display: block;
	margin-bottom: 5px;
	vertical-align: top;
	overflow-y: hidden;
	color: #666;
	font-size: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-input-1l-osc {
    background-color: #373737;
    padding-right: 10px;
    padding-left: 10px;
    height: 35px;
    width: 100%;
    border: 1px none #CCC;
    display: block;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-input-vl-osc {
    background-color: #373737;
    padding: 5px;
    height: 70px;
    width: 100%;
    border: 1px none #CCC;
    display: block;
    margin-bottom: 10px;
    vertical-align: top;
    overflow-y: hidden;
    color: #FFFFFF;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: montserrat;
    font-style: normal;
    font-weight: 400;
}
label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
}



.img-resp {
	height: auto;
	max-width: 100%;
	margin-left: 0px;
}

.img-resp-cuadro {
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #CDCDCD;
}
.img-resp-marco-gris {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #CDCDCD;
}
.img-resp-cuadro-mini {
	width: 100%;
	height: auto;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #CDCDCD;
}
.img-resp-marco-gris {
    width: 100%;
    height: auto;
    background-color: #A2A2A2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #E9E9E9;
}

.linea-titulo {
	background-color: hsla(332,66%,29%,1.00);
	height: 3px;
	margin-bottom: 28px;
	width: 50px;
	margin-top: 5px;
}

.linea-menu {
	background-color: #A3A3A3;
	height: 1px;
	margin-bottom: 28px;
	width: 50px;
	margin-top: 5px;
}
.txt-center {
    text-align: center;
}
.txt-left {
    text-align: center;
}
.txt-right {
    text-align: right;
}
.icono-25 {
    max-width: 25px;
    max-height: 25px;
}
.icono-40 {
	max-width: 40px;
	max-height: 40px;
}
.icono-20 {
    max-width: 20px;
    max-height: 20px;
}
.padding-20-izq {
    padding-left: 20px;
}
.linea-gris-clara-10 {
    height: 10px;
    background-color: #F4F7F8;
}
.marco-gris {
    border: 1px solid #ccc;
}
.imagen-fondo {
    background-position: center center!important;
    background-size: cover!important;
    padding-top: 75%;
    width: 100%;
}
.imagen-fondo-cuadrada {
    background-position: center center!important;
    background-size: cover!important;
    padding-top: 100%;
    width: 100%;
}
.txt-gris-claro {
    color: #D2D1D1;
}
.hover-mas {
    top: 0px;
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    opacity: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 45%;
    color:#fff;
    font-size: 80px;
    cursor: pointer;
  transition: 0.5s;
}
.hover-mas:hover {
    top: 0px;
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    opacity: 0.5;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 45%;
    color:#fff;
    font-size: 80px;
    cursor: pointer;
  
}