html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    overflow: initial !important;
}

.btn {
    height: 40px;
    outline: none;
    line-height: 35px;
}

.btn i {
    margin-right: 10px;
}

.btn + .btn,
.btn + a {
    margin-left: 15px;
}

.btn span,
.btn i {
    font-size: 12px;
}

.btn span + i {
    margin-left: 10px;
    margin-right: 0;
}

.btn:focus, .btn:focus:active, .btn:active {
    outline: none;
}

.btn, .btn:focus, .btn:hover, .btn:active {
    outline: 0 !important;
    box-shadow: none;
    /*border: 0 none;*/
    padding: 0 15px;
}

.btn:focus, .btn:focus i {
    color: #fff;
}

.button-turquesa {
    background: transparent;
    border: 2px solid #1650AC;
    color: #fff;
    font-weight: 600;
}

.btn.no-hover {
    cursor: default;
}

.button-turquesa span, .button-turquesa i {
    color: #1650AC;
}

.button-turquesa:hover span, .button-turquesa:hover i, .button-turquesa.hover span, .button-turquesa.hover i {
    color: #fff;
}

.button-turquesa[disabled] {
    background: #878787;
}

#section-header-muros .button-turquesa.hover, #menu-row li .button-turquesa.hover.green {
    color: #fff;
    background: #20c6a1;
    border: 2px solid #20c6a1;
}

#section-header-muros .button-turquesa.hover:hover, #menu-row li .button-turquesa.hover.green:hover {
    background: #2ed7b1;
    border-color: #2ed7b1;
}

.button-turquesa:hover, .button-turquesa.hover {
    color: #fff;
    background: #1650AC;
}

.button-turquesa.hover.diffblue {
    background: #01ACE4;
}

.button-turquesa.hover:hover {
    background: #195dc4;
    border-color: #195dc4;
}

.button-white,
.button-white.no-hover:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
}

.button-white:not(.no-hover):hover {
    background: #fff;
}

.button-white span, .button-white i,
.button-white.no-hover:hover span, .button-white.no-hover:hoverf i {
    color: #fff;
}

.button-white:not(.no-hover):hover span, .button-white:not(.no-hover):hover i {
    color: #20c6a1;

}

.button-white.hover span, .button-white.hover i {
    color: #00ace4;
}

.button-white.hover {
    color: #00ace4;
    background: #fff;
}

.muro-actions .button-lightblue {
    background: transparent;
    border: 2px solid #00ace4;
    color: #00ace4;
    font-weight: 600;
    border-radius: 4px;
}

.button-lightblue {
    background: transparent;
    border: 2px solid #00ace4;
    color: #fff;
    font-weight: 600;
}

.button-lightblue:hover {
    background: #00ace4;
}

.button-lightblue span, .button-lightblue i {
    color: #00ace4;
}

.button-lightblue:hover span, .button-lightblue:hover i {
    color: #fff;
}

.button-lightblue.hover span, .button-lightblue.hover i {
    color: #fff;
}

.button-lightblue.hover {
    color: #fff;
    background: #00ace4;
}

.gohome {
    cursor: pointer;
}

#section-header-funerarias {
    /*min-height: 100%;*/
    background: url("/themes/static/img/business/bg_header.jpg") no-repeat center top;
    background-size: cover;
}

#section-header-funerarias .thumbnail {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 100px;
    padding: 0;
}

.section {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.centrable {
    position: relative;
    top: 0;
    left: 0;
}

h1 {
    color: #fff;
    font-weight: 300;
    font-size: 52px;
    line-height: 62px;
    font-family: 'Droid Serif', serif;
}

h2 {
    font-family: 'Droid Serif', serif;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
    color: #fff;
    font-weight: 400;
    font-style: italic;
}

#section-header-funerarias h1 .legados {
    color: #fff;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    text-align: center;
}

#fullpage > div h2:not(.no-fly) {
    position: relative;
    top: 120px;
    left: 0;
    z-index: 1;
}

h2#video-h2-memorial {
    font-size: 46px;
    line-height: 50px;
    margin-top: 40px;
}

.fieldset-title {
    border: 0 none;
    border-top: 1px solid #dbdbdb;
    margin-top: 60px;
    margin-bottom: 60px;
}

.fieldset-title legend {
    padding: 0 60px;
    font-size: 20px;
    color: #b3b3b3;
    text-align: center;
    display: inline-block;
    width: auto;
    font-style: italic;
    border: 0;
    font-family: 'Droid Serif', serif;
}


#fullpage #section-header-funerarias h2 {
    position: initial;
    top: 100px;
    color: #ffffff;
    left: 0;
    font-family: 'Open Sans', sans-serif;
    z-index: 1;
    font-size: 26px;
    line-height: 42px;
    margin-top: 80px;
    font-weight: 300;
    font-style: normal;
}

#section-howitworks {
    background: #fff;
}

#section-prices {
    background: url("/themes/static/img/business/bg_obituarios_hue.jpg") no-repeat center;
    background-size: cover;
    animation: hue-rotate 20s linear infinite;
    -webkit-animation: hue-rotate 20s linear infinite;
}

@keyframes hue-rotate {
    0%, 100% {
        filter: grayscale(50%) hue-rotate(0deg);
    }
    50% {
        filter: grayscale(50%) hue-rotate(360deg);
    }
    0%, 100% {
        -webkit-filter: grayscale(50%) hue-rotate(0deg);
    }
    50% {
        -webkit-filter: grayscale(50%) hue-rotate(180deg);
    }
}

#section-prices .container.centrable .text {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: left;

}

#section-ecommerce {
    background: url("/themes/static/img/business/bg_ecommerce.jpg") no-repeat center;
    background-size: cover;

}

#section-ecommerce .container.centrable .text {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-align: left;

}

#section-admin {
    background: url("/themes/static/img/business/bg_paneladministracion.jpg") no-repeat center;
    background-size: cover;
}

#section-press {
    height: 25vh;
}

#section-testimonios {
    height: 50vh;
}


#section-testimonios .testimonio-name {
    font-size: 19px;
    margin-top: 20px;
}
#section-testimonios img {
    font-size: 19px;
    margin-top: 20px;
}

.testimonio-video {
    display: flex;
    align-items: center;
    margin-top: 20px;
    color: #00ace4;
}
.testimonio-video:visited,
.testimonio-video:active,
.testimonio-video:hover {
    color: #00ace4;
    text-decoration: none;
}
.testimonio-video span{
    font-size: 20px;
    font-weight: 600;
    margin-left: 20px;
}

.testimonio-video i{

}

#section-security {
    background: #F5F5F5;
    height: 40vh;
}

#section-signin {
    background: #174FAC;
    height: 25vh;
}

#section-testamento-notarial {
    background: url("/themes/static/img/business/bg_testamento.jpg") no-repeat center;
    background-size: cover;
}

#section-blog {
    background: #00368C;
}

footer {
    background: #F0F0F0;
}

#menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#menu #menu-row {
    position: relative;
}

#menu li {
    position: absolute;
    top: 30px;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}

#menu li.active {
    opacity: 1;
    z-index: 1;
}

#menu li button {
    margin-right: 0;
}

#menu li button:last-child {
    margin-right: 10px;
}

#menu li button span {
    text-transform: uppercase;
}

#know-more-link {

}

.btn.big {
    height: 60px;
    padding: 0 60px;
    text-transform: uppercase;
    font-size: 14px;
}

#know-more-button {
    margin-top: 60px;
}

.bottom-link {
    margin-bottom: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.bottom-link a {
    text-decoration: none;
}

.bottom-link a p, .bottom-link a i {
    color: #fff;
}

.bottom-link.know-more a p, .bottom-link.know-more a i {
    color: #00ace4;
}

#section-howitworks #know-more-list {
    margin-top: 80px;
}

#know-more-list > div.row {
    margin-left: 0px;
    margin-right: 0px;
}

.know-more-item-funeraria {
    position: relative;
    margin-top: 30px;
    overflow: hidden;

}

.know-more-item-funeraria .img_hover {
    opacity: 0.99;
    position: absolute;
    top: 0;
    left: 15;
    width: calc(100% - 30px);
    height: 100%;
    text-align: center;
    color: #fff !important;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -690px 0;
}

.know-more-item-funeraria .img_hover:not(.nofx) {
    -webkit-transition: background-position .3s ease-in;
    -moz-transition: background-position .3s ease-in;
    -o-transition: background-position .3s ease-in;
    transition: background-position .3s ease-in;
}

.know-more-item-funeraria .img_hover.up {
    background-position: 0px -690px;
}

.know-more-item-funeraria .img_hover.down {
    background-position: 0px 690px;
}

.know-more-item-funeraria .img_hover.left {
    background-position: -690px 0px;
}

.know-more-item-funeraria .img_hover.right {
    background-position: 690px 0px;
}

.know-more-item-funeraria .img_hover.in,
.know-more-item-funeraria .img_hover.up.in,
.know-more-item-funeraria .img_hover.down.in,
.know-more-item-funeraria .img_hover.left.in,
.know-more-item-funeraria .img_hover.right.in {
    background-position-x: 0px;
    background-position-y: 0px;
}

.know-more-item-funeraria .hover-plane p {
    margin-left: 0;
    margin-top: 0;
    color: #fff;
    /*white-space: nowrap;*/
    padding: 71px 0 0 21px;
}

