
    @media (min-width: 983px){
        html{
            min-height: 100%;
        }  
    }
    html{
        height: 100%;
    }
    body{
        background-image: url(../images/Fondo.jpg);
        background-size: cover;
    }



    main{
        height: 100%;
        position: relative;
    }
    .container{
        position: relative;
    }

    :root{
        --primary: #002554;
        --primary2: rgba(0, 105, 225, 0.205);
        --secondary:#307FE2;
        --error: #E11900;
        --warning:#FFC043;
        --disabled:rgb(158, 159, 160);
        --grayPrimary: #333436;
        --graySecondary: #FAFAFA;
        --white: rgb(255, 255, 255);
        --bs-nav-tabs-border-width: 0px;
        --bs-nav-tabs-border-radius:0rem;
        --bs-nav-tabs-link-hover-border-color: 0;
        --RedMadHouse: #EC0000;
        --RedMadHouseDark: rgb(120, 0, 0);
        --bs-orange-rgb: 253, 126, 20;
   }


   .dropdown-menu {
        --mdb-dropdown-zindex: 1000;
        --mdb-dropdown-min-width: 10rem;
        --mdb-dropdown-padding-x: 0;
        --mdb-dropdown-padding-y: 0.5rem;
        --mdb-dropdown-spacer: 0.125rem;
        --mdb-dropdown-font-size: 0.875rem;
        --mdb-dropdown-color: #FFF;
        --mdb-dropdown-bg: rgb(120, 0, 0);
        --mdb-dropdown-border-color: var(--mdb-border-color-translucent);
        --mdb-dropdown-border-radius: 0.5rem;
        --mdb-dropdown-border-width: 1px;
        --mdb-dropdown-inner-border-radius: calc(0.5rem - 1px);
        --mdb-dropdown-divider-bg: rgb(120, 0, 0);
        --mdb-dropdown-divider-margin-y: 0.5rem;
        --mdb-dropdown-box-shadow: 0 2px 15px -3px rgba(0,0,0,0.07),0 10px 20px -2px rgba(0,0,0,0.04);
        --mdb-dropdown-link-color: #262626;
        --mdb-dropdown-link-hover-color: #222;
        --mdb-dropdown-link-hover-bg: rgb(125, 0, 0);
        --mdb-dropdown-link-active-color: #fff;
        --mdb-dropdown-link-active-bg: #3b71ca;
        --mdb-dropdown-link-disabled-color: #9e9e9e;
        --mdb-dropdown-item-padding-x: 1rem;
        --mdb-dropdown-item-padding-y: 0.5rem;
        --mdb-dropdown-header-color: #757575;
        --mdb-dropdown-header-padding-x: 1rem;
        --mdb-dropdown-header-padding-y: 0.5rem;
        position: absolute;
        z-index: var(--mdb-dropdown-zindex);
        display: none;
        min-width: var(--mdb-dropdown-min-width);
        padding: var(--mdb-dropdown-padding-y) var(--mdb-dropdown-padding-x);
        text-align: left;
        list-style: none;
        background-color: var(--RedMadHouse);
        background-clip: padding-box;
        border: var(--mdb-dropdown-border-width) solid var(--mdb-dropdown-border-color);
        border-radius: var(--mdb-dropdown-border-radius);
    }

    @font-face{
        font-family: "Oxygen-Regular";
        src: url("../Fonts/Oxygen/Oxygen-Regular.ttf");
    }

    @font-face{
        font-family: "ArialBd";
        src: url("../Fonts/Fonts/arialbd.ttf");
    }
    @font-face{
        font-family: "DURALITH";
        src: url("../Fonts/Fonts/DURALITH.ttf");
    }

    @font-face{
        font-family: "Oxygen-Regular";
        src: url("../Fonts/Oxygen/Oxygen-Regular.ttf");
    }

    @font-face{
        font-family: "TCCEB";
        src: url("../Fonts/Fonts/TCCEB.TTF");
    }


    h1{
        color: var(--white);
        font-size: 3.2rem;
        font-family: 'Oxygen-Bold';
    }

    h2{
        color: var(--grayPrimary);
        font-size: 2.6rem;
        font-family: "Oxygen-Bold";
    }

    h3{
        color: var(--RedMadHouse);
        font-size: 2.5rem;
        font-family: "DURALITH";
        
    }

    h4{
        color: var(--grayPrimary);
        font-size: 1.4rem;
        font-family: "Oxygen-Bold";
        
    }

    .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 120px;
        right: 40px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }

    .my-float {
        margin-top: 16px;
    }

