@charset "utf-8";
/* CSS Document */
 .finalizar {
	height:auto;
	width: 100%;
	float: left;
	padding:5px 0px;
	text-align: right;
	}
	
 .bienvenido {
	height:auto;
	width: 100%;
	float: left;
	padding:5px 0px;
	background-color:#F0F0F0;
	text-align:center;
	}
	 	
 .nom_uss {
	height: auto;
	width: 100%;
	float: left;
	margin-top: 1px;
	background-color: #EBEBEB;
	padding:5px 1%;
	} 	
	
.txts_uss{
	height:auto;
	width:100%;
	float: left;
	margin-top:1px;
	background-color:#F0F0F0;
	text-align:left;
	padding:1%;
	}

.txts_uss p{
	font-size: 0.8rem;
	margin: 0px;
	text-align: center;
	}

.title_uss{
	height:auto;
	width:100%;
	position: relative;
	text-align: center;
	}

.title_uss h2{
	margin: 0px;
	font-size: 1.4rem;
	font-weight: 700;
	}	

.title_uss h4{
	margin: 0px;
	font-size: 1.2rem;
	}	

.cambio-con{
   position: relative;
   margin:7% auto;
   padding:15px;
   background-color: #fafafa;
   color:#333;
   border-radius: 3px;
   width:300px;
   height:330px;
  }	

.ca-cons-home{
    padding:0;
    margin:20px auto;
    width: 100%;
}

.ca-cons-home li{
    width: 30%;
    height: 150px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border: 5px solid #fff;
    background: #e2f0ff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin: 5px 1%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-cons-home li:last-child{
    margin-right: 0px;
}
.ca-cons-home li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon2{  
    color: #c5e4f4;
    font-size: 70px;
    text-shadow: 1px 0px 1px rgba(255,255,255,0.7);
    line-height: 120px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: -10px;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-content2{
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0;
}

.ca-main2{
    font-size: 18px;
    color: #6E99AE;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.ca-sub2{
    text-align:center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-cons-home li:hover{
    background-color: #fff;
}
.ca-cons-home li:hover .ca-icon2{
    text-shadow: 0px 0px 20px #c5e4f4;
    color: transparent;
    -webkit-animation: moveFromTop 400ms ease;
    -moz-animation: moveFromTop 400ms ease;
    -ms-animation: moveFromTop 400ms ease;
}
.ca-cons-home li:hover .ca-main2{
    color: #000;
    -webkit-animation: moveFromTop 300ms ease;
    -moz-animation: moveFromTop 300ms ease;
    -ms-animation: moveFromTop 300ms ease;
}
.ca-cons-home li:hover .ca-sub2{
    color: #000;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-300%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(-300%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(-300%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

/*=====@Medias=======*/
@media (max-width:3200px){	

}

@media (max-width:2560px){	

}

@media (max-width:2048px) and (min-width:300px){	

}

@media (max-width:1920px) and (min-width:300px){	

}

@media (max-width:1856px) and (min-width:300px){	

}

@media (max-width:1800px) and (min-width:300px){	

}

@media (max-width:1792px) and (min-width:300px){	

}

@media (max-width:1600px) and (min-width:300px){	

}

@media (max-width:1440px) and (min-width:300px){	

}

@media (max-width:1366px) and (min-width:300px){	

}

@media (max-width:1280px) and (min-width:300px){


}

@media (max-width:1024px) and (min-width:300px){	

}

@media (max-width:999px) and (min-width:300px){

}

@media (max-width:768px) and (min-width:300px){
.a-btn{
    padding:15px 0px 0px 14%;
	margin:10px 1.5%;
	width:47%;
	height:35px;
}
}


@media (max-width:736px) and (min-width:300px){

	
}

@media (max-width:560px) and (min-width:300px){
.a-btn{
    padding:20px 0px 0px 20%;
	margin:10px 1.5%;
	width:97%;
	height:35px;
}

.ca-menu li{
    width: 47%;
    height: 150px;
}	
	
.ca-main2{
    font-size: 14px;
}

.ca-sub2{
    text-align:center;
    font-size: 12px;
    color: #666;
    line-height: 40px;
   }
	
	
.ca-icon2 {
    font-size: 50px;
    top: -10px;
}
	
.ca-cons-home li{
    width: 30%;
    height: 130px;}	
}

@media (max-width:425px) and (min-width:300px){
	
}	

@media (max-width:376px) and (min-width:300px){
	.a-btn{
    padding:20px 0px 0px 24%;
	width:97%;
	height:35px;
}
	
.ca-main2{
    font-size: 12px;
}

.ca-sub2{
    text-align:center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}	
}