.know-more-item-funeraria .item-content {
    border: 1px solid #EAEAEA;
    padding: 20px;
    opacity: 0.99;
    min-height: 380px;
}

.know-more-item-funeraria .item-content .default-plane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    left: 0;
    padding: 0 35px;
}

.know-more-item-funeraria .item-content .hover-plane {
    position: absolute;
    top: -100%;
    width: 100%;
    left: 0;
    padding: 0 15px;
    height: 100%;
}

.know-more-item-funeraria .item-content:hover .hover-plane {
    top: 0;
}

.know-more-item-funeraria .item-content .default-plane,
.know-more-item-funeraria .item-content .hover-plane {
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.know-more-item-funeraria .item-content:hover .default-plane {
    top: 100%;
    position: absolute;
}

.know-more-item-funeraria .item-content-false {
    position: absolute;
}

.know-more-item-funeraria .hover-plane .content {
    height: 100%;
    width: 100%;
}

.know-more-item-funeraria:nth-child(1) .hover-plane .content {
    background-image: url(/themes/static/img/business/tile_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.know-more-item-funeraria:nth-child(2) .hover-plane .content {
    background-image: url(/themes/static/img/business/tile_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.know-more-item-funeraria:nth-child(3) .hover-plane .content {
    background-image: url(/themes/static/img/business/tile_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.know-more-item-funeraria:nth-child(4) .hover-plane .content {
    background-image: url(/themes/static/img/business/tile_4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.know-more-item-funeraria:nth-child(5) .hover-plane .content {
    background-image: url(/themes/static/img/business/tile_5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.know-more-item-funeraria:nth-child(6) .hover-plane .content {
    background-image: url(/themes/static/img/business/tile_6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/*
.know-more-item-funeraria .item-content:hover p:nth-child(2n){
	color:#fff;
	cursor: default;
}

.know-more-item-funeraria .item-content:hover p:nth-child(2n+1) {
	visibility: hidden;
}

.know-more-item-funeraria .item-content:hover .num{
	color: #fff;
}

.know-more-item-funeraria:hover .plan{
	color: #fff;
}*/

.know-more-item-funeraria img {
    height: 200px;
    margin-left: 30px;
}

.know-more-item-funeraria .plan {
    font-size: 16px;
    color: #20c6a1;
    font-weight: 400;
    margin-top: 15px;
}

.know-more-item-funeraria .plan.consult {
    color: #BBBBBB;
}

.know-more-item-funeraria .num {
    font-size: 30px;
    color: #00ace4;
    margin-top: 50px;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
    font-style: italic;
    line-height: 42px;


}

.know-more-item-funeraria p {
    font-size: 16px;
    line-height: 24px;
    color: #878787;
    font-weight: 300;
    margin-top: 25px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-weight: 500;

}

#section-howitworks #prices-link {
    color: #767676;
}

#premium-products .head {
    background: #22C6A1;
    color: #fff;
    line-height: 80px;
    margin-top: 30px;
    border-radius: 4px 4px 0 0;
}

#premium-products .head div:first-child {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}

#premium-products .head.pro {
    background: #00ace4;
}

#premium-products .line {
    line-height: 60px;
    font-weight: 600;
    height: 70px;
    line-height: 70px;
}

#premium-products .line div:first-child {
    font-size: 18px;
    font-weight: 400;
}

#premium-products .line {
    background: #fff;
    color: #c3c3c3;
}

#premium-products .line.include, #premium-products .line .fa-check {
    color: #07C096;
    font-size: 18px;
}

#premium-products .line.include {
    color: #00ace4;
}

#premium-products .line.no-include, #premium-products .line .fa-close {
    color: #E44510;
    font-size: 18px;
}

#premium-products .line:nth-child(2n) {
    background: #f5f5f5;
}

#premium-products .line:last-child {
    border-radius: 0 0 4px 4px;
    height: 120px;
}

#premium-products .line:last-child button {
    margin-top: 30px;
}

#premium-products .line button span {
    text-transform: uppercase;
}

#premium-products .select-text {
    margin: 25px 0;
}

#premium-products .pay-zone {
    padding-bottom: 30px;
}

#premium-products .button-pay {
    height: 85px;
}

#premium-products .button-pay:hover {
    color: #21C6A1;
}

#premium-products .button-pay, #premium-products .button-pay:hover {
    background: #fff;
}

#premium-products .button-pay.paypal {
    border: 2px solid #cacaca;
}

#section-memorialwall2 {
    background: #00ace4;
}

#section-memorialwall * {
    color: #00ace4;
}

#section-memorialwall .memorialwall-big-size {
    font-size: 70px;
    line-height: 90px;
    font-family: 'Droid Serif', serif;
    font-weight: 400;
}

#section-memorialwall-info {
    background: url("/themes/tellmebye20/img/memorialwall_bg.png") bottom no-repeat, rgba(0, 0, 0, 0.4);
    background-size: cover;
}

/*.mobile-device #section-memorialwall-info  {
	background: url("/tellmebye20/img/memorialwall_video.jpg") no-repeat center,url("/themes/tellmebye20/img/memorialwall_bg.png") bottom no-repeat, rgba(0,0,0,0.4);
	background-size: cover;
}*/
.mobile-device #section-memorialwall-info video {
    display: none;
}

#section-memorialwall-info ul {
    list-style: none;
    padding-left: 0;
    margin-top: 180px;
}

#section-memorialwall-info ul li {
    color: #fff;
    font-size: 18px;
    height: 40px;
    font-weight: 300;
}

#section-memorialwall-info ul li i {
    margin-right: 15px;
    font-weight: initial;
    width: 20px;
    text-align: center;
}

#section-memorialwall-info .buttons {
    margin-top: 80px;
    position: absolute;
    bottom: 80px;
}

#section-memorialwall-info .buttons .button-pro {
    margin-left: 15px;
}

#section-memorialwall-info .buttons .button-pro:hover {
    background: #20c6a1;
    border-color: #20c6a1;
}

#video-memorialwall {
    min-height: 1080px;
    min-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

#section-signin h2 {
    margin-top: 0;
    margin-bottom: 30px;
    position: initial;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    font-style: normal;
}

#section-testamento-notarial h3 {
    font-weight: 300;
    font-size: 30px;
    width: 100%;
    display: inline-block;
}

#section-testamento-notarial .circle {
    margin-bottom: 60px;
}

#section-testamento-notarial .circle i {
    height: 120px;
    border-radius: 50%;
    font-size: 4em;
    width: 120px;
    text-align: center;
    line-height: 115px;
    border: solid 3px #20c6a1;
}

#section-testamento-notarial p {
    font-size: 20px;
    margin-top: 60px;
    line-height: 30px;
    font-family: 'Droid Serif', serif;
    padding: 0 45px;
}

#section-testamento-notarial h3, #section-testamento-notarial p, #section-testamento-notarial .circle i {
    color: #fff;
}

#section-security #security-list i, #section-security #security-list p {
    color: #b3b3b3;
}

#section-security #security-list i {
    font-size: 4em;
    margin-bottom: 30px;
}

#section-security #security-list p {
    font-size: 1.5em;
}

#posts-list h4, #posts-list p, #posts-list a {
    color: #00ace4;
    margin-top: 30px;
}

#posts-list h4 {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Droid Serif', serif;
    margin-top: 20px;
    margin-bottom: 10px;
}

#posts-list img {
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
    -moz-filter: brightness(0.6);
}

#posts-list p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}

#posts-list .post:hover a {
    color: #fff;
}

#posts-list a {
    text-decoration: none;
}

#posts-list a:hover h4,
#posts-list a:hover span {
    color: #fff;
}

#posts-list a:hover img {
    filter: brightness(1);
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
}

#posts-list .blog-image-container {
    height: 130px;
    margin-bottom: 45px;
}

#posts-list .blog-image-container img {
    max-height: 100%;
    max-width: 100%;
}

#section-footer-blog {
    max-height: 43em;
}

#section-footer-blog h2 {
    margin-top: 120px;
    margin-bottom: 80px;
    color: #01ace4;
}

#section-memorialwall-info .container {
    z-index: 1;
}

#fp-nav {
    opacity: 0;
}

#fp-nav ul li, .fp-slidesNav ul li {
    width: 20px;
    height: 20px;
}

#fp-nav ul li a.active {
    border-radius: 50%;
    border: 2px solid #333;
}

#fp-nav ul li span {
    -webkit-transition: background-color 1s linear;
    -moz-transition: background-color 1s linear;
    -o-transition: background-color 1s linear;
    -ms-transition: background-color 1s linear;
    transition: background-color 1s linear;
    height: 10px;
    width: 10px;
}

#fp-nav ul li a.active span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 10px;
    width: 10px;
    border: 0;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    margin: -5px 0 0 -5px;
    height: 10px;
    width: 10px;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip.right {
    right: 30px;
}

#fp-nav.page2, #fp-nav.page3, #fp-nav.page4, #fp-nav.page5, #fp-nav.page6, #fp-nav.page7, #fp-nav.page8, #fp-nav.page9, #fp-nav.page10, #fp-nav.page11, #fp-nav.page12, #fp-nav.page13 {
    opacity: 1;
}

