/* GLOBAL STYLES
-------------------------------------------------- */


/* Padding below the footer and lighter body text */


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


/* Carousel base class */


/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .carousel {
        margin-top: 120px;
        margin-bottom: 10px;
        width: 100%;
    }
    .carousel-item {
        height: 300px;
    }
    .carousel2 {
        margin-top: 2px;
        margin-bottom: 4rem;
    }
    .login-form-2 {
        padding: 5%;
        margin-top: 10px;
        height: 300px;
        background-color: #3c94c4;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    }
    .mleft_tipo_registro {
        margin-left: 40px;
    }
    .mtop_tipo_registro {
        margin-top: 25%;
    }
    .login-form-3 {
        margin-top: 10px;
        background-color: #3c94c4;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    }
    .not-margin {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        margin-top: 40px !important;
    }
    .not-margin2 {
        margin-top: 0px !important;
    }
    .inicio_rapido_not_margin {
        margin-top: 10px;
        margin-right: 0px;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .not-margin {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        margin-top: 40px !important;
    }
    .carousel-item {
        height: 300px;
    }
    .mtop_tipo_registro {
        margin-top: 25%;
    }
    .carousel {
        margin-top: 80px;
        margin-bottom: 4rem;
    }
    .carousel2 {
        margin-top: 2px;
        margin-bottom: 4rem;
    }
    .not-margin2 {
        margin-top: 10px !important;
    }
    .login-form-2 {
        padding: 5%;
        margin-top: 0px;
        height: 300px;
        background-color: #3c94c4;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .not-margin {
        margin-top: 0px !important;
    }
    .carousel {
        margin-top: 120px;
        margin-bottom: 0;
        height:131.250px;
      
    }
    .carousel2 {
        margin-top: 2px;
        margin-bottom: 4rem;
    }
    .mtop_tipo_registro {
        margin-top: 15%;
    }
    .not-margin2 {
        margin-top: 5px !important;
    }
    .login-form-2 {
        padding: 5%;
        height: 300px;
        background-color: #3c94c4;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .not-margin {
        margin-top: 50px !important;
    }
    .not-margin2 {
        margin-top: 100px !important;
    }
    .carousel {
        margin-top: 120px;
        margin-bottom: 4rem;
         height: 181.250px;
    }
    .mtop_tipo_registro {
        margin-top: 15%;
    }
   
    .carousel2 {
        margin-top: 2px;
        margin-bottom: 4rem;
    }
    .login-form-2 {
        padding: 5%;
        height: 300px;
        background-color: #3c94c4;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    }
    .noticias {
        margin-top: -70px !important;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .not-margin {
        margin-top: 50px !important;
    }
    .not-margin2 {
        margin-top: 100px !important;
    }
    .carousel2 {
        margin-top: 2px;
        margin-bottom: 4rem;
    }
    .mtop_tipo_registro {
        margin-top: 15%;
    }
    .carousel {
        margin-top: 120px;
        margin-bottom: 4rem;
         height: 218.750px;
    }
    .carousel3 {
        margin-top: 120px;
        margin-bottom: 4rem;
    }
   
    .login-form-2 {
        padding: 5%;
        height: 300px;
        background-color: #3c94c4;
        box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    }
    .noticias {
        margin-top: -100px !important;
    }
}


/* Declare heights because of positioning of img element */

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
}


/* 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 h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}


/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.05rem;
}


/* 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;
    }
}