﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    /*background-color: #131E3F !important;*/
}

.navbar {
    /*background-color: #131E3F !important;*/
    margin-bottom: 0px !important;
    border-bottom: 0px !important;
}

.alert {
    margin-bottom: 0px !important;
}
    
/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-family: Verdana !important;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


label {
    /*font-size: 12px;*/
}

.labelWhite {
    color: #fff !important;
    /*font-size: 12px;*/
}




.form-inicio {
}
@media screen and (min-width: 200px) {
    .form-inicio {
        background-image: url(../Content/Images/inicioMobile.jpg) !important;
        background-color: #e3d5dc;
        background-size:cover;
        background-repeat:no-repeat;
        height: 100%;
        position: fixed;
        width: 100%;
    }
}
@media screen and (min-width: 600px) {
    .form-inicio {
        background-position: center;
        background-image: url(../Content/Images/inicio.jpg) !important;
        background-color: #e3d5dc;
        height: 100%;
        position: fixed;
        width: 100%;
    }
}

.form-redeem {
    background-position: center;
    background-image: url(../Content/Images/inicio.jpg) !important;
    background-color: #e3d5dc;
    height: 100%;
    position: fixed;
    width: 100%;
    left: 0;
    top: 77px;
}


/*.btn {
    color: #ffffff !important;
    border-width: 0px !important;
    border-radius: 100px;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-image: radial-gradient(circle at bottom right,#2284ef 0%,#7feeef 70%) !important;
    background-color: #ffffff;
    box-shadow: 0px 5px 7px -1px rgba(0,0,0,0.2);
}*/

.menucursos {
    padding: 30px 150px;
}

.detailcourse {
    color: #131e3f;
    font-size: 12px;
}

.titlecolor {
    color: #131e3f;
}


.coursetitle {
    color: #131e3f;
    font-size: 12px;
}


.showHide {
    display: none;
}

.showHideInvert {
    display: block;
}

@media screen and (min-width: 1024px) {
    .showHide {
        display: block;
    }

    .showHideInvert {
        display: none;
    }
}


.objectresize {
    width: 800px;
    height: 550px;
}
@media screen and (min-width: 300px) {
    .objectresize {
        width: 300px;
        height: 200px;
    }
}
@media screen and (min-width: 350px) {
    .objectresize {
        width: 350px;
        height: 220px;
    }
}

@media screen and (min-width: 400px) {
    .objectresize {
        width: 400px;
        height: 285px;
    }
}

@media screen and (min-width: 600px) {
    .objectresize {
        width: 580px;
        height: 410px;
    }
}

@media screen and (min-width: 800px) {
    .objectresize {
        width: 665px;
        height: 420px;
    }
}

@media screen and (min-width: 1024px) {
    .objectresize {
        width: 855px;
        height: 540px;
    }
}



.objectresizecheckout {
    width: 600px;
    height: 400px;
}

@media screen and (min-width: 300px) {
    .objectresizecheckout {
        width: 300px;
        height: 200px;
    }
}

@media screen and (min-width: 350px) {
    .objectresizecheckout {
        width: 350px;
        height: 220px;
    }
}
@media screen and (min-width: 400px) {
    .objectresizecheckout {
        width: 400px;
        height: 285px;
    }
}

@media screen and (min-width: 600px) {
    .objectresizecheckout {
        width: 400px;
        height: 285px;
    }
}

@media screen and (min-width: 800px) {
    .objectresizecheckout {
        width: 400px;
        height: 285px;
    }
}

@media screen and (min-width: 1024px) {
    .objectresizecheckout {
        width: 600px;
        height: 400px;
    }
}

.estilotextarea4 {
    width: 350px;
    height: 100px;
}


.checkout-content-left {
    float: right;
}

.panel {
    /*border: none;*/
    border-radius: 20px;
    box-shadow: 0px 30px 50px -6px rgba(0,0,0,0.2);
}


.card-header-course {
    border-radius: 20px 20px 0px 0px;
    background-color: #f1f3f8;
}


.form-checkout {
}

@media screen and (min-width: 768px) {
    .form-checkout {
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0;
    }
}

.zoom:hover {
    transform:scale(1.05);
}