/*#fp-nav.page6 ul li span {
	background: #b3b3b3;
}
#fp-nav.page6 ul li .fp-tooltip.right {
	color: #b3b3b3;
}*/
#fp-nav.page8 ul li span, #fp-nav.page12 ul li span, #fp-nav.page14 ul li span, #fp-nav.page15 ul li span, #fp-nav.page17 ul li span {
    background: #fff;
}

#fp-nav.page8 ul li .fp-tooltip.right, #fp-nav.page12 ul li .fp-tooltip.right, #fp-nav.page14 ul li .fp-tooltip.right, #fp-nav.page15 ul li .fp-tooltip.right, #fp-nav.page17 ul li .fp-tooltip.right {
    color: #fff;
}

#fp-nav.page9 ul li span, #fp-nav.page16 ul li span {
    background: #9a9a9a;
}

#fp-nav.page9 ul li .fp-tooltip.right, #fp-nav.page16 ul li .fp-tooltip.right {
    color: #9a9a9a;
}

#fp-nav.page9 ul li a, #fp-nav.page16 ul li a {
    border-color: #9a9a9a;
}

#fp-nav.page2 ul li span, #fp-nav.page3 ul li span, #fp-nav.page4 ul li span, #fp-nav.page5 ul li span, #fp-nav.page6 ul li span, #fp-nav.page7 ul li span, #fp-nav.page10 ul li span, #fp-nav.page11 ul li span, #fp-nav.page13 ul li span {
    background: #00ace4;
}

#fp-nav.page2 ul li .fp-tooltip.right, #fp-nav.page3 ul li .fp-tooltip.right, #fp-nav.page4 ul li .fp-tooltip.right, #fp-nav.page5 ul li .fp-tooltip.right, #fp-nav.page6 ul li .fp-tooltip.right, #fp-nav.page7 ul li .fp-tooltip.right, #fp-nav.page10 ul li .fp-tooltip.right, #fp-nav.page11 ul li .fp-tooltip.right, #fp-nav.page13 ul li .fp-tooltip.right {
    color: #00ace4;
}

/*#fp-nav.page6 ul li a {
	border-color: #b3b3b3;
}*/
#fp-nav.page8 ul li a, #fp-nav.page12 ul li a, #fp-nav.page14 ul li a, #fp-nav.page15 ul li a, #fp-nav.page17 ul li a {
    border-color: #fff;
}

#fp-nav.page2 ul li a, #fp-nav.page3 ul li a, #fp-nav.page4 ul li a, #fp-nav.page5 ul li a, #fp-nav.page6 ul li a, #fp-nav.page7 ul li a, #fp-nav.page10 ul li a, #fp-nav.page11 ul li a, #fp-nav.page13 ul li a {
    border-color: #00ace4;
}

/*
#fp-nav.page6 ul li span {
	background: #b3b3b3;
}
#fp-nav.page6 ul li .fp-tooltip.right {
	color: #b3b3b3;
}
#fp-nav.page4 ul li span {
	background: #fff;
}
#fp-nav.page4 ul li .fp-tooltip.right{
	color: #fff;
}
#fp-nav.page2 ul li span {
	background: #00ace4;
}
#fp-nav.page2 ul li .fp-tooltip.right{
	color: #00ace4;
}

#fp-nav.page5 ul li span {
	background: #fff;
}
#fp-nav.page5 ul li .fp-tooltip.right {
	color:#fff;
}
#fp-nav.page6 ul li a {
	border-color: #b3b3b3;
}
#fp-nav.page2 ul li a {
	border-color: #00ace4;
}
#fp-nav.page5 ul li a {
	border-color: #fff;
}*/

#posts-list {
    margin-top: 30px;
    margin-bottom: 60px;
}

.pulse-button {
    text-decoration: none;
    outline: 0;
}

.pulse-button p {
    font-size: 14px;
}

.pulse-button i {
    height: 30px;
    width: 30px;
    position: relative;
    top: 0;
    font-size: 30px;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.logo_container {
    margin-left: -15px;
}

.logo_container .business_info.type1 {
    color: #fff;
}

.logo_container .business_info.type3 {
    color: #00ace4;
}

.logo_container .business_info {
    margin-top: 7px;
    margin-left: 135px;
}

.logo_container .business_info span {
    font-family: droid-serif;
    font-style: italic;
    font-size: 18px;
    white-space: nowrap;
}


#menu .enlaces {
    margin-top: 12px;
    text-align: right;
    margin-left: 140px;
}

#menu .enlaces span:hover {
    text-decoration: underline;
}

#menu .enlaces span:first-child {
    margin-right: 20px;
}

#menu .enlaces a {
    color: white;
}

[data-menuanchor="comoFunciona"] .enlaces a {
    color: #337ab7 !important;
}

button#button_cookies {
    color: #424242;
}

button#button_cookies:hover {
    background-color: #BDBDBD;
}


@media (max-width: 992px) {
    #menu .enlaces {
        display: none;
    }
}

@media (max-width: 1200px) {
    #menu .enlaces {
        margin-left: 78px;
    }
}

#section-sites {
    height: 27vh;
}

#section-sites .imgfoot {
    height: 100%;
    padding: 0;
    cursor: pointer;
}

#section-sites span.textoimg {
    text-align: center;
    color: white;
    display: block;
    margin: 13vh;
    font-family: droid-serif;
    font-style: italic;
    font-size: 36px;
    white-space: nowrap;
}

#section-sites .imgfootlegado {
    background: url("/themes/static/img/banner_legados.jpg") no-repeat center;
    background-size: cover;
    padding: 0;

}

#section-sites .imgfootmuro {
    background: url("/themes/static/img/banner_muros.jpg") no-repeat center;
    background-size: cover;
    padding: 0;

}

#section-sites .imgfootfuneraria {
    background: url("/themes/static/img/banner_funerarias.jpg") no-repeat center;
    background-size: cover;
    padding: 0;

}


@media (max-width: 385px) {
    #section-sites .ocultarrespo {
        display: none;
    }
}


@media (min-width: 993px) and (max-width: 1440px) {
    #section-sites .ocultarrespo {
        display: none;
    }
}


@media (max-width: 992px) {

    #section-prices p, #section-prices h2, #section-ecommerce p, #section-ecommerce h2, #section-admin p, #section-admin h2 {
        text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, -1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    }

    #section-prices i, #section-ecommerce i, #section-admin i {
        text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, -1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    }

    #section-memorialwall-info h2, #section-memorialwall-info #memorialwall-service-list span {
        text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, -1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    }
}

@media (max-width: 414px) {
    .margen {
        margin-bottom: 21px;
    }

    .logo_container .business_info {
        margin-left: 0px;
    }

}


#section-footer-bottom .secure-imgs img {
    margin-top: 5px;
    margin-left: 15px;
}

@media (max-height: 415px) {

    #section-header-funerarias h1 {
        margin-top: 90px;
    }

    #section-header-funerarias .centrable > div {
        margin-top: -50px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    /* Retina-specific stuff here */
    #section-header-funerarias {
        background: url("/themes/static/img/business/bg_header@2x.jpg") no-repeat center top;
        background-size: cover;
    }

    #section-admin {
        background: url("/themes/static/img/business/bg_paneladministracion@2x.jpg") no-repeat center;
        background-size: cover;
    }

    #section-prices {
        background: url("/themes/static/img/business/bg_obituarios_hue@2x.jpg") no-repeat center;
        background-size: cover;
    }

    #section-ecommerce {
        background: url("/themes/static/img/business/bg_ecommerce@2x.jpg") no-repeat center;
        background-size: cover;
    }

    #section-memorialwall-info {
        background-image: url("/themes/tellmebye20/img/memorialwall_bg@2x.png");
        background-size: cover;
    }
}

@media (orientation: portrait) {
    #section-header-funerarias {
        /*background-size: auto 100%;*/
    }
}

@media (orientation: landscape) {
    #section-header-funerarias {
        /*background-size: 100% auto;*/
    }
}

@media screen and (min-width: 1300px) {
    #video-memorialwall {
        right: auto;
        left: 0;
    }
}

@media screen and (max-width: 1300px) {
    #video-memorialwall {
        right: -650px;
    }
}

