body{
	background-color: #fff;
    font-family: 'Georgia', serif !important;
}
header {
    background: url('../img/Rich-ALFASIGMA1.jpg') black no-repeat center center scroll;
  }

h1 {
	font-family: 'Gupter', serif;
	font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    
}
.display-3 {
    font-size: 6.5rem;
    font-weight: 300;
    line-height: 1.2;
}


h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
    text-transform: uppercase;
	margin: 0;
}
h6{
	font-size: 10px;
}

p{
	margin: 0;
	line-height: 1.9;
	font-size: 20px;
	font-weight: 500;
}

.row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

a{
    color: #179dcd;
}





header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

/*-------------card----*/
.card{
    flex-direction: column;
}

.modulo-{
	position: relative;
	overflow: hidden;
    
}

.bck-gray{
	background-color: #e3e3e3;
}


.primera{
	width:100%;
}

/*-------------card----*/

.boton_personalizado a
{
    margin: auto; 
    padding: 10px;
    text-align: center;
    border-radius: 25px;
    background-color: #ed1c24;
    color: #fff;
}
.boton_personalizado :hover
{
    margin: auto; 
    padding: 10px;
    text-align: center;
    border-radius: 25px;
    background-color: #720407;
    color: #fff;
}


header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  header {
    background: url('../img/Rich-ALFASIGMA1.jpg') black no-repeat center center scroll;
    max-width: 100%;
  }
  header video {
    display: none;
  }
}
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 0px 0 0px 0;
}

.service .service-item {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 0 0 transparent;
    transition: ease-out 0.5s;
}

.service .service-item:hover {
    box-shadow: inset 800px 0 0 0 #EF233C;
}

.service .service-icon {
    border-radius: 25px;
    position: relative;
    width: 50px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #EF233C;
    background: #EF233C;
}

.service .service-icon i {
    position: relative;
    font-size: 60px;
    color: #EF233C;
    transition: .3s;
}

.service .service-item:hover i {
    font-size: 75px;
}

.service .service-text {
    position: relative;
    width: calc(100% - 0px);
    padding: 0 10px;
}

.service .service-text h3 {
    margin-bottom: 10px;
    font-weight: 600;
    transition: 1s;
}

.service .service-text p {
    margin: 0;
    transition: 1s;
}

.service .service-item:hover .service-text h3,
.service .service-item:hover .service-text p {
    color: #ffffff;
}

@media (max-width: 575.98px) {
  
    
    .service .service-text p {
    }
}
/********************* MENÚ - BOTONERA ******************/

.redes{ 
  opacity: 1;
  max-width: 40px !important;
  transition: transform .3s; /* Animation */
}
.redes:hover{
  opacity: 0.8;
  transform: scale(1.2);
}

.head_exp{
    top:0;
    background-color: #ed1c24;
    padding: 0.7em;
    position: fixed;
    display: block;
    width: 100%;
    border-bottom-color: #000;
    border-right-width: 2px;
    border-bottom-style:solid;
    z-index: 99;
    -webkit-transition: background-color 0.5s ease-out; -moz-transition: 
  background-color 0.5s ease-out; -o-transition: background-color 0.5s ease-out; transition: background-color 0.5s ease-out;
}
.head_exp:hover{
    background-color: #000;
}

.logocc img {
    max-width: 60%;
    padding-top: 3em;
}

.logocc2 img {
    max-width: 80%;
    padding-top: 3em;
    padding-bottom: 3em;
}

.op-0{
  opacity: 0;
  transition: all 0.5s;
}
.op-1{
  opacity: 1;
  transition: all 0.5s;
}

/********************* / INICIO ******************/


.oper2{
    background-image: url(../img/Rich-ALFASIGMA1.jpg);
    padding: 30px;
    -webkit-background-size: cover;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
}
.title {
	background-color: #fff;
    padding: 40px 0;
    text-align: -webkit-center;
}

.title h1{
	color: #000;
	margin-bottom: 0.5em;
    line-height: 1;
    font-size: 6vw;
}

.pie-foto{
	position: relative;
    text-align: right;
	bottom:0;
	left: 0;
	color: #666;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	padding: 0.5em 1em;
}
.pie-foto p{
	font-size: 0.8rem;
	font-weight: 200;
}

