/* 
Tamarillo Template 
http://www.templatemo.com/preview/templatemo_399_tamarillo 
*/

/* templatemo_slideshow */
#slideshow {
    width: 100%;
    position: relative;
    margin: 0;
    padding-top: 160px;
}
#slideshow #main-slider .flex-caption {
	top: 10%;
	background-color: rgba(255, 255, 255, 0.75);
	color: #fff;
	margin: 0;
	padding: 18px 13px 5px 13px;
	position: absolute;
	border-radius: 4px;
}
#slideshow #main-slider .flex-button a {
    background: #9e2630;
    color: #fff;
    margin: 0;
    position: absolute;
    right: 4.5%;
    bottom: 18%;
    border-radius: 6px;
    text-align: center;
    border: 0;
    padding: 10px 5%;
    text-decoration: none;
    font-size: 20px;
}
#slideshow #main-slider .flex-button a:hover {
    text-decoration: none;
}
#slideshow #main-slider .flex-button .btn-theme {
    text-transform: lowercase;
    font-size: 20px;
}
#slideshow #main-slider .flex-control-nav {
    bottom: 10%;
}
#slideshow #main-slider .flex-caption h3 {
	color: #4169E1;
	margin-bottom: 8px;
	font-family: 'Century Gothic', sans-serif;
	font-size: 20px;
}
#slideshow #main-slider .flex-caption p {
    margin: 0 0 15px;
    text-align: justify;
    color: #000;
    line-height: 22px;
}   

#slideshow #main-slider .flex-button a {
        width: 100%;
        bottom: auto;
        margin-top: -120px;
 }
 
 #slideshow .container .row {
    margin-bottom: 3.5%;
}

.flex-control-paging li a {
    background-color: #fff;
}
.flex-control-paging li a.flex-active,.flex-control-paging li a:hover {
	background-color: #4169E1;
}
/*solid line*/
.solidline {
	border-top: 1px solid Navy;
	margin: 20px 0 20px 0;
	width: 100%;
}
/* scroll */
.scrollup {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 65px;
    right: 18px;
    background: #222;
    background: url("../images/templatemo_arrow.png")no-repeat;
}
/*templatemo_slideshow*/

.btn-lg {
    padding: 10px 25px;
    border-radius: 6px;
    text-transform: lowercase;
    background: #c9cbca;
    font-size: 12px;
}
/*templatemo_about*/
#about .row {
    margin-top: 30px;
}
#about h2 {
    font: normal normal normal  24px/24px 'Century Gothic', sans-serif;
    margin: 0;
    padding: 0 0 15px 0;
}
#about img {
    float: left;
    max-width: 98%;
    margin: 0 2% 2% 0;
}
#about p {
    font: normal normal normal 14px/30px 'Century Gothic', sans-serif;
    text-align: justify;
    margin: 0;
    padding: 0 0 10px 0;
}
#about p a {
    color: #000;
    text-decoration: underline;
}
/*services*/

#services {
	 padding-top: 150px;
}
#services h2 {
    font: normal normal normal  24px/26px 'Century Gothic', sans-serif;
    margin: 0;
    padding: 0;
}
#services h3 {
    font: normal normal normal  22px/20px 'Century Gothic', sans-serif;
    margin: 0;
    padding: 0;
}
#services p {
    font-size: 18px;
    line-height: 10px;
    font-family: 'Century Gothic', sans-serif;
    color: #000;
    text-align: left;
}
#services li {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Century Gothic', sans-serif;
    color: #000;
    text-align: left;
}
#services .row {
    padding-bottom: 0px;
	 padding-top: 20px;
}

/*centro*/

#centro {
	 padding-top: 150px;
}
#centro h2 {
    font: normal normal normal  24px/26px 'Century Gothic', sans-serif;
    margin: 0;
    padding: 0;
}
#centro h3 {
    font: normal normal normal  22px/20px 'Century Gothic', sans-serif;
    margin: 0;
    padding: 0;
}
#centro p {
    font-size: 18px;
    line-height: 10px;
    font-family: 'Century Gothic', sans-serif;
    color: #000;
    text-align: left;
}
#centro li {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Century Gothic', sans-serif;
    color: #000;
    text-align: left;
}
#centro .row {
    padding-bottom: 0px;
	 padding-top: 20px;
}

#centro-etapas{
	 padding-top: 20px;
}

#centro-etapas h3 {
	font: normal normal normal  22px/24px 'Century Gothic', sans-serif;
	margin: 0;
	padding: 0;
}

#centro-etapas p {
    font-size: 20px;
    line-height: 22px;
    font-family: 'Century Gothic', sans-serif;
    color: #000;
    text-align: left;
}

#centro-etapas .row {
    padding-bottom: 0px;
	 padding-top: 20px;
}

/*templatemo_blog*/
#blog p {
    color: #000;
    text-align: justify;
    padding: 0;
}
#blog a {
    color: black;
    text-decoration: none;
}
#blog a span {
    font-size: 10px;
}
#blog a span {
    font-size: 10px;
}
#blog a span {
    font-size: 10px;
}
#blog a span {
    font-size: 10px;
}
#blog .container .row {
    margin-bottom: 38px;
}
/*gallery*/

#delfines-gallery {
	background-color: White;
}
.thumbs {
	margin: 0;
	padding: 0;
}
.thumbs li {
    list-style: none;
    margin-bottom: 45px;
}
.thumbs li.item-thumbs div {
    width: 100%;
    height: 100%;
    float: left;
    background: #c0c0c0;
    position: relative;
}
.thumbs li.item-thumbs .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    z-index: 5;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 450ms ease-out 0s;
    text-decoration: none;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
    -webkit-transition: .5s;
    transition: .5s;
	border-radius: 5px;
}
.thumbs li.item-thumbs:hover .overlay {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.thumbs li.item-thumbs .overlay span {
    top: 50%;
    left: 50%;
    margin: -15px auto auto -15px;
    color: white;
    font-size: 25px;
    position: absolute;
}
.thumbs li.item-thumbs img {
    float: left;
    width: 100%;
}
/*responsive setting*/

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

    #slideshow #main-slider .flex-caption p {
        font-size: 11px !important;
        line-height: 20px;
    }
    #slideshow #main-slider .flex-button a {
        bottom: 14%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {

    #slideshow #main-slider .flex-caption p {
        font-size: 10px !important;
        line-height: 18px;
    }
}
@media (max-width: 768px) {

    .thumbs li.item-thumbs .overlay {
        opacity: 1;
        bottom: 0;
        width: 100%;
        margin-top: 60%;
        height: 40%;
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
    }
    .thumbs li.item-thumbs:hover .overlay {
        opacity: 1;
    }
    .thumbs li.item-thumbs .overlay span {
        font-size: 20px;
    }
}