<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================General====================================*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
}
.full-reset{
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
.cover-background{
	background-attachment: fixed;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    margin: 0;
	padding:0;
	width: 100%;
}
.page-container{
	background-color: transparent;
    height: 100%; 
    height: auto !important;
    min-height: 100%;
    position: relative;
}
.content-page{
    padding-bottom: 200px; /*Si modifica esta propiedad, tambien hacerlo en height de la clase .footer*/
}
.footer{
	background-color: #000;
	bottom: 0 !important;
    bottom: -1px;
	color: #9f9f9f;
	height: 200px; /*Si modifica esta propiedad, tambien hacerlo en padding-botton de la clase .content-page*/ 
	overflow: hidden;
    position: absolute;
	width: 100%;
}
.section{
	margin: 0;
	padding: 50px 0;
	width: 100%;
}
.center-box-content{
	margin: 0 auto;
}
.tittles-pages{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif", cursive;
	font-size: 40px;
}

.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus,
.dropdown-submenu:hover &gt; a,
.dropdown-submenu:focus &gt; a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu &gt; .disabled &gt; a,
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  color: #999999;
}

.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

/* ================================NavBar====================================*/
.nav-phonestore{
	background-color: #000;
	height: 55px;
	position: relative;
}
.logo{
    float: left;
    height: 55px;
    width: 30%;
    line-height: 55px;   
    color: #fff;
    text-align: center;
}
.navigation-list{
    float: left;
    height: 55px;
    text-align: center;
    width: 70%;
    text-align: right; 
}

.navigation-list &gt; ul{
    height: 55px;
	list-style:none;
	margin:0;
	padding:0;
}

