/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
@font-face {
    font-family: 'Raleway';
    src: url("/fonts/Raleway/raleway-v13-latin-regular.woff2") format("woff2"), url("/fonts/Raleway/raleway-v13-latin-regular.woff") format("woff");
}

body {
    font-family: 'Raleway', sans-serif;
}

.center-text-icon{
  margin: 0;
  position: absolute;
  top: 20%;
  font-size:18px;
  color: #007bff;
  font-weight:bold;
}

.carousel-pc{
	display:block;
}

.carousel-mb{
	    display:none;
    }

.img-articulo-pc{
	display:block;
}

.img-articulo-mb{
	display:none;
}

.videos-gallery{
	margin-top:15px;
	width: 350px;
}

.ruta-nav{
	font-size:13px;
	color: #999999;
	margin-bottom:40px;
}
.margin-ruta{
	margin: 15px;
}

a.menuprincipal:link {
    color: black;
}


/* visited link */

a.menuprincipal:visited {
    color: #ffffff !important;
}


/* mouse over link */

a.menuprincipal:hover {
    color: #30a5ff !important;
}


/* selected link */

a.menuprincipal:active {
    color: blue;
}


/*Menu principal PC*/

a.submenupc:link {
    color: black;
}


/* visited link */

a.submenupc:visited {
    color: blue !important;
}


/* mouse over link */

a.submenupc:hover {
    color: #30a5ff !important;
}


/* selected link */

a.submenupc:active {
    color: blue;
}

a.servicios:link {
    font-size: 13px;
}

a.servicios:hover {
    text-decoration: none !important;
}


/*Fin Menu principal PC*/


/*Menu Footer*/

a.menufoot:link {
    color: #007bff;
}


/* visited link */

a.menufoot:visited {
    color: #007bff !important;
}


/* mouse over link */

a.menufoot:hover {
    color: #30a5ff !important;
}


/* selected link */

a.menufoot:active {
    color: #3E3E3E;
}


/* Fin Menu Footer*/

a.link-redes-sociales:hover{
	color:#8c8e8f !important;
}

