/*
RcardenasDev
*/

/*Eliminamos los margenes y paddings que agrega el navegador por defecto*/






/* start all section */
#intro,
#intro .fp-slide,
#intro .fp-tableCell,

#sec1,
#sec1 .fp-slide,
#sec1 .fp-tableCell,



/*stlBody*/
body {
    background: #000000;
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    font-weight: 400;
    height: auto !important;
}

/* /stlBody */

/* stlA : style <a href>*/
#stlA {
    background-color: rgba(0, 0, 0, 0);
    color: #D43F52;
    border-color: white;
}

/* /stlA */

#stlA:hover {
    background: #D43F52;
    color: white;
}

/* /allsection */

/* allheading */
h1,
h2,
h3,
h4,
h5 {
    color: #ffffff;
    font-weight: bold;
}

/* /allheading */

/* allsection */
#sec1,
#sec2,
#sec3
{
    padding-top: 100px;
    padding-bottom: 120px;
}

/* /allsection */



/* modal */
#modal {
    background-color: rgba(59, 58, 58, 0.938);
    color: rgb(255, 255, 255);
    font: bolder;
    font-size: 18px;
}

#modalBtn{
    background: transparent;
    border: 2px solid #f3f3f3;
    color: #D43F52;
  
}

#modalBtn:hover {
    background: #D43F52;
    color: #f3f3f3;
}

#modalBtn2{
    background: transparent;
    border: 2px solid #D43F52;
    color: #ffffff;
  
}

#modalBtn2:hover {
    background: #D43F52;
    color: #f3f3f3;
}


/* /modal */

/* intro */
#intro {
    background: url('../images/bg-invElFenomeno.png');
    background-size: cover;
    color: white;
    font-family: Helvetica;
    background-repeat: no-repeat;
    padding-top: 120px;
    padding-bottom: 140px;
    text-align: center;
}

#intro h1 {
    border: 2px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 6px;
    padding: 25px 35px;
    margin: 30px 0;
}

#intro h2 {
    padding-bottom: 10px;
    font-family: 'Courier New';
    color: #8a8888;
}

#intro p {
    font-family: 'Courier New';
    color: rgb(253, 253, 253);
}

#intro .btn {
    background: transparent;
    border: 2px solid #646464;
    color: #5f5f5f;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Courier New';
    width: 180px;
    height: 60px;
    margin-top: 40px;
    padding-top: 18px;
    transition: all 0.4s ease-in-out;
}

#intro .btn:hover {
    background: #D43F52;
    border-color: transparent;
}

/* /intro */

/* sec1 */
#sec1 {
    background: #1a1a1a;
    color: white;
}

#sec1 p {
    font-family: 'Courier New';
    
    text-align: justify;
    color: rgb(253, 253, 253);
}

#sec1 h2 {
    text-align: center;
}

#sec1 .media {
    margin-top: 30px;
}

#sec1 .media .fa {
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #D43F52;
    font-size: 24px;
    margin-right: 24px;
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.4s ease-in;
}

#sec1 .media .fa:hover {
    background: #ffffff;
    cursor: pointer;
}

#sec1 .media .media-heading {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
}
/* /sec1 */
