/*
Theme Name: Medicina Obstetrica
Theme URI: Medicina Obstetrica
Description: Medicina Obstetrica 
Author: Israel Falcón
Version: 1.0
Tags:
*/
/*///////////////////
///    Resets    ///
//////////////////*/
body {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  font-size: 1.6rem;
  color: #000000;
  line-height: 130% !important;
  padding-top: 30px;
  -webkit-font-smoothing: antialiased;
}
header {
  background: #123283;
  width: 100%;
  height: 30px;
  padding-top: 4px;
  position: fixed;
  z-index: 99;
  top: 0;
}
header.smaller .smllr-mobile {
	margin: 1px 10px;
  width: 22px;
  display: block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
  font-size: 3.2rem;
  color: #002F86;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
h2, h2 a {
  font-size: 2.6rem;
  color: #002F86;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
h3, h3 a {
  font-size: 1.7rem;
  color: #000000;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
p {
	text-align: justify;
}
ol {
	padding-left: 25px;
	margin-bottom: 30px;
}
img.center {
	display: block;
	margin: 0 auto;
}
img {
  max-width: 100%;
}
.center {
	text-align: center;
}
a.btn {
	display: inline;
	color: #ffffff;
	font-size: 22px;
	text-transform: uppercase;
	border: 1px solid #002F86;
	background: #002F86;
	border-radius: 0;
	padding: 10px 25px;
}
a.btn:hover {
	background: #40B4E5;
	border-color: #40B4E5;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
a.back {
	color: #ffffff;
	float: right;
	font-weight: bold;
}
a.more {
	color: #002F86;
	float: right;
	font-weight: bold;
}
a.more:after {
	content: ' ›';
}
a.more:hover {
	color: #40B4E5;
}
footer {
	text-align: center;
	padding: 30px 0;
}

/*/////////////////////////////
///    Framework Layout    ///
////////////////////////////*/

.h10px {
  height: 10px;
}
.h15px {
  height: 15px;
}
.h20px {
  height: 20px;
}
.h30px {
  height: 30px;
}
.h40px {
  height: 40px;
}
.h50px {
  height: 50px;
}
.h60px {
  height: 60px;
}
.h70px {
  height: 70px;
}
.h80px {
  height: 80px;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.clear {
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pt10 {
	padding-top: 10px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
.pt60 {
	padding-top: 60px;
}
.pt80 {
	padding-top: 80px;
}
.pt90 {
	padding-top: 90px;
}
.pt100 {
	padding-top: 100px;
}
.pt120 {
	padding-top: 120px;
}
.pt140 {
	padding-top: 140px;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb40 {
	padding-bottom: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb60 {
	padding-bottom: 60px;
}
.pb70 {
	padding-bottom: 70px;
}
.pb80 {
	padding-bottom: 80px;
}
.pb100 {
	padding-bottom: 100px;
}
.pb120 {
	padding-bottom: 120px;
}
.pb140 {
	padding-bottom: 140px;
}
.pb190 {
	padding-bottom: 190px;
}
.pb200 {
	padding-bottom: 200px;
}
.pb230 {
	padding-bottom: 230px;
}
.pr45 {
	padding-right: 45px;
}
.pt40 {
	padding-top: 40px;
}
.pl40 {
	padding-left: 40px;
}
.pr50 {
	padding-right: 50px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb35 {
	margin-bottom: 35px !important;
}

/*/////////////////
////   Site   /////
/////////////////*/

.blue {
	color: #002F86; 
}
.white {
	color: #ffffff;
}
.black {
	color: #000000;
}
.bg-timberwolf {
	background: #DAD8D6;
}
.bg-picton-blue {
	background: #40B4E5;
}
.bg-torea-bay {
	background: #1724A9;
}
.bg-mandy {
	background: #E74260;
}
.bg-resolution-blue {
	background: #002F86;
}
.single_content {
	text-align: justify;
}
#logo {
	position: absolute;
	z-index: 9;
	top: 35px;
}
#desc p {
	font-size: 2.6rem;
	color: #002F86;
	text-align: center;
	letter-spacing: 1px;
	line-height: 150%;
}
#desc strong {
	font-size: 3.1rem;
}
#blocks .block-item {
	display: table;
	-webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
       -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
}
#blocks .block-item:hover {
	box-shadow: inset 0 0 0 200px rgba(20,0,0,0.3), 0 1px 2px rgba(0,0,0,0.1);
}
#blocks .block-item .child {
	display: table-cell;
  vertical-align: middle;
  height: 170px;
  padding: 30px;
}
#blocks .block-item p {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 0;
}
#control p {
	font-size: 1.7rem;
	color: #ffffff;
	text-align: justify;
	line-height: 190%;
	margin-bottom: 30px;
}
#control p strong {
	font-size: 3rem;
	font-weight: normal;
}
#about h2 {
	font-size: 3rem;
	font-weight: normal;
	margin-bottom: 50px;
}
#about p {
	font-size: 1.4rem;
	color: #000000;
	text-align: justify;
	margin-bottom: 20px;
}
#about img {
	position: absolute;
}
#focus {
	font-size: 2.3rem;
	color: #002F86;
	font-weight: bold;
	letter-spacing: 1px; 
	line-height: 160%;
}
#focus strong {
	font-size: 3.1rem;
}
#contact h2 {
	color: #ffffff;
	margin-bottom: 20px;
}
#contact p {
	font-size: 1.3rem;
	color: #b5c0d9;
	margin-bottom: 20px;
	line-height: 120%;
}
#contact strong {
	color: #ffffff;
}
#contact .contact-logo img {
	margin: 23px auto 0 auto;
  width: 85%;
  display: block;
}
#contact a.privacy {
	color: #ffffff;
	font-size: 1.2rem;
}
#contact a.privacy:hover {
	text-decoration: underline;
}
#contact span.wpcf7-list-item {
	margin: 0 .5em;
}
#contact .form {
	padding-top: 55px;
}
#contact div.wpcf7-validation-errors {
	color: #f00;
}
#contact div.wpcf7-mail-sent-ok {
	color: #ffffff;
}

