/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/06/2015, 03:40:45 PM
    Author     : LuisAntonio
*/

/*This can be deleted, used only for test*/
.myTest{
    width:100%;
    height:500px;
}

html,body{
    height:100%;
}


/*INDEX*/

#homeCover{
    background-image: url("../assets/imgs/LICO_01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;  
    height:100%;
    overflow: hidden;
}

#homeTrabajar{
    background-image: url("../assets/imgs/licoweb.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;  
    height: 250px;
}

#homeSlider{
    background-image: url("../assets/imgs/licowebcopy2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;  
    height: 450px;
}

#indicadores{
    background-color: #E84657;
    color: #FFF;
}

#contactoButton{
    border-style: solid;
    border-color: #FFF;
    border-radius: 25px;
}

.rounded{
    border-radius: 25px;
}

.red-lico{
    background-color: #E84657;
}

.red-lico:hover{
    background-color: #E84657;
}

.greyLine{
    max-width: 50px;
    border-color: #242c34;
    border-width: 3px;
    border-style: solid none none;
    height: 0px;
}

.redLine{
    max-width: 50px;
    border-color: #E84657;
    border-width: 3px;
    border-style: solid none none;
}

.redLineLeft{
    max-width: 50px;
    border-color: #E84657;
    border-width: 3px;
    border-style: solid none none;
    margin: 0px;
}

.whiteLine{
    max-width: 50px;
    border-color:#FFF;
    border-width: 5px;
    border-style: solid none none;
}



.redText{
    color: #E84657;
}

.imgBorder{
    padding:5px;
    border:1px solid #E84657;
    border-width: 3px;
    border-radius: 100px;
}

.bx-wrapper .bx-viewport{
    box-shadow: none;
    border: none;
    background: none;
}

.rowDown{
    width: 89px; 
    height: 46px; 
    border-width: 5px; 
    border-color: #EFF2F5; 
    border-style: solid; 
    background-color: #EFF2F5; 
    border-top-left-radius: 100px; 
    border-top-right-radius: 100px; 
    border-bottom-left-radius: 0px; 
    border-bottom-right-radius: 3px; 
    position:absolute; bottom:0;
    margin-left: 30%;
}

/*ANIMATIONS*/
/*https://coveloping.com/tools/css-animation-generator*/

/*CALENDARIO*/
.height10min{
    min-height: 10%;
}

.height80min{
    min-height: 80%;
}

.colorSquare{
    background-color: #EFF2F5;
    height: 115px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 115px;
}