body {
    font-family: 'Titillium Web', sans-serif;
}

h1 {
    font-size: 66px; font-weight: 600; line-height: 80px ;
}

h2 {
    font-size: 48px; margin-bottom: 30px; margin-top: 0px;
}

p {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 0;
}





section {
    padding: 70px 0;
}


.bg-dark {
    background-color: black !important;
    
}

.topmargin-xs {margin-top: 15px !important;}
.topmargin-sm {margin-top: 30px !important;}
.topmargin-lg {margin-top: 60px !important;}

.text-dark {
    color: #1a1a1a;
}

.act {
    background-color: black;
    color: #ffffff;
}

.portfolio-details  h2 {
    color: #ffffff;
}

.portfolio-details  a {
    color: #ffffff;
    text-decoration: none;
}

/*Formulario de contacto*/
.form-control {
    font-size: 14px;
    border: 1px solid #cacaca;
    padding: 15px;
    border-radius: 2px;
    height: auto;
}

.form-control:focus {
    border: 1px solid #1a1a1a;
    outline: none;
    box-shadow: none;
}

.icon {
    min-width: 5px;
    max-width: 10px;
}

.form-group {
    margin-right: 20px;
}

.text-form {
    margin-top: 20px;
    margin-left: 20px;
}
.navbar {
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0, .05);
    min-height: 100px;
    z-index: 9000;
}


.nav-link { color: #1a1a1a; }

.logo-brand {
   min-width: 220px;
   max-width: 300px;
}

.logo-footer {
    min-width: 300px;
    max-width: 700px;
 }



a:hover {
    text-decoration: none;
}


.portfolio-details h2 {
    margin-bottom: 0px;
    width: 600px;
    font-size: 14px;
    
}

.text-center {
    margin-bottom: 50px;
}

.text-center p {
    font-size: 20px;
    
}

.navbar-toggler { font-size: 40px; }
.navbar-toggler:focus { outline: none;}

#hero {
    background-image: url('../media/v5.jpg');
    background-size: cover;
    padding-top: 90px;
    min-height: 700px;
    width: 100vw;
    color: #ffffff;
    
    
    
}


.content-center {
    padding-top: 50px;
    padding-bottom: 30px;
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.content-center p {
    font-size: 40px;
}

.portfolio-container {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    /*padding: 20px;*/
    border-radius: 2px;
    object-fit: cover;
    /*height: 350px;*/
    /*width: 700px;*/
    /*left: 15px;*/
    
}

.row h6 {
    left: 15px;
    right: 15px;
}

.portfolio-container img {
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.portfolio-container:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.portfolio-details {
    position: absolute;
    bottom: 0px;
    padding: 10px;
    z-index: 8000;
    text-align: left;
}

.portfolio-details a h2, .portfolio-details a p {
    color: #ffffff;
}

.portfolio-details {
    background-color: black;
}

.portfolio-details  p {
    color: #ffffff;
    text-decoration: none;
}

.portfolio-details  h2 {
    color: #ffffff;
}

#footer {
    width: 100vw;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    
}

#footer a {
    color: #ffffff;
}

#footer img {
    padding-bottom: 10px;
    padding-top: 0px;
    
}

.modal {
    width: 100%;
    min-height: 100vh;
    background: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15000;
}

.modal__content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.modal__img {
    width: 50%;
}

.modal__boton {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    cursor: pointer;
    font-weight: bold;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #DE423A;
    font-size: 2.5em;
    text-align: center;
    border-radius: 50%; /* esto es para darle a los bordes forma redondeada */
    font-family: monospace;
}

.modal--open {
    display: block;
}

@media (max-width: 575.98px) { 
    h1 { font-size: 40px; line-height: normal; }
    .portfolio-details h2 p {min-width: unset; padding: 40px;}
    .portfolio-details h2  {font-size: 14px;}
    .portfolio-details p  {font-size: 10px;}
    .logo-footer {max-width: 100px;}
    .container h6 {font-size: 10px;}
    .content-center h2 {font-size: 14px;}
    .content-center p {font-size: 12px;}
}


@media (min-width: 576px) and (max-width: 767.98px) { 
    .portfolio-details h2  {font-size: 14px;}
    .portfolio-details p  {font-size: 10px;}
     
}


@media (min-width: 768px) and (max-width: 991.98px) { 
    .portfolio-details h2  {font-size: 14px;}
    .portfolio-details p  {font-size: 10px;}
 }


@media (min-width: 992px) and (max-width: 1199.98px) { ... }


@media (min-width: 1200px) { ... }