/*@media screen and (min-height: 900px) {
	#section-footer-top {
		position: absolute;
		bottom: 60px;
		width: 100%;
	}
	#section-footer-bottom {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
}
@media screen and (max-height: 600px) {
	#premium-products .head {
		line-height: 40px;
	}
	#premium-products .head div:first-child {
		font-size: 15px;
	}
	#premium-products .head.pro {
		background: #00ace4;
	}
	#premium-products .line {
		line-height: 30px;
	}
	#premium-products .line:last-child {
		height: 60px;
		padding-top: 10px;
	}

}

@media screen and (max-width: 992px) {

	.btn + a {
		margin-left: 0;
	}
	#premium-products > div:first-child {
		display: none;
	}
	#section-memorialwall-info .buttons button {
		margin: 0;
		margin-top: 15px;
		width: 100%;
	}
	#section-signin h2 {
		font-size: 2.2em;
	}
	#section-testamento-notarial h3 {
		font-size: 2.1em;
	}
	#section-testamento-notarial p, #section-testamento-notarial .circle {
		margin-top: 30px;
	}
	#section-testamento-notarial p {
		font-size: 14px;
	}
	#section-memorialwall-info {
		background-image: none;
	}
}
@media screen and (max-width: 500px) {
	#section-testamento-notarial .circle {
		display: none;
	}
}
@media screen and (max-height: 700px) {
	#section-memorialwall-info ul li {
		height: 20px;
		font-size: 1.6em;
	}
	.know-more-item-funeraria img {
		height: 100px;
	}
	.know-more-item-funeraria .num {
		margin-top: 40px;
	}
	.know-more-item-funeraria p {
		margin-top: 20px;
		font-size: 1.1em;
	}
	#section-memorialwall-info ul, #section-memorialwall-info .buttons {
		margin-top: 60px;
	}
	#section-memorialwall .memorialwall-big-size {
		font-size: 2.5em;
	}
	#section-signin h2 {
		font-size: 2.1em;
		margin-top: 30px;
		margin-bottom: 20px
	}
	.fieldset-title {
		margin-top: 15px;
	}
	#section-security #security-list i {
		margin-bottom: 0;
	}
	.fieldset-title legend {
		margin-bottom: 0;
	}
	#posts-list h4 {
		font-size: 1.5em;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#posts-list p {
		font-size: 1em;
		margin-bottom: 10px;
	}
	#posts-list a {
		margin-top: 10px;
	}

}
@media screen and (max-width: 750px) {
	#section-security #security-list i {
		margin-bottom: 0;
		font-size: 2em;
	}
	#section-signin h2 {
		font-size: 1.7em;
	}
	#know-more-button {
		height: 50px;
		padding: 0 30px;
		text-transform: uppercase;
		margin-top: 30px;
	}
	#section-header-funerarias .thumbnail {
		display: inline-block;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		overflow: hidden;
		line-height: 60px;
		padding: 0;
	}
	h1 {
		font-size: 2.5em;
	}
	h2 {
		margin-top: 15px;
	}
}
@media screen and (max-height: 600px) {
	body {
		font-size: 10px;
	}
	.know-more-item-funeraria img {
		height: 80px;
	}
	.know-more-item-funeraria .num {
		margin-top: 30px;
	}
	#section-memorialwall-info ul, #section-memorialwall-info .buttons {
		margin-top: 40px;
	}
	h1 {
		font-size: 2.5em;
		margin-top: 0;
	}
	h2 {
		margin-top: 15px;
	}
	#section-testamento-notarial h2 {
		margin-top: 45px;
	}
	#section-memorialwall .memorialwall-big-size {
		font-size: 3.5em;
	}
	#section-signin h2 {
		font-size: 1.9em;
		margin-top: 20px;
		margin-bottom: 10px
	}
}
@media screen and (max-height: 550px) {
	body {
		font-size: 9px;
	}
	.know-more-item-funeraria img {
		height: 30px;
		display: none;
	}
	.know-more-item-funeraria .num {
		margin-top: 20px;
	}
	.know-more-item-funeraria p {
		font-size: 1.1em;
	}
	#section-memorialwall-info ul, #section-memorialwall-info .buttons {
		margin-top: 20px;
	}
	#section-memorialwall .memorialwall-big-size {
		font-size: 2em;
	}
	#section-signin h2 {
		font-size: 1.3em;
		margin-top: 10px;
		margin-bottom: 10px
	}
	#section-header-funerarias .thumbnail {
		display: inline-block;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		overflow: hidden;
		line-height: 60px;
		padding: 0;
	}
	#know-more-button {
		height: 50px;
		padding: 0 30px;
		text-transform: uppercase;
		margin-top: 10px;
	}
}
@media screen and (max-height: 400px) {
	#section-security #security-list i {
		margin-bottom: 0;
		font-size: 2em;
	}
}*/

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}

@media only screen and (max-width: 1170px) {

}

@media only screen and (max-width: 970px) {

}

/*==========  Non-Mobile First Method  ==========*/

/* Big Devices, Wide Screens */
@media only screen and (max-width: 1440px), only screen and (max-height: 900px) {
    /*
    .know-more-item-funeraria .num {
        margin-top: 30px;
    }
    .know-more-item-funeraria img {
        height: 160px;
    }
    .know-more-item-funeraria p {
        margin-top: 30px;
        font-size: 22px;
    }
    */
    #prices-link {
        position: static;
    }

    #section-howitworks #know-more-list {
        padding-bottom: 100px;
    }

    #premium-products .line {
        line-height: 60px;
        height: 60px;
    }

    #premium-products .line div:first-child {
        font-size: 16px;
    }

    #premium-products .line.include, #premium-products .line .fa-check, #premium-products .line .fa-close {
        font-size: 16px;
    }

    #premium-products .line:last-child {
        height: 100px;
    }

    #premium-products .line:last-child button {
        margin-top: 20px;
    }

    .fieldset-title {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    #section-testamento-notarial .circle {
        margin-bottom: 30px;
        margin-top: 60px;
    }

    #section-testamento-notarial p {
        margin-top: 30px;
    }

    #posts-list p,
    #posts-list span {
        display: none;
    }

    h2#video-h2-memorial {
        font-size: 33px;
        line-height: 40px;
        margin-top: 40px;
    }

    #section-memorialwall-info ul li {
        color: #fff;
        font-size: 17px;
        height: 30px;
        font-weight: 300;
    }


}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px), only screen and (max-height: 720px) {
    #fp-nav.right {
        right: 5px;
    }

    h2:not(.no-fly) {
        top: 90px;
    }

    #section-memorialwall .memorialwall-big-size {
        font-size: 60px;
        line-height: 80px;
    }

    #section-signin h2 {
        font-size: 20px;
    }

    #section-header-funerarias h2 {
        margin-top: 40px;
    }

    h2#video-h2-memorial {
        font-size: 35px;
        line-height: 34px;
        margin-top: 40px;
    }

    #section-memorialwall-info ul li {
        color: #fff;
        font-size: 15px;
        height: 26px;
        font-weight: 300;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    #section-header-funerarias h1 {
        font-size: 30px;
        line-height: 35px;
    }

    #section-header-funerarias h2 {
        margin-top: 30px;
        font-size: 15px;
        line-height: 23px;
    }

    #posts-list .blog-image-container {
        height: auto;
        min-height: 173px;
    }

    .centrable:not(.sm-persist) {
        position: initial !important;
        margin-top: 100px;
    }

    #section-press, #section-security, #section-signin {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #section-press img {
        display: inline-block;
    }

    #section-testimonios img {
        display: inline-block;
    }

    #section-memorialwall .memorialwall-big-size {
        font-size: 40px;
    }

    .know-more-item-funeraria p {
        text-align: center;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    #menu li button {
        margin-right: 0;
    }

    #section-memorialwall .memorialwall-big-size {
        font-size: 40px;
    }

    h1 {
        font-size: 40px;
        line-height: 50px;
    }

    h2 {
        position: initial !important;
        margin-top: 230px;
    }

    #section-header-funerarias h1 {
        font-size: 35px;
        line-height: 40px;
    }

    #section-header-funerarias h2 {
        margin-top: 30px;
        font-size: 17px;
        line-height: 25px;
    }

    .section:not(:first-child) h2 {
        margin-top: 30px;
    }

    #section-memorialwall .memorialwall-big-size {
        font-size: 30px;
        line-height: 49px;
        margin-top: 40px;

    }

    h2#video-h2-memorial {
        font-size: 23px;
        line-height: 29px;
    }

    #section-memorialwall-info {
        background: url("/themes/tellmebye20/img/memorialwall_video.jpg") no-repeat center;
        background-size: cover;
    }

    #section-memorialwall-info ul {
        margin-top: 25px;
    }

    #section-memorialwall-info ul li {
        font-size: 18px;
        height: 30px;
    }

    #section-memorialwall-info .buttons {
        position: initial;
        margin-top: 30px;
    }

    #section-memorialwall-info .buttons button {
        width: 100%;
        float: none !important;
        display: block;
        padding: 0 15px;
    }

    #section-memorialwall-info .buttons .button-pro {
        margin-left: 0;
        margin-top: 15px;
    }

    div#premium-products {
        margin-bottom: 60px;
    }

    #premium-products .head div:first-child {
        font-size: 20px;
    }

    .bottom-link,
    #fp-nav {
        display: none;
    }

    #menu li:not(:first-child) {
        display: none;
    }

    .fp-section,
    .fp-slide,
    .fp-tableCell {
        height: auto !important;
    }

    #premium-products .line:last-child button {
        margin-top: 30px;
        padding: 0 15px;
        width: 100%;
    }

    .signin-button {
        display: none;
    }

    #section-security #security-list i {
        font-size: 4em;
        margin-bottom: 10px;
        margin-top: 20px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 600px) {
    #section-footer-bottom .secure-imgs img {
        display: block !important;
    }

    #section-header-funerarias h1 {
        font-size: 22px;
        line-height: 35px;
    }

    #section-header-funerarias h2 {
        margin-top: 30px;
        font-size: 16px;
        line-height: 25px;
    }

}

    .secure-imgs img, .secure-imgs{
            display: block !important;
    }

	@media (min-width: 1000px) and (max-width: 1200px) {
		#section-footer-bottom .secure-imgs img.logosPart {
		   width: 18em;
		}
		#section-footer-bottom .row {
			height: auto;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			align-content: center;
		}
		#section-footer-top {
			min-height: 280px;
		}
	}

	@media (max-width: 768px) {
		#section-footer-bottom {
           
            display: flex !important;
            justify-content: flex-start;
        }
	}
	
	
	@media((max-width:1000px)){
		#section-footer-bottom {
			display: flex;
		}
		#section-footer-bottom .mgt5{
			text-align: center !important;
			margin: 5px 0 5px 0;
		}
		#section-footer-bottom .secure-imgs{
			float: none !important;
		}
		#section-footer-bottom .secure-imgs img.logosPart {
		  
		}
	}
	
	@media((max-width:560px)){
	
		#section-footer-bottom .secure-imgs div.logos {
		   flex-direction: column;
		   margin: 0;
		}
	}