/*Contacto*/
    .icon-lg {
        width: 3.5rem;
        height: 3.5rem;
        line-height: 3.5rem;
        text-align: center;
        font-size: 1.2rem;
    }

    .bg-orange {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
    }
    .bg-opacity-10 {
        --bs-bg-opacity: 0.1;
    }
    .bi-headset::before {
        content: "\f414";
    }

    .text-orange {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
    }

    .btn-outline-secondary {
        color: rgb(50, 177, 0);
        border-color: rgb(50, 177, 0);
    }

    

    .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary.focus, .btn-outline-secondary:active, .btn-outline-secondary:focus {
        color: var(--RedMadHouse);
        background-color: transparent;
    }
    
    .btn-outline-secondary:hover {
        color: var(--RedMadHouse);
        background-color: rgba(0,0,0,.02);
    }

    @media (min-width: 768px){
    h3{
        color: var(--RedMadHouse);
        font-size: 5rem;
        font-family: "DURALITH";
        
    }
}



    h1.sombra{
        text-shadow: rgb(63 68 73 / 38%) 0.09em 0.09em 0.09em;
    }

    .btn-primary {
        color: #fff;
        background-color: var(--RedMadHouse);
    }

    .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
        color: #fff;
        background-color: var(--RedMadHouseDark);
    }

    .bg-inbursa {
        background: rgb(204,208,212);
        background: linear-gradient(90deg, rgba(204,208,212,1) 0%, rgba(252,252,252,1) 31%, rgba(255,255,255,1) 50%, rgba(252,252,252,1) 74%, rgba(204,208,212,1) 100%);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
  
    .dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
        color: #FFF;
        background-color: rgb(167, 9, 9);
    }

  

    .redes-header{
        font-size: 1.5rem;
    }

    .redes-header:hover{
        color:  var(--RedMadHouse);
        font-size: 1.5rem;
        -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
        -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
        transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    }

    #texto1{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.5s;
        color: transparent;
    }

    #boton1{
        width: 100%;
        z-index: 2;
    }

    .contener_general *{
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -ms-transition: all 0.7s;
        transition: all 0.7s;
    }

    .carreaux_presentation_light .shadow_swhow_mini{
        background-color:rgba(19,30,33,0.4);
        position: absolute;
        z-index: 2;
        top:0;left:0;right:0;bottom:0;
    }
    .carreaux_presentation_light .deroul_titre2 {
        position: absolute;
        text-transform: uppercase;
        padding: 2px;
        z-index: 2;
        top: 65%;
        left: -80%;
        color: #ffffff;
        font-weight: 300;
        font-size: 28px;
        width: 130%;
        font-family: "DURALITH";
    }

    .carreaux_presentation_light:hover .shadow_swhow_mini{
        background-color:rgba(16,23,41,0);
    }
    .carreaux_presentation_light .shadow_swhow_mini2{
        background-color:rgba(16,23,41,0);
    }

    .carreaux_presentation_light:hover .deroul_titre{
        background-color:#a51900c5; left:0px;
    }
    .carreaux_presentation_light .deroul_titre2{
        background-color:#a51900c5; 
        left: 100%;
    }
 


    .carreaux_presentation_light .deroul_soustitre{
        position: absolute;
        padding: 5px;
        z-index: 2;
        top:60%;right:-85%;
        margin-top: 25px;
        color:#ffffff;
        font-weight: 300;
        font-size: 11px; width: 80%;
        font-family: "DURALITH";
    }
    .carreaux_presentation_light:hover .deroul_soustitre{
        background-color:#417c74;right:0px;
    }

    .carreaux_presentation_light{
        display:table-cell;
        width:250px; 
        height:250px;
        background-size:cover;
        overflow: hidden;
        position: relative;
        border-radius: 100%;
    }

    .imagen1{
        background-image: url('../images/CursosFXMAdhouse.png');

        background-repeat: no-repeat; 
        background-position: center;
        background-size: 190%;
        position: absolute;
        z-index: 2;
        top:0;left:0;right:0;bottom:0;
        cursor: pointer;
    }

    .imagen2{
        background-image: url('../images/servicios.png');

        background-repeat: no-repeat; 
        background-position: center;
        background-size: 190%;
        position: absolute;
        z-index: 2;
        top:0;left:0;right:0;bottom:0;
        cursor: pointer;
    }

    .imagen3{
        background-image: url('../images/Boton_SN.png');
    
        background-repeat: no-repeat; 
        background-position: center;
        background-size: 135%;
        position: absolute;
        z-index: 2;
        top:0;left:0;right:0;bottom:0;
        cursor: pointer;
    }

    .painter{
        position: absolute;
        content: url(../images/M.Sangre_1.png);
        width: 80%;
        top: 10%;
        left: 1%;
        z-index: -1;
        animation: mancha 4s linear infinite;
    }

    .painter2{
        position: absolute;
        content: url(../images/M.Sangre_2.png);
        width: 80%;
        top: 60%;
        right: 5%;
        z-index: -1;
        animation: mancha 4s linear infinite;
        animation-delay: 2s;
    }

    @keyframes mancha{
        0%{
            bottom:0;
            opacity:0; 
        }
        50%{
            animation-delay: 3s;
            opacity: .6;
        }
        100%{
            bottom: 100vh;
            opacity: 0;
        }
    }

    .carreaux_presentation_light .deroul_titre{
        position: absolute;
        text-transform: uppercase;
        padding: 5px;
        z-index: 2;
        top:60%;left:-80%;
        color:#ffffff;
        font-weight: 300;
        font-size: 32px; width: 80%;
        font-family: "DURALITH";
    }


    .carreaux_presentation_light .deroul_titre2 {
        position: absolute;
        text-transform: uppercase;
        padding: 2px;
        z-index: 2;
        top: 65%;
        left: -15%;
        color: #ffffff;
        font-weight: 300;
        font-size: 28px;
        width: 130%;
        font-family: "DURALITH";
    }
    @media (min-width: 983px){

        .imagen1{
            background-image: url('../images/CursosFXMAdhouse.png');
       
            background-repeat: no-repeat; 
            background-position: center;
            background-size: 194%;
            position: absolute;
            z-index: 2;
            top:0;left:0;right:0;bottom:0;
            cursor: pointer;
        }
        
        .imagen2{
            background-image: url('../images/servicios.png');
          
            background-repeat: no-repeat; 
            background-position: center;
            background-size: 194%;
            position: absolute;
            z-index: 2;
            top:0;left:0;right:0;bottom:0;
            cursor: pointer;
        }
        
        .imagen3{
            background-image: url('../images/Boton_SN.png');

            background-repeat: no-repeat; 
            background-position: center;
            background-size: 134%;
            position: absolute;
            z-index:2;
            top:0;left:0;right:0;bottom:0;
            cursor: pointer;
        }

        .carreaux_presentation_light{
            display:table-cell;
            width:300px; 
            height:300px;
            background-size:cover;
            overflow: hidden;
            position: relative;
            border-radius: 100%;
        }
        
        .painter{
            position: absolute;
            content: url(../images/M.Sangre_1.png);
            width: 30rem;
            top: 20px;
            left: 10%;
            z-index: -1;
            animation: mancha 4s linear infinite;
        }
        
        .painter2{
            position: absolute;
            content: url(../images/M.Sangre_2.png);
            width: 40rem;
            top: 0px;
            right: 10%;
            z-index: -1;
            animation: mancha 4s linear infinite;
            animation-delay: 2s;
        }
        
    }





    /* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


  
  
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  /* Carousel base class */
  .carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }
  .form-outline .form-control {
      background-color: #FFF;
  }


  .btn-tertiary {
    --mdb-btn-font-weight: 500;
    --mdb-btn-color: var(--RedMadHouse);
    --mdb-btn-hover-color: var(--RedMadHouse);
    --mdb-btn-hover-bg: transparent;
    --mdb-btn-focus-color: var(--RedMadHouse);
    --mdb-btn-active-color: var(--RedMadHouse);
    --mdb-btn-disabled-color: #9e9e9e;
    --mdb-btn-box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}