﻿@charset "utf-8";

/*codigo secreto*/

.cont-mie {
    background: url(../img/mielogbg.jpg) top center no-repeat;
    background-size: cover;
    min-height: 600px;
}

.miehome-cont {
    position: relative;
    float: left;
    width: calc(33.32% - 60px);
    padding: 20px;
    background: #fff;
    height: 450px;
    margin-right: 20px;
    margin-top: 50px;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.4);
}

.cont-mie .miehome-cont:last-child {
    margin-right: 0px;
}

.mie-login {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

    .mie-login iframe {
        position: relative;
        float: left;
        width: 100%;
        height: 100%;
        border: none;
    }

.mielogo {
    position: relative;
    margin: 20px auto 10px;
	width: 100%;
}

.miehome-cont h1 {
    font-size: 160%;
    font-weight: normal;
    text-align: center;
    margin-bottom: 60px;
    line-height: 100%;
}

.miereg {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

    .miereg p {
        color: #5A5959 !important;
        font-weight: 200;
        text-align: center;
        font-size: 100%;
        line-height: 100%;
        margin-bottom: 10px;
    }

.btnmie-reg {
    position: relative;
    float: left;
    width: calc(100% - 54px);
    display: inline-block;
    padding: 0px 12px;
    margin: 0px 15px;
    height: 50px;
    font-size: 15px;
    font-weight: 900;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    background-color: #eb6625 !important;
    border-color: #eb6625 !important;
    color: #fff;
    text-transform: uppercase
}

    .btnmie-reg:before {
        content: "";
        background: url(../img/ico-reg.png) no-repeat 0 0;
        background-size: contain;
        display: inline-block;
        height: 22px;
        margin: 0 10px -5px 0;
        width: 21px;
    }

    .btnmie-reg:hover {
        opacity: 0.9;
        color: #fff !important;
    }

.menumie-reg {
    position: relative;
    float: left;
    width: 100%;
}

    .menumie-reg a {
        position: relative;
        float: left;
        width: calc(33.32% - 22px);
        padding: 10px;
        margin: 0px 1px;
        min-height: 78px;
        background: rgb(12,107,170); /* Old browsers */
        background: -moz-linear-gradient(top, rgb(12,107,170) 0%, rgb(30,137,181) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgb(12,107,170) 0%,rgb(30,137,181) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgb(12,107,170) 0%,rgb(30,137,181) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c6baa', endColorstr='#1e89b5',GradientType=0 ); /* IE6-9 */
        text-align: center;
        color: #fff;
        font-size: 84%;
        font-weight: 300;
        line-height: 100%;
    }

        .menumie-reg a:hover {
            background: rgb(12,107,170); /* Old browsers */
            background: -moz-linear-gradient(top, rgb(30,137,181) 100%, rgb(12,107,170) 0%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top,rgb(30,137,181) 100%, rgb(12,107,170) 0%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom,rgb(30,137,181) 100%,rgb(12,107,170) 0%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e89b5', endColorstr='#0c6baa',GradientType=0 ); /* IE6-9 */
        }

        .menumie-reg a img {
            position: relative;
            margin: 0px auto 5px;
        }

.mieslider {
    padding: 0px;
    width: calc(33.32% - 20px);
    height: 490px;
}

    .mieslider img {
        height: 100%;
    }

    .mieslider .slick-dots {
        display: block;
        position: absolute;
        top: initial;
        width: auto;
        right: 45%;
        bottom: 20px;
        z-index: 8;
    }

        .mieslider .slick-dots button {
            position: relative;
            float: left;
            width: 8px;
            height: 8px;
            text-indent: -9999px;
            background: #ffff;
            border: none;
            border-radius: 8px;
            cursor: pointer;
        }

        .mieslider .slick-dots li {
            position: relative;
            float: left;
            width: 8px;
            height: 8px;
            margin-left: 5px;
        }

    .mieslider .slick-active button {
        background: #009bcf;
    }
	
	/***********Nuevo matta infromacion lateral *************/
	.infor{
	margin-top: -22px;
    margin-left: -20px;
    height: 452px;
	position: relative;
    float: left;
    width: 293px;
    padding: 20px;
    min-height: 446px;
    background: #455e75;
    background-size: cover;
    white-space: normal;
	}
	
	.infor h1{
		position: relative;
    float: left;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    line-height: 100%;
    font-size: 150%;
    margin: 10px 0px 30px;
	}
	
	.infor p{
		position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    line-height: 100%;
    font-size: 80%;
    margin-bottom: 5px;
    color: #fff;
	}
	
	.fondo-der{
		background: #455e75;
	}
    /***********FIN Nuevo matta infromacion lateral *************/

@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) {
    .miehome-cont {
        width: calc(100% - 40px);
        margin-right: 0px;
        margin-top:10px;
    }

    .mieslider {
        padding: 0px;
        width: calc(100% - 0px);
        height: auto;
        margin-bottom:50px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
    .miehome-cont {
        width: calc(100% - 40px);
        margin-right: 0px;
        margin-top: 10px;
    }

    .mieslider {
        padding: 0px;
        width: calc(100% - 0px);
        height: auto;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1025px) and (orientation: landscape) {
}