/* Custom, iPhone Retina */
/*
@media only screen and (max-width: 320px) {

    h1 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 140px;
    }

    #section-header-funerarias h1 {
        font-size: 18px;
        line-height: 30px;
    }

    #section-header-funerarias h2 {
        margin-top: 30px;
        font-size: 12px;
        line-height: 25px;
    }

    #section-testamento-notarial p {
        font-size: 17px;
        line-height: 30px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #posts-list .blog-image-container {
        min-height: 0;
        margin-bottom: 20px;
    }

    #posts-list h4 {
        height: auto;
        margin-bottom: 54px;
    }*/

    /*
    .know-more-item-funeraria p {
        margin-top: 10px;
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 28px;
    }
    */
    /*
    #premium-products .head div:first-child {
        font-size: 15px;
    }

    #premium-products .line div:first-child {
        font-size: 16px;
        line-height: 29px;
        padding: 17px 15px;
    }

    #premium-products .line {
        height: auto;
    }

    .btn.no-hover {
        cursor: default;
        padding: 0 8px;
        font-size: 12px;
    }

    #section-memorialwall-info ul li {
        font-size: 15px;
    }
}*/


@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.nav-up {
    top: -40px;
}

/* COKIES */
div#co_description {
    min-height: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #424242;
    color: #FFF;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
}

div#co_description a#info_cookies {
    line-height: 40px;
    cursor: pointer;
    color: #fff;
}

div#co_description div#description {
    display: inline-block;
    float: left;
    padding: 0 20px;
    margin-top: -2px;
    font-size: 12px;
    color: #CACACA;
    line-height: 15px;
}

div#indicator_container {
    height: 12px;
    margin: 0 auto;
    margin-top: -13px;
}

div#indicator {
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 13px solid #00ace4;
    -moz-border-bottom-colors: #00ACE4;
}

div#co_container div#hide {
    width: 20px;
    height: 20px;
    /*background: url(../img/control_close_description.png) no-repeat center;*/
    float: right;
    cursor: pointer;
    margin-top: 5px;

}

div#co_container div#hide {
    width: 20px;
    height: 20px;
    /*background: url(../img/control_close_description.png) no-repeat center;*/
    float: right;
    cursor: pointer;
    margin-top: 5px;

}

/*Nuevas diapos*/
#menu .container {
    width: 90%;
}

#menu .enlaces {
    text-align: center;
    margin-left: 20px;
}

#section-inicio {
    background-color: rgba(0, 0, 0, 0.5);
}

#section-inicio .container {
    width: 60%;
    float: left;
    padding-left: 150px;
}

#title-inicio {
    margin-top: 250px;
    width: 53.7%;
}

strong.tellmebye {
    font-weight: normal;
    color: #00ADE9;
}

#section-inicio .container h2, #section-inicio .container > div {
    padding-left: 0px;
}

h1 {
    line-height: 90px !important;
    font-size: 80px !important;
}

#section-inicio .container .container {
    margin-top: 125px;
    width: 53.7%;
    font-weight: normal;
    font-size: 24px;
    color: darkgray;
}

#section-inicio #smartphone {
    width: 40%;
    height: 100%;
    float: right;
}

.login-button.blue {
    background-color: #1B4E9B;
}

.signin-button-funeraria.blue {
    background-color: #00ADE9;
    border-color: #00ADE9;
}

#section-inicio #demo-video {
    position: absolute;
    width: 409.7px;
    height: 713.34px;
    border: 6px solid #2B2A29;
    border-radius: 5px;
    background-color: black;
    box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 29px 12px;
    top: 260px;
    left: 42%;
}

#section-inicio #demo-video video {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

#section-inicio #smartphone .container {
    padding-left: 10%;
    padding-right: 8%;
    position: relative;
    width: 100%;
    top: 255px;
    font-weight: normal;
    text-align: center;
    font-size: 24px;
    color: darkgray;
}

#section-inicio #smartphone #smartphone_title {
    float: none;
    margin: 0 auto;
}

#section-inicio #image_smartphone {
    margin-top: 75px;
}

#section-inicio #image_smartphone .wifi img {
    opacity: 0;
}

#section-inicio #image_smartphone .wifi1 img {
    width: 37px;
}

#section-inicio #image_smartphone .wifi2 img {
    width: 71px;
}

#section-inicio #image_smartphone .wifi3 img {
    width: 95px;
}

#section-inicio #image_smartphone .wifi4 img {
    width: 121px;
}

#section-inicio #image_smartphone .phone {
    margin-top: -100px;
}

#section-inicio #image_smartphone .phone img {
    width: 450px;
}

#section-inicio #image_smartphone .recuerdo1 {
    margin-top: -270px;
}

#section-inicio #image_smartphone .recuerdo2 {
    margin-top: -147.7px;
}

#section-inicio #image_smartphone .recuerdos img {
    width: 120px;
}

#section-inicio #video-memorialwall {
    top: 0px;
    left: 0px;
    width: 100%;
}

@media (max-width: 2000px) {
    h1 {
        font-size: 50px !important;
        line-height: 60px !important;
    }

    #section-inicio #demo-video {
        left: 42%;
        top: 160px;
        height: 590px;
        width: 338px;
    }

    #section-inicio #smartphone .container {
        top: 150px;
    }

    #section-inicio #image_smartphone .phone img {
        width: auto;
    }

    #section-inicio #image_smartphone {
        margin-top: 57px;
    }

    #section-inicio #title-inicio {
        margin-top: 155px;
    }

    #section-inicio #image_smartphone .recuerdo1 {
        margin-top: -250px;
    }

    #section-inicio #video-memorialwall {
        height: 100%;
    }

    #section-inicio #image_smartphone .phone {
        margin-top: -100px;
    }

    #section-inicio #smartphone #smartphone_title {
        font-size: 20px;
        width: 80%;
    }
}