.intro1 p{
    padding-top: 10%;
	color: #000;
	font-weight: 600;
	font-size: 2.5em;
    line-height: 1.3em;
}

.s-1{s
    padding-top: 1em;
    padding-bottom: 1em;
}
.s-1 p{
    text-align: left;
    font-size: 20px;
}
.s-1 h2{
	color: #242424;
    text-align: left;
    font-size: 30px;
}

.s-1 li {
    margin: 0;
	line-height: 1.9;
	font-size: 20px;
    font-weight: 500; 
    text-align: left;
}

.s-2{
	padding: 2em;
}
.s-2 h2{
	color: #000000;
    text-align: center;
    padding: 0.5em 0;
    line-height: 1.3;
    font-size: 1.3em;
    font-weight: 500;
    text-transform: none;
}
.s-2 h2 span{
	font-family: 'Georgia', serif;
    font-weight: 800;
}

.s-3{
    text-align: center;
}
.s-3 h2{
	color: #000000;
    text-align: center;
    padding: 1em 0;
    line-height: 1.3;
    font-size: 2.5em;
    font-weight: 800;
    text-transform: none;
}
.s-3 h3 {
    font-family: 'Georgia', serif;
    color: #ed1c24;
    text-align: center;
    font-size: 2em;
    font-weight: 800;
    text-transform: none;
}

.foto_horizontal{
    padding: 0em 0;
}

.foto_horizontal{
    padding: 0em 0;
}

.foto_horizontal img {
    transition: all 0.5s ease-in-out;
}

.foto_horizontal img:hover {
      transform: scale(1.02,1.02)
}

.frase2{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    line-height: 0.5;
}
.frase2 p{
	line-height: 1.5;
}

.frase2 h2{
	color: #000;
    text-transform: none;
    font-size: 2.5em;
}
.vertical-row {
    Float:left;
    margin: 1em;
    height:150px;
    width:1px; 
    background-color: #000;
   }

footer{
	height: 10px;
	color: #fff;
}
footer p{
	flex-basis: 100%;
	text-align: center;
}

.foot{
    border-style: solid;
    border-color: #ed1c24;
    text-align: center;
    color: #000;
    }
    
    .foot p{
        font-size: 20px;
        text-align: center;
    }


@media screen and (min-width: 1500px) {
	
}

@media screen and (max-width: 1024px) {
    .s-1 p{
        text-align: left;
        font-size: 18px;
    }
    .s-1 h2{
        color: #242424;
        text-align: left;
        font-size: 25px;
    }
    .intro1 p{
        padding-top: 10%;
        color: #000;
        font-weight: 600;
        font-size: 2em;
        line-height: 1.3em;
    }
	.redes .nav{
		width: auto;
	}
 
 .oper2{
    background-image: url(../img/Rich-ALFASIGMA1.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
 
}
}

@media (min-width: 200px) and (max-width: 768px){
    .foot p{
        font-size: 14px;
        text-align: center;
    }
    .s-1 p{
    text-align: left;
    font-size: 14px;
    }
    .s-1 h2{
        color: #242424;
        text-align: left;
        font-size: 20px;
    }
    .intro1 p{
        padding-top: 10%;
        color: #000;
        font-weight: 600;
        font-size: 1.4em;
        line-height: 1.3em;
    }
    .title h1 {
	    font-size: 3em;
	}
	.cita2 {
	    margin-left: 25%;
	}
	footer {
	    padding: 12% 15px;
	}
    
    .oper2{
        background-image: url(../img/Rich-ALFASIGMA1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
       
    }
    .fixed-top {
        background-color: #000;
    }
    .s-3 h2 {
        font-size: 1.5em;
    }
    .s-3 p {
        line-height: 1.2;
    }
    .frase2 h2 {
        font-size: 1.5em;
    }
    .display-3 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
}
}

@media screen and (max-width: 575px) {
	.title h1 {
	    font-size: 3rem;
	}
	.cita2 {
	    margin-left: 0;
	}
	footer {
	    padding: 15% 15px;
	}
  
}

@media screen and (max-width: 479px) {
 
  
}



@media screen and (max-width: 340px) {
	
}