/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 04/03/2020, 13:32:45
    Author     : roberto
*/
body.toolbar-horizontal {
    padding-top: 0px!important;
}
body.toolbar-horizontal .navbar.fixed-top {
    top: 39px;
}

@media (max-width: 575px){
    .btn-primary{
        margin: 10px auto;
        
    }
    h2.featurette-heading{
        padding-top: 10px;
    }
}
.full .field--name-field-bajada-subtitulo{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 1.7rem;
    padding: 10px 0px;
}

.full .field--name-field-enlace-contenido{
    padding: 10px 0px;
}

.slide__link {
    margin: 0px auto;
}

.slide__caption h3{
    font-size: 1.4rem;
}
/*.slide__caption .slide__link a:hover{
    text-decoration: none;
}
.slide__caption .slide__link a{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -moz-border-radius:.25rem; 
    -webkit-border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    
}*/

.slide__caption .slide__link a{
    margin-bottom: 5px;
    font-size: 1rem;
}

.row_simplenews .featurette-heading {
    margin-top: 2rem;
}