/**
* Template Name: Sailor - v2.3.1
* Template URL: https://bootstrapmade.com/sailor-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../fuente/Montserrat-Bold.ttf");
}
body {
    font-family: "Montserrat-Bold", sans-serif;
    font-weight: 500;
}
a {
    color: #d9232d;
    font-family: "Montserrat-Bold", sans-serif;
}
a:hover {
    color: #e24d55;
    text-decoration: none;
}
.text1 {
    color: #235b4e;
    font-family: "Montserrat-Bold", sans-serif;
    font-weight: 500;
    font-size: 20px;
}
h2, h3, h4, h5, h6 {
    font-family: "Montserrat-Bold", sans-serif;
    font-weight: 900;
    color: #1e352f;
}
h1 {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 3.5vw;
    font-weight: 900;
    color: #1e352f;
}

/** Contenedor escenario**/

.contenedor {
    position: relative;
    display: inline-block;
    text-align: center;
}
.texto-encima {
    position: absolute;
    top: 20%;
    left: 10%;
}
.centrado {
    position: absolute;
    top: 41%;
    left: 40%;
    transform: translate(-23%, -50%);
}

.marg{
    padding-top: 7%;
}

.marg2{
    padding-top: 7%;
}