@font-face {
  font-family: miralpeix;
  src: 
  	url("../fonts/miralpeix.otf") format("opentype");
}

body{
    font-family: "Trebuchet MS";
}

h2{
    color: #172341;
    font-size: 29px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 92px;
}

h3{
    font-size: 28px;
    color: #84bfc1;
    margin-bottom: 40px;
    margin-top: 10px;
    font-family: 'miralpeix';
}

a:hover{
    text-decoration: none;
}

p{
    font-size: 16px;
    color: #172341;
}

.navbar-default {
    border: none;
    background-color: transparent;
}

.navbar {
    margin-bottom: 15px;
}

.navbar-default .navbar-nav>.active>a{
    background-color: transparent;
}

.navbar-nav a{
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
        margin-top: 20px;
    }

    .navbar-form {
        padding-top: 25px;
    }
}

#home .big{
    padding-top: 59px;
    font-size: 24px;
    color: #172341;
    font-family: 'miralpeix';
}

.footer{
    //position: absolute;
    //bottom: 0;
    //width: 100%;
    background-image: url("../img/footer-bg.jpg");
    margin-top: 150px;
    border-bottom: 10px solid #172341;
    margin-bottom: 50px;
    padding-top: 30px;
}

.footer #footer-nav{

    list-style-type: none;
    border-right: 1px solid black;
    line-height: 25px;

}

.footer a{
    color: black;
}

.footer a:hover{
    color: #488cc1;
}

.footer .enlaces{
    padding-top: 15px;
}

.fancybox img{
    width: 370px;
    height: 370px;
    margin-bottom: 20px;
}


#galleryTab{

    margin-bottom: 20px;
}

#galleryTab a{
    font-size: 19px;
    color: #84bfc1;
    text-transform: uppercase;
    margin: 0px 10px;
}

#galleryTab a:hover{
    color: #488cc1;
}

.space-horizontal{
    margin: 0px 10px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

#servicios #izquierda{

    height: 488px;
    background: url("../img/bg-izq.jpg");
    background-size: cover;
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
    position: relative;
}

#servicios #izquierda .position{

    position: absolute;
    bottom: 10px;
    right: 10px;

}

#servicios #dersup{
    height: 300px;
    background: url("../img/bg-dersup.jpg");
    background-size: cover;
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
}

#servicios #dersup .position{

    position: absolute;
    bottom: 10px;
    left: 10px;

}

#servicios #derinf{
    height: 189px;
    background: url("../img/bg-derinf.jpg");
    background-size: cover;
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
}

#servicios #derinf .position{

    position: absolute;
    bottom: 10px;
    left: 10px;

}

#empresa #izquierda{

    height: 488px;
    background: url("../img/pelayas.jpg");
    background-size: cover;
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
    background-position: center center;
    position: relative;
}

#empresa #centsup{
    height: 244px;
    background: url("../img/anzuelo.jpg");
    background-size: cover;
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
}

#empresa #centinf{
    height: 244px;
    background: url("../img/besugo.jpg");
    background-size: cover;
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
}

#empresa #derecha{
    height: 488px;
    background: url("../img/centollo.jpg");
    background-size: cover;
    text-shadow: 0px 0px 30px rgba(255, 255, 255, 1);
}

.white{
    color:white;
}

.blackMark{
    background: url("../img/mark.png");
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 98px;
    padding-top: 45px;
    background-position: bottom;
}

.blackMark *{
    margin: 0px;
}

.wrapper {
    position: relative;
    padding: 0;
    display:block;
}
.text {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-color:rgba(255,255,255,0.8);
    width: 100%;
    height: 244px;
    text-align: center;
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.text:hover {
    opacity:1;

}

.text.tall {
    height: 488px;
}

.fisherman{
    mix-blend-mode: multiply;
}

.form{
    border: 1px solid #a2a2a1;
    border-radius: 30px;
    padding: 20px;
    padding-top: 30px;
}

.form-control{
    border: 1px solid #a2a2a1;
    border-radius: 30px;
    font-size: 18px;
    padding: 20px;
}


.form-control::-webkit-input-placeholder {
    color: #172341;
    font-weight: 100;
    text-transform: uppercase;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #172341;
    font-weight: 100;
    text-transform: uppercase;
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #172341;
    font-weight: 100;
    text-transform: uppercase;
}

.form-control:-ms-input-placeholder {
    color: #172341;
    font-weight: 100;
    text-transform: uppercase;
}


.form .btn{
    border: 1px solid #a2a2a1;
    border-radius: 30px;
    font-size: 18px;
    padding: 10px 20px;
}

.team{
    margin-bottom: 34px;
}

@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}