/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*************** General ***************/
.container.section-title-container {
	background-color: rgba(230, 200, 141, 0.3);
	margin-top: 15px;
	max-width: 100%;
	padding-top: 10px;
}

.section-title b {
  opacity: 0.5;
}

.section:not(:first-of-type) {
  padding-top: 7px !important;
}


.footer-primary {
  padding: 17px 0;
}

.footer-secondary {
  padding: 14px 0;
}

.footer-secondary a {
	background-image: url("images/logo_oc_web_footer.png");
	display: inline-block;
	height: 21px;
	margin-left: 5px;
	position: relative;
	top: 5px;
	width: 36px;
}

header .header-nav-main > li.html{
	font-family: "Dancing Script",sans-serif;
	font-size: 30px;
	padding-left: 20px;
}
/*************** EOF - General ***************/

/*************** Home Page ***************/
.home .home-section-institucional  .home-section-institucional-text-column p {
	line-height: 1.4;
	margin-bottom: 1.2em;
}

.home .home-section-institucional  .home-section-institucional-text-column p:last-child {
	margin-bottom: 0em;
}

.home .home-section-institucional .home-section-institucional-text-column {
	margin: 0;
	padding: 0;
}

.home .home-section-institucional .home-section-institucional-text-column  .col-inner{
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: inset 1px 1px 4px #474747;
	margin: 0;
	padding: 2em 2em 2.65em;
}

.home .home-section-institucional img{
	height: 100%;
}

.home .home-section-institucional .img-inner {
	box-shadow: inset 1px 1px 5px #474747;
}

.home .home-section-servicios-left-text-column,
.home .home-section-servicios-right-text-column  {
	padding-bottom: 0;
}

.home-section-servicios-left-text-column .col-inner p:last-child {
	margin-bottom: 0;
}

.home .home-section-servicios-right-text-column  .col-inner .row .col{
	padding-bottom: 0;
}

.home .home-section-servicios-right-text-column p {
	margin-bottom: 0;
}

.home .home-section-contacto .wpcf7-form  > .container > .flex-row {
	margin-bottom: 20px;
}

.home .home-section-contacto .wpcf7-form .flex-col.flex-grow:not(:last-child) {
	padding-right: 20px;
}


.form-flat input:not([type="submit"]), .form-flat textarea, .form-flat select {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.15);
}



/*************** EOF - Home Page ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}