/* Eliminar el elemento añadido que no sea en movil para cambiar el titulo a mas corto en sector innovacion */
@media (min-width: 768px) {
    #video-h2-innovacion2, #video-h2-memorial2, #img-section-header-muros, #img-section-header-funerarias, #img-section-ecommerce, #img-section-admin, .logo.typemobile {
      display: none;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 0px) and (max-width: 767px) {
  
    /* CSS */


    /********************COOKIES****************************/

    div#co_description a#info_cookies {
        line-height: normal !important;
    }

    div#co_description div.container div:last-child{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    /************************************ #SECTION INICIO ********************************/

    .logo.typemobile {
        background-image: url("/themes/tellmebye20/img/logo_pos.png") !important;
    }

    .logo.type1{
        display: none !important;
    }
      
    #menu li {
        top: 20px !important;
    }

    /*Subtitulo logo posicion absoluta y centrado */
    .logo_container .business_info span{
        color: black;
    }

    .logo_container .business_info {
        margin-top: 0px !important; 
    }

    .logo_container {
        margin-left: -43px;
    }

    /*Boton inicio sesion posicion */
    #menu .login-button {
        margin-right: -33px!important;
        margin-top: 9px!important;
    }

    /* POSICIONAMIENTO CAJAS GRID PRIMERA SECCION */
    #section-inicio{
        display: grid;
        grid-template-rows: 15vh 42vh 34vh;
        grid-template-columns: 100%;
        align-items: center;
        background-color: rgba(0, 0, 0, 0);
        height: calc(100vh - 80px) !important;
    }

    /* Posiconamiento caja de video primera seccion */
    #section-inicio #video-memorialwall{
        width: 100% !important;
        height: 100% !important;
        grid-row-start: 3;
        object-fit: cover;
        object-position: bottom center;
        padding: 3px 13px 15px 15px;
        box-sizing: border-box;
        
    }

    /* Posicionamiento caja texto primera seccion */
    #section-inicio .container .container{
        /*grid-row-start: 1;*/
        margin-top: 0 !important;
        top: 0 !important;
    }
    #section-inicio .container{
        grid-row-start: 2;
        margin-top: 0 !important;
    }

    /*Titulo inicial uso de FLEX y margin*/
       #section-inicio #title-inicio{
        width: 80%;
        margin-top: 0 !important;
        color: #00ace4;
        font-size: 30px !important;
        line-height: 36px !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 15px;
    } 

    /* Texto debajo del titulo principal mayor tamaño */
    #section-inicio p:first-of-type {
        width: 80%;
        color: #878787;
        font-size: 15px !important;
        font-weight: 300 !important;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        line-height: normal !important;
    }

    /* No mostrar elemento de imagen */
    #smartphone{
        display: none;
    }
    /* No mostrar elemento de imagen */
    #memorialwall-link{
        display: none;
    }

    /************************** #SECTION LIBRO DIGITAL *****************************/

    /*Margen superior de la seccion */
    #section-librodigital{
        display: flex;
        align-items: center;
        justify-content: end;
        flex-direction: column;
        position: relative;
        height: 100% !important;
        background-color: rgb(17 20 24 / 70%);
    }

    /*Modificar posicion y tamaño de video */
    #section-librodigital  #video-condolencias{
        width: auto;
        left: -535px!important;
        height: 100%!important;
        top: 0px;
        position: absolute !important;
        z-index: -1 !important;
    }

    /* Modificar margen superior del titulo inicio y su contenido */
    #section-librodigital .container .side-text #title-inicio{
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        text-align: center;
        margin: auto;
    }

    #section-librodigital .container .side-text {
        width: 100% !important;
        padding: 15px;
        box-sizing: border-box;
        text-align: center;
        height: 100%;
        background-color: transparent;
        font-size: 39px !important;
        line-height: normal !important;
    }

    #section-librodigital .text {
        width: 90% !important;
        margin: 20px !important;
        font-size: 18px !important;
        font-weight: 300 !important;
    }

    /**************************** SECTION SUPERVISION ***************************************/

    /* Aumentoar tamaño video */
    #section-supervision #video-memorialwall{
        width: 100% !important;
        height: 100% !important;
        grid-row-start: 2;
        object-fit: cover;
        object-position: bottom center;
        min-height: 0 !important;
        padding: 15px 13px 15px 15px;
        box-sizing: border-box;
        position: inherit !important;
    }

    /*Difuminar color de fondo*/
    #section-supervision{
        display: grid;
        grid-template-rows: 60vh 40vh;
        grid-template-columns: 100%;
        align-items: center;
        background-color: rgba(0, 0, 0, 0);
        height: 100vh !important;
    }

    /* Posicion del titulo*/
    #section-supervision .container{
        grid-row-start: 1;
        place-items: center;
    }

    #section-supervision #video-h2-supervision {
        width: 83% !important;
        margin-top: 0px !important;
        font-size: 30px !important;
        line-height: 36px !important;
        color: #00ace4;
        box-sizing: border-box;
        text-align: center !important;
        height: 100%;
    }
    

    /* Cambiar la posicion del texto subtitulo */
    #section-supervision .text {
        width: 80% !important;
        position: inherit !important;    
        color: #878787 !important;
        font-size: 18px !important;  
        box-sizing: border-box;
        text-align: center;
        height: 100%;
        margin-top: 30px !important;
        font-weight: 300 !important; 
        line-height: normal !important;
    }

    /*Cambiar tamaño de la imagen de la carta */
    #section-supervision .image-recuerdo img {
        display: none;
    }

    /*Cambiar posicion de la imagen de la carta */
    #section-supervision .image-recuerdo{
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -15%);
    }

    /******************************************* SECTION INNOVACIÓN **********************************************/

    #section-innovacion .container button{
        display: none !important;
    }

    #section-innovacion .container h3 {
        display: none !important;
    }

    #section-innovacion{
        display: grid;
        grid-template-rows: 10vh 50vh auto;
        grid-template-columns: 100%;
        place-items: center;
        background-color: rgba(0, 0, 0, 0) !important;
        height: 100vh;
    }

    #section-innovacion .container:first-child{
        grid-row-start: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #section-innovacion .container:nth-child(2){
        grid-row-start: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #section-innovacion #video-memorialwall{
        grid-row-start: 3 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: bottom center;
        min-height: 0 !important;
        padding: 15px 13px 15px 15px;
        box-sizing: border-box;
        position: inherit !important;
    }

    #section-innovacion #video-h2-innovacion{
        display: none;
    }

    #section-innovacion #video-h2-innovacion2{
        margin-top: 62px !important;
        width: 83%;
        font-size: 30px !important;
        line-height: 36px !important;
        color: #00ace4;
        box-sizing: border-box;
        text-align: center !important;
        height: 100%;
    }

    #section-innovacion .container img.award{
        margin: 0 auto !important;
        float: none;
        width: 80% !important;
        height: auto;
    }

    #section-innovacion .container .text p {
        color: black;
        margin: 0 !important;
        color: #878787 !important;
        font-size: 18px !important;
        box-sizing: border-box;
        text-align: center;
        height: 100%;
        font-weight: 300 !important;
        line-height: normal !important;
    }

    #section-innovacion .container .text p:last-child {
        display: none;
    }

    /**************************SECTION-HEADER-MUROS****************************/

    #img-section-header-muros img{
        grid-row-start: 2;
        width: 100% !important;
        height: 350px !important;
        object-fit: cover;
        object-position: bottom center;
        padding: 15px 13px 15px 15px;
        box-sizing: border-box;
        position: inherit !important;
    }

    #section-header-muros{
        background-image: none !important;
        display: grid;
        grid-template-rows: auto auto;
        grid-template-columns: 100%;
        align-items: end;
    }

    #section-header-muros .container{
        grid-row-start: 1;
        margin-bottom: 8px !important;
    }

     .centrable{
        top: 0 !important;
     }

     #section-header-muros h2 {
        color: #878787 !important;
        margin-top: 30px !important;
        margin-bottom: 40px !important;
        text-align: center !important;
        padding: 0px !important;
        font-size: 18px !important;
        font-weight: 300 !important;
        font-style: normal !important;
        line-height: normal !important;
     }


     #login-container {
        width: 100% !important;
     }

     #login-container h2{
        font-size: 20px !important;
        margin-top: 10px !important;
        line-height: 22px !important;
        margin-bottom: 110px !important;
     }

     #section-header-muros h1{
        font-size: 30px !important;
        margin-top: 30px !important;
        line-height: 36px !important;
        color: #00ace4 !important;
        box-sizing: border-box;
        text-align: center !important;
        height: 100%;
        padding: 0 !important;
     }
    
     /*********************************************section-memorialwallWhat***************************/

     #muros.last-muros {
        margin-top: 0px;
    }

    #muros .title-muro {
        margin-bottom: 27px;
    }

    #muros .centrable:not(.sm-persist) {
       margin-top: 44px !important;
    }

    /**************************************************section-memorialwall-info***********************************/

    #section-memorialwall-info {
        background: none;
        background-size: none;
        display: grid;
        grid-template-rows: auto auto auto 50%;
        grid-template-columns: 100%;
    }

    .mobile-device #section-memorialwall-info video {
        display: block !important;
        grid-row-start: 4;
    }

    #section-memorialwall-info .container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 !important;
    }

    h2#video-h2-memorial{
        display: none;
    }

    h2#video-h2-memorial2 {
        margin-top: 35px !important;
        margin-bottom: 16px !important;
        text-shadow: none !important;
        font-size: 30px !important;
        line-height: 36px !important;
        color: #00ace4 !important;
        box-sizing: border-box;
        text-align: center !important;
    }

    #section-memorialwall-info ul{
        margin: 0 !important;
        width: 100 !important;
    }

    #section-memorialwall-info #memorialwall-service-list span{
        margin: 0 !important;
        color: #878787 !important;
        font-size: 12px !important;
        box-sizing: border-box;
        text-align: center;
        font-weight: 400 !important;
        text-shadow: none;
    }

    #video-memorialwall{
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: bottom center;
        min-height: 0 !important;
        padding: 5px 13px 15px 15px;
        box-sizing: border-box;
        position: inherit !important;
        right: 0 !important;
    }

    #section-memorialwall-info .buttons button{
        background: transparent;
        border: 2px solid #00ace4;
        color: #00ace4;
        font-weight: 600;
        border-radius: 4px;
    }

    #section-memorialwall-info ul li i {      
        color: #00ace4 !important;
        margin: 0 !important;
        padding: 0 !important;
        font-size: 13px;
    }
    
    #section-memorialwall-info ul li {
        text-align: left;
        word-wrap: break-word;
        margin-left: 30px !important;
    }

    #section-memorialwall-info .buttons {
        margin: 15px !important;
    }

    /**************************************************SECTION HEADER FUNERARIAS *******************************************/

    #section-header-funerarias{
        background: none;
        background-size: none;
        display: grid;
        grid-template-rows: auto auto;
        grid-template-columns: 100%;
        align-items: center;
    }

    #section-header-funerarias h1{
        margin-top: 50px!important;
        text-shadow: none !important;
        font-size: 30px !important;
        line-height: 36px !important;
        color: #00ace4 !important;
        box-sizing: border-box;
        text-align: center !important;
    }

    #fullpage #section-header-funerarias h2{
        color: #878787 !important;
        margin-top: 26px !important;
        text-align: center !important;
        font-weight: 300 !important;
        font-size: 18px !important;
        line-height: normal;
    }

    #img-section-header-funerarias img{
        width: 100% !important;
        height: 360px !important;
        object-fit: cover;
        object-position: bottom center;
        min-height: 0 !important;
        padding: 15px 13px 15px 15px;
        box-sizing: border-box;
        position: inherit !important;
    }

    #img-section-header-funerarias{
        grid-row-start: 2;
    }

    #know-more-button {
        margin-top: 16px;
    }


    /***********************************************************section-howitworks ***********************/

    #know-more-list > div.row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    
    .know-more-item-funeraria .num {
        font-size: 27px;
        color: #00ace4;
        margin-top: 20px;
        font-family: 'Droid Serif', serif;
        font-weight: 400;
        font-style: italic;
        line-height: 35px;
        text-align: left;
    }

    .know-more-item-funeraria p {
        font-size: 16px;
        line-height: 24px;
        color: #878787;
        font-weight: 300;
        margin-top: 0px;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        font-weight: 500;
        word-wrap: break-word;
    }

    #know-more-list div.row .know-more-item-funeraria:last-child  br {
        display: none;
    }

    #know-more-list div.row .know-more-item-funeraria:nth-child(4) br {
        display: none;
    }

    #section-howitworks #know-more-list {
        margin-top: 20px !important;
    }

    #section-howitworks #know-more-list {
        padding-bottom: 65px !important;
    }

    /******************************************SECTION ECOMMERCE ******************/

    #section-ecommerce{
        background: none !important;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto auto auto;
    }


    #img-section-ecommerce{
        grid-row-start: 3;
    }

    #img-section-ecommerce img{
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
        object-position: center center;
        padding: 15px 13px 15px 15px;
        box-sizing: border-box;
    }

    #section-ecommerce h2{
        margin-top: 0px !important;
        margin-bottom: 0 !important;
        text-shadow: none !important;
        font-size: 30px !important;
        line-height: 36px !important;
        color: #00ace4 !important;
        box-sizing: border-box;
        text-align: center !important;
    }

    #section-ecommerce .container.centrable .text {
        color: #878787 !important;
        margin-top: 15px !important;
        margin-bottom: 0 !important;
        text-align: center !important;
        font-weight: 300 !important;
        font-size: 17px !important;
        line-height: normal;
        text-shadow: none;
    }

    #section-ecommerce .centrable:not(.sm-persist) {
        margin: 0 !important;
    }

    #section-ecommerce .centrable:not(.sm-persist) br {
        display: none;
    }

    #section-ecommerce .container{
        display: flex;
        align-items: center;
    }

    #section-ecommerce .container .centrable{
        display: flex;
        align-items: start;
    }