/*///////////////////////
///    	 Slider       ///
///////////// /////////*/

.slick-slide {
	position: relative;
}
.slick-prev, 
.slick-next {
  background: url(img/controls.png) no-repeat !important;
  width: 40px !important;
  height: 40px !important;
}
.slick-next {
  right: 10px !important;
  background-position: -35px !important;
}
.slick-prev {
  left: 10px;
  background-position: -5px !important; 
}
.slick-slide img {
  width: 100%;
}
.slick-dots {
	max-width: 960px;
  right: 0;
  left: 0;
  bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  z-index: 1;
}
.slick-dots li button:before {
  font-size: 40px !important;
  color: #d5dce4 !important;
  opacity: 1 !important;
  text-shadow: none !important;
  background: #d5dce4 !important;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #d4d92e !important;
  background: #d4d92e !important; 
}


.none,
.mobile {
	display: none !important;
}
.caption {
   bottom: 40%;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
.titletwidget {
	display: none;
}
.smllr-mobile {
	display: none;
  margin: 3px 10px;
}
.parallax {
  -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
       -o-background-size: cover !important;
          background-size: cover !important;
}
a.arrow {
	background: url(img/arrow-bottom.png) no-repeat;
	width: 40px;
	height: 24px;
	display: block;
	margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 5%;
  margin-left: auto;
  margin-right: auto;
}
a.arrow.bounce {
	-webkit-animation: bounce 3s infinite;
	   -moz-animation: bounce 3s infinite;
	        animation: bounce 3s infinite;	
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
  40% {-webkit-transform: translateY(-30px);}
  60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
  40% {-moz-transform: translateY(-30px);}
  60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
  40% {-o-transform: translateY(-30px);}
  60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}

/*///////////////////////
///    	 Menu         ///
///////////// /////////*/
ul.nav {
	margin-right: 20px;
}
ul.nav li {
  margin-right: 20px;
  display: inline;
  float: none;
}
ul.nav li:hover {
}
ul.nav li a {
  font-size: 1.3rem;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
  display: inline;
}
ul.nav li a:hover,
ul.nav li.active a {
  text-decoration: none;
	color: #40B4E5 !important;
}
ul.nav li:first-child {
	display: none;
}
ul.nav li:last-child {
  margin-right: 0;
}
ul.social {
	padding: 0;
	margin: 3px 0 0 0;
}
ul.social li {
	list-style: none;
	float: left;
	margin-right: 15px;
}
ul.social li:last-child {
	margin-right: 0;
}
ul.social li a {
	color: #ffffff;
	font-size: 1.3rem;
}
ul.social li a:hover {
	color: #40B4E5;
}
ul.footer-menu {
	padding: 0;
	margin: 0;
}
ul.footer-menu li {
	list-style: none;
	display: inline;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #000000;
}
ul.footer-menu li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
ul.footer-menu li,
ul.footer-menu li a {
	font-size: 1rem;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;	
	letter-spacing: .5px;
}
ul.footer-menu li a:hover {
	text-decoration: underline;
}
nav {
	position: relative !important;
	z-index: 2 !important;
}
.navbar-fixed-bottom, 
.navbar-fixed-top {
	position: initial;	
}
.navbar-default {
	background: transparent;
	border: none !important;
	padding: 0 !important;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.navbar-toggle {
	margin: 5px 15px 0 0;
	border-radius: 0px;
}
.navbar-default {
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #1ee2e7;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #fec503;
}
.navbar-default .navbar-collapse {
  border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff; 
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background: #123283 !important;
}
.navbar-default .nav li a {
	color: #ffffff;
}
.navbar-default .nav li a:focus {
	background: transparent !important;
	color: none !important;
}
.navbar-default .navbar-nav>.active>a:focus {
	background: transparent !important;
}
.navbar-default .navbar-nav>.active>a {
	background: none;
}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {

}
.navbar-default .navbar-brand {
  font-size: 2em;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.navbar-default .navbar-nav>.active>a {
}
.navbar-default.navbar-shrink {
  padding: 10px 0;
  background-color: #1c5fab;
}
.navbar-default.navbar-shrink .navbar-brand {
  font-size: 1.5em;
}
.navbar-default .navbar-nav>.active>a,  
.navbar-default .navbar-nav>.active>a:hover {
	background: transparent;
}

/*///////////////////////
///    	  Forms       ///
///////////// /////////*/

label {
	font-size: 1.2rem;
	color: #ffffff;
	font-style: italic;
	display: block;
	margin-bottom: 5px;
}
input[type=text],
input[type=email] {
	border: none;
	width: 100%;
	height: 30px;
	padding: 0 10px;
	margin-bottom: 15px;
}
textarea {
	border: none;
	width: 100%;
	height: 195px;
	padding: 10px;
	margin-bottom: 15px;	
}
input[type=submit] {
	border: none;
	border: 1px solid #ffffff;
	width: 85px;
	height: 30px;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #002F86;
	background: #ffffff;
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;	
}
input[type=submit]:hover {
	background: transparent;
	color: #ffffff;
}

/*////////////////////////
////  Media Queries  /////
////////////////////////*/

@media (min-width: 1200px) {
  .container {
      width: 1000px !important+;
  }
}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 991px) {
	#blocks .block-item .child {	
    height: 220px;
	}
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 768px) {
	.mobile {
		display: block !important;
	}
	.no-mobile {
		display: none !important;
	}
	header {
		height: 45px;
		padding-top: 0;
	}
	.smllr-mobile {
		display: block !important;
		margin: 3px 10px !important;
	  width: initial !important;
	}
	.caption h1 {
		margin: 0;
	}
	.navbar-collapse {
		background: #123283;
	}
	ul.nav {
		padding: 0;
    margin: 20px 0;
	}
	ul.nav li {
		display: block;
		margin: 0 0 15px 0;
	}
	ul.nav li a {
		display: block;
	}
	ul.social {
		position: absolute;
    bottom: 0;
	}
	#blocks .block-item {	
    width: 100%;
	}
	#about {
		padding-bottom: 60px;
	}
	#about .pr45{
		padding-right: 15px;
	}
	#about img {
		position: initial;
	}
	#contact .form .col-sm-8,
	#contact .form .col-sm-12 {
		padding: 0;
	}
}
@media screen and (max-width: 640px) {

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

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

/*////////////////////////
////      Fonts      /////
////////////////////////*/