/*
	JARDINES DE LA PAZ - Desarrollado por César Gutiérrez: www.ozmedia.com.pe
*/

body {
	font-family: 'Lato', sans-serif;	
	font-style: normal;
	-webkit-animation: bugfix infinite 1s; /*fix for android*/
	-webkit-font-smoothing: antialiased;
}

@-webkit-keyframes bugfix { 
  from { padding: 0; } 
  to { padding: 0; } 
}

textarea {resize:none;}

label { 
  cursor: pointer;
  user-select: none;
}
/*fix for android*/

img {
	display: block;
	max-width: 100%;
	height: auto;
}

p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	color: #000;
}

h1, h2 {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}

h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-style: normal;	
	-webkit-font-smoothing: antialiased;
}

strong {font-weight: bold;} /*cambiar esto*/

em {font-style: italic;}

a {
	text-decoration:none;
	transition: 0.2s ease;
	-moz-transition:0.2s ease; /* Firefox 4 */
	-webkit-transition: 0.2s ease; /* Safari and Chrome */
	-o-transition: 0.2s ease; /* Opera */	
}

a:hover {text-decoration: none;}
a:link {text-decoration: none;}

img.alignleft {
	float:left;	
	margin:0 30px 30px 0;
}
img.alignright {
	float:right;	
	margin:0 0 30px 30px;
}
img.aligncenter {
	display:block;
	margin:0 auto 30px auto;
}

img.no-top-margin {
	margin-top: 0px;
}

.centrar-contenido {
	text-align: center;
}

.contenido-izquierda {text-align: left;}
.contenido-derecha {text-align: right;}

.tabla {
	width: 100%;
	height: 100%;
	display: table;
}

.tabla-celda {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.no-side-padding {
	padding-left: 0px!important;
	padding-right: 0px!important;
} 


.fonts {
	font-family: 'PT Sans', sans-serif;
	font-family: 'Roboto Slab', serif;
}

/*  CABECERA */

.cabecera {
    position: absolute;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}

.cabecera > div {
    position: relative;
}

img.logo-desktop {
    transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out; /* Firefox 4 */
    -webkit-transition: width 1s ease-in-out; /* Safari and Chrome */
    -o-transition: width 1s ease-in-out; /* Opera */
}

.reduced-logo-desktop {
    width: 90px; 
}


.blanco, .blanco-movil {
    position: absolute;
    width: 0%;
    top: 0;
    right: 0;
    z-index: -1;
    height: 50px;
    background-color: #FFF;
    transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out; /* Firefox 4 */
    -webkit-transition: width 0.4s ease-in-out; /* Safari and Chrome */
    -o-transition: width 0.4s ease-in-out; /* Opera */
}
.show-blanco {
    width: 100%;
 
}
.menu-fijo {
    position: fixed;
}

@media (min-width: 801px){
    .blanco-movil {
        display: none;
    }
}
@media (max-width: 800px){
    .blanco-movil {
        display: block;
    }
    .blanco {
        display: none;
    }
}

#pagos-linea .blanco, #libro-reclamaciones .blanco {
    width: 100%;
}
#pagos-linea img.logo-desktop, #libro-reclamaciones img.logo-desktop {
    width: 90px;
}


.menu-left {
    float:left;
    width: 20%;
}
.menu-left img {
    margin: 15px auto 0 auto;
}
.menu-right {
    float:right;
    width: 80%;
}

@media (max-width: 800px){
    img.logo-desktop {
        margin-left: 25px;
    }
}

.main-menu {
    height: 50px;
    font-size: 0;
    text-align: right;
}

ul.left-menu, ul.right-menu {
    float: left;
    font-size: 0;
    height: 50px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.left-menu {
    background-color: #FFF;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    width: 64%;
}
ul.right-menu {
    background-color: #80A6AB;
    width: 36%;
}
ul.left-menu li a {
    color: #9F9F9F;
    position: relative;
}
ul.right-menu li a {
    color:#FFF;
    position: relative;    
}
ul.left-menu li, ul.right-menu li {
    font-size: 12px;
    height: 100%;
    list-style-type: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0 3%;
}
ul.left-menu li a:after, 
ul.right-menu li a:after,
.top-footer ul li a:after {
    position: absolute;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: #DF9A01;
    left: 0;
    content: "";
    transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out; /* Firefox 4 */
    -webkit-transition: width 0.4s ease-in-out; /* Safari and Chrome */
    -o-transition: width 0.4s ease-in-out; /* Opera */
}
ul.left-menu li:hover a:after, 
ul.right-menu li:hover a:after,
.top-footer ul li:hover a:after {
    width: 40%;    
}

#nosotros .top-footer ul li.nosotros-menu a:after,
#eventos-noticias .top-footer ul li.eventos-menu a:after,
#obituarios .top-footer ul li.obituarios-menu a:after,
#libro-reclamaciones .top-footer ul li.libro-menu a:after,
#contacto .top-footer ul li.contacto-menu a:after,
#pagos-linea ul.right-menu li.pago-linea-menu a:after,
#servicio-funerario ul.left-menu li.servicio-funerario-menu a:after,
#camposantos ul.left-menu li.camposantos-menu a:after,
#centro-cremacion ul.left-menu li.centro-cremacion-menu a:after,
#tienda-virtual ul.left-menu li.tienda-virtual-menu a:after,
#responsabilidad-social ul.left-menu li.responsabilidad-social-menu a:after,
#informacion-dia ul.right-menu li.informacion-dia-menu a:after,
#ubicacion-sepultura ul.right-menu li.ubicacion-sepultura-menu a:after {
    width: 40%; 
}

.busqueda {
    text-align: right;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 50px;
}
.busqueda > div {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.busqueda-data {
    padding: 15px 30px;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
}
.busqueda-data p {
    font-size: 11px;
    color: #1B4B36;
    margin: 0;
}
.busqueda-data h5 {
    font-size: 11px;
    color: #808080;
    margin: 0 0 5px 0;
    text-align: right;
}
.busqueda-data h4, .busqueda-data h3 {
    font-size: 15px;
    font-weight: 900;
    font-style: italic;
}
.busqueda-data h4 {
    text-align: right;
    color: #DF9A01;
    margin-bottom: 20px;
}
.busqueda-data h3 {
    color: #80A6Ab;
    margin: 0 05px 0;
}

.nav-form button, .nav-form input {
    float: left;
    transition: 0.2s ease;
	-moz-transition:0.2s ease; /* Firefox 4 */
	-webkit-transition: 0.2s ease; /* Safari and Chrome */
	-o-transition: 0.2s ease; /* Opera */
}

.nav-form span#buscar {    
    border: none;
    width: 40px;
    height: 40px;
    float: left;
    /*-webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;*/
    border-radius: 0 0 0 5px;
    -webkit-border-radius:0 0 0 5px;
    -moz-border-radius:0 0 0 5px;
    background: url('../images/lupa.png') center center no-repeat #008080;
    margin: 0;
    outline: none;
    cursor: pointer;
}
.nav-form input[type="text"] {
    height: 40px;
    color: #FFF;
    background-color: #DF9A01;
    font-size: 12px;
    padding: 5px 0;
    border: none;
    margin: 0;
    width: 0px;
    outline: none;
}
.nav-form input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
  text-transform: uppercase;
  font-style: italic;
  font-size: 12px;
}
.nav-form input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
  text-transform: uppercase;
  font-style: italic;
  font-size: 12px;
}
.nav-form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
  text-transform: uppercase;
  font-style: italic;
  font-size: 12px;
}
.nav-form input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
  text-transform: uppercase;
  font-style: italic;
  font-size: 12px;
}


