*{
	margin:  0;
	padding: 0;
	box-sizing:border-box;

}

body{
	
	font-family: 'Titillium Web', sans-serif;
	margin-top: 100px;


  
}



.fondo {
position: fixed;
    background-size: 100%;
	top: 100%;
	left: 20%;
	transform: translateX(-40%) translateY(-80%);
	z-index: -1;

	background-color: black;
	opacity: 0.1;

}



 
.header .navbar {
  background-color: black !important;
  background-opacity: 0,5;
  opacity: 0.9;
}





h1{
	font-size: 66px;
	font-weight: 600;
	line-height: 80px;
	margin-top: 120px;	

}

h2{
	font-size: 48px;
	margin-bottom: 30px;

}



p{
	font-size: 18px;
	color: #999999;
	line-height: 1.8;
	margin-bottom: 0;
	
}
a:hover{
	text-decoration: none;
}


section{
	padding: 60px 0;
}

.topmargin-sx{margin-top: 15px;

}
.topmargin-sm{margin-top: 30px;

}
.topmargin-lg{margin-top: 60px;

}
.btn{
	font-size: 14px;
	padding: 15px 26px;
	min-width: 200px;
	border-radius: 2px;
	display: inline-block;
	text-decoration: none;	
	


}
.btn-light{
	background-color: #ECEDEE;
	color: #1a1a1a;
	border: 2px solid #FFFFFF;
	

}


.btn-light:hover{
	background-color: #A9A9AB;

}

.btn ion-icon{ font-size: 14px;
	margin-left: 5px;
	margin-bottom: -2px;

}



.af_navbar{
	background-color: rgba(255,255,255,0.7) !important;
	box-shadow: 0 2px 4px 0 rgba(224,224,224,.05);
	min-height: 100px;
	z-index: 10000;
  

}

.af_navbar div,.af_navbar ul{
	background-color: transparent !important;
 padding: 0 3em;


}


.nav-link{
	color: white !important;
     
   }

.nav-link:hover{
	color: #A9A9AB !important;

   }


.dropdown-item{

	color: #FFFFFF
}

.logo-brand{
	min-width: 160px;
	max-width: 180px;


}

.navbar-toggler{
	font size: 40px;


}
.navbar-toggler:focus{
	outline: none;


}



.imag{

	background-image: url("../img/inicio.jpg");

	background: cover;
	margin-top: -100px;
	margin-bottom: 100px;
	
	
	color: #FFFFFF;
	
  	width: 100%;
  	height: 650px;

    background-size: 200%;
    animation: movimiento 10s infinite linear alternate;

}


@keyframes movimiento {

from{
	background-position: bottom left;
	} to{
    background-position: top right;
}
}





.correocolor{
color: black;
}




.logofin{

	
	margin-bottom: 20px;
	width: 10px;
	height:70s%;
}






#quienessomos{
margin-top: -100px;
}

.porta{
	margin-top: -100px;
}
.proytop{
	margin-top: -100px;
}

.sec_serv{

	margin-top: -100px;
}


#imag p{

 color: #FFFFFF;



}
.content-center{
	max-width: 800px;
	margin: 0 auto 60px auto;
	text-align: center;

}



    .contenedor{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        margin-top: -160px;
        height: 500px;
    }
    .contenedor figure{
       position:relative;
        height: 250px;
        cursor: pointer;
        width: 350px;
        overflow: hidden;
        border-radius: 6px;
        box-shadow: 0px 15px 25px rgb(132, 132, 132, 0.5);
    }
    .contenedor figure img{
        width: 100%;
        height: 100%;
        transition: all 500ms ease-out;
    }
    .contenedor figure .capa{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(0, 0, 0, 0.8);
        transition: all 500ms ease-out;
        opacity: 0;
        visibility: hidden;
       text-align: center;
    }
    .contenedor figure:hover > .capa {
        opacity: 1;
        visibility: visible;
    }
    .contenedor figure:hover > .capa h3{
        margin-top: 70px;
        margin-bottom: 15px;
    }
    .contenedor figure:hover > img{
        transform: scale(1.3);
    }
    .contenedor figure .capa h3{
        color: #fff;
        font-weight: 400;
        margin-bottom: 120px;
        transition: all 500ms ease-out;
         margin-top: 30px;
    }
    .contenedor figure .capa p{
        color: #fff;
        font-size: 15px;
        line-height: 1.5;
        width: 100%;
        max-width: 220px;
        margin: auto;
    }








.cliente{
    border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	display: block;
	margin: auto;

}







.af_sombra a{
	padding:1%;
}

.col-md-12{	
	margin-top: 10px;

}

.carousel-inner img{
  width: 100%;
  height: 100%;
}

.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	
}

.form-control{
	font-size: 14px;
	border: 1px solid #cacaca;
	padding: 15px;
	border-radius: 2px;
	height: auto;

}

.form-control:focus{
	border: 1px solid #1a1a1a;
	outline: none;
	box-shadow: none;

}

.bg-dark{
	background: #1a1a1a !important;

}
#footer{
margin-top: 30px;
padding: 40px 0;
text-align: center;
color:#ffffff;

}
#footer a{
	color: #ffffff;
}
#footer a:hover{
	color: #ffffff;

}

#footer .list-inline .list-inline-item{
padding: 10px 15px;

}



@media (max-width: 575.98px) { 
h1{
	font-size: 40px;
	line-height: normal;
   }
}


@media (min-width: 576px) and (max-width: 767.98px) { ... }


@media (min-width: 768px) and (max-width: 991.98px) { ... }


@media (min-width: 992px) and (max-width: 1199.98px) { ... }

@media (min-width: 1200px) { ... }


/* Efecto linea blanca */

.item {
  background: transparent;
  line-height: 4;

  color: #fff;
  position: relative;
}

.item:before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .3s;
}

.item:hover:before {
  width: 100%;
}

.credito:hover{
	
	background-color: black;
}

/* Sección servicios */

.card{
	opacity: 0.55;
	border-radius: 10px;
	background-color: black;
    
}

.texto{
	color: black;


}
.alinear1{
 margin-left: -57px;
}

.alinear2{
	margin-left: -24px;
}
.alinear3{
	margin-left: -11px;
}

.alinear4{
	margin-right: 11px;
}
.alinearx{
	margin-left: -16px;
}

.clientessec{
margin-top: -150px;
}

.negro{
	color: black;
}


.mis{
	text-align: left;

}




.wsp{
color: green;
}



.mapa{

margin-bottom: -95px;
margin-top: -50px;
}


form{

	width: 450px;
	margin: auto;
	background-color: #171718;
	padding: 10px 20px;
	box-sizing: border-box;
    margin-top: -20px;
   
}

input, textarea{
	width: 100%;
	margin-bottom: 20px;
	padding: 7px;
	box-sizing: border-box;
	font-size: 17px;
	border: none;
	border-radius: 8px;
}

textarea{
 min-height: 100px;
 max-height: 200px;
 max-width: 100%;

}

#boton{
	background: #C7C7C7;
	color: black;
	padding: 20px;
	border-radius: 50px;
}

#boton:hover{
cursor: pointer;
}

@media (max-width: 480px) {
	form{
		width: 100%;
	}
	
}

.Es{
color: white;
	margin-top: 10px;
	margin-left: 130px;
}

.in{
	margin-right: 50px;
}


