body {
    color: #444;
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

p {
    font-size: 1.3rem;
}

.banner-enc {
    background-image: url('../imagenes/banner4.jpg');
    background-position: center;
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 350px;
}

.fondoencpie {
    background-color: #00B5EF;
}

.fondo1 {
    background-color: #E5F7FD;
}

.barra {
    color: #fff !important;
    background-color: #00B5EF;
    padding: 10px 20px 10px 20px;
    border-radius: 15px;
}


.izq{
    text-align: start;
}
.bajar{
    padding: 30px;
}



.efectobtn {
	color: #fff !important;
	font-size: 24px;
	font-weight: 500;
	background: #00B5EF;
	border: 1px solid;
	position: relative;
}

.efectobtn:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background: rgba(255, 255, 255, 0.1);
	transition: all 1s ease;
}
.efectobtn:hover:before {
	height: 100%;
}    
.centrabtn{
	margin:0 auto;
}



.recuerde1 {
    font-size: 1.1rem !important;
}

.aliizq {
    text-align: left !important;
}

.list-group li {
    text-decoration: none;
    color: #000;
}

.list-group li a:hover {
    text-decoration: none;
    color: #000;
}

.list-group li:hover {
    cursor: pointer;
    background-color: #00B5EF;
    color: #fff;
    text-decoration: none !important;
}

.cursor {
    cursor: pointer;
}

.color1 {
    color: #000;
}

.color2 {
    color: #000;
}

.negrita {
    font-weight: bolder;
}

.container .card:hover {
    cursor: pointer;
    transition: 0.3s ease-in;
    transform: translateY(-15px);
    box-shadow: 0 12px 16px rgba(0, 0, 0, 0.2);
}

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 5px;
    color: #000;
}

.navbar-nav li a {
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    padding: 15px 10px 15px 10px;
}

.navbar-nav li a:hover {
    color: #000 !important;
    font-weight: bolder;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.3s ease-in;
}

.fijo {
    position: sticky;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.speech-bubble {
    color: #E5F7FD;
    color: transparent;
    text-align: center;
    font-family: sans-serif;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 25px solid;
}

.speech-bubble-top:after {
    border-bottom-color: #292929;
    left: 50%;
    bottom: 100%;
    margin-left: -15px;
}

.speech-bubble-right:after {
    border-left-color: #292929;
    left: 100%;
    top: 50%;
    margin-top: -15px;
}

.speech-bubble-bottom:after {
    background-color: transparent;
    border-top-color: #292929;
    top: 100%;
    left: 50%;
    margin-left: -15px;
}

.speech-bubble-left:after {
    border-right-color: #292929;
    top: 50%;
    right: 100%;
    margin-top: -15px;
}

.sombra1 {
    box-shadow: 0 30px 10px -20px rgba(0, 0, 0, 0.8);
}

.bordes {
    border-radius: 30px;
}

.tp {
    font-size: 60px;
    color: purple;
}

.tam1 {
    width: 50%;
}

.tam2 {
    width: 30%;
}

.tam3 {
    width: 60%;
}

.margin {
    margin-bottom: 80px;
}

.navbar-toggler {
    background-color: #e2e2e2;
}

.navbar-toggler:hover {
    background-color: #e2e2e2;
}

.custom-toggler.navbar-toggler {
    border-color: black;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler .navbar-toggler-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#scrollTopButton {
    display: none;
    position: sticky;
    bottom: 20px;
    right: 30px;
    z-index: 100;
    /* Make sure it does not overlap */
    border: solid 1px white;
    outline: none;
    background-color: #EB1F25;
    color: #fff;
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 1.8rem;
    float: right;
}

#scrollTopButton:hover {
    background-color: #131313;
}

.container-fluid {
    padding-top: 130px;
    padding-bottom: 80px;
}

.fondo2 {
    background-color: #474e5d;
    color: #ffffff;
}

.fondo3 {
    background-color: #ffffff;
    color: #555555;
}

.pie {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: #ffffff;
    margin-bottom: -70px;
    background-color: #E5F7FD;
}

.tooltip>.tooltip-inner {
    background-color: #73AD21;
    color: #FFFFFF;
    border: 1px solid green;
    padding: 10px;
    font-size: 14px;
}