/***********************************************************SECTION ADMIN********************************/

    #section-admin{
        background: none !important;
        display: grid;  
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
        align-items: center;
    }

    #img-section-admin img{
        width: 100% !important;
        height: 360px !important;
        object-fit: cover;
        object-position: center center;
        padding: 15px 13px 15px 15px;
        box-sizing: border-box;
    }

    #img-section-admin{
        grid-row-start: 2;
    }

    #section-admin h2 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        text-shadow: none !important;
        font-size: 30px !important;
        line-height: 36px !important;
        color: #00ace4 !important;
        box-sizing: border-box;
        text-align: center !important;
    }

    #section-admin .container{
        display: flex;
        align-items: center;
    }


    /*************************************SECTION-BLOG*************************/

    div#section-footer-blog h2.text-center, div#posts-list{
        display: none;
    }

    #section-footer-top .container .row{
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
    }

    #section-footer-top .container .row div{
        margin-top: 22px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        height: 100%;
        width: 100%;
    }

    #section-footer-top ul li.top {
        margin-bottom: 0 !important;
    }

    #section-footer-top .idioma-title {
        margin-bottom: 0 !important;
    }
    
    #section-footer-top .container .row div:last-child{
        grid-column-start: 1;
        grid-row-start: 1;
        padding-right: 35px;
        margin-left: 0;
    }

    #section-footer-top .container .row div:nth-child(4){
        grid-column-start: 2;
        grid-row-start: 1;
    }

    #section-footer-top .container .row div:nth-child(2){
        grid-column-start: 1;
        grid-row-start: 2;
    }

    #section-footer-top .container .row div:nth-child(3){
        grid-column-start: 2;
        grid-row-start: 2;
    }


    #section-footer-top .container .row div:first-child{
        grid-row-start: 4;
        grid-column: 1 / span 2;
    }

    #section-footer-bottom .logo {
        width: 128px!important;
    }

    #section-footer-bottom .container .row div {
        display: flex;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #section-footer-bottom .logo {
        width: 128px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }

    #section-blog{
        display: grid;
    }

    #section-footer-blog{
        display: grid;
        grid-template-rows: 80% 0% 20%;
        background-color: rgba(0, 0, 0, 0) !important;
    }
    
    #section-footer-top{
        display: flex;
        grid-row-start: 1;
        align-items: center;
        justify-content: center;
    }

    #section-footer-bottom .logo + span {
        display: block !important;
    }

    #section-footer-bottom{
        display: grid;
        align-items: center;
    }

    /*******************************************SECTION-PUBLICIDAD******************/

    #section-press {
        margin: 0 !important;
        padding: 0 !important;
    }

    #section-press img {
        width: 60%;
    }

    #section-publicidad{
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        align-items: center;
        background: #F5F5F5;
        padding-top: 20px;
    }

    .fieldset-title {
        margin-top: 0 !important;
        margin-bottom: 8px;
    }

    #section-testimonios .col-xs-offset-2, .col-xs-offset-3{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 !important;
        padding: 0 !important;
        text-align: center;
        line-height: normal;
        margin-top: 10px !important;
    }

    #section-testimonios img {
        width: 50%;
        margin-top: 0 !important;
    }
    .testimonio-video{
        display: block !important;
        margin-top: 0 !important;
    }

    .testimonio-video span{
        margin-left: 5px;
        position: relative;
        bottom: 5px;
    }

    #section-security #security-list p {
        color: #878787 !important;
        margin-bottom: 0 !important;
        text-align: center !important;
        font-weight: 300 !important;
        font-size: 17px !important;
        line-height: normal;
        text-shadow: none;
    }

    #section-security #security-list i {
        margin-top: 12px !important;
        margin-bottom: 4px !important;
        font-size: 32px;
    }
    .testimonio-video i {
        font-size: 32px;    
    }

    .fieldset-title legend {
        margin: 0 !important;
    }

    #section-security{
        padding-top: 0 !important;
        padding-bottom: 15px !important;
        margin-top: 0 !important;
    }

    #section-testimonios{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #section-testimonios .container{
        display: flex;
    
    }
}



@media (max-width: 1919px) {
    
    h1 {
        font-size: 28px !important;
        line-height: 30px !important;
    }

    #section-inicio #demo-video {
        width: 265px;
        height: 459px;
        top: 90px;
        left: 39.5%;
    }

    #section-inicio .container {
        padding-left: 80px;
    }

    #section-inicio #title-inicio {
        margin-top: 95px;
    }

    #section-inicio .container h1 {
        margin-top: 100px;
    }

    #section-inicio .container .container {
        font-size: 14px;
        margin-top: 180px;
    }

    #menu .enlaces a {
        color: #00ADE9;
    }

    #section-inicio #smartphone #smartphone_title {
        font-size: 14px;
        margin-top: -40px;
        width: 100%;
    }

    #section-inicio #image_smartphone {
        margin-top: 15px;
        height: 400px;
        overflow: hidden;
    }

    #section-inicio #image_smartphone .wifi1 img {
        width: 20px;
    }

    #section-inicio #image_smartphone .wifi2 img {
        width: 40px;
    }

    #section-inicio #image_smartphone .wifi3 img {
        width: 55px;
    }

    #section-inicio #image_smartphone .wifi4 img {
        width: 80px;
    }

    #section-inicio #image_smartphone .wifi:not(.wifi4) {
        margin-top: -20px;
    }

    #section-inicio #image_smartphone .phone {
        overflow: auto;
        margin-top: -120px;
    }

    #section-inicio #video-memorialwall {
        height: unset;
        left: 0;
        right: 0;
        min-width: 0;
        min-height: 0;
        width: 100%;
    }

    #section-inicio #image_smartphone .recuerdo1 {
        margin-top: -255px;
    }

    #memorialwall-link p {
        display: none;
    }
}

@media (max-width: 1279px) {
    #section-inicio #video-memorialwall {
        height: 100%;
        width: unset;
    }

    #section-inicio #smartphone {
        display: none;
    }

    #section-inicio .container {
        width: 100%;
        padding: 0px;
    }

    #section-inicio .container h1 {
        width: 95%;
        margin-top: 130px;
        text-align: center;
    }

    #section-inicio .container h1 br {
        display: none;
    }

    #section-inicio .container .container {
        width: 95%;
        top: -160px;
        padding-left: 7%;
        font-size: 16px;
    }

    #section-inicio #demo-video {
        width: 232px;
        height: 400px;
        top: 220px;
        left: 37%;
    }

    #menu-row .signin-button-funeraria {
        display: none;
    }

    #menu .enlaces {
        margin-left: -5px;
    }
}

@media (max-width: 600px) {
    #section-inicio #smartphone, #section-inicio br {
        display: none;
    }

    #section-inicio .container {
        width: 100%;
        padding: 0px;
    }

    #section-inicio .container h1 {
        width: 75%;
        margin-top: 130px;
        text-align: center;
        margin: 0 auto;
    }

    #section-inicio .container .container {
        width: 95%;
        top: -145px;
        padding-left: 7%;
        font-size: 14px;
    }

    #section-inicio #demo-video {
        width: 232px;
        height: 400px;
        top: 360px;
        left: 20%;
    }
}