.nav-form input[type="submit"] {
    display: none;
}


.nav-form span#buscar.opened {
    background-color: #DF9A01;
}
.nav-form input[type="text"].opened {
    width: 220px;
    padding-left: 10px;
    padding-right: 10px;
}
/* MENU MOVIL */

a.mob-open-menu, a.cerrar-movil {
    display: none;
    width: 27px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 27px 24px;
}

a.mob-open-menu {
    background-image: url('../images/menu-blanco.png');
}
a.cerrar-movil {
    background-image: url('../images/menu-negro.png');
}

a.mob-fixed {
    background-image: url('../images/menu-negro.png');
}

.mobile-menu {
    display: none;
    height: 65%;
}
.mobile-menu > div {
    height: 50%;
    text-align: center;
}
.mobile-menu > div:nth-of-type(1){
    background-color: #FFF;
}
.mobile-menu > div:nth-of-type(1) ul li a {
    color: #9F9F9F;
}

.mobile-menu > div:nth-of-type(2){
    background-color: #80A6AB;
}
.mobile-menu > div:nth-of-type(2) ul li a {
    color: #FFF;    
}

.mobile-menu ul, .mobile-menu ul li {
    list-style-type: none;
    font-size: 14px;
}
.mobile-menu ul {
    margin: 0;
    padding: 0;
}
.mobile-menu ul li {
    margin-bottom: 5%;
}
.mobile-menu ul li img {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 801px) and (max-width: 1330px) {
    ul.left-menu li {
        width: 20%;
        /*font-size: 11px;*/
    }
    ul.right-menu li {
        width: 33.3333%;
        /*font-size: 11px;*/
    }
}
@media (min-width: 801px) and (max-width: 1199px) {
    ul.left-menu li {
        font-size: 11px;
    }
    ul.right-menu li {
        font-size: 11px;
    }
}

@media (max-width: 800px) {

    a.mob-open-menu, a.cerrar-movil {        
        position: absolute;
        top: 10px;
        right: 15px;
        -moz-transition:0.2s ease; /* Firefox 4 */
        -webkit-transition: 0.2s ease; /* Safari and Chrome */
        -o-transition: 0.2s ease; /* Opera */
    }
    a.mob-open-menu {
        display: block;        
        right: 15px;        
    }

    a.cerrar-movil {
        right: auto;
        left: 15px;
        z-index: 10;
    }

    .menu-right {
        /*display: none;*/
        height: 0;
        overflow: auto;
        position: relative;
        transition: 0.2s ease;
        -moz-transition:0.2s ease; /* Firefox 4 */
        -webkit-transition: 0.2s ease; /* Safari and Chrome */
        -o-transition: 0.2s ease; /* Opera */
        width: 0%;
    }
    .expand-mobile-menu {
        width: 78%;
        height: 100vh;
    }
    .main-menu {
        display: none;
    }
    /*.blanco {
        background-color: transparent;
    }*/
    .busqueda {
        height: 35%;
        position: relative;
        top: 0;
    }
    .mobile-menu {
        display: block;
    }
    .busqueda, .mobile-menu {
        width: 88%;
        float: right;
    }
    .busqueda > div {
        display: block;
    }
    .busqueda .nav-form {
        height: 15%;
        position: relative;
    }
    .busqueda .busqueda-data {
        height: 85%;
        background-color: rgba(255, 255, 255, 1);
       -webkit-border-bottom-left-radius: none;
       -moz-border-radius-bottomleft: none;
       border-bottom-left-radius: none;
       overflow: auto;
    }
    .busqueda-data {
       -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    }
    .nav-form span#buscar {        
        
        display: none;
    }
    .nav-form input[type="text"] {
        height: 100%!important;       
        width: 100%;
        padding: 0;        
        display: block;
        position: absolute;
        font-size: 16px;
        padding: 2px 10px;
    }
    .nav-form input[type="submit"] {
        border: none;
        width: 12%;
        height: 100%;
        position: absolute;
        top: 0;
        left: -12%;
        border-radius: 0 0 0 5px;
        -webkit-border-radius:0 0 0 5px;
        -moz-border-radius:0 0 0 5px;
        background: url('../images/lupa.png') center center no-repeat #008080;
        margin: 0;
        outline: none;
        cursor: pointer;
        z-index: 4;
        display: block;
    }

}

/*   BANNER  */

.top-banner, .banner-half {    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-banner {
    position: relative;
    height: 100vh;    
}
.banner-half {
    width: 50%;
    height: 100%;
    float: left;
}

.top-banner h1 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    font-style: italic;
    margin: 0;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#home-video {
    width: 100%;
    position: absolute;
    top: 0;
}

.loading {
    text-align: center;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

span.arrow {
    display: inline-block;
    
}

.anima-flecha-right:hover span.arrow {
    animation: flecharight 0.4s infinite;
    -webkit-animation: flecharight 0.4s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
}

.anima-flecha-down:hover {
    animation: flechadown 0.4s infinite;
    -webkit-animation: flechadown 0.4s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
}

.anima-flecha-up:hover {
    animation: flechaup 0.4s infinite;
    -webkit-animation: flechaup 0.4s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
}

@keyframes flecharight {
    0% {
        transform: translateX(0px);
    }
    100%{
        transform: translateX(5px);
    }
}
@keyframes flechadown {
    0% {
        transform: translateY(0px);
    }
    100%{
        transform: translateY(5px);
    }
}
@keyframes flechaup {
    0% {
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-5px);
    }
}


span.big-arrow {
    width: 12px;
    height: 12px;
    background: url('../images/big-arrow.png') center center no-repeat;
}
span.big-arrow-up {
    width: 12px;
    height: 12px;
    background: url('../images/big-arrow-up.png') center center no-repeat;
    cursor: pointer;
}
span.small-arrow {
    width: 6px;
    height: 6px;
    background: url('../images/arrow.png') center center no-repeat;
}
.top-banner span.go-down {
    position: absolute;
    bottom: 2%;
    left: 50%;
    margin-left: -3px;
    z-index: 4;
    cursor: pointer;
    /*-ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg); 
    transform: rotate(90deg);*/
}

