body {
   background-image: url("../img/fondoanimado.gif");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 100% center;
    font-family: "Noto Sans", sans-serif;
    color: #ffffff;
    height: 100vh;
}

strong{
    font-weight: 700;
}

a{
    text-decoration: none !important;
    color: inherit !important;
}

.logocic{
    position: absolute;
    top:0;
    left: 0;
    width: 150px;
    padding: 30px;
}


h4 {
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.action-green {
    background-color: #1b1e23;
    border-radius: 20px;
    border: 1px solid #d8d4a1;
    text-align: center;
    padding: 5px;
    width: 200px;
    display: block;
    margin: auto;
    font-weight: bold;
    transform: translateY(-30px);
}

.action-green:hover {
    background-color: #000;
    padding: 7px;
    -webkit-box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 0.34);
    box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 0.34);
}

.action-orange {
    background-color: #1b1e23;
    border-radius: 20px;
    border: 1px solid #3e95ff;
    text-align: center;
    padding: 5px;
    width: 200px;
    display: block;
    margin: auto;
    font-weight: bold;
    transform: translateY(-30px);
}

.action-orange:hover {
    background-color: #000;
    padding: 7px;
    -webkit-box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 0.34);
    box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 0.34);
    color: #fff;
}

.action-blue {
    background-color: #1b1e23;
    border-radius: 20px;
    border: 1px solid #57817e;
    text-align: center;
    padding: 5px;
    width: 200px;
    display: block;
    margin: auto;
    font-weight: bold;
    transform: translateY(-30px);
}

.action-blue:hover {
    background-color:#000;
    padding: 7px;
    -webkit-box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 0.34);
    box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 0.34);
}


.boton img:hover {
    width: 75%;
}

.barra {
    position: fixed;
    bottom: 0;
}

.mata-izq {
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 150px;
}

.mata-der {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 150px;
}

.logo {
    max-width: 500px;
    margin: auto;
}


.logocic2{
    display: none;
}

@media (max-width: 700px) {
    
    .margen2{
    padding-bottom: 150px !important;
}
    
    body{
        background-image: url("../img/animadomobile.gif");
        background-position: fixed;
    }
    
    .logocic{
    display: none;
}
    
    .logocic2{
    display: block;
    margin: auto;
}

    .mata-izq {
        width: 90px;
    }

    .mata-der {
        width: 80px;
    }
    
    .boton img {
    max-width: 150px !important;
        
    }
    
    .boton img:hover {
    max-width: 150px !important;
        
    }
    
    .camara {
        margin-bottom: 100px;
    }
}