#section-librodigital .container {
    width: 100%;
    height: 100%;
    padding: 0;
}

#section-librodigital .side-image {
    float: left;
    margin: 0;
    padding: 0;
    width: 65%;
    background-image: url("/themes/tellmebye20/img/side-image_d1.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

#section-librodigital .side-text {
    height: 100%;
    float: right;
    width: 35%;
    background-color: rgba(49, 57, 68, 0.7);
}

#section-librodigital #title-inicio {
    margin: 0 auto;
    margin-top: 250px;
    width: 70%;
    font-size: 80px;
    line-height: 80px;
}

#section-librodigital .text {
    color: white;
    font-size: 24px;
    width: 70%;
    margin: 0 auto;
    margin-top: 150px;
    font-weight: 100;
}

#section-librodigital #moveRight {
    position: absolute;
    top: 15%;
    left: 8%;
    width: 50%;
}

#section-librodigital .animation {
    animation: leftToRight 1s ease-in;
}

#section-librodigital #video-condolencias {
    z-index: -1;
    position: absolute;
    height: 100%;
    left: 35%;
}

@-webkit-keyframes leftToRight {
    from {
        left: -45%;
    }
    to {
        left: 8%;
    }
}

@keyframes leftToRight {
    from {
        left: -45%;
    }
    to {
        left: 8%;
    }
}

@media (max-width: 2150px) {
    #section-librodigital br {
        display: none;
    }

    #section-librodigital #title-inicio {
        font-size: 50px;
        line-height: 60px;
    }

    #section-librodigital .text {
        margin-top: 70px;
        font-size: 24px;
    }

    #section-librodigital #title-inicio {
        margin-top: 175px;
    }

    #section-librodigital #video-condolencias {
        left: 40%;
    }
}

@media (max-width: 1919px) {
    #section-librodigital #title-inicio {
        font-size: 28px;
        line-height: 30px;
        margin-top: 135px;
        width: 70%;
    }

    #section-librodigital .text {
        margin-top: 50px;
        font-size: 14px;
    }
}

@media (max-width: 1023px) {
    #section-librodigital .side-image, #section-librodigital #moveRight {
        display: none;
    }

    #section-librodigital .side-text {
        width: 100%;
    }

    #section-librodigital .side-text img {
        display: block !important;
        width: 100%;
        margin-top: 40px;
    }

    #section-librodigital #video-condolencias {
        left: -125px;
    }
}

@media (max-width: 767px) {
    #section-librodigital .text {
        font-size: 16px;
    }

    #section-librodigital #video-condolencias {
        left: -500px;
    }
}

#section-supervision .container {
    width: 100%;
}

#section-supervision #video-memorialwall {
    width: 100%;
    right: 0px;
    left: auto;
}

#section-supervision #video-h2-supervision {
    font-style: normal;
    width: 22%;
    margin-left: 22%;
    font-size: 80px;
    line-height: 100px;
    margin-top: 200px;
    float: left;
    padding: 0px;
}

#section-supervision .text {
    color: white;
    position: absolute;
    top: 830px;
    left: 23%;
    width: 22%;
    font-size: 24px;
    font-weight: 100;
}

#section-supervision .image-recuerdo {
    position: absolute;
    width: auto;
    height: auto;
    float: left;
    left: -100px;
    top: 115px;
}

#section-supervision .image-recuerdo img {
    width: 800px;
}

@media (max-width: 2150px) {
    #section-supervision #video-h2-supervision br {
        display: none;
    }

    #section-supervision #video-h2-supervision {
        width: 25%;
        top: 30px;
        font-size: 50px;
        line-height: 60px;
        margin-right: 18.7%;
    }

    #section-supervision .text {
        top: 530px;
        right: 21.5%;
        font-size: 24px;
    }

    #section-supervision .image-recuerdo {
        left: -90px;
        top: 75px;
    }

    #section-supervision .image-recuerdo img {
        width: 595px;
    }
}

@media (max-width: 1919px) {
    #section-supervision #video-memorialwall {
        min-height: 720px;
    }

    #section-supervision #video-h2-supervision {
        font-size: 28px;
        line-height: 30px;
        margin-top: 100px;
    }

    #section-supervision .text {
        top: 355px;
        font-size: 14px;
    }

    #section-supervision .image-recuerdo img {
        width: 425px;
    }

    #section-supervision .image-recuerdo {
        top: 10px;
    }
}

@media (max-width: 1079px) {
    #section-supervision #video-h2-supervision {
        width: 70%;
        font-size: 28px;
        line-height: 30px;
        text-align: center;
        margin: 0 auto;
        margin-top: 85px;
        float: none;
    }

    #section-supervision .image-recuerdo {
        top: 125px;
        left: 27%;
    }

    #section-supervision .image-recuerdo img {
        width: 475px;
    }

    #section-supervision .text {
        width: 70%;
        font-size: 16px;
        top: 40px;
        right: unset;
        position: relative;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    #section-supervision #video-h2-supervision {
        margin-top: 90px;
        font-size: 28px;
        line-height: 30px;
    }

    #section-supervision .text {
        font-size: 14px;
    }

    #section-supervision .image-recuerdo {
        top: 260px;
        left: 1%;
    }

    #section-supervision .image-recuerdo img {
        width: 375px;
    }
}

#section-innovacion {
    background-color: rgba(0, 0, 0, 0.5);
}

#section-innovacion #video-memorialwall {
    width: 90%;
}

#section-innovacion #video-h2-innovacion {
    font-style: normal;
    font-size: 80px;
    padding-left: 10%;
    margin-top: 110px;
    width: 60%;
}

#section-innovacion .container button {
    position: absolute;
    top: 105%;
    left: 11%;
    width: 34.3%;
}

#section-innovacion .container h3 {
    color: white;
    position: relative;
    top: 250px;
    padding-left: 10%;
    font-size: 40px;
    font-weight: 400;
    width: 60%;
}

#section-innovacion .container img.award {
    margin-top: 110px;
    float: right;
    margin-right: 400px;
}

#section-innovacion .container .text {
    color: white;
    font-size: 24px;
    font-weight: 100;
    width: 50%;
    float: right;
    margin-right: 260px;
    margin-top: -130px;
}

#section-innovacion .container .text img.logoawards {
    width: 28px;
}

@media (max-width: 2150px) {
    #section-innovacion #video-h2-innovacion {
        font-size: 50px;
        line-height: 60px;
        padding-left: 10%;
        margin-top: 60px;
    }

    #section-innovacion .container button {
        top: 115%;
        width: 28.5%;
    }

    #section-innovacion .container h3 {
        font-size: 24px;
        width: 50%;
        top: 220px;
    }

    #section-innovacion .container img.award {
        margin-top: 80px;
        width: 50%;
        margin-right: 375px;
    }

    #section-innovacion .container .text {
        margin-top: -90px;
        font-size: 24px;
    }
}

@media (max-width: 1919px) {
    #section-innovacion #video-memorialwall {
        height: 100%;
        width: unset;
        right: 0;
    }

    #section-innovacion #video-h2-innovacion {
        font-size: 28px;
        line-height: 30px;
        margin-top: 70px;
        width: 65%;
    }

    #section-innovacion .container button {
        top: 145%;
        width: 155px;
    }

    #section-innovacion .container button span {
        font-size: 9px;
    }

    #section-innovacion .container h3 {
        font-size: 14px;
        width: 40%;
        top: 210px;
    }

    #section-innovacion .container img.award {
        margin-top: 130px;
        width: 40%;
        margin-right: 350px;
    }

    #section-innovacion .container .text {
        margin-top: -40px;
        font-size: 14px;
        margin-right: 232px;
    }

    #section-innovacion .container .text img.logoawards {
        width: 18px;
    }
}

@media (max-width: 1279px) {
    #section-innovacion .container button {
        top: 125%;
    }

    #section-innovacion .container img.award {
        margin-right: 325px;
    }
}

@media (max-width: 1023px) {
    #section-innovacion .container .text {
        margin-right: 105px;
        margin-top: 0;
    }

    #section-innovacion .container img.award {
        width: 60%;
        margin-right: 120px;
    }

    #section-innovacion #video-h2-innovacion {
        margin-top: 120px;
    }

    #section-innovacion .container button {
        display: block;
        top: 93%;
    }

    #section-innovacion .container h3 {
        font-size: 14px;
        width: 60%;
        top: 100px;
    }
}

@media (max-width: 767px) {
    #section-innovacion .container {
        width: 100%;
    }

    #section-innovacion #video-h2-innovacion {
        margin-top: 80px;
        text-align: center;
        padding: 0;
        width: 100%;
    }

    #video-h2-innovacion br {
        display: none;
    }

    #section-innovacion .container h3 {
        width: 100%;
        top: 85px;
        padding: 0;
        text-align: center;
    }

    #section-innovacion .container button {
        top: 235px;
        width: 155px;
        left: 30%;
    }

    #section-innovacion .container img.award {
        margin-right: 20%;
    }

    #section-innovacion .container .text {
        margin: 0;
        float: left;
        margin-top: -30px;
        width: 100%;
        text-align: center;
    }
}
