/* ----------- ELEMENTOS GENERALES ----------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-display: auto;
}
a:link {
    color: #FBF2F2;
}
a:visited {
    color: #FBF2F2;
}
a:hover {
    color: black!important;
}
a:active {
    color: #FBF2F2;
}
.seccion_interna {
    min-height: 40vh;
    height: auto;
}
.seccion_atajos {
    width: 100%;
    min-height: 40vh;
    height: auto;
    background-color: #f5f5f5;
    margin: 5% auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2%;
}

.negrita{
    font-weight: bold;
}
/* ----------- EDICION NAVEGACION ----------- */

.nav-item:hover {
    font-weight: 400;
}
.nav-link {
    text-transform: uppercase;
    color: #FBF2F2 !important;
}
.navbar-light .navbar-toggler {
    color: #FBF2F2 !important;
    border-color: #FBF2F2 !important;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
header {
    min-height: 50vh;
    background: #f953c6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #b91d73, #f953c6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #b91d73, #f953c6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/* ----------- EFECTO OLA ----------- */

.contenedor-ola {
    width: 100%;
    height: auto;
}
/* ----------- LOGOTIPO ----------- */

.logo_designer img {
    width: 100%;
    height: auto;
}
.logo img {
    width: 100%;
    height: auto;
}
/* ----------- TITULOS PRINCIPALES ----------- */

h1 {
    font-weight: lighter;
    text-transform: uppercase;
    color: #FBF2F2;
    font-size: 2rem;
    padding: 5% !important;
}
h2, h3, h4, h5 {
    text-transform: uppercase;
    font-weight: lighter !important;
    font-size: 2rem !important;
}
.titulo_seccion, .titulo {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: lighter;
    margin: 5% auto 5% auto;
}
p {
    text-align: justify;
}
/* ----------- ICONOS ----------- */
.iconos img {
    width: 50%;
    height: auto;
}
.iconos {
    text-align: center;
}
/* ----------- BOTONES ----------- */
.btn-danger:hover, .btn-dark:hover {
    color: yellow !important;
}
/* ----------- CREDITOS ----------- */
.contenedor_social {
    width: 20%;
    display: flex;
    margin: auto;
}
.contenedor_social > div {
    flex: 1;
    color: black;
}
.credito {
    font-style: italic;
}
.icono_social a {
    color: black;
    font-size: 1.5em;
}
.icono_social a:hover {
    color: #b91d73 !important;
}
/* ----------- FOOTER ----------- */
footer {
    min-height: 20vh;
    color: #FBF2F2;
}
.logo_footer img {
    width: 30%;
}

/* ----------- go top ----------- */
.scrollTop {
 position: fixed;
 right: 0%;
 bottom: 10px;
 padding: 20px;
 opacity: 0;
 transition: all 0.4s ease-in-out 0s;
 border-radius: 15px;
 text-transform: none;
 z-index: 100;
}
.scrollTop {
font-size: 20px;
}

.link_top{
    font-size: 3em;
    color: yellow;
}

/* ----------- SIDE BAR COMPARTIR ----------- */
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.mail {
    background: #bb0000;
    color: white;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

/* ----------- GO TOP ----------- */
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/* ----------- MEDIA QUERYS ----------- */
@media only screen and (max-width : 740px) {
.foto-atajo img {
    width: 70%;
}
.contenedor_social {
    width: 100%;
}
.logo_footer img {
    width: 90%;
}
.icon-bar{
    display: none;
}
}