.btn-outline-primary {
    border: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.top {
    padding-top: 10px;
    background-color: #f5f5f5;
    width: 100%;
    height: 50px;
	display:block;
}

.top-menu {
    float: right;
}
.redes-sociales{
    float: right;
	text-align: right;
}


.slogan {
    display: flex;
    align-items: center;
    line-height: 200px;
    color: #8c8e8f;
}

.carousel-inner img {
    width: 100%;
    /*  height: auto;*/
}

.fa-server{
	color: #30a5ff;
}
.fa-sync-alt{
	color: #30a5ff;
}
.fa-headset{
	color: #30a5ff;
}
.fa-tasks{
	color: #30a5ff;
}

.fa-connectdevelop{
	color: #30a5ff;
}
.fa-cogs{
	color: #30a5ff;
}
.fa-desktop{
	color: #30a5ff;
}
.fa-credit-card{
	color: #30a5ff;
}
.fa-cloud {
    background-color: #30a5ff;
    color: #ffffff;
}

.fa-mobile {
    background-color: #30a5ff;
    color: #ffffff;
}

.fa-calendar {
    background-color: #30a5ff;
    color: #ffffff;
}

.fa-share-alt {
    color: #30a5ff;
}

.fa-server {
    color: #30a5ff;
}

.fa-hdd {
    color: #30a5ff;
}

.fa-mobile-alt {
    color: #30a5ff;
}

.fa-chart-bar {
    color: #30a5ff;
}

.fa-question-circle {
    color: #30a5ff;
}

.fa-tools {
    color: #30a5ff;
}

.fa-facebook{
  color:#007bff;

}
.fa-youtube-square{
  color:#007bff;

}

.buttonfa {
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
}

.buttonfa:hover {
    background-color: #f25755 !important;
    color: white;
}

.buttonfa2 {
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
}

.buttonfa2:hover {
    color: #f25755 !important;
}

.celeste {
    color: #30a5ff;
}

.copry {
    background-color: rgb(0, 123, 255);
    width: 100%;
    height: 30px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 0;
}

.margen-footer {
    margin-left: -15px;
}

.margen-2 {
    margin-left: 30px
}

.margen-3 {
    margin-left: 50px
}

.margen-4 {
    margin-right: 30px
}

.margenes2 {
    margin-top: 25px;
}


/*Menu left*/

.vertical-menu {
    width: 250px;
}

.vertical-menu a {
    background-color: #eee!important;
    color: black;
    display: block;
    padding: 7px;
    text-decoration: none;
}

.vertical-menu a:hover {
    background-color: #ccc !important;
}

.vertical-menu a.active {
    background-color: #8c8e8f !important;
    color: white !important;
}


/* visited link */

a.menuvertical:visited {
    color: #999999 !important;
}

video {
    max-width: 100%;
    height: auto;
}

hr {
    border: 1px solid #cccccc;
}

.borde-img {
    border: 1px solid #cccccc;
    padding: 3px;
}

.centrar-img {
    display: block;
    margin: auto;
}

.centrar-video {
    display: block;
    margin: auto;
	border: 1px solid #cccccc;
}


/*Formulario*/

.headerForm {
    color: #36A0FF;
    font-size: 27px;
    padding: 10px;
}

.bigicon {
    font-size: 35px;
    color: #36A0FF;
}

.contact--form {
    text-align: left;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.menu-mildos{
	display:none;
}

.menu-mildie {
	display:none;
}


/* Fin Formulario*/

/**
Fixing bootstrap columns for safari
 */


.row{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.navbar-nav{ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }


@media screen and (max-width:800px) {
    .menupc {
        display: none;
    }
    .top {
        margin-top: 10px;
    }
    .logo {
        margin-top: 15px;
    }
    .margenes {
        margin-top: 20px;
    }
    .margenes2 {
        margin-top: 0px !important;
    }
    .carousel-inner img {
        width: 100%;
        height: auto;
    }
    #slogan {
        font-size: 1rem !important;
    }
    .vertical-menu {
        width: 150px;
    }
	

}



@media screen and (max-width: 1200px) { 

.top {
	display: none;
}
.menu-mildos{
	display:block;
	padding-top: 10px;
	background-color: #f5f5f5;
	width: 100%;
	height: 60px;
}

.menu-mildie {
	display:none;
}

@media screen and (max-width: 1016px) { 

.top {
	display: none;
}
.menu-mildos{
	display:none;
}

.menu-mildie {
   
   display:block;
	padding-top: 10px;
	background-color: #f5f5f5;
	width: 100%;
	height: 60px;

 }

@media screen and (max-width:990px) {
    
	
	.img-fluid {
		width: 80%;
	}
}

@media screen and (max-width:750px) {
	.menu-mildos{
	diplay:none;
    }
    .vertical-menu {
        display: none;
    }
	
	.img-fluid {
		width: 100%;
	}
	
	.margin-ruta{
	   margin: 5px !important;
    }
	
	.top {
		padding-top: 10px;
		background-color: #f5f5f5;
		width: 100%;
		height: 100px;
   }
    .redes-sociales {
       margin-top: -28px !important;
	   text-align: right;
}

@media screen and (max-width:480px) {
	.img-articulo-pc{
	    display: none;
    }
	.img-articulo-mb{
		display:block;
	}
	
	.carousel-pc{
	    display:none;
    }
	
	.carousel-mb{
	    display:block;
    }
}

@media screen and (min-width:370px) and (max-width:749px) {
	.redes-sociales {
		margin-top: 0px !important;
		text-align: right;
	}
}

@media screen and (max-width:338px) {
	.redes-sociales {
    margin-top: 0px !important;
	text-align: right;
    
  }
}