@font-face {
font-family: 'gotahmregular';
src: url('/fonts/Gotham-Ligth.otf') format('otf');
font-weight: normal;
font-style: normal;
}



@media screen and (max-width: 600px) {
  #for-mobile {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}

@media screen and (min-width: 600px) {
  #for-desktop {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}


.view {
    /*background: url("https://mdbootstrap.com/img/Photos/Others/img (40).jpg") no-repeat center center;*/
    /*background: url('http://localhost/marinanieto/img/catalogo/05.jpg') no-repeat center center; */
    background-color: white;
    background-size: cover;
}

html,
body,
.view {
  height: 100%;
  font-family:'gothamregular', 'Raleway', sans-serif;
}


.inicio-background{
    background: url("../img/inicio_final.jpg") no-repeat center center;
    background-size: cover;
    height: 100%;
}

.sobremi-background{
    background: url("../img/mi_historia_final.jpg") no-repeat center center;
    background-size: cover;
    height: 100%;
}


.clientes-background{
    background: url("../img/clientes_final.jpg") no-repeat center center;
    background-size: cover;
    height: 100%;
}



.navbar {
    background-color: transparent;
}
.footer-copyright{
  background-color: transparent;
}

.nav-link, h4,p,h5, h6{
  font-family: 'gothamregular','Raleway', sans-serif;
}


h4,p,h5,h6, h2{
  color:#065B9C; /* #455a64 */
}



.red-social{
  color:#065B9C;
  text-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
}


.carousel-item {
  height: 90vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* DROP DOWN */
.dropbtn {
  background-color: lightblue;
  color: white;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: lightblue;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
  z-index: 2;
}

.dropdown-content a {
  color: white;
  padding: 7px 9px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #e0e0e0;}

.dropdown:hover .dropdown-content {display: block;}
/*!DROP DOWN  */

/*BACK TO TOP */
button.back-to-top{
margin: 0 !important;
padding: 0 !important;
background: #fff;
height: 0px;
width: 0px;
overflow: hidden;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
color: transparent;
clear: both;
visibility: hidden;
position: fixed;
cursor: pointer;
display: block;
border: none;
right: 50px;
bottom: 75px;
font-size: 0px;
outline: 0 !important;
z-index: 99;
transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,{
outline: 0 !important;
}
button.back-to-top::before {
content: "";
font-family: "FontAwesome";
display: block;
vertical-align: middle;
margin: -5px 0 auto;
}
button.back-to-top.show {
display: block;
background: #fff;
color: #065B9C;
font-size: 25px;
right: 25px;
bottom: 50px;
height: 50px;
width: 50px;
visibility: visible;
box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}
/* !BACK TO TOP*/