.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;

	border: 1px solid #ccc;
}

	.flip-container:hover .flipper,  
  .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 270px;
    height: 320px;
    border-radius: 20px;
     box-shadow: 11px 13px 15px rgb(134 134 134 / 25%);
    margin-bottom: 10px;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

.front {
	background: #fff;
	z-index: 2;
}

.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background: #f8f8f8;
    padding-top: 50px;
}

.front .name {
	font-size: 2em;
	display: inline-block;
	background: rgba(33, 33, 33, 0.9);
	color: #f8f8f8;
	padding: 5px 10px;
	border-radius: 5px;
	bottom: 60px;
	left: 25%;
	position: absolute;
	text-shadow: 0.1em 0.1em 0.05em #333;

	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}

.back-logo {
	position: absolute;
	top: 40px;
	left: 90px;
	width: 160px;
	height: 117px;
	background: url(http://davidwalsh.name/demo/logo.png) 0 0 no-repeat;
}

.back-title {
	font-weight: bold;
	color: #00304a;
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.05em #acd7e5;
	font-size: 2em;
}

.back p {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px;
    font-size: 12px;
    line-height: 16px;
    margin-top: 30px;
    color: #01166d;
}

.back .thm-btn {
    margin-top: 95px;
}

.banner-static {
    background: #fff url(/assets/images/obstetricia/Zihuacali_Obstetricia.webp) top no-repeat;
    background-size: cover;
    padding: 42px 0 111px 0;
    overflow: hidden;
}

.banner-static .banner-content h3 {
    margin: 0;
    color: #01166d;
    font-size: 65px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 11px;
    letter-spacing: 3px;
    text-align: right;
}

.banner-static .banner-content p {
    margin: 0;
    color: #01166d;
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 54px;
    text-align: right;
}

.thm-btn {
  display: inline-block;
    border: none;
    outline: none;
    background: #01166d;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 30px;
    padding: 10px 20px;
    position: relative;
    
}
.thm-btn:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.thm-btn:hover {
  color: #190A32;
}
.thm-btn:hover:before {
  opacity: 1;
}
.thm-btn > span {
  position: relative;
}
.thm-btn.borderd {
  color: #190A32;
}
.thm-btn.borderd:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.thm-btn.borderd:hover {
  color: #fff;
}
.thm-btn.borderd:hover:before {
  opacity: 0;
}


.how-app-work-section {
    padding: 49px 0;
    background-image: url(/assets/images/obstetricia/Zihuacali_Obstetricia_Hospitales_Paquetes.webp);
    background-size: cover;
}


.how-app-work-section h3 {
    font-size: 30px;
}
.how-app-work-section h4 {
    font-size: 26px;
}




.video-box {
    background: url(/assets/images/obstetricia/Zihuacali_Obstetricia_Fotografía.webp) center center no-repeat;
    background-size: cover;
    position: relative;
    padding: 126px 0;
}
.video-box h3 {
    margin: 0;
    color: #01166d;
    font-size: 32px;
    margin-bottom: 50px;
}

.ante-footer {
    background: url(/assets/images/obstetricia/Zihuacali_Obstetricia_Hospitales.webp) center center no-repeat;
    background-size: cover;
    padding: 40px;
}

.ante-footer h4 {
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.ante-footer a:hover {
    color: #05a3ff;
}
.ante-footer a {
    color: #fff;
}