@charset "utf-8";
/* CSS Document */
.red-pink{
    background-color: #EE3160 !important;
    color: white !important;
}
.white{
    background-color: #ffffff !important;
    color: #4f4f4f
}
.logo-menu{
    position: fixed;
    top: 25px;
    width: 100%;
    padding: 25px;
}
.piedepagina{            
    position: fixed;
    bottom: 2px;
    width: 100%;
    padding: 0px 25px;
}
.fright{
    float: right;            
        }
.fleft{
    float: left;            
        }
.nopadd{
    padding: 0 !important;            
        }
.contenedor{
    margin-top: 5%;
        }
.text-center{
    text-align: center;            
        }
.text-right{
    text-align: right;            
        }
.swift-input{
    width: 100%;
    border-radius: 8px !important;
    border: solid 1px #c3c3c3;
    padding: 2px 10px;
        }

.swift-btn{
    border-radius: 5px !important;
    padding: 2px 10px;
    background-color: #EE3160 !important;
    text-decoration: none !important;
    color: #fff;
    transition: 1.5s;
    text-align: center;
    height: 25px;
        }        
.swift-btn:hover{
    border-radius: 5px;
    padding: 2px 10px;
    background-color: #66C3A4 !important;
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
    text-align: center;
        }
.text-btn{
    color: #4f4f4f;
    text-decoration: none;
    transition: 1.5s;
        }
.text-btn:hover{
    color: #EE3160;
    text-decoration: none;
    transition: 0.3s;
        }
.font-10{
    font-size: 10pt;
}
.font-8{
    font-size: 8pt;
}
.banner-login-latam{
    background-image:url(../img/imagen-001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
        }
.banner-register-latam{
    background-image:url(../img/imagen_002.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 850px;
    min-height: 760px;
        }  
.navegadores{
    position: relative;
    bottom: 90px;
} 
.btn-hover{
    opacity: 1;
    transition: 1.5s;
        }
.btn-hover:hover{
    opacity: 0.5;
    transition: 0.3s;
        }
.btn-register{
    height: 25px !important;
    width: 41.6% !important;
}
.pad-5{
    padding: 5px;            
        }
.menu{
    color: white;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 5px;
    transition: 1.5s;
    height: 50px;
    width: 50px;
        }
.menu:hover{
    color: white;
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    height: 50px;
    width: 50px;
        }

.text-banner{
    color: white;
    position: absolute;
    bottom: 2px;
    left: 0px;
    right: 0px;
    font-size: 22pt;
    font-weight: 100
        }
.login-height{
    height: auto;
}
.margin-15{
    margin-left: 15px !important;
    margin-right: 15px !important;
}