.navigation-list &gt; li{
    display: inline-block;
    height: 55px;
}
.navigation-list &gt; li a{
	height: 55px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	line-height: 55px;
	padding: 0 7px;
}
.navigation-list &gt; li a:hover{
	color:rgba(2,1,18,1.00)
}
/* ================================Social icons====================================*/
.list-social-icons &gt; li{
	display: inline-block;
	margin: 0 4px;
}
.list-social-icons &gt; li &gt; a &gt; i{
    transition: all .3s ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 19px;
}
.list-social-icons &gt; li &gt; a &gt; i:hover{
	transform:scale(1.5);
}
/* ================================Styles Index====================================*/
.font-content-index{
	background-image: url(../assets/img/phone-font-index.jpg);
}
.OS-phones{
	background-color: rgba(0,49,55,0.90);
	color: #000;
	width: 100%;
}
.news-promo-content{
	background-color: #fff;
	width: 100%;
}
.content-dest{
	padding-bottom: 30px;
	padding-top: 30px;
}
/* ================================Styles Product====================================*/
.content-carousel{
	background-color: #000;
	margin: 0;
    padding: 0;
	width: 100%;
}
.static-image-carousel{
	background-color: #000;
	margin: 0;
	padding: 0;
	width: 100%;
}
.thumbnail-content-phones{
	background: #ffffff; /* Old browsers */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	padding-bottom: 15px;
	padding-top: 15px;
}
/* ================================Styles news====================================*/
.font-content-news{
	background-image: url(../assets/img/phone-font-news.jpg);
}
.jumbotron{
	background-color: rgba(0,3,0,.4);
	color:#fff;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 50px;
}
.all-news-contents{
	background-color: rgba(255, 255, 255,0.9);
	color: #000;
}
/* ================================Styles services====================================*/
.font-content-services{
	background-image: url(../assets/img/phone-font-news.jpg);
}
.all-services{
	background-color: rgba(236, 240, 241,0.9);
	color: #000;
}
.principal-container-services{
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.principal-container-services &gt; a{
    background-color: #ecf0f1;
    box-shadow: .5px .5px 3px #000;
    display: inline-block;
    height: 320px;
    margin: 4px 0.2%;
    min-height: 320px;
    overflow: hidden;
    padding: 25px 0px;
    vertical-align: baseline;
    width: 23%;
}
.principal-container-services &gt; a:focus{
    outline: none;
    text-decoration: none;
}
.principal-container-services &gt; a:hover{
    background-color: #000;
    text-decoration: none;
    transition: all .3s linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
}
.icon-service,
.tittle-service,
.description-service {
    color: #333;
    text-align: center;
    transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    width: 100%;
}
.icon-service{
    font-size: 60px;
    opacity: .2;
}
.tittle-service{
    font-size: 25px;
    margin-top: 25px;
}
.description-service{
    font-size: 12px;
    padding:  10px 5px;
}
.principal-container-services &gt; a:hover .icon-service{
    color: #ff2020;
    opacity: .2;
    transform: scale(5,5) rotate(20deg) translate(5px,15px);
    -moz-transform: scale(5,5) rotate(20deg) translate(5px,15px);
    -ms-transform: scale(5,5) rotate(20deg) translate(5px,15px);
    -o-transform: scale(5,5) rotate(20deg) translate(5px,15px);
    -webkit-transform: scale(5,5) rotate(20deg) translate(5px,15px);
}
.principal-container-services &gt; a:hover .tittle-service{
    color: rgb(255, 144, 0);
    transform: translateY(-32px);
    -moz-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    -o-transform: translateY(-32px);
    -webkit-transform: translateY(-32px);
}
.principal-container-services &gt; a:hover .description-service{
    color: rgb(255, 144, 0);
    transform: translateY(-32px);
    -moz-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    -o-transform: translateY(-32px);
    -webkit-transform: translateY(-32px);
}
/* ================================Styles contact====================================*/
.font-content-contact{
	background-image: url(../assets/img/phone-font-index.jpg);
}
.contact-form-info{
	background-color: rgba(0, 3, 0, 0.8);
	color: #fff;
}
.well{
	background-color: rgba(231, 76, 60,0.2);
	border: solid 1px rgba(231, 76, 60,0.2);
	box-shadow: inset 0 1px 1px rgba(0, 0,0, 0.3);
}
.input-form-contact{
	background-color: rgba(236, 240, 241,0.3);
	color: #ccc;
	font-style: italic;
}
.input-form-contact::-moz-placeholder { color:#fff;  opacity: .5;}
.input-form-contact:-ms-input-placeholder { color:#fff;  opacity: .5;}
.input-form-contact::-webkit-input-placeholder { color:#fff; opacity: .5;}
/* ======================================= MediaQueries bootstrap =======================================*/
/* col-xs */
@media (max-width: 767px) {
	.jumbotron{
		background-color: rgb(255,255,255);
		color: #333;
		padding-bottom: 60px;
	}
    .jumbotron &gt; p{
		font-size: 16px;
	}
    .logo {
        width: 100%;
    }
    .navigation-list{
    	position: absolute;
    	top: 55px;
    	border-top: 1px solid rgba(255,255,255,.7);
    	width: 100%;
    	background-color: #000;
    	height: auto;
    	pointer-events: none;
    	opacity: 0;
        z-index: 99;
    }
    .navigation-list li{
    	display: block;
    	width: 100%;
    }
    .navigation-list-show{
    	pointer-events: auto;
    	opacity: 1;
    }
    .btn-mobile{
    	height: 55px;
    	width: 55px;
    	line-height: 55px;
    	color: #fff;
    	position: absolute;
    	top: 0;
    	right: 0;
    	text-align: center;
    	cursor: pointer;
    	font-size: 20px;
    }
    .principal-container-services &gt; a{
        margin: 15px 0;
        width: 100%;
    }
    .social-img{
		height: 48px;
		width: 48px;
	}
	.tittles-pages{
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif", cursive;
		font-size: 30px;
	}	
	.fondo_tablas_tittles {
    max-width: 40% !important;
	margin: -10% 0% -20% 5% !important;
    padding: 4% 5% 0% 12% !important;
    font-size: 1em !important;
	}
}

.fondo_tablas {
    background-color: #00476B;
	width: 90%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #143354;
    border-radius: 40px 40px 40px 40px;
	margin-top: 0%;
	margin-bottom: 0%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	padding-right: 1%;
}
.fondo_tablas_tittles {
    max-width: 25%;
	height: 120px;
	margin: 0% 5% -3% 5%;
    padding: 1% 6% 3% 5%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0BBAD9 0%, #057D92 100%);
    border-radius: 40px 40px 0px 0px;
    color: #D9D9D9;
    font-family: "Gothiks", Sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
}


/* col-sm */
@media (min-width: 767px) and (max-width: 991px) {
	.principal-container-services &gt; a{
        width: 48%;
    }
    .jumbotron{
		padding-bottom: 70px;
	}
}
/* col-md */
@media (min-width: 992px) and (max-width: 1199px) {
    /*Estilos css aquÃ­*/
}
/* col-lg */
@media (min-width: 1200px) {  
    /*Estilos css aquÃ­*/
}
</pre></body></html>