@font-face {
    font-family: "movistar_bold";
    src: url('../font/Telefonica-Bold.otf');
    font-weight: bold;
}

@font-face {
    font-family: "movistar";
    src: url('../font/Telefonica-Light.otf');
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Bold.woff2') format('woff2'),
        url('../font/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    background-image: url("../img/background01.jpg");
    background-size: cover;
    text-align: center;
    font-family: "Montserrat";
    color: white;
}

a {
    color: #FFF;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #FFF;
    text-decoration: none;
}

::-webkit-input-placeholder {
    text-align: center;
}

:-moz-placeholder {
    /* Firefox 18- */
    text-align: center;
}

::-moz-placeholder {
    /* Firefox 19+ */
    text-align: center;
}

:-ms-input-placeholder {
    text-align: center;
}

input {
    text-align: center;
}

.borderdiv {
    border: 0px solid rgba(0, 0, 0, 0);
}

.borderdiv2 {
    border: 1px solid rgba(0, 0, 0, 0);
}

.borderdiv3 {
    border: 1px solid rgba(255, 0, 0, 255);
}

.img-responsive {
    width: 100% !important;
}

.menu {
    background-image: url("../img/botonesmenu.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
}

.vcenter {
    padding-top: 4%;
}

.menu-font {
    color: white;
    font-family: "Montserrat";
    font-size: 1em;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
    /* Adjusts for spacing */
}

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

.modal-content {
    /* background-image: url("../img/ventana.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
     */
}

.modal-green {
    border: 5px white solid;
    border-radius: 15px;
    background-color: #5bc500;
    margin: 0 auto;
}

.modal-blue {
    border: 5px white solid;
    border-radius: 15px;
    background-color: #00a9e0;
    margin: 0 auto;
}

.modal-violet {
    border: 5px white solid;
    border-radius: 15px;
    background-color: #914b93;
    margin: 0 auto;
}

.modal-orange {
    border: 5px white solid;
    border-radius: 15px;
    background-color: #ec6839;
    margin: 0 auto;
}

.button-blue {
    background-color: #00a9e0;
    padding: 8px 22px;
    border: 3px white solid;
    border-radius: 15px;
    font-family: "Montserrat";
    font-size: 1.2em;
}

.modal-body {
    padding-left: 15%;
    padding-right: 15%;
}

.modal-close {
    margin-top: 10px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    float: right;
    /* display: none; */
}

.modal-title {
    text-align: center;
    font-family: "Montserrat";
    color: white;
    margin-top: 10px;
    font-size: 1.5em;
}

.modal-font {
    text-align: center;
    color: white;
    font-family: "Montserrat";
    font-size: 1em;
}

button.close {
    background-image: url("../img/cerrar.png");
    width: 32px;
    height: 32px;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    position: absolute;
    right: 10px;
    opacity: 1;
}

.modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0);
}

.modal-save {
    padding-left: 25%;
    padding-right: 25%;
}

@media only screen and (min-width: 450px) {
    .modal-content {
        width: 400px;
        height: 380px;
    }
    .modal-close {
        width: 35px;
        height: 35px;
    }
    .modal-title {
        margin-top: 15px;
        font-size: 2.5em;
    }
    .modal-font {
        font-size: 1.5em;
        margin-top: 15px;
    }
    .modal-save {
        padding-left: 30%;
        padding-right: 30%;
    }
}

@media only screen and (max-width: 450px) {
    .modal-content {
        width: 300px;
        height: 280px;
    }
    .modal-close {
        width: 25px;
        height: 25px;
    }
    .modal-title {
        margin-top: 10px;
        font-size: 1.6em;
    }
    .modal-font {
        font-size: 1.2em;
        margin-top: 10px;
    }
    .modal-save {
        padding-left: 30%;
        padding-right: 30%;
    }
    .menu-font {
        color: white;
        font-family: "Montserrat";
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 350px) {
    .modal-content {
        width: 250px;
        height: 235px;
    }
    .modal-close {
        width: 20px;
        height: 20px;
    }
    .modal-title {
        margin-top: 5px;
        font-size: 1em;
    }
    .modal-font {
        font-size: 0.9em;
        margin-top: 5px;
    }
    .modal-save {
        padding-left: 30%;
        padding-right: 30%;
    }
}

@media only screen and (max-width: 600px) {
    .margincontainer {
        margin-top: 0%;
    }
    .margincontainer2 {
        margin-top: 3%;
        margin-bottom: 20px;
    }
    .padding-cero {}
    .padding-carousel {}
    .pc-only {
        display: none;
    }
    .menu-height {
        height: 50px;
    }
}

@media only screen and (max-width: 299px) {
    .menu-height {
        height: 28px;
    }
    .vcenter {
        padding-top: 3.5%;
    }
    .menu-font {
        font-size: 0.45em;
    }
}

@media only screen and (min-width: 300px) {
    .menu-height {
        height: 33px;
    }
    .vcenter {
        padding-top: 3.4%;
    }
    .menu-font {
        font-size: 0.6em;
    }
}

@media only screen and (min-width: 310px) {
    .menu-height {
        height: 40px;
    }
    .vcenter {
        padding-top: 4%;
    }
    .menu-font {
        font-size: 0.6em;
    }
}

@media only screen and (min-width: 350px) {
    .menu-height {
        height: 40px;
    }
    .vcenter {
        padding-top: 3.2%;
    }
    .menu-font {
        font-size: 0.8em;
    }
}

@media only screen and (min-width: 400px) {
    .menu-height {
        height: 52px;
    }
    .vcenter {
        padding-top: 3.4%;
    }
    .menu-font {
        font-size: 1.0em;
    }
}

@media only screen and (min-width: 500px) {
    .menu-height {
        height: 60px;
    }
    .vcenter {
        padding-top: 3.2%;
    }
    .menu-font {
        font-size: 1.3em;
    }
}

@media only screen and (min-width: 600px) {
    .menu-height {
        height: 70px;
    }
    .vcenter {
        padding-top: 3.0%;
    }
    .menu-font {
        font-size: 1.5em;
    }
}

@media only screen and (min-width: 700px) {
    .menu-height {
        height: 80px;
    }
    .menu-font {
        font-size: 1.6em;
    }
}

@media only screen and (min-width: 800px) {
    .margincontainer {
        margin-top: 5%;
    }
    .margincontainer2 {
        margin-top: 3%;
        margin-bottom: 20px;
    }
    .padding-cero {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .padding-carousel {
        padding-top: 7px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .pc-only {}
    .menu-height {
        height: 80px;
    }
}

@media only screen and (min-width: 900px) {
    .menu-height {
        height: 80px;
    }
    .padding-logo {}
}

@media only screen and (min-width: 1000px) {
    .menu-height {
        height: 55px;
    }
    .vcenter {
        padding-top: 3.4%;
    }
    .menu-font {
        font-size: 1.1em;
    }
    .padding-logo {}
}

@media only screen and (min-width: 1200px) {
    .menu-height {
        height: 63px;
    }
    .vcenter {
        padding-top: 3.3%;
    }
    .menu-font {
        font-size: 1.3em;
    }
    .padding-logo {}
}


/* ALL LOADERS */

.loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}


/* LOADER 1 */

.loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    /* background-color: rgba(0, 0, 0, 0.3); */
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #3498db;
}

.loader:before {
    z-index: 100;
    animation: spin 1s infinite;
}

.loader:after {
    border: 10px solid #ccc;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}