/*  home first section  */

.home-about h2, .nosotros-about h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #008080;
}
.home-about p, .nosotros-about p {
    font-size: 14px;
    color: #80A6AB;
    margin: 0 0 30px 0;
}
.responsabilidad-social-home p {
    color: #FFF;
}
.home-about a, .nosotros-about a {
    background-color: #80A6AB;
    color: #FFF;
    font-size: 16px;
    font-weight: 900;
    font-style: italic;
    padding: 5px 10px;
}
.home-about span.go-right, .nosotros-about span.go-right {
    position: relative;
    top: -2px;
}
.home-about > div:nth-of-type(1) a, .nosotros-about > div:nth-of-type(1) a {
    background-color: #80A6AB;
    color: #FFF;
}
.home-about > div:nth-of-type(2) a {
    background-color: #FFF;
    color: #80A6AB;
}

.home-about > div, .nosotros-about > div {
    float: left;
    width: 50%;
    height: 100%;
}

.home-about > div:nth-of-type(2) {
    background-color: #80A7AC;
}
.nosotros-about > div:nth-of-type(2) {
    background-color: #DF9A01;
}
.nosotros-about > div:nth-of-type(2) p {
    color: #FFF;    
}

.home-about section, .nosotros-about section {
    padding: 10%;
    margin: 0 auto;
}
.home-about span.info, .home-about span.globe, .nosotros-intro span.info, .nosotros-intro span.globe {
    width: 25px;
    height: 25px;
    margin-bottom: 35px;
    display: block;
}
.home-about span.info, .nosotros-intro span.info {
    background: url('../images/info.png') center center no-repeat;
}
.home-about span.globe, .nosotros-intro span.globe {
    background: url('../images/globe.png') center center no-repeat;
}
.homeabout-slider {
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.homeabout-slider span.pigeon {
    display: block;
    width: 22px;
    height: 22px;
    background: url('../images/bird.png') center center no-repeat;
    margin: 0 auto 30px auto;
}
.homeabout-slider h3 {
    margin: 0;
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
}
.home-phrases {
    position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    height: 46%;
}

.home-phrases ul.slick-dots li button:before {
    color: #FFF!important;
    opacity: 1;
}
.home-phrases ul.slick-dots li.slick-active button:before,
.home-phrases ul.slick-dots li:hover button:before {
    color: #DF9A01!important;
}

@media (max-width: 800px) {
    .home-about > div, .nosotros-about > div {
        width: 100%;
    }
    .homeabout-slider {
        width: 100%;
        height: 440px;
    }
    .homeabout-slider .tabla, .homeabout-slider .tabla-celda {
        overflow: hidden;
        max-width: 100%!important;
    }
    .home-phrases {
        width: 520px;
    }
}

@media (max-width: 620px) {
    .home-phrases {
        width: 300px;
    }
}

/* HOME SERVICIOS */

.home-servicios > div {
    padding: 60px 15px 90px 15px;
}
/*.tab-jardines > div {
    padding-top: 120px;
}*/



.home-servicios span.big-arrow-up {
    position: relative;
    left: 50%;
    margin-left: -6px;
    margin-bottom: 40px;
}

.home-servicios h2 {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    color:#004B62;
}
.home-servicios h4 {
    color: #FFF;
    text-transform: uppercase;
    background-color: #DF9A01;
    text-align: center;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    margin: 0;
    font-size: 11px;
    font-weight: 900;
    transition: 0.2s ease;
    -moz-transition:0.2s ease; /* Firefox 4 */
    -webkit-transition: 0.2s ease; /* Safari and Chrome */
    -o-transition: 0.2s ease; /* Opera */   
}
.camposantos-featured .home-servicio-featured:hover h4 {
    background-color: #DF9A01;    
}

.home-servicios h4 a {
    color: #FFF;
}
.responsabilidad-featured h4, .cremaciones-featured h4 {
    background-color: #008080;
}

.home-servicio-featured {
    height: 32vh;
    position: relative;
    overflow: hidden;
    max-height: 280px;
}
.home-servicio-featured > div {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.home-servicio-featured img {
    position: absolute;
    height: 100%;
    width: auto;
    transition: 0.2s ease;
	-moz-transition:0.2s ease; /* Firefox 4 */
	-webkit-transition: 0.2s ease; /* Safari and Chrome */
    -o-transition: 0.2s ease; /* Opera */	
    top: 0;
}

.zoom-effect img {
     -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.zoom-effect:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



@media (max-width: 800px) {
    
    .home-servicios [class*="col-"] {
        margin-bottom: 30px;
    }
    .home-servicio-featured img {
        width: auto;
        height: 100%;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .home-servicios > div {
        padding: 60px 25%;
    }
}

/*  NOSOTROS PAGE   */

.nosotros-intro {
    height: 70vh;
    background-color: #80A6AB;
}
.nosotros-intro section {
    text-align: center;
    margin: 0 auto;
}
.nosotros-intro p {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 20px;
}
.nosotros-intro p strong {
    font-weight: 900;
}

@media (min-width: 1440px){
    .nosotros-intro p {
        font-size: 1.1vw;
    }
}

.nosotros-intro span.info {
    background-image: url('../images/big-info.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    margin-left: auto;
    margin-right: auto;
}

.nosotros-valores > div {
    background-color: #004B62;
    padding: 60px 0 50px 0;
}
.nosotros-valores h2 {
    font-size: 28px;
    font-style: italic;
    font-weight: 900;
    text-align: center;
    color: #80A6AB;
    margin: 0 0 30px 0;
}

.valores-container {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.valores-featured {
    background-color: #00576B;
    height: 30vh;
    padding: 30px 15px;
    text-align: center;
}
.valores-featured h3 {
    margin: 0 0 20px 0;
    color: #80A6AB;
    font-size: 12px;
    font-weight: 900;
}
.valores-featured p {
    color: #FFF;
    font-size: 14px;
}
.valores-featured img {
    margin: 0 auto 20px auto;
}
.nosotros-valores span.go-up, .noticias-main span.go-up {
    margin: 30px auto;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    position: relative;
    left: 50%;
    margin-left: -6px;
}

@media (min-width: 801px){
    .nosotros-intro section {
        width: 40%;
    }
    .valores-container {
        width: 70%;
    }
}

@media (max-width: 800px) {
    .nosotros-intro section {
        padding-right: 15px;
        padding-left: 15px;
    }
    .valores-container div[class^="col-"] {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .valores-featured {
        height: 240px;
    }
}

/*  responsabilidad social  */

.responsabilidad-intro-bg {
    background-color: #004B62;
}
.responsabilidad-intro-bg span.globe, .centro-cremacion-intro span.urna {
    margin-left: auto;
    margin-right: auto;
}
.tab-jardines > div {
    float: left;
    position: relative;
}
.tab-slider-box > div {
    height: 100%;
    overflow: hidden;
}
.tab-jardines .jardin-slide {
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tab-slider-caja .slick-list,
.tab-slider-caja .slick-track,
.tab-slider-box .slick-list,
.tab-slider-box .slick-track {
    height: 100%!important;
}

.tab-slider-caja .slick-dots, 
.tab-slider-box .slick-dots {
    bottom: 10px!important;
}
.jardin-slide {
    background-size: cover;
    background-position: center center;
    background-repeat:no-repeat;
}

.tab-slider-caja ul.slick-dots li button:before,
.tab-slider-box ul.slick-dots li button:before {
    color: #FFF!important;
    opacity: 1;
    font-size: 14px;
}
.tab-slider-caja ul.slick-dots li.slick-active button:before,
.tab-slider-caja ul.slick-dots li:hover button:before,
.tab-slider-box ul.slick-dots li.slick-active button:before,
.tab-slider-box ul.slick-dots li:hover button:before {
    color: #DF9A01!important;
}

span.jardineritos {
    background:url('../images/regar.png') center center no-repeat;
    width: 24px;
    height: 25px;
}
span.agua {
    background:url('../images/gota.png') center center no-repeat;
    width: 18px;
    height: 25px;
}
span.corazon {
    background: url('../images/corazon.png') center center no-repeat;
    width: 27px;
    height: 25px;
}

.tab-jardines span.jardineritos, .tab-jardines span.agua, .tab-jardines span.corazon {
    margin-bottom: 30px;
    display: block;
}
.tab-texto {
    padding-right: 8%;
    padding-left: 8%;
}
.tab-jardines h3 {
    color: #D6E0D4;
    font-size:20px;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.tab-jardines p {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 20px;
}

.tab-jardines ul {
    font-size: 14px;
    color: #FFF;
    padding: 0;
}

.tab-jardines:nth-of-type(1) .tab-texto {
    background-color:#DF9A01;
}
.tab-jardines:nth-of-type(2) .tab-texto {
    background-color:#80A6AB;
}
.tab-jardines:nth-of-type(3) .tab-texto {
    background-color:#004B62;
}
span.responsabilidad-arrow {
    margin: 30px auto;    
    position: relative;
    left: 50%;
    margin-left: -6px;
}

span.centrar-flecha-arriba {
    position: relative;
    left: 50%;
    margin-left: -6px;
    margin-bottom: 30px;
}

@media (min-width: 801px) {
    .tab-jardines {
        height: 60vh;
        overflow: hidden;
    }
    .tab-jardines .tab-slider-box, .tab-jardines .tab-texto {
        width: 50%;
        height: 100%;
        overflow: hidden;
    }
}

@media (max-width: 800px) {
    .tab-texto {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .tab-slider-box {
        width: 100%;
        height: 640px;
    }
}

@media (max-width: 767px) {
    .tab-slider-box {
        height: 440px;
    }
}

/*  CENTRO DE CREMACION */

span.urna {
    width: 22px;
    height: 25px;
    display: block;
    background: url('../images/urna.png') center center no-repeat;
}
.centro-cremacion-intro {
    background-color: #80A6AB;
}
.centro-cremacion-intro span.globe {
    margin-left: auto;
    margin-right: auto;
}

.centro-cremacion-intro span.urna {
    margin-bottom: 30px;
}

.centro-cremacion-tabs .tab-jardines .tab-texto h6 {
    color: #004B62;
    font-size: 16px;
    font-weight: 900;
    font-style: italic;
}
.centro-cremacion-tabs .tab-jardines:nth-of-type(3) .tab-texto h6 {
    color: #80A6AB;
}

/*  CAMPOSANTOS */

.camposantos-intro {
    background-color: #DF9A01;
}
.camposantos-intro span.pigeon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 22px;
    height: 22px;
    display: block;
    background: url('../images/bird.png') center center no-repeat;
}
.camposantos-featured h4 {
    background-color: #80A6AB;
    height: 60px;
    vertical-align: middle; 
}
.cremaciones-featured h4 {
    height: 60px;
}
.cremaciones-featured .home-servicio-featured:hover h4,
.responsabilidad-featured .home-servicio-featured:hover h4 {
    background-color: #DF9A01;
}
.camposantos-featured h4.active, .cremaciones-featured h4.active, .responsabilidad-featured h4.active {
    background-color: #DF9A01;
}

.tab-camposantos, .tab-cremaciones, .tab-responsabilidad, .tab-serv-fun {
    display: none;
}
.tab-camposantos > div {
    float: left;
}
.tab-camposantos .tab-slider-box, .tab-camposantos .tab-texto, .tab-camposantos .tipo-sepultura, .tab-camposantos .servicio-complementario {
    width: 50%;    
}
.tab-camposantos .tab-slider-box, .tab-camposantos .tab-texto {
    height: 60vh;
}
.tab-camposantos .tipo-sepultura, .tab-camposantos .servicio-complementario {
    min-height: 60vh;
    max-height: 60vh;
    overflow:hidden;
}

img.img-encaja-ancho {
    width: 100%;
    height: auto;
}

.tab-camposantos .jardin-slide {
    height: 100%;

}
.tab-camposantos .tabtexto-1 {
    background-color: #004B62;
}
.tab-camposantos .tabtexto-1 p, .tab-camposantos .tabtexto-1 h5 {
    color: #FFF;
}


.tab-camposantos .tabtexto-2 {
    background-color: #80A6AB;
}
.tab-camposantos .tabtexto-2 p, .tab-camposantos .tabtexto-2 h5 {
    color: #E2E2E2;
}


.tab-camposantos .tabtexto-3 {
    background-color: #DF9A01;
}
.tab-camposantos .tabtexto-3 p,
.tab-camposantos .tabtexto-3 h5, 
.tab-camposantos .tabtexto-4 p,
.tab-camposantos .tabtexto-4 h5 {
    color: #FFFFFF;
}

.tab-camposantos .tabtexto-1 h2,
.tab-camposantos .tabtexto-2 h2,
.tab-camposantos .tabtexto-3 h2,
.tab-camposantos .tabtexto-4 h2 {
    color: #D6E0D4;
}


.tab-camposantos .tabtexto-4 {
    background-color: #004B62;
}

.tab-camposantos .tab-texto h2 {
    font-size: 28px;
    margin:0 0 30px 0;
}
.tab-camposantos .tab-texto h5 {
    font-size: 14px;
    margin:0 0 20px 0;
    font-weight: 900;
    font-style: italic;
}
.tab-camposantos .tab-texto p {
    font-size: 14px;
    margin-bottom: 20px;
}
.tab-camposantos .tab-texto hr {
    color: #DF9A01;
    border-color: #DF9A01;
    width: 70px;
    text-align: left;
    margin-left:0; 
    clear: right;
}

.tab-camposantos .tipo-sepultura {
    background-color: #DDDDDD;
}
.tab-camposantos .servicio-complementario {
    background-color: #E2E2E2;
}
.tab-camposantos .tipo-sepultura, 
.tab-camposantos .servicio-complementario {
    padding: 5% 10%;
    font-size: 12px;
}

.tab-camposantos .tipo-sepultura p, 
.tab-camposantos .tipo-sepultura ul, 
.tab-camposantos .servicio-complementario ul,
.tab-camposantos .servicio-complementario p {
    color: #80A6AB;
    font-size: 12px; 
}

.tab-camposantos .tipo-sepultura h2, 
.tab-camposantos .servicio-complementario h2 {
    color: #008080;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 40px 0; 
}
.tab-camposantos .tipo-sepultura span, 
.tab-camposantos .servicio-complementario span {
    color: #DF9A01;
    font-style: italic;
}

.tab-camposantos .tipo-sepultura ul, 
.tab-camposantos .servicio-complementario ul {
    padding: 0;
    margin: 0 0 20px 0;
}

.camposantos-horario-atencion {
    padding: 95px 15px;
    height: auto;
    text-align: center;
    width: 100%;
}
span.reloj {
    width: 23px;
    height: 23px;
    background: url('../images/time.png') center center no-repeat;
    display: block;
}
.camposantos-horario-atencion span.reloj {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.camposantos-horario-atencion h3 {
    font-size: 18px;
    font-weight: 700;
    color: #008080;
    margin: 0 0 30px 0;
}
.camposantos-horario-atencion p {
    font-size: 14px;
    font-style: italic;
    color: #80A6Ab;
    margin: 0 0 30px 0;
}
.camposanto-map {
    height: 70vh;
    width: 100%;
}


/*  FUNERARIOS  */

.funerarios-intro {
    background-color: #004B62;
}
.funerarios-intro span {
    color: #80A0A5;
}
.funerarios-intro span {
    color: #80A0A5;
}
.funerarios-intro span.vela {
    width: 10px;
    height: 26px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    background: url('../images/vela.png') center center no-repeat;
}
.funerarios-select {
    padding-top: 160px;
    padding-bottom: 160px;
}
.funerario-selecciona {
    position: relative;
}
.funerario-selecciona a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 4;
    top: 0;
    left: 0;
}
.funerario-col {
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.funerario-col > div {
    background-color: #80A7AC;
    height: 30vh;
    max-height: 240px;
    padding: 15px;
    text-align: center;
    transition: 0.2s ease;
    -moz-transition:0.2s ease; /* Firefox 4 */
    -webkit-transition: 0.2s ease; /* Safari and Chrome */
    -o-transition: 0.2s ease; /* Opera */   
}
.funerario-col > div:hover, .funerario-col > div.active, .funerario-selecciona.active {
    background-color: #E09B01;    
}

.funerario-col h3 {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: #FFF;
}
.funerario-col h3 a {
    color: #FFF;
}

.tab-funerarios .tab-slider-box, .tab-funerarios .tab-texto {
    height: 100vh;
    border-bottom: 10px solid #D2CECD;
    width: 50%;
    float: left;
}
.tab-funerarios .jardin-slide {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.tab-funerarios:nth-of-type(1) .tab-texto, .tab-funerarios:nth-of-type(3n + 4) .tab-texto {
    background-color: #004B62;
}

.tab-funerarios:nth-of-type(2) .tab-texto, .tab-funerarios:nth-of-type(3n + 5) .tab-texto {
    background-color: #80A7AC;
}

.tab-funerarios:nth-of-type(3) .tab-texto, .tab-funerarios:nth-of-type(3n + 6) .tab-texto {
    background-color: #008080;
}

.tab-funerarios .tab-texto p, .tab-funerarios .tab-texto ul {
    color: #FFF;
    font-size: 12px;
}
.tab-funerarios .tab-texto ul li {
    margin-bottom: 5px;
}
.tab-funerarios .tab-texto h2 {
    color: #D0DACE;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.tab-funerarios .tab-texto h4 {    
    font-size: 17px;
    font-weight: 900;
    font-style: italic;    
    margin: 0;
}

.tab-funerarios .tab-texto ul {    
    padding-left: 30px;
}

.tab-funerarios .tab-texto header {    
    padding: 0 15px 15px 15px;
    margin-bottom: 30px;
}
.tab-funerarios .tab-texto header.small-margin {
    padding-bottom: 0;
}

.tab-funerarios:nth-of-type(1) .tab-texto header, 
.tab-funerarios:nth-of-type(3n + 4) .tab-texto header,
.tab-funerarios:nth-of-type(3) .tab-texto header,
.tab-funerarios:nth-of-type(3n + 6) .tab-texto header {    
    border-bottom: 1px solid #80A0A5;
}
.tab-funerarios:nth-of-type(2) .tab-texto header, .tab-funerarios:nth-of-type(3n + 5) .tab-texto header {    
    border-bottom: 1px solid #004B62;
}


.tab-funerarios:nth-of-type(1) .tab-texto h4, 
.tab-funerarios:nth-of-type(3n + 4) .tab-texto h4,
.tab-funerarios:nth-of-type(3) .tab-texto h4,
.tab-funerarios:nth-of-type(3n + 6) .tab-texto h4  {
    color: #80A0A5;
}

.tab-funerarios:nth-of-type(2) .tab-texto h4, .tab-funerarios:nth-of-type(3n + 5) .tab-texto h4 {
    color: #004B62;
}

.flores-select {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.selecciona-flor {
    height: 20vh;
    max-height: 140px;
    float: left;
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
}

.selecciona-flor > div {
    height: 100%;
    position: relative;
}

.selecciona-flor figure {
    height: 100%;
    background-color: #FFF;
}
.selecciona-flor figure img {
    margin-right: auto;
    margin-left: auto;
}
.selecciona-flor h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:2;
    background-color: #80A7AC;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    height: 40px;
    margin: 0;
    width: 100%;
    transition: 0.2s ease;
    -moz-transition:0.2s ease; /* Firefox 4 */
    -webkit-transition: 0.2s ease; /* Safari and Chrome */
    -o-transition: 0.2s ease; /* Opera */   
}
.selecciona-flor:hover h5 {
    background-color: #E09B01;
}

.flores-titulo {
    text-align: center;    
    font-size: 10px;
    font-weight: 900;
    color: #FFF;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.flores-titulo.titulo-celeste {
    background-color: #80A7AC;
}
.flores-titulo.titulo-naranja {
    background-color: #E09B01;
}
.flores-titulo.three-quarter {
    width: 75%;
}
.flores-titulo.half {
    width: 50%;
}

@media (min-width: 1024px) {
    .funerario-col {
        width: 20%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .funerario-col {
        width: 33.3333%;
    }
}



@media (max-width: 800px) {
    .camposantos-featured .home-servicio-featured {
        height: 320px;
    }
    .camposantos-featured .home-servicio-featured img {
        height: 100%;
        max-width: none;
        width: auto;
    }
    .camposantos-featured h4 {
        height: 40px;
    }
    .tab-camposantos .tab-slider-box, 
    .tab-camposantos .tab-texto, 
    .tab-camposantos .tipo-sepultura, 
    .tab-camposantos .servicio-complementario {
        width: 100%;
    }
    .camposantos-horario-atencion {
        height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .centrar-flecha-arriba {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .camposantos-featured .home-servicio-featured {
        height: 140px;
    }
    .funerario-col {
        width: 50%;
    }
    
}

/*   INFORMACION DEL DIA    */

.selecciona-sede {
    padding-top: 100px;
    padding-bottom: 80px;
}

.sede-informacion-dia {
    height: 25vh;
    text-align: center;
    margin-bottom: 20px;
}

.sepelio > div, .cremaciones > div {
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
} 
.selecciona-sede h2 {
    color: #008080;
    font-size: 26px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -1px;
}
.sede-informacion-dia h3 {
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}
.sede-informacion-dia h3 a {
    color: #FFF;
}

.sepelio > div {
    background-color: #DF9A01;
}
.cremaciones > div {
    background-color: #80A6AB;
}

.informacion-dia-sedes-container {
    background-color: #B0D4D5;
    padding-top: 130px;
    padding-bottom: 130px;
}

.sede-informacion-display {
    height: 30vh;
    text-align: center;
    overflow-y: auto;
}
.sede-informacion-display > div {
    background-color: #FFF;
    height: 100%;
    overflow: hidden;
}
.sede-informacion-display header {
    height: 20%;
    background-color: #008080;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.sede-informacion-display header h4 {
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    color: #FFF;
    margin: 0;
}
.sede-informacion-display section {
    height: 80%;
    padding-right: 15px;
    padding-left: 15px;
}
.sede-informacion-display section p {
    font-size: 10px;
    font-weight: 700;
    color: #808080;
}

/*  ubica sepultura */

.ubicacion-sepultura-content {
    height: 70vh;
}
.ubica-sepultura-mapa {
    height: 30vh;
    background-size: cover;
    background-repeat: none;
    background-position: center center;
}
.ubicacion-sepultura-content:after {
    clear: both;
    display: block;
    content: "";
} 
.ubicacion-sepultura-content > div {
    float: left;
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.ubica-sepu-child:nth-of-type(1) {
    background-color: #008080;
    padding-top: 15px;
    padding-bottom: 15px;
}
.ubica-sepu-child:nth-of-type(2) {
    background-color: #80A6AB;
    overflow-y: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ubicacion-sepultura-content p {
    font-size: 10px;
}

.show-sepultura-results {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
#ubica-sepultura-form h2 {
    color: #FFF;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
}
#ubica-sepultura-form input[type="text"], #ubica-sepultura-form select {
    border: none;
    background-color: #E2F1F2;
    height: 25px;
    width: 100%;
    font-size: 10px;
    color: #80A6AB;
    padding: 3px 10px;
    outline: none;
    margin-bottom: 20px;
}
.styled-select {
    height: 25px;
    background-color: #E2F1F2;
    position: relative;
}
.styled-select:after {
    height: 25px;
    width: 25px;
    background-color: #80A6AB;
    z-index: 0;
    content: url('../images/triangulo-invertido.png');
    color:#FFF;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding-top: 5px;
}
#ubica-sepultura-form select {
    background: transparent;
    -webkit-appearance: none; /* for webkit browsers */
    -moz-appearance: none; /* for firefox */
    appearance: none; /* for modern browsers */
    position: relative;
    z-index: 1;

}

#ubica-sepultura-form input[type="submit"] {
    border: none;
    outline: none;
    color: #FFF;
    font-size: 10px;
    font-weight: 900;
    font-style: italic;
    background-color: #80A6AB;
    padding: 5px 10px;
    float: right;
}

.ubicacion-sepultura-content > div:nth-of-type(2) p {
    text-transform: uppercase;
}

.ubicacion-sepultura-content > div:nth-of-type(2) p a {
    color: #D8D4D3;
}
.ubicacion-sepultura-content > div:nth-of-type(2) p a:hover {
    color: #008080;
}
.ubicacion-sepultura-content > div:nth-of-type(3) p {
    color: #004B62;
}
.ubicacion-sepultura-content > div:nth-of-type(3) p span {
    color: #008080;
}
.ubicacion-sepultura-result-top {
    height: 80%;
    background-color: #D8D4D3;
    padding-top: 15px;
    padding-bottom: 15px;
}
.ubicacion-sepultura-result-bottom {
    height: 20%;
    background-color: #004B62;
    text-align: center;
}
.ubicacion-sepultura-result-bottom img, .ubicacion-sepultura-result-bottom h4 {
    display: inline-block;
    vertical-align: middle;
}
.ubicacion-sepultura-result-bottom h4 {
    margin: 0 0 0 15px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 10px;
    color: #D8D4D3;
    font-weight: 900;
}

#ubica-sepultura-name {
    margin-top: 25px;
}

/*  CONTACTO    */

.contacto-banner {
    height: 60vh;
}

.contacto-main > div {
    width: 50%;
    float: left;
}

.contacto-main > div:nth-of-type(1){
    background-color: #004B62;    
}

.formulario-contacto {
    width: 50%;
    margin: 0 auto;
}

.formulario-contacto input[type="text"], .formulario-contacto input[type="email"] {
    border: none;
    height: 28px;
    padding: 2px 10px;    
}

.formulario-contacto input[type="text"], .formulario-contacto input[type="email"], .formulario-contacto textarea {
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  font-size: 14px;
  font-weight: 300;
  color: #80A6AB;
  font-style: italic;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
}

.formulario-contacto input[type="submit"] {
    -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-left-radius: 8px;
  color: #FFF;
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  background-color: #DF9A01;
  padding: 5px 20px;
  border: none;
  float: right;
  outline: none;
}

.formulario-contacto textarea {
    height: 100px;
    padding: 5px 10px;
}

.formulario-contacto input[type="text"]::-webkit-input-placeholder,
.formulario-contacto input[type="email"]::-webkit-input-placeholder,
.formulario-contacto textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #80A6AB;
  font-size: 14px;
}
.formulario-contacto input[type="text"]::-moz-placeholder,
.formulario-contacto input[type="email"]::-moz-placeholder,
.formulario-contacto textarea::-moz-placeholder { /* Firefox 19+ */
  color: #80A6AB;
  font-size: 14px;
}
.formulario-contacto input[type="text"]:-ms-input-placeholder,
.formulario-contacto input[type="email"]:-ms-input-placeholder,
.formulario-contacto textarea:-ms-input-placeholder { /* IE 10+ */
  color: #80A6AB;
  font-size: 14px;
}
.formulario-contacto input[type="text"]:-moz-placeholder,
.formulario-contacto input[type="email"]:-moz-placeholder,
.formulario-contacto textarea:-moz-placeholder { /* Firefox 18- */
  color: #80A6AB;
  font-size: 14px;
}

#gmap {
    height: 100%;
}

.g-recaptcha {
    margin-bottom: 15px;
    float: right;
}

/*  PAGAR EN LINEA: */

.otros-container {
    background-color: #DF9A01;
    overflow:hidden;
}
.margin-bott-80 {
    margin-bottom: 80px;
}
.margin-top-50 {
    margin-top: 50px;
}

.pagos-blanco {
    padding: 100px 5%;
    background-color: #FFF;
}

#pago-online-second {
    display: none;
}

.otros-cabecera {
    background-color: #004B62;
    padding-top: 60px;
    padding-bottom: 60px;
}
.otros-cabecera, .pagos-form {
    text-align: center;
}

.otros-cabecera h1 {
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    color: #FFF;
}
.select-forma-pago, .reclamaciones-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.select-forma-pago .pago-styled-select, .reclamaciones-container .reclamo-styled-select {
    height: 20px;
    background-color: #E2F1F2;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}

.select-forma-pago select, .reclamaciones-container select {
    width: 100%;    
    background: transparent;
    -webkit-appearance: none; /* for webkit browsers */
    -moz-appearance: none; /* for firefox */
    appearance: none; /* for modern browsers */
    position: relative;
    z-index: 1;
    border:none;
    outline:none;
}

.select-forma-pago .pago-styled-select:after, .reclamaciones-container .reclamo-styled-select:after {
    height: 20px;
    width: 20px;
    background-color: #80A6AB;
    z-index: 0;
    content: url('../images/triangulo-invertido.png');
    color:#FFF;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

.select-forma-pago input[type="text"] {
        border: none;
    background-color: #E2F1F2;
    padding: 1px 5px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 15px;
}

.cuotas-pagar {
    margin-bottom: 30px;
    text-align: center;
}
.cuotas-pagar h2 {
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    color: #004B62;
    margin: 0 0 60px 0;
}

.pagos-detail {
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    font-size: 14px;
    color: #008080;
    padding-left: 15px;
    padding-right: 15px;
}

.pagos-detail .izq,
.reclamaciones-container .izq {
    width: 30%;
    text-align: right;
    padding-right: 5px;
}
.pagos-detail .der, 
.reclamaciones-container .der {
    width: 70%;
    padding-left: 5px;
}
.pagos-detail .izq, 
.pagos-detail .der,
.reclamaciones-container .izq,
.reclamaciones-container .der {
    float: left;
    margin-bottom: 10px;
}

.pagos-detail input[type="text"], 
.pagos-detail input[type="email"],
.reclamaciones-container input[type="text"], 
.reclamaciones-container input[type="email"] {
    border:none;
    background-color: #E2F1F2;
    padding: 1px 5px;
    font-size: 14px; 
    width: 100%;   
}
.pagos-detail span.alinea-derecha {
    font-size: 11px;
    font-weight: 300;
    font-style: italic;
    color: #DF9A01;
    float: right;
    text-align: right;
}

button.continuar {
    font-size: 16px;
    font-weight: 900;
    font-style: italic;
    color: #FFF;
    padding: 5px 10px;
    background-color: #80A6AB;
    border:none;
    border-radius: none;
    -webkit-border-radius:none;
    -moz-border-radius:none;
}

/*   LIBRO DE RECLAMACIONES */

ul.reclamo-pasos {
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0 0 60px 0;
    font-size: 0;
    color: #9F9F9F;
}
ul.reclamo-pasos li {
    list-style-type: none;
    width: 25%;
    padding: 0 15px;
    margin: 0;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    text-align: center;
}
ul.reclamo-pasos li span {
    width: 35px;
    height: 35px;
    background-color: #80A6AB;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
ul.reclamo-pasos li span.active {
    background-color: #DF9A01;    
}

.reclamaciones-container {
    font-size: 14px;
    color: #008080;
    font-weight: 300;
}

.libro-paso {
    margin-bottom: 30px;
}
.libro-paso-1 section {
    text-align: right;
    margin-bottom: 60px;
}
.libro-paso-1 section h3 {
    margin: 0;
    font-weight: 900;
    font-size: 15px;
    color: #DF9A01;
}
.libro-paso-1 section p {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    color: #9F9F9F;
}

.reclamaciones-container .continuar {
    float: right;
    margin-top: 20px;
}

.reclamaciones-container textarea {
    background-color: #E2F1F2;
    width: 100%;
    border:none;
    height: 90px;
}
.reclamaciones-container input[type="text"]::-webkit-input-placeholder,
.reclamaciones-container input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9F9F9F;
  font-size: 12px;
  font-style: italic;
}
.reclamaciones-container input[type="text"]::-moz-placeholder,
.reclamaciones-container input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  color: #9F9F9F;
  font-size: 12px;
  font-style: italic;
}
.reclamaciones-container input[type="text"]:-ms-input-placeholder,
.reclamaciones-container input[type="email"]:-ms-input-placeholder { /* IE 10+ */
  color: #9F9F9F;
  font-size: 12px;
  font-style: italic;
}
.reclamaciones-container input[type="text"]:-moz-placeholder,
.reclamaciones-container input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color: #9F9F9F;
  font-size: 12px;
  font-style: italic;
}

.reclamaciones-container input[type="checkbox"] {
    background-color: #E2F1F2;
    border:none;
    margin-bottom: 15px;
    margin-right: 5px;
}

.checkboxes-cajitas {
    float: left;
    width: 40%;
}

@media (min-width: 801px) {
    .pagos-detail {
        width: 60%;
    }
    .select-forma-pago {
        width: 30%;
    }
    .reclamaciones-container {
        width: 50%;
    }
}



table.tabla-pagar-linea {
    text-align: center;
}

table.tabla-pagar-linea thead th {
    color: #FFF;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    font-size: 12px;
    font-weight: 900;
    background-color: #DF9A01;
    text-align: center;
    text-transform: uppercase;
}

table.tabla-pagar-linea tbody th, table.tabla-pagar-linea tbody td {
    color: #008080;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    background-color: #E2F1F2;
}


.libro-paso-2, .libro-paso-3, .libro-paso-4 {
    display: none;
}

/*  NOTICIAS    */

.noticias-main {
    padding-bottom: 30px;
}

.noticias-main h2 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #008080;
}
.noticias-main h2 a {
    color: #008080;
}
.noticias-main h3 {
    font-size: 16px;
}
.noticias-main h4 {
    font-size: 15px;
}
.noticias-main h5 {
    font-size: 14px;
    font-style: italic;
    margin: 0 0 20px 0;
    color: #DF9A01;
}
.noticias-main p {
    font-size: 14px;
    color: #80A6AB;
    margin-bottom: 30px;
}
.noticias-main p a {
    color: #DF9A01;
}

.eventos-all, .noticias-all {
    width: 50%;
    float: left;
    padding: 70px 25px 25px 25px;
}
.noticias-all {
    background-color: #F1F1F1;
}
.noticias-main .featured-image {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.noticias-main .featured-image img {
    width: 100%;
}

.eventos-caja article, .noticias-caja article {
    width: 70%;
    margin: 0 auto 50px auto;
    height: 460px;
    overflow: hidden;
    transition: 0.2s ease;
    -moz-transition:0.2s ease; /* Firefox 4 */
    -webkit-transition: 0.2s ease; /* Safari and Chrome */
    -o-transition: 0.2s ease; /* Opera */   
}

.mostrar-mas {
    background-color: #80A6AB;
    color: #FFF;
    font-size: 16px;
    font-weight: 900;
    font-style: italic;
    padding: 5px 10px;
    position: relative;
    float: right;
    margin-right: 15%;
    display: none;
}
.mostrar-mas:hover, .mostrar-mas:active, .mostrar-mas:visited {
    color: #FFF;
}

@media(min-width: 801px) {
    .contacto-main {
        height: 70vh;
    }
    .contacto-main > div {
        height: 100%;
    }
}

/*  FOOTER  */

.top-footer {
    background-color: #80A6AB;
    font-size: 13px;
    padding: 40px 0;
    text-align: center;
}
.bottom-footer {
    background-color: #008080;
    color: #80A6AB;
    padding-top: 15px;
    padding-bottom: 15px;
}
.top-footer > div, .bottom-footer > div {
    width: 70%;
    margin: 0 auto;
}

.top-footer a {
    color: #FFF;
}

.pie ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pie ul li {
    list-style-type: none;
    display: inline-block;    
}
.pie .top-footer ul li {
    vertical-align: middle;
    padding: 0 3.3%;
}
.pie .top-footer ul li a {
    position: relative;
}

.pie .bottom-footer ul li {
    padding: 0 10px;
    font-size: 10px;
}

.bottom-footer span {
    font-size: 11px;
    float: left;
}
.bottom-footer ul  {
    float: right;
}
.bottom-footer ul li a {
    color: #D8D4D3;    
}

.bottom-footer ul span.go-right {
    float: right;
    margin-left: 5px;
    margin-top: 3px;
}

.footer-copyright {
    display: none;
}

.noticias-mob-banner {
    display: none;
}

.mensaje-form {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 801px) {
    .ubicacion-sepultura-content > div {
        width: 33.3333%;
    }
    .mensaje-form {
        width: 60%;
    }
}

@media (max-width: 800px) {
    .ubicacion-sepultura-content {
        height: auto;
    }
    .ubicacion-sepultura-content > div {
        width: 100%;
    }
    .ubica-sepu-child:nth-of-type(1), 
    .ubica-sepu-child:nth-of-type(2), 
    .ubicacion-sepultura-result-top {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ubicacion-sepultura-result-bottom {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .ubica-sepultura-mapa {
        height: 460px;
    }
}
@media (max-width: 800px) {

    .ubica-sepultura-mapa {
        height: 320px;
    }
    .tab-funerarios .tab-slider-box, .tab-funerarios .tab-texto {
        width: 100%;
    }
    .tab-funerarios .tab-texto {
        height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .eventos-banner {
        height: 320px;
    }
    .banner-half, .eventos-all, .noticias-all {
        width: 100%;
    }
    .second-half-b {
        display: none;
    }
    .noticias-mob-banner {
        display: block;
        height: 320px;
        text-align: center;
        color: #FFF;
    }
    .noticias-mob-banner h1 {
        
        text-align: center;
        font-size: 40px;
        font-weight: 900;
        font-style: italic;
        margin: 0;
    }
}

@media (max-width: 767px) {
    table.tabla-pagar-linea, 
    table.tabla-pagar-linea thead th,
    table.tabla-pagar-linea tbody th, table.tabla-pagar-linea tbody td {
        font-size: 7px!important;
    }
}

@media (min-width: 768px) {
    .home-servicios > div {
        width: 74%;
        margin: 0 auto;
    }
}

@media (min-width:801px){
    .home-first-section, .nosotros-first-section {
        height: 100vh;
    }
    .home-about section, .nosotros-about section {
        width: 80%;
    }
    .homeabout-slider {
        height: 30%;
    }
    .home-about, .nosotros-about {
        height: 70%;
    }
    .home-phrases {
        width: 60vw;
    }
    
    .camposantos-tipos > div {
        width: 70%;
    }
    .bottom-footer > div {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media (min-width: 1200px){
    .cremaciones-featured > div, .responsabilidad-featured > div, .homepage-featured > div {
        width: 54%;
    }
}

@media (min-width: 801px) and (max-width: 1199px) {
    span.copyrights-desktop {
        max-width: 26%;
    }
}

@media (max-width: 800px){
    .top-footer > div, .bottom-footer > div {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; 
    }
    .top-footer .fb-footer {
        display: none;
    }
    .top-footer {
        text-align: left;
        font-size: 16px;
    }
    .pie .top-footer ul li.fmenu-align-right {
        text-align: right;
    }
    .pie .top-footer ul li {
        width: 48%;
        margin-bottom: 10px;
    }
    .copyrights-desktop {
        display: none;
    }
    .bottom-footer {
        padding-top: 30px;
    }
    .pie .bottom-footer ul li {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer-copyright {
        display: block;
        width: 96%;
        margin: 25px auto 15px auto;
        text-align: center;
        border-top: 1px solid #D8D4D3;
        padding: 10px;
    }
    .contacto-main > div {
        width: 100%;
    }
    .contacto-main > div:nth-of-type(1) {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .gmap {
        height: 420px;
    }
    .formulario-contacto {
        width: 70%;
    }
}