.tooltip.top>.tooltip-arrow {
    border-top: 5px solid green;
}

.tooltip.bottom>.tooltip-arrow {
    border-bottom: 5px solid blue;
}

.tooltip.left>.tooltip-arrow {
    border-left: 5px solid red;
}

.tooltip.right>.tooltip-arrow {
    border-right: 5px solid black;
}


/*seccion  Tarjetas*/

.ttarjeta {
    color: #383838;
    font-weight: bolder;
}

.tarjetac {
    cursor: pointer;
}

.contenedor {
    max-width: 1600px;
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.contenedor_tarjeta {
    margin: 25px;
}

.contenedor_tarjeta a {
    display: inline-block;
}

.contenedor_tarjeta:hover figure {
    transform: perspective(600px) rotateY(180deg);
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.25);
}

.contenedor_tarjeta:hover figure img {
    filter: blur(2px);
}

figure {
    width: 300px;
    height: 350px;
    margin: 0;
    position: relative;
    transition: all ease .5s;
    transform-style: preserve-3d;
    transform: perspective(600px) rotateY(0deg);
}

figure .frontal,
figure .trasera {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: all ease .5s;
}

figure .frontal {
    display: block;
    backface-visibility: hidden;
}

figure .trasera {
    position: absolute;
    top: 0;
    padding: 20px;
    color: #fff;
    transform: perspective(600px) rotateY(180deg);
    backface-visibility: hidden;
    overflow: auto;
}

.contenedor_tarjeta:nth-child(1) figure .trasera {
    background: rgb(0, 181, 239);
    background: linear-gradient(27deg, rgba(0, 181, 239, 1) 50%, rgba(229, 247, 253, 1) 98%);
}

.contenedor_tarjeta:nth-child(2) figure .trasera {
    background: rgb(0, 181, 239);
    background: linear-gradient(27deg, rgba(0, 181, 239, 1) 50%, rgba(229, 247, 253, 1) 98%);
}

.contenedor_tarjeta:nth-child(3) figure .trasera {
    background: rgb(0, 181, 239);
    background: linear-gradient(27deg, rgba(0, 181, 239, 1) 50%, rgba(229, 247, 253, 1) 98%);
}

.contenedor_tarjeta:nth-child(4) figure .trasera {
    background: rgb(0, 181, 239);
    background: linear-gradient(27deg, rgba(0, 181, 239, 1) 50%, rgba(229, 247, 253, 1) 98%);
}

figure .trasera .titulo {
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 2rem;
}

figure .trasera hr {
    height: 2px;
    background: #000;
    border: none;
    margin-bottom: 20px;
    opacity: .5;
}

figure .trasera p {
    font-family: 'Lato', sans-serif;
    line-height: 25px;
    font-size: 1.2rem;
}


/*celular2 act*/

@media screen and (max-width: 768px) {
    .banner-enc {
        background-position: center;
        padding-top: 150px;
        padding-bottom: 200px;
    }
    
    .imgfcapi, .imgesqart, .imgseg13, .imgseg14, .imgseg16, .imgpilares, .imgpensiones{
        margin: 0 auto !important;
        display: block !important;
        width: 100% !important;
    }


.imgemi, .imgemi1, .imgemi2, .imgesqa, .imggrupo, .imgbolsa, .imgesqart{
        margin: 0 auto !important;
        display: block !important;
        width: 100% !important;
 }

    .imgmv1, .imget1, .imglist, .imgesq4, .imgesq7, .imgtitulos {
         margin: 0 auto !important;
        display: block !important;
        width: 100% !important;
    }

    .imgesq3, .imgincendio{
        padding-bottom: 50px;
    }
    .logos img {
        width: 25%;
    }
    .banner-enc {
        background-position: center;
    }
    .titsobre {
        word-wrap: break-word;
        font-size: 2.3rem;
    }
    .vp iframe {
        width: 95%;
    }
    .card {
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width: 992px) {
    figure .trasera {
        /*position: relative;*/
        backface-visibility: visible;
        transform: perspective(600px) rotateY(0deg);
    }
    .contenedor_tarjeta:hover figure {
        transform: perspective(600px) rotateY(0deg);